gecko-dev/dom/quota
Simon Giesecke 20a9b720d4 Bug 1666219 - Renamed QM_TRY_VAR etc. to QM_TRY_UNWRAP etc. r=dom-workers-and-storage-reviewers,ttung,janv
Also change some left-over QM_TRY_VAR uses with const target declarations to
QM_TRY_INSPECT et al.

Differential Revision: https://phabricator.services.mozilla.com/D90873
2020-10-02 13:23:49 +00:00
..
test Bug 1666219 - Renamed QM_TRY_VAR etc. to QM_TRY_UNWRAP etc. r=dom-workers-and-storage-reviewers,ttung,janv 2020-10-02 13:23:49 +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
ActorsParent.cpp Bug 1666219 - Renamed QM_TRY_VAR etc. to QM_TRY_UNWRAP etc. r=dom-workers-and-storage-reviewers,ttung,janv 2020-10-02 13:23:49 +00:00
ActorsParent.h
CheckedUnsafePtr.h
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
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 cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv 2020-08-17 08:42:20 +00:00
DecryptingInputStream_impl.h Bug 1634436 - Make cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv 2020-08-17 08:42:20 +00:00
DummyCipherStrategy.h Bug 1634436 - Make cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv 2020-08-17 08:42:20 +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 - Make cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv 2020-08-17 08:42:20 +00:00
EncryptingOutputStream_impl.h Bug 1634436 - Make cipher-strategy stateful and keep mode, key and IV as state. r=dom-workers-and-storage-reviewers,janv 2020-08-17 08:42:20 +00:00
FileStreams.cpp Bug 1651016 - Convert remaining NS_ENSURE_SUCCESS to QM_TRY in FileStreams.cpp; r=dom-workers-and-storage-reviewers,ttung,sg 2020-07-24 07:01:36 +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 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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
PQuotaRequest.ipdl
PQuotaUsageRequest.ipdl
PersistenceType.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
PersistenceType.h
QuotaCommon.cpp Bug 1666216 - Enable ScopedLogExtraInfo logging. r=dom-workers-and-storage-reviewers,janv 2020-09-30 08:24:18 +00:00
QuotaCommon.h Bug 1666219 - Renamed QM_TRY_VAR etc. to QM_TRY_UNWRAP etc. r=dom-workers-and-storage-reviewers,ttung,janv 2020-10-02 13:23:49 +00:00
QuotaManager.h Bug 1661711 - Use Result<V, E> for GetDirectoryOrigin and use *_TRY_VAR for its callsites; r=sg,dom-workers-and-storage-reviewers 2020-09-10 12:37:37 +00:00
QuotaManagerService.cpp Bug 1651165 - Rename idle service r=Gijs,geckoview-reviewers,snorp 2020-07-20 16:06:59 +00:00
QuotaManagerService.h
QuotaObject.h
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
QuotaResults.h
SerializationHelpers.h
StorageManager.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
StorageManager.h
UsageInfo.h Bug 1649503 - Fix behaviour of UsageInfo. r=dom-workers-and-storage-reviewers,janv 2020-07-01 10:38:46 +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
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
nsIndexedDBProtocolHandler.cpp
nsIndexedDBProtocolHandler.h