gecko-dev/dom/quota
Jan Varga f482502235 Bug 1621920 - Convert LS client to use the new macro for warning about unknown stuff and add testing for unknown directories in LS client directory; r=dom-workers-and-storage-reviewers,ttung
Differential Revision: https://phabricator.services.mozilla.com/D80167
2020-06-26 01:56:45 +00:00
..
test Bug 1621920 - Convert LS client to use the new macro for warning about unknown stuff and add testing for unknown directories in LS client directory; r=dom-workers-and-storage-reviewers,ttung 2020-06-26 01:56:45 +00:00
ActorsChild.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
ActorsChild.h Bug 1624802 - Add a method for retrieving storage name in tests; r=dom-workers-and-storage-reviewers,ttung 2020-05-05 06:25:18 +00:00
ActorsParent.cpp Bug 1641512 - Use Result<UsageInfo, nsresult> as return type of InitOrigin and add separate InitOriginWithoutTracking. r=dom-workers-and-storage-reviewers,janv 2020-06-25 09:31:39 +00:00
ActorsParent.h
CheckedUnsafePtr.h Bug 1620632 - Rename confusingly named types/macros for relocation handling of nsTArray. r=froydnj 2020-03-20 17:04:27 +00:00
CipherStrategy.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
Client.cpp Bug 1619592 - Refactor client type checks using new Client::IsValidType method; r=dom-workers-and-storage-reviewers,sg 2020-03-17 13:06:30 +00:00
Client.h Bug 1641512 - Use Result<UsageInfo, nsresult> as return type of InitOrigin and add separate InitOriginWithoutTracking. r=dom-workers-and-storage-reviewers,janv 2020-06-25 09:31:39 +00:00
DecryptingInputStream.cpp Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
DecryptingInputStream.h Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
DecryptingInputStream_impl.h Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
DummyCipherStrategy.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
EncryptedBlock.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
EncryptingOutputStream.cpp Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
EncryptingOutputStream.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
EncryptingOutputStream_impl.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
FileStreams.cpp Bug 1626973 - Add assertions for result of MaybeUpdateSize. r=janv,dom-workers-and-storage-reviewers 2020-04-03 16:16:50 +00:00
FileStreams.h
IPCStreamCipherStrategy.h Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
InitializationTypes.h Bug 1619910 - P2 - Collect the success rates of upgrades from indexedDB/ and storage/persistent/ directory; r=janv,dom-workers-and-storage-reviewers 2020-03-11 12:52:04 +00:00
MemoryOutputStream.cpp
MemoryOutputStream.h Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
OriginScope.h
PQuota.ipdl Bug 1624802 - Add a method for retrieving storage name in tests; r=dom-workers-and-storage-reviewers,ttung 2020-05-05 06:25:18 +00:00
PQuotaRequest.ipdl Bug 1624802 - Add a method for retrieving storage name in tests; r=dom-workers-and-storage-reviewers,ttung 2020-05-05 06:25:18 +00:00
PQuotaUsageRequest.ipdl
PersistenceType.cpp Bug 1619592 - Refactor persistence type checks using new IsValidPersistenceType method; r=dom-workers-and-storage-reviewers,sg 2020-03-17 13:06:17 +00:00
PersistenceType.h Bug 1619592 - Refactor persistence type checks using new IsValidPersistenceType method; r=dom-workers-and-storage-reviewers,sg 2020-03-17 13:06:17 +00:00
QuotaCommon.cpp Bug 1621920 - Provide a new testable macro for warning about unknown files or directories; r=dom-workers-and-storage-reviewers,ttung,sg 2020-06-25 07:16:47 +00:00
QuotaCommon.h Bug 1621920 - Provide a new testable macro for warning about unknown files or directories; r=dom-workers-and-storage-reviewers,ttung,sg 2020-06-25 07:16:47 +00:00
QuotaManager.h Bug 1641231 - Reduce raw pointers as functions arguments for DirectoryLock related functions in QuotaManager; r=dom-workers-and-storage-reviewers,sg 2020-06-10 10:11:53 +00:00
QuotaManagerService.cpp Bug 1624802 - Add a method for retrieving storage name in tests; r=dom-workers-and-storage-reviewers,ttung 2020-05-05 06:25:18 +00:00
QuotaManagerService.h Bug 1617653 - Remove nsAutoPtr usage from localstorage, quota, storage, simpledb. r=dom-workers-and-storage-reviewers,sg 2020-02-25 23:14:57 +00:00
QuotaObject.h Bug 1626973 - Add assertions for result of MaybeUpdateSize. r=janv,dom-workers-and-storage-reviewers 2020-04-03 16:16:50 +00:00
QuotaRequests.cpp Bug 1621916 - Provide a usable stack when requestFinished throws; r=dom-workers-and-storage-reviewers,sg,asuth 2020-06-11 07:04:38 +00:00
QuotaRequests.h
QuotaResults.cpp Bug 1615998 - QM: Remove nsIQuotaOriginsResult interface; r=ttung,dom-workers-and-storage-reviewers,sg 2020-02-22 01:03:26 +00:00
QuotaResults.h Bug 1615998 - QM: Remove nsIQuotaOriginsResult interface; r=ttung,dom-workers-and-storage-reviewers,sg 2020-02-22 01:03:26 +00:00
SerializationHelpers.h
StorageManager.cpp Bug 1619112 part 3. Pass UTF8 strings to MaybeRejectWithType/RangeError promise methods. r=smaug 2020-03-06 21:05:48 +00:00
StorageManager.h
UsageInfo.h Bug 1641512 - Use distinct types for file and database usage. r=dom-workers-and-storage-reviewers,janv 2020-06-25 09:30:06 +00:00
components.conf
moz.build Bug 1634436 - Make DecryptingInputStream implement nsIIPCSerializableInputStream. r=baku 2020-06-25 13:23:06 +00:00
nsIQuotaCallbacks.idl
nsIQuotaManagerService.idl Bug 1624802 - Add a method for retrieving storage name in tests; r=dom-workers-and-storage-reviewers,ttung 2020-05-05 06:25:18 +00:00
nsIQuotaRequests.idl Bug 1621916 - Provide a usable stack when requestFinished throws; r=dom-workers-and-storage-reviewers,sg,asuth 2020-06-11 07:04:38 +00:00
nsIQuotaResults.idl Bug 1615998 - QM: Remove nsIQuotaOriginsResult interface; r=ttung,dom-workers-and-storage-reviewers,sg 2020-02-22 01:03:26 +00:00
nsIndexedDBProtocolHandler.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/quota. r=dom-workers-and-storage-reviewers,janv 2020-02-12 10:25:22 +00:00
nsIndexedDBProtocolHandler.h