gecko-dev/dom/cache
Jan Varga 4ae556c1fc Bug 1866402 - Replace some nsIQuotaManagerService::ResetStoragesForPrincipal calls with nsIQuotaManagerService::ResetStoragesForClient; r=dom-storage-reviewers,jari
There's now a dedicated nsIQuotaManagerService::ResetStoragesForClient method
for resetting storages by client type. All callers of
nsIQuotaManagerService::ResetStoragesForPrincipal which want to reset storages
for a specific client only can be now converted to call the new method.

Differential Revision: https://phabricator.services.mozilla.com/D195509
2024-10-09 11:59:34 +00:00
..
test Bug 1866402 - Replace some nsIQuotaManagerService::ResetStoragesForPrincipal calls with nsIQuotaManagerService::ResetStoragesForClient; r=dom-storage-reviewers,jari 2024-10-09 11:59:34 +00:00
Action.cpp
Action.h
ActorChild.cpp
ActorChild.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
ActorUtils.h
AutoUtils.cpp
AutoUtils.h
Cache.cpp Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
Cache.h Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
CacheChild.cpp Bug 1724083 - Part 2: Update Actor destruction checks for new manager list behaviour, r=ipc-reviewers,mccr8 2024-04-22 17:31:06 +00:00
CacheChild.h
CacheCipherKeyManager.h
CacheCommon.cpp
CacheCommon.h
CacheOpChild.cpp
CacheOpChild.h
CacheOpParent.cpp
CacheOpParent.h
CacheParent.cpp
CacheParent.h
CacheStorage.cpp Bug 1906744 - Check if constructor is enabled before installing named property. r=mccr8,dom-storage-reviewers,janv,asuth,eemeli 2024-08-08 16:35:19 +00:00
CacheStorage.h Bug 1906744 - Check if constructor is enabled before installing named property. r=mccr8,dom-storage-reviewers,janv,asuth,eemeli 2024-08-08 16:35:19 +00:00
CacheStorageChild.cpp Bug 1724083 - Part 2: Update Actor destruction checks for new manager list behaviour, r=ipc-reviewers,mccr8 2024-04-22 17:31:06 +00:00
CacheStorageChild.h
CacheStorageParent.cpp
CacheStorageParent.h
CacheStreamControlChild.cpp
CacheStreamControlChild.h
CacheStreamControlParent.cpp Bug 1890291 - Do not shutdown StreamControl before all streams are closed. r=asuth 2024-04-26 12:37:54 +00:00
CacheStreamControlParent.h Bug 1890291 - Do not shutdown StreamControl before all streams are closed. r=asuth 2024-04-26 12:37:54 +00:00
CacheTypes.ipdlh Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
CacheWorkerRef.cpp
CacheWorkerRef.h
Connection.cpp Bug 1891141 - Add configuration parameters for pages per step and step delay to mozIStorageAsyncConnection.backupToFileAsync. r=mak 2024-04-17 20:50:47 +00:00
Connection.h
Context.cpp Bug 1913561 - Remove QuotaManager::EnsureTemporaryStorageIsInitializedInternal calls from places where a directory lock is obtained via QuotaManager::OpenClientDirectory; r=dom-storage-reviewers,jari 2024-10-06 02:01:00 +00:00
Context.h Bug 1869087: Properly handle QuotaInitRunnable failure in Context::OnQuotaInit.r=dom-storage-reviewers,janv 2023-12-14 16:31:23 +00:00
DBAction.cpp Bug 1727526 - Abort DBAction::RunOnTarget if AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM) r=dom-storage-reviewers,asuth 2024-03-18 14:27:34 +00:00
DBAction.h
DBSchema.cpp Bug 1773976 - Add a new nsContentPolicyType TYPE_INTERNAL_EXTERNAL_RESOURCE. r=emilio 2024-09-09 12:16:12 +00:00
DBSchema.h Bug 1866240 - Maintain usage information in the database; r=dom-storage-reviewers,asuth 2023-12-01 22:38:10 +00:00
FileUtils.cpp Bug 1883629 - Update Snappy to version 1.2.0. r=dom-storage-reviewers,janv 2024-04-08 13:48:06 +00:00
FileUtils.h Bug 1866240 - Maintain usage information in the database; r=dom-storage-reviewers,asuth 2023-12-01 22:38:10 +00:00
FileUtilsImpl.h
IPCUtils.h
Manager.cpp Bug 1727526 - Abort DBAction::RunOnTarget if AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM) r=dom-storage-reviewers,asuth 2024-03-18 14:27:34 +00:00
Manager.h Bug 1727526 - Have a Stringifyable base class. r=dom-storage-reviewers,janv 2023-12-11 15:17:12 +00:00
ManagerId.cpp
ManagerId.h
moz.build Bug 1919507 - Cache: Add a new testing only notification for database work starting; r=dom-storage-reviewers,asuth 2024-10-02 10:34:26 +00:00
NotifyUtils.cpp Bug 1919507 - Cache: Add a new testing only notification for database work starting; r=dom-storage-reviewers,asuth 2024-10-02 10:34:26 +00:00
NotifyUtils.h Bug 1919507 - Cache: Add a new testing only notification for database work starting; r=dom-storage-reviewers,asuth 2024-10-02 10:34:26 +00:00
PCache.ipdl
PCacheOp.ipdl
PCacheStorage.ipdl
PCacheStreamControl.ipdl
PrincipalVerifier.cpp
PrincipalVerifier.h
QuotaClient.cpp Bug 1866240 - Maintain usage information in the database; r=dom-storage-reviewers,asuth 2023-12-01 22:38:10 +00:00
QuotaClient.h
QuotaClientImpl.h
ReadStream.cpp
ReadStream.h
SavedTypes.h
StreamControl.cpp
StreamControl.h
StreamList.cpp Bug 1890291 - Do not shutdown StreamControl before all streams are closed. r=asuth 2024-04-26 12:37:54 +00:00
StreamList.h Bug 1727526 - Add more details to Context::Stringify. r=dom-storage-reviewers,janv 2023-12-11 15:17:12 +00:00
Types.h
TypeUtils.cpp Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
TypeUtils.h Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00