gecko-dev/dom/quota
Brindusan Cristian a338574f2d Backed out 2 changesets (bug 1645943) for build bustages on QuotaClient.cpp. CLOSED TREE
Backed out changeset 7a2022403814 (bug 1645943)
Backed out changeset 3ed2b9424225 (bug 1645943)
2020-06-23 01:11:33 +03:00
..
test Backed out 2 changesets (bug 1645943) for build bustages on QuotaClient.cpp. CLOSED TREE 2020-06-23 01:11:33 +03:00
ActorsChild.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
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 - Replace Append method by operator+=. r=dom-workers-and-storage-reviewers,janv 2020-06-11 10:42:24 +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 1621916 - Remove unused argument in Client::InitOrigin; r=dom-workers-and-storage-reviewers,sg 2020-05-27 15:52:49 +00:00
components.conf
DecryptingInputStream_impl.h Bug 1634436 - Add support for seeking (nsISeekableStream). r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:02:29 +00:00
DecryptingInputStream.cpp Bug 1634436 - Add support for seeking (nsISeekableStream). r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:02:29 +00:00
DecryptingInputStream.h Bug 1634436 - Add support for seeking (nsISeekableStream). r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:02:29 +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_impl.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
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
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
moz.build Bug 1634436 - Add encrypted stream implementation. r=dom-workers-and-storage-reviewers,janv 2020-06-11 08:00:39 +00:00
nsIndexedDBProtocolHandler.cpp
nsIndexedDBProtocolHandler.h
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
OriginScope.h
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
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
QuotaCommon.cpp Bug 1633326 - Add an additional warning message that shows the file path when it fails to create a file; r=janv,dom-workers-and-storage-reviewers 2020-04-27 08:38:55 +00:00
QuotaCommon.h Bug 1621916 - Unify reporting of unknown files across quota manager, idb, sdb and ls quota client; r=dom-workers-and-storage-reviewers,ttung 2020-05-26 07:02:07 +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 - Replace Append method by operator+=. r=dom-workers-and-storage-reviewers,janv 2020-06-11 10:42:24 +00:00