gecko-dev/dom/quota
2021-06-01 13:58:27 +00:00
..
scripts Bug 1700915: Change the max_delta heuristics to look at average time, sort stacks for hit count rather than clients and add aborted stacks to output. r=dom-storage-reviewers,janv 2021-04-29 07:04:33 +00:00
test Bug 1708643 - Add generic predicate and fallback functions for QM_OR_ELSE_(WARN|NOTE|LOG)_IF; r=dom-storage-reviewers,asuth 2021-05-30 06:37:28 +00:00
ActorsChild.cpp
ActorsChild.h
ActorsParent.cpp Bug 1711848 - Add argument separation comments for QM_OR_ELSE(WARN|NOTE|LOG_VERBOSE)(_IF) uses; r=dom-storage-reviewers,jstutte 2021-06-01 13:58:27 +00:00
ActorsParent.h
CachingDatabaseConnection.cpp Bug 1693530 - Add nsBaseHashtable::TryLookupOrInsertWith variant that accepts a functor returning a mozilla::Result. r=janv,xpcom-reviewers,nika 2021-03-02 09:02:19 +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 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 1706998: Replace QuotaManager::GetRef().MaybeRecordShutdownStep by static QuotaManager::(Safe)MaybeRecordQuotaClientShutdownStep; r=dom-storage-reviewers,janv 2021-05-28 06:46:04 +00:00
Client.h Bug 708901 - Migrate to nsTHashSet in dom/quota. r=dom-storage-reviewers,janv 2021-03-23 10:36:35 +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
components.conf
DecryptingInputStream_impl.h
DecryptingInputStream.cpp
DecryptingInputStream.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_impl.h
EncryptingOutputStream.cpp
EncryptingOutputStream.h
FileStreams.cpp Bug 1686031 - Rename GroupAndOrigin to OriginMetadata; r=dom-storage-reviewers,sg 2021-02-12 14:03:28 +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
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
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
IPCStreamCipherStrategy.h Bug 1641178 - Add NSSCipherStrategy. r=dom-workers-and-storage-reviewers,jcj,janv 2021-03-12 09:31:57 +00:00
MemoryOutputStream.cpp
MemoryOutputStream.h
moz.build Bug 1709352 - Add ToResult function for QMResult; r=dom-storage-reviewers,jstutte,asuth 2021-05-25 07:28:19 +00:00
nsIndexedDBProtocolHandler.cpp
nsIndexedDBProtocolHandler.h
nsIQuotaCallbacks.idl
nsIQuotaManagerService.idl
nsIQuotaRequests.idl
nsIQuotaResults.idl
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
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
PQuota.ipdl
PQuotaRequest.ipdl
PQuotaUsageRequest.ipdl
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 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
QMResultInlines.h Bug 1709352 - Fix compilation when QM_ERROR_STACKS_ENABLED is not defined; r=dom-storage-reviewers,asuth 2021-05-27 16:33:32 +00:00
QuotaCommon.cpp Bug 1711656 - Rename QM_OR_ELSE_LOG to QM_OR_ELSE_LOG_VERBOSE; r=dom-storage-reviewers,jstutte 2021-06-01 12:12:27 +00:00
QuotaCommon.h Bug 1711656 - Rename QM_OR_ELSE_LOG to QM_OR_ELSE_LOG_VERBOSE; r=dom-storage-reviewers,jstutte 2021-06-01 12:12:27 +00:00
QuotaManager.h Bug 1706998: Replace QuotaManager::GetRef().MaybeRecordShutdownStep by static QuotaManager::(Safe)MaybeRecordQuotaClientShutdownStep; r=dom-storage-reviewers,janv 2021-05-28 06:46:04 +00:00
QuotaManagerService.cpp
QuotaManagerService.h
QuotaObject.h
QuotaRequests.cpp
QuotaRequests.h
QuotaResults.cpp
QuotaResults.h
SerializationHelpers.h
StorageManager.cpp
StorageManager.h
UsageInfo.h