gecko-dev/dom/cache
Jan Varga da9fd78405 Bug 1866217 - Replace some nsIQuotaManagerService::GetUsageForPrincipal calls with nsIQuotaManagerService::GetCachedUsageForPrincipal; r=dom-storage-reviewers,jari
There's now a dedicated nsIQuotaManagerService::GetCachedUsageForPrincipal
method for getting cached origin usage. All callers of
nsIQuotaManagerService::GetUsageForPrincipal which want to get cached origin
usage for given principal can be now converted to call the new method.

Differential Revision: https://phabricator.services.mozilla.com/D195363
2024-08-12 16:36:39 +00:00
..
test Bug 1866217 - Replace some nsIQuotaManagerService::GetUsageForPrincipal calls with nsIQuotaManagerService::GetCachedUsageForPrincipal; r=dom-storage-reviewers,jari 2024-08-12 16:36:39 +00:00
Action.cpp
Action.h Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
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 Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
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 Bug 1836700 - Remove BusyCount of WorkerPrivate. r=asuth,ipc-reviewers,mccr8 2023-11-13 04:00:40 +00:00
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 1906041 - Rename Ensure(Persistent|Temporary)OriginIsInitialized to Ensure(Persistent|Temporary)OriginIsInitializedInternal; r=dom-storage-reviewers,jari 2024-07-16 10:43:40 +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 Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
DBSchema.cpp Bug 697151 - distinguish between SYNC and ASYNC XMLHttpRequests in nsIContentPolicy types, and have ChannelEventQueue::MaybeSuspendIfEventsAreSuppressed only suspend async ones; r=nika,necko-reviewers,peterv,dom-storage-reviewers,asuth,kershaw 2024-06-24 18:45:18 +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
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 Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
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
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
Types.h Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
moz.build Bug 1836727 - [marionette] Fix MARIONETTE_MANIFESTS usage in moz.build files. r=webdriver-reviewers,necko-reviewers,application-update-reviewers,search-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,Standard8,jesup,jdescottes,nalexander,sclements,janv 2024-01-11 10:34:29 +00:00