gecko-dev/dom/quota
Andrew Osmond 9cccd6a004 Bug 1739677 - Fix includes for PQuotaRequest.ipdl. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D130505
2021-11-05 20:23:37 +00:00
..
scripts Bug 1711703: Ensure we split stacks before errors after warnings. r=dom-storage-reviewers,janv DONTBUILD 2021-06-03 17:15:51 +00:00
test Bug 1731546 - Replace existing ToResultGet uses with MOZ_TO_RESULT_GET_TYPED; r=dom-storage-reviewers,jstutte,jari 2021-10-11 06:00:15 +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 1726711 - Replace NS_ERROR with QM_TRY and return immediately in case of shutdown re-entrance; r=jstutte,dom-storage-reviewers 2021-10-27 15:18:22 +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 1728267 - Remove implicit ToResult from QM_TRY when no extra argument is passed in dom/quota; r=dom-storage-reviewers,jstutte,jari 2021-09-24 13:08:29 +00:00
CachingDatabaseConnection.h Bug 1728267 - Remove implicit ToResult from QM_TRY when no extra argument is passed in dom/quota; r=dom-storage-reviewers,jstutte,jari 2021-09-24 13:08:29 +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 1715144 - Part 1: Stop adding /ipc/glue to LOCAL_INCLUDES when including chromium-config.mozbuild, r=ipc-reviewers,necko-reviewers,mccr8,valentin 2021-06-09 04:56:48 +00:00
Client.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
ClientImpl.h Bug 1690025 - Move DirectoryLock class to a separate file; r=dom-storage-reviewers,sg 2021-02-09 10:42:22 +00:00
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
EncryptingOutputStream.h
EncryptingOutputStream_impl.h
FileStreams.cpp Bug 1728267 - Remove implicit ToResult from QM_TRY when no extra argument is passed in dom/quota; r=dom-storage-reviewers,jstutte,jari 2021-09-24 13:08:29 +00:00
FileStreams.h Bug 1686031 - Rename OriginMetadata.h to CommonMetadata.h; r=dom-storage-reviewers,sg 2021-03-11 05:53:17 +00:00
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 Bug 1685677 - Don't unnecessarily materialize a flattened array of OriginInfo*. r=dom-workers-and-storage-reviewers,janv 2021-02-02 17:46:55 +00:00
IPCStreamCipherStrategy.h Bug 1641178 - Add NSSCipherStrategy. r=dom-workers-and-storage-reviewers,jcj,janv 2021-03-12 09:31:57 +00:00
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
MemoryOutputStream.h
NSSCipherStrategy.cpp Bug 1641178 - Add NSSCipherStrategy. r=dom-workers-and-storage-reviewers,jcj,janv 2021-03-12 09:31:57 +00:00
NSSCipherStrategy.h Bug 1641178 - Add NSSCipherStrategy. r=dom-workers-and-storage-reviewers,jcj,janv 2021-03-12 09:31:57 +00:00
OriginScope.h
PQuota.ipdl Bug 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
PQuotaRequest.ipdl Bug 1739677 - Fix includes for PQuotaRequest.ipdl. r=jrmuizel 2021-11-05 20:23:37 +00:00
PQuotaUsageRequest.ipdl
PersistenceType.cpp Bug 1695903 - QM: Add PersistenceTypeFromFile method; r=dom-storage-reviewers,sg 2021-03-04 21:05:57 +00:00
PersistenceType.h Bug 1695903 - QM: Add PersistenceTypeFromFile method; r=dom-storage-reviewers,sg 2021-03-04 21:05:57 +00:00
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 1728267 - Remove auto conversion of QMResult to nsresult; r=dom-storage-reviewers,jstutte,jari 2021-09-23 04:06:10 +00:00
QMResultInlines.h Bug 1729598 - Replace MOZ_MUST_USE_TYPE with [[nodiscard]]. r=static-analysis-reviewers,andi 2021-09-15 05:10:51 +00:00
QuotaCommon.cpp Bug 1731546 - Replace existing ToResultGet uses with MOZ_TO_RESULT_GET_TYPED; r=dom-storage-reviewers,jstutte,jari 2021-10-11 06:00:15 +00:00
QuotaCommon.h Bug 1731546 - Replace existing ToResultGet uses with MOZ_TO_RESULT_GET_TYPED; r=dom-storage-reviewers,jstutte,jari 2021-10-11 06:00:15 +00:00
QuotaManager.h Bug 1734151 - Add MaybeRecordQuotaManagerShutdownStepWith and use it in cases when the string must be dynamically generated; r=hxu 2021-10-12 12:29:43 +00:00
QuotaManagerImpl.h Bug 1734151 - Add MaybeRecordQuotaManagerShutdownStepWith and use it in cases when the string must be dynamically generated; r=hxu 2021-10-12 12:29:43 +00:00
QuotaManagerService.cpp Bug 1728267 - Remove implicit ToResult from QM_TRY when no extra argument is passed in dom/quota; r=dom-storage-reviewers,jstutte,jari 2021-09-24 13:08:29 +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
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 1722668 - Implement nsIQuotaManagerService::getFullOriginMetadata; r=dom-storage-reviewers,jari 2021-09-22 19:08:33 +00:00
StorageHelpers.cpp 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
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
StorageManager.h
UsageInfo.h
components.conf
moz.build 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
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