.. |
scripts/qm-try-analysis
|
|
|
test
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
ActorsChild.cpp
|
Bug 1866402 - Rework QuotaManagerService::ResetStoragesForPrincipal to use an async message with an async response; r=dom-storage-reviewers,jari
|
2024-10-09 11:59:34 +00:00 |
ActorsChild.h
|
Bug 1910848 - Move QuotaUsageRequestChild to separate files; r=dom-storage-reviewers,jari
|
2024-08-08 10:34:04 +00:00 |
ActorsParent.cpp
|
Bug 1866402 - Further reduce code duplication in QuotaManager::OpenStorageDirectory and QuotaManager::OpenClientDirectory; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
ActorsParent.h
|
|
|
Assertions.cpp
|
|
|
Assertions.h
|
|
|
AssertionsImpl.h
|
|
|
BackgroundThreadObject.cpp
|
|
|
BackgroundThreadObject.h
|
|
|
CachingDatabaseConnection.cpp
|
|
|
CachingDatabaseConnection.h
|
|
|
CanonicalQuotaObject.cpp
|
Bug 1916883 - Add missing thread safety annotations. r=jesup
|
2024-09-26 06:23:06 +00:00 |
CanonicalQuotaObject.h
|
|
|
CheckedUnsafePtr.h
|
|
|
CipherKeyManager.h
|
|
|
CipherStrategy.h
|
|
|
Client.cpp
|
|
|
Client.h
|
Bug 1866217 - Replace uses of Nullable<PersistenceType> type with PersistenceScope; r=dom-storage-reviewers,jari
|
2024-08-14 12:46:14 +00:00 |
ClientImpl.h
|
|
|
ClientUsageArray.cpp
|
|
|
ClientUsageArray.h
|
|
|
CommonMetadata.h
|
|
|
CommonMetadataArray.h
|
|
|
CommonMetadataArrayFwd.h
|
|
|
components.conf
|
|
|
Config.h
|
|
|
Constants.h
|
|
|
DebugOnlyMacro.h
|
|
|
DecryptingInputStream_impl.h
|
|
|
DecryptingInputStream.cpp
|
|
|
DecryptingInputStream.h
|
|
|
DirectoryLock.h
|
Bug 1917454 - Add DirectoryLock::Invalidated getter; r=dom-storage-reviewers,jari
|
2024-09-16 11:01:22 +00:00 |
DirectoryLockCategory.h
|
Bug 1866402 - Add UninitOrigins directory lock category and use it for directory locks which uninitialize origins; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:52 +00:00 |
DirectoryLockImpl.cpp
|
Bug 1917454 - Add a timer for directory lock acquisition; r=dom-storage-reviewers,jari
|
2024-09-16 11:01:23 +00:00 |
DirectoryLockImpl.h
|
Bug 1866402 - Add UninitOrigins directory lock category and use it for directory locks which uninitialize origins; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:52 +00:00 |
DirectoryLockInlines.h
|
|
|
DummyCipherStrategy.h
|
|
|
EncryptedBlock.h
|
|
|
EncryptingOutputStream_impl.h
|
|
|
EncryptingOutputStream.cpp
|
|
|
EncryptingOutputStream.h
|
|
|
ErrorHandling.h
|
Bug 1920487 - QM: Rename helpers for resolving nsresult type; r=dom-storage-reviewers,jari
|
2024-10-04 16:57:02 +00:00 |
FileStreams.cpp
|
|
|
FileStreams.h
|
|
|
FileUtils.cpp
|
|
|
FileUtils.h
|
|
|
FirstInitializationAttempts.h
|
|
|
FirstInitializationAttemptsImpl.h
|
|
|
Flatten.h
|
|
|
ForwardDecls.h
|
Bug 1866402 - Change all origin operations which uninit origins to return an array of origin metadata; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:50 +00:00 |
GroupInfo.cpp
|
|
|
GroupInfo.h
|
|
|
GroupInfoPair.cpp
|
|
|
GroupInfoPair.h
|
|
|
HashKeys.h
|
Bug 1866402 - Rename nsCStringHashKeyDM to nsCStringHashKeyWithDisabledMemmove; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:51 +00:00 |
InitializationTypes.cpp
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
InitializationTypes.h
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
InitializationUtils.h
|
Bug 1866402 - Further reduce code duplication in QuotaManager::OpenStorageDirectory and QuotaManager::OpenClientDirectory; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
IPCQuotaObject.ipdlh
|
|
|
IPCStreamCipherStrategy.h
|
|
|
metrics.yaml
|
Bug 1918226 - Use Glean APIs for dom.quota.try.error#step r=janv
|
2024-09-20 18:42:58 +00:00 |
moz.build
|
Bug 1866402 - Move nsCStringHashKeyDM to a dedicated hash keys header file; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:51 +00:00 |
MozPromiseUtils.h
|
Bug 1866402 - QM: Generalize the helper for mapping MozPromise values to support both exclusive and non-exclusive promises; r=dom-storage-reviewers,jari
|
2024-10-09 22:16:49 +00:00 |
NormalOriginOperationBase.cpp
|
|
|
NormalOriginOperationBase.h
|
|
|
NotifyUtils.cpp
|
Bug 1919428 - QM: Expose NotifyObserversOnMainThread to quota clients; r=dom-storage-reviewers,jari
|
2024-09-30 17:01:48 +00:00 |
NotifyUtils.h
|
Bug 1917454 - Add a new testing only notification for client directory opening; r=dom-storage-reviewers,jari
|
2024-09-16 11:01:22 +00:00 |
NotifyUtilsCommon.cpp
|
Bug 1919428 - QM: Expose NotifyObserversOnMainThread to quota clients; r=dom-storage-reviewers,jari
|
2024-09-30 17:01:48 +00:00 |
NotifyUtilsCommon.h
|
Bug 1919428 - QM: Expose NotifyObserversOnMainThread to quota clients; r=dom-storage-reviewers,jari
|
2024-09-30 17:01:48 +00:00 |
nsIndexedDBProtocolHandler.cpp
|
|
|
nsIndexedDBProtocolHandler.h
|
|
|
nsIQuotaCallbacks.idl
|
|
|
nsIQuotaManagerService.idl
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
nsIQuotaRequests.idl
|
|
|
nsIQuotaResults.idl
|
|
|
NSSCipherStrategy.cpp
|
|
|
NSSCipherStrategy.h
|
|
|
OriginInfo.cpp
|
Bug 1866402 - Make it possible to initialize temporary origins without ensuring origin directories; r=dom-storage-reviewers,jari
|
2024-10-12 20:58:36 +00:00 |
OriginInfo.h
|
Bug 1866402 - Make it possible to initialize temporary origins without ensuring origin directories; r=dom-storage-reviewers,jari
|
2024-10-12 20:58:36 +00:00 |
OriginOperationBase.cpp
|
|
|
OriginOperationBase.h
|
|
|
OriginOperationCallbacks.h
|
|
|
OriginOperations.cpp
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
OriginOperations.h
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
OriginParser.cpp
|
|
|
OriginParser.h
|
|
|
OriginScope.h
|
Bug 1866217 - Introduce PersistenceScope class à la OriginScope; r=dom-storage-reviewers,jari
|
2024-08-14 12:46:14 +00:00 |
PersistenceScope.cpp
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
PersistenceScope.h
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
PersistenceType.cpp
|
|
|
PersistenceType.h
|
|
|
PQuota.ipdl
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
PQuotaRequest.ipdl
|
Bug 1866402 - Rework QuotaManagerService::ResetStoragesForPrincipal to use an async message with an async response; r=dom-storage-reviewers,jari
|
2024-10-09 11:59:34 +00:00 |
PQuotaUsageRequest.ipdl
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
PRemoteQuotaObject.ipdl
|
|
|
PromiseUtils.cpp
|
|
|
PromiseUtils.h
|
|
|
QMResult.cpp
|
|
|
QMResult.h
|
|
|
QuotaCommon.cpp
|
Bug 1918226 - Use Glean APIs for dom.quota.try.error#step r=janv
|
2024-09-20 18:42:58 +00:00 |
QuotaCommon.h
|
|
|
QuotaManager.h
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
QuotaManagerImpl.h
|
Bug 1866402 - Make it possible to initialize temporary origins without ensuring origin directories; r=dom-storage-reviewers,jari
|
2024-10-12 20:58:36 +00:00 |
QuotaManagerService.cpp
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
QuotaManagerService.h
|
|
|
QuotaObject.cpp
|
|
|
QuotaObject.h
|
|
|
QuotaParent.cpp
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
QuotaParent.h
|
Bug 1866402 - Implement initialization of entire persistent storage; r=dom-storage-reviewers,jari
|
2024-10-14 10:06:14 +00:00 |
QuotaRequestBase.cpp
|
|
|
QuotaRequestBase.h
|
|
|
QuotaRequests.cpp
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
QuotaRequests.h
|
|
|
QuotaResults.cpp
|
|
|
QuotaResults.h
|
|
|
QuotaUsageRequestChild.cpp
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
QuotaUsageRequestChild.h
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
QuotaUsageRequestParent.cpp
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
QuotaUsageRequestParent.h
|
Bug 1910848 - Switch PQuotaUsageRequest to non-virtual implementation; r=dom-storage-reviewers,asuth
|
2024-08-08 10:34:04 +00:00 |
RemoteQuotaObject.cpp
|
|
|
RemoteQuotaObject.h
|
|
|
RemoteQuotaObjectChild.cpp
|
|
|
RemoteQuotaObjectChild.h
|
|
|
RemoteQuotaObjectParent.cpp
|
|
|
RemoteQuotaObjectParent.h
|
|
|
RemoteQuotaObjectParentTracker.h
|
|
|
RemoveParen.h
|
|
|
ResolvableNormalOriginOp.h
|
|
|
ResultExtensions.h
|
|
|
SanitizationUtils.cpp
|
|
|
SanitizationUtils.h
|
|
|
ScopedLogExtraInfo.cpp
|
|
|
ScopedLogExtraInfo.h
|
|
|
SerializationHelpers.h
|
Bug 1915419 - CSSCacheCleaner, JSCacheCleaner support for OriginAttributesPattern. r=emilio,anti-tracking-reviewers,timhuang
|
2024-09-24 09:17:59 +00:00 |
StorageHelpers.cpp
|
|
|
StorageHelpers.h
|
|
|
StorageManager.cpp
|
Bug 1915228 - Remove expired telemetry scalars navigator.storage.estimate_count and navigator.storage.persist_count, r=chutten.
|
2024-08-28 19:44:31 +00:00 |
StorageManager.h
|
|
|
StorageOriginAttributes.cpp
|
|
|
StorageOriginAttributes.h
|
|
|
StreamUtils.cpp
|
|
|
StreamUtils.h
|
|
|
StringifyUtils.cpp
|
|
|
StringifyUtils.h
|
|
|
ThreadUtils.cpp
|
Bug 1919428 - QM: Add mozilla::dom::quota::SleepIfEnabled helper; r=dom-storage-reviewers,jari
|
2024-09-30 17:01:48 +00:00 |
ThreadUtils.h
|
Bug 1919428 - QM: Add mozilla::dom::quota::SleepIfEnabled helper; r=dom-storage-reviewers,jari
|
2024-09-30 17:01:48 +00:00 |
UsageInfo.h
|
|
|