gecko-dev/dom/quota
Simon Giesecke 68963cb062 Bug 1685677 - Extract functions from EnsureStorageIsInitialized. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D101183
2021-02-05 16:17:47 +00:00
..
test 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
ActorsChild.cpp Bug 1682543 - Make use of standard algorithms in dom/quota. r=dom-workers-and-storage-reviewers,janv 2021-01-12 14:45:50 +00:00
ActorsChild.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
ActorsParent.cpp Bug 1685677 - Extract functions from EnsureStorageIsInitialized. r=dom-workers-and-storage-reviewers,janv 2021-02-05 16:17:47 +00:00
ActorsParent.h
CachingDatabaseConnection.cpp Bug 1685111 - Extract CachingDatabaseConnection base class from indexedDB's DatabaseConnection. r=dom-workers-and-storage-reviewers,asuth 2021-01-26 09:19:44 +00:00
CachingDatabaseConnection.h Bug 1685111 - Extract CachingDatabaseConnection base class from indexedDB's DatabaseConnection. r=dom-workers-and-storage-reviewers,asuth 2021-01-26 09:19:44 +00:00
CheckedUnsafePtr.h Bug 1680275 - IDB: Change DatabaseActorInfo::mLiveDatabases to use NotNull; r=dom-workers-and-storage-reviewers,sg 2020-12-10 09:36:11 +00:00
CipherStrategy.h
Client.cpp Bug 1681670 - Move shutdown timeout handling to QuotaManager. r=dom-workers-and-storage-reviewers,janv 2020-12-15 17:15:27 +00:00
Client.h Bug 1681670 - Move shutdown timeout handling to QuotaManager. r=dom-workers-and-storage-reviewers,janv 2020-12-15 17:15:27 +00:00
DecryptingInputStream.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
DecryptingInputStream.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
DecryptingInputStream_impl.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
DummyCipherStrategy.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
EncryptedBlock.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
EncryptingOutputStream.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
EncryptingOutputStream.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
EncryptingOutputStream_impl.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
FileStreams.cpp Bug 1686749 - Let CreateFile*Stream functions propagate all errors. r=dom-workers-and-storage-reviewers,janv 2021-01-28 11:12:19 +00:00
FileStreams.h Bug 1686749 - Let CreateFile*Stream functions propagate all errors. r=dom-workers-and-storage-reviewers,janv 2021-01-28 11:12: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
InitializationTypes.h Bug 1689349 - Report QM_TRY failures to telemetry only on the first initialization attempt. r=dom-workers-and-storage-reviewers,janv 2021-02-04 13:27:36 +00:00
MemoryOutputStream.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
MemoryOutputStream.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
OriginScope.h Bug 1679542 - Get rid of *QUOTA_NAMESPACE* macros and stop including QuotaCommon.h everywhere. r=dom-workers-and-storage-reviewers,ttung 2020-12-15 10:26:08 +00:00
PQuota.ipdl Bug 1619592 - Remove unused EnsureStorageAndOriginIsInitialized method; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:19 +00:00
PQuotaRequest.ipdl Bug 1619592 - Remove unused EnsureStorageAndOriginIsInitialized method; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:19 +00:00
PQuotaUsageRequest.ipdl
PersistenceType.cpp Bug 1619592 - Add initializePersistentOrigin and initializeTemporaryOrigin to nsIQuotaManagerService; r=dom-workers-and-storage-reviewers,sg 2020-11-19 14:38:17 +00:00
PersistenceType.h Bug 1679542 - Get rid of *QUOTA_NAMESPACE* macros and stop including QuotaCommon.h everywhere. r=dom-workers-and-storage-reviewers,ttung 2020-12-15 10:26:08 +00:00
QuotaCommon.cpp Bug 1690234 - Treat ERROR_FILE_CORRUPT errors like non-existent files in GetDirEntryKind. r=dom-workers-and-storage-reviewers,janv 2021-02-04 12:14:45 +00:00
QuotaCommon.h Bug 1690291 - Handle NS_ERROR_STORAGE_IOERR when opening a database like NS_ERROR_FILE_CORRUPTED. r=dom-workers-and-storage-reviewers,asuth 2021-02-04 11:43:22 +00:00
QuotaInfo.h Bug 1679542 - Get rid of *QUOTA_NAMESPACE* macros and stop including QuotaCommon.h everywhere. r=dom-workers-and-storage-reviewers,ttung 2020-12-15 10:26:08 +00:00
QuotaManager.h Bug 1685677 - Extract functions from EnsureStorageIsInitialized. r=dom-workers-and-storage-reviewers,janv 2021-02-05 16:17:47 +00:00
QuotaManagerService.cpp Bug 1619592 - Remove unused EnsureStorageAndOriginIsInitialized method; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:19 +00:00
QuotaManagerService.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
QuotaObject.h Bug 1679542 - Get rid of *QUOTA_NAMESPACE* macros and stop including QuotaCommon.h everywhere. r=dom-workers-and-storage-reviewers,ttung 2020-12-15 10:26:08 +00:00
QuotaRequests.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
QuotaRequests.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
QuotaResults.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
QuotaResults.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
SerializationHelpers.h Bug 1677466 - Move ParamTraits specializations with extra dependencies out of IPCMessageUtils.h. r=mccr8 2020-12-10 11:09:21 +00:00
StorageManager.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
StorageManager.h Bug 1678374 - Avoid including js/RootingAPI.h from header files. r=jandem 2020-11-23 16:12:12 +00:00
UsageInfo.h Bug 1679542 - Get rid of *QUOTA_NAMESPACE* macros and stop including QuotaCommon.h everywhere. r=dom-workers-and-storage-reviewers,ttung 2020-12-15 10:26:08 +00:00
components.conf
moz.build Bug 1685111 - Extract CachingDatabaseConnection base class from indexedDB's DatabaseConnection. r=dom-workers-and-storage-reviewers,asuth 2021-01-26 09:19:44 +00:00
nsIQuotaCallbacks.idl
nsIQuotaManagerService.idl Bug 1619592 - Remove unused EnsureStorageAndOriginIsInitialized method; r=dom-workers-and-storage-reviewers,sg 2020-11-19 15:42:19 +00:00
nsIQuotaRequests.idl
nsIQuotaResults.idl
nsIndexedDBProtocolHandler.cpp Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00
nsIndexedDBProtocolHandler.h Bug 1626555 - Make `dom/quota` buildable outside of `unified-build` environment. r=andi 2020-10-21 13:16:19 +00:00