gecko-dev/dom/quota
Jens Stutte c42aa7bbca Bug 1726714: Remove redundant QuotaManager::ShutdownStarted. r=dom-storage-reviewers,janv
Depends on D140805

Differential Revision: https://phabricator.services.mozilla.com/D140806
2022-04-14 15:05:37 +00:00
..
scripts Bug 1755362 - Skip fetching source of missing revisions. r=dom-storage-reviewers,jstutte 2022-02-15 17:08:49 +00:00
test Bug 1761511 - Part 5: Fix gtest deprecation warnings, r=ahal 2022-04-14 02:09:22 +00:00
ActorsChild.cpp Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
ActorsChild.h Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
ActorsParent.cpp Bug 1726714: Remove redundant QuotaManager::ShutdownStarted. r=dom-storage-reviewers,janv 2022-04-14 15:05:37 +00:00
ActorsParent.h Bug 1713820 - Move QM_ENABLE_SCOPED_LOG_EXTRA_INFO definition to Config.h; r=dom-storage-reviewers,jstutte 2021-06-08 16:27:29 +00:00
CachingDatabaseConnection.cpp Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
CachingDatabaseConnection.h Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
CheckedUnsafePtr.h Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
CipherStrategy.h
Client.cpp Bug 1726714: Move IsShuttingDownOn(Non)BackgroundThread functions to Client base class. r=dom-storage-reviewers,janv 2022-04-14 15:05:36 +00:00
Client.h Bug 1726714: Move IsShuttingDownOn(Non)BackgroundThread functions to Client base class. r=dom-storage-reviewers,janv 2022-04-14 15:05:36 +00:00
ClientImpl.h
CommonMetadata.h Bug 1697115 - Rationalize QuotaManager::DecreaseUsageForClient arguments; r=dom-storage-reviewers,sg 2021-03-17 06:56:39 +00:00
Config.h Bug 1713820 - Enable QM_TRY reporting to the browser console in release builds; r=dom-storage-reviewers,jstutte 2021-06-08 16:27:32 +00:00
DecryptingInputStream.cpp
DecryptingInputStream.h
DecryptingInputStream_impl.h
DirectoryLock.h Bug 1690025 - Move and rename DirectoryLock::Specialize to UniversalDirectoryLock::SpecializeForClient; r=dom-storage-reviewers,asuth 2021-05-02 09:57:15 +00:00
DirectoryLockImpl.cpp Bug 1690025 - Move and rename DirectoryLock::Specialize to UniversalDirectoryLock::SpecializeForClient; r=dom-storage-reviewers,asuth 2021-05-02 09:57:15 +00:00
DirectoryLockImpl.h Bug 1690025 - Move and rename DirectoryLock::Specialize to UniversalDirectoryLock::SpecializeForClient; r=dom-storage-reviewers,asuth 2021-05-02 09:57:15 +00:00
DummyCipherStrategy.h
EncryptedBlock.h
EncryptingOutputStream.cpp Bug 1754040 - Clean up common shared WriteSegments helper functions, r=necko-reviewers,xpcom-reviewers,mccr8 2022-02-14 23:59:35 +00:00
EncryptingOutputStream.h
EncryptingOutputStream_impl.h
FileStreams.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
FileStreams.h
FirstInitializationAttempts.h Bug 1719811 - QM: Replace FirstInitializationAttempt method with WithFirstInitializationAttempt; r=dom-storage-reviewers,asuth 2021-08-03 03:24:19 +00:00
FirstInitializationAttemptsImpl.h Bug 1719811 - QM: Remove FirstInitializationAttemptPending method from FirstInitializationAttempts class; r=dom-storage-reviewers,asuth 2021-08-03 03:24:19 +00:00
Flatten.h
ForwardDecls.h Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
IPCStreamCipherStrategy.h
InitializationTypes.cpp Bug 1716568 - Add support for origin based first initialization attempts handling to InitializationInfo; r=dom-storage-reviewers,asuth 2021-06-23 21:26:10 +00:00
InitializationTypes.h Bug 1719281 - QM: Execute initializations in ExecuteInitialization() for real; r=dom-storage-reviewers,asuth 2021-07-31 12:37:36 +00:00
MemoryOutputStream.cpp Bug 1754040 - Clean up common shared WriteSegments helper functions, r=necko-reviewers,xpcom-reviewers,mccr8 2022-02-14 23:59:35 +00:00
MemoryOutputStream.h
NSSCipherStrategy.cpp
NSSCipherStrategy.h
OriginScope.h
PQuota.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PQuotaRequest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PQuotaUsageRequest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PersistenceType.cpp
PersistenceType.h
QMResult.cpp Bug 1709352 - Support error stacks only in EARLY_BETA_OR_EARLIER) || DEBUG builds; r=dom-storage-reviewers,jstutte 2021-05-25 09:06:11 +00:00
QMResult.h Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
QuotaCommon.cpp Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
QuotaCommon.h Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
QuotaManager.h Bug 1757186: Unnest QM shutdown timers and extend crash timer scope. r=dom-storage-reviewers,janv 2022-04-07 17:01:56 +00:00
QuotaManagerImpl.h Bug 1726714: Remove redundant QuotaManager::ShutdownStarted. r=dom-storage-reviewers,janv 2022-04-14 15:05:37 +00:00
QuotaManagerService.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
QuotaManagerService.h Bug 1723050 - Part 23: Replace typedef by using in dom/quota/ r=dom-storage-reviewers,janv 2021-08-16 17:05:42 +00:00
QuotaObject.h
QuotaRequests.cpp
QuotaRequests.h
QuotaResults.cpp Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
QuotaResults.h Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
RemoveParen.h Bug 1731962 - Move ToResultGet from QuotaCommon.h to ResultExtensions.h; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
ResultExtensions.h Bug 1731977 - Add MOZ_TO_RESULT_INVOKE_TYPED for invoking plain functions; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
ScopedLogExtraInfo.cpp Bug 1718190 - QM: Move ScopedLogExtraInfo into own h/cpp files; r=dom-storage-reviewers,jstutte 2021-06-25 10:21:27 +00:00
ScopedLogExtraInfo.h Bug 1718190 - QM: Move ScopedLogExtraInfo into own h/cpp files; r=dom-storage-reviewers,jstutte 2021-06-25 10:21:27 +00:00
SerializationHelpers.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
StorageHelpers.cpp Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
StorageHelpers.h Bug 1722466 - Add an RAII helper class QuotaDatabaseAutoAttacher to ensure database will be detached automatically in scope exit if any error happens before explicitly detach; r=dom-storage-reviewers,janv 2021-11-05 10:39:45 +00:00
StorageManager.cpp Bug 1750730 - Add WebIDL bindings for OPFS; r=smaug 2022-01-24 12:11:29 +00:00
StorageManager.h Bug 1750730 - Add WebIDL bindings for OPFS; r=smaug 2022-01-24 12:11:29 +00:00
UsageInfo.h
components.conf
moz.build Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
nsIQuotaCallbacks.idl
nsIQuotaManagerService.idl Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
nsIQuotaRequests.idl
nsIQuotaResults.idl Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
nsIndexedDBProtocolHandler.cpp
nsIndexedDBProtocolHandler.h