mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup.
This commit is contained in:
parent
ef5f052d97
commit
ff89fee91d
43 changed files with 5 additions and 1032 deletions
|
|
@ -48,8 +48,6 @@
|
|||
#include "mozilla/storage.h"
|
||||
#include "mozilla/AutoRestore.h"
|
||||
#include "mozilla/FileUtils.h"
|
||||
#include "nsIAppsService.h"
|
||||
#include "mozIApplicationClearPrivateDataParams.h"
|
||||
#include "nsIConsoleService.h"
|
||||
#include "nsVariant.h"
|
||||
|
||||
|
|
@ -674,15 +672,6 @@ nsCookieService::GetSingleton()
|
|||
return gCookieService;
|
||||
}
|
||||
|
||||
/* static */ void
|
||||
nsCookieService::AppClearDataObserverInit()
|
||||
{
|
||||
nsCOMPtr<nsIObserverService> observerService = services::GetObserverService();
|
||||
nsCOMPtr<nsIObserver> obs = new AppClearDataObserver();
|
||||
observerService->AddObserver(obs, TOPIC_CLEAR_ORIGIN_DATA,
|
||||
/* ownsWeak= */ false);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
* nsCookieService impl:
|
||||
* public methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue