gecko-dev/dom/quota
Jan Rio Krause 73385a1bcd Bug 1712582 - Use `NS_ERROR_NOT_INITIALIZED` when `aQuotaManager.Is[Temporary]StorageInitialized()` fails. r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D180742
2023-06-13 15:21:45 +00:00
..
scripts Bug 1790816 - Reformat dom/ with isort. r=linter-reviewers,ahal DONTBUILD 2022-11-23 22:09:53 +00:00
test Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu 2023-05-20 12:26:53 +00:00
ActorsChild.cpp Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
ActorsChild.h
ActorsParent.cpp Bug 1712582 - Use `NS_ERROR_NOT_INITIALIZED` when `aQuotaManager.Is[Temporary]StorageInitialized()` fails. r=dom-storage-reviewers,janv 2023-06-13 15:21:45 +00:00
ActorsParent.h Bug 1755206 - Allow setting context for remote debugging in content process. r=dom-storage-reviewers,janv 2023-06-12 04:41:00 +00:00
Assertions.cpp
Assertions.h
AssertionsImpl.h
CachingDatabaseConnection.cpp
CachingDatabaseConnection.h
CanonicalQuotaObject.cpp Bug 1781201 - Convert GetOriginDirectory/DeleteOriginDirectory arguments into a single argument; r=hsingh 2023-05-03 02:05:11 +00:00
CanonicalQuotaObject.h Bug 1791750 - Add support for using QuotaObject in content processes; r=ipc-reviewers,nika 2022-12-16 06:38:12 +00:00
CheckedUnsafePtr.h Bug 1789399 - Print out the creation stack and the last assignment stack of CheckedUnsafePtr when it is unsafe. r=dom-worker-reviewers,janv,smaug 2023-03-01 09:28:59 +00:00
CipherStrategy.h Bug 1797452: Removing some obsolete comments.r=dom-storage-reviewers,jstutte 2022-11-11 01:01:12 +00:00
Client.cpp Bug 1801364 - Add a way to infallibly convert Client::Type to nsString; r=dom-storage-reviewers,jari 2023-01-10 12:44:14 +00:00
Client.h Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
ClientImpl.h
ClientUsageArray.cpp
ClientUsageArray.h
CommonMetadata.h Bug 1781201 - Generate unique anonymous origins for private browsing; r=hsingh 2023-05-04 04:50:43 +00:00
Config.h
Constants.h Bug 1781201 - Generate unique anonymous origins for private browsing; r=hsingh 2023-05-04 04:50:43 +00:00
DebugOnlyMacro.h Bug 1809035 - Add DEBUGONLY macro; r=dom-storage-reviewers,jari 2023-01-20 14:26:43 +00:00
DecryptingInputStream.cpp
DecryptingInputStream.h Bug 1818305 - Part 2: Add a streamStatus method to nsIInputStream, r=xpcom-reviewers,necko-reviewers,geckoview-reviewers,valentin,jesup,m_kato,mccr8 2023-03-15 19:52:34 +00:00
DecryptingInputStream_impl.h Bug 1818305 - Part 2: Add a streamStatus method to nsIInputStream, r=xpcom-reviewers,necko-reviewers,geckoview-reviewers,valentin,jesup,m_kato,mccr8 2023-03-15 19:52:34 +00:00
DirectoryLock.h
DirectoryLockImpl.cpp Bug 1781201 - Generate unique anonymous origins for private browsing; r=hsingh 2023-05-04 04:50:43 +00:00
DirectoryLockImpl.h Bug 1781201 - Add mStorageOrigin to PrincipalMetadata; r=hsingh 2023-05-03 02:05:11 +00:00
DummyCipherStrategy.h
EncryptedBlock.h
EncryptingOutputStream.cpp
EncryptingOutputStream.h Bug 1818305 - Part 1: Add a streamStatus method to nsIOutputStream, r=necko-reviewers,geckoview-reviewers,jesup,emilio,m_kato,devtools-reviewers 2023-03-15 19:52:33 +00:00
EncryptingOutputStream_impl.h Bug 1818305 - Part 1: Add a streamStatus method to nsIOutputStream, r=necko-reviewers,geckoview-reviewers,jesup,emilio,m_kato,devtools-reviewers 2023-03-15 19:52:33 +00:00
FileStreams.cpp Bug 1806362 - FileQuotaStreamWithWrite::Write should return zero written bytes in the failure case; r=dom-storage-reviewers,jari 2023-01-07 11:01:36 +00:00
FileStreams.h Bug 1791750 - Add a new argument to serialization methods for passing optional callbacks; r=dom-storage-reviewers,ipc-reviewers,nika,jari 2022-12-16 06:38:12 +00:00
FirstInitializationAttempts.h
FirstInitializationAttemptsImpl.h
Flatten.h
ForwardDecls.h Bug 1803062 - Truncate, GetSize and Flush on the task queue; r=dom-storage-reviewers,jari 2022-12-16 06:38:10 +00:00
GroupInfo.cpp
GroupInfo.h
GroupInfoPair.cpp Bug 1827376: Introduced a new persistence type 'Private' for PBM.r=janv,dom-storage-reviewers 2023-04-25 11:34:36 +00:00
GroupInfoPair.h Bug 1827376: Introduced a new persistence type 'Private' for PBM.r=janv,dom-storage-reviewers 2023-04-25 11:34:36 +00:00
IPCQuotaObject.ipdlh Bug 1791750 - Add support for using QuotaObject in content processes; r=ipc-reviewers,nika 2022-12-16 06:38:12 +00:00
IPCStreamCipherStrategy.h
InitializationTypes.cpp
InitializationTypes.h
NSSCipherStrategy.cpp Bug 1799258 - Fix Span const template param propagation issue on base toolchain builds. r=gfx-reviewers,lsalzman 2023-03-13 21:04:13 +00:00
NSSCipherStrategy.h
OriginInfo.cpp Bug 1781201 - Generate unique anonymous origins for private browsing; r=hsingh 2023-05-04 04:50:43 +00:00
OriginInfo.h Bug 1781201 - Add mStorageOrigin to PrincipalMetadata; r=hsingh 2023-05-03 02:05:11 +00:00
OriginScope.h
PQuota.ipdl Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
PQuotaRequest.ipdl Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
PQuotaUsageRequest.ipdl
PRemoteQuotaObject.ipdl Bug 1791750 - Add support for using QuotaObject in content processes; r=ipc-reviewers,nika 2022-12-16 06:38:12 +00:00
PersistenceType.cpp Bug 1827376: Introduced a new persistence type 'Private' for PBM.r=janv,dom-storage-reviewers 2023-04-25 11:34:36 +00:00
PersistenceType.h Bug 1827376: Introduced a new persistence type 'Private' for PBM.r=janv,dom-storage-reviewers 2023-04-25 11:34:36 +00:00
QMResult.cpp
QMResult.h
QuotaCommon.cpp Bug 1803062 - Truncate, GetSize and Flush on the task queue; r=dom-storage-reviewers,jari 2022-12-16 06:38:10 +00:00
QuotaCommon.h Bug 1837201 - Ignore unsupported origin directories during various operations; r=dom-storage-reviewers,jstutte,asuth 2023-06-08 19:52:10 +00:00
QuotaManager.h Bug 1833810 - Speedup origin directory iteration when full origin metadata is not needed; r=hsingh 2023-05-18 17:06:56 +00:00
QuotaManagerImpl.h
QuotaManagerService.cpp Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
QuotaManagerService.h
QuotaObject.cpp Bug 1791750 - Introduce RemoteQuotaObjectParentTracker; r=dom-storage-reviewers,jari 2022-12-16 06:38:12 +00:00
QuotaObject.h Bug 1791750 - Add a new argument to serialization methods for passing optional callbacks; r=dom-storage-reviewers,ipc-reviewers,nika,jari 2022-12-16 06:38:12 +00:00
QuotaRequests.cpp
QuotaRequests.h
QuotaResults.cpp Bug 1781201 - Add mStorageOrigin to PrincipalMetadata; r=hsingh 2023-05-03 02:05:11 +00:00
QuotaResults.h
RemoteQuotaObject.cpp Bug 1791750 - Add a new argument to serialization methods for passing optional callbacks; r=dom-storage-reviewers,ipc-reviewers,nika,jari 2022-12-16 06:38:12 +00:00
RemoteQuotaObject.h Bug 1791750 - Add a new argument to serialization methods for passing optional callbacks; r=dom-storage-reviewers,ipc-reviewers,nika,jari 2022-12-16 06:38:12 +00:00
RemoteQuotaObjectChild.cpp Bug 1791750 - Add support for using QuotaObject in content processes; r=ipc-reviewers,nika 2022-12-16 06:38:12 +00:00
RemoteQuotaObjectChild.h Bug 1791750 - Add support for using QuotaObject in content processes; r=ipc-reviewers,nika 2022-12-16 06:38:12 +00:00
RemoteQuotaObjectParent.cpp Bug 1809066 - Check the file size after closing RemoteQuotaObjectParent; r=dom-storage-reviewers,jari 2023-02-07 08:27:08 +00:00
RemoteQuotaObjectParent.h Bug 1809066 - Check the file size after closing RemoteQuotaObjectParent; r=dom-storage-reviewers,jari 2023-02-07 08:27:08 +00:00
RemoteQuotaObjectParentTracker.h Bug 1791750 - Introduce RemoteQuotaObjectParentTracker; r=dom-storage-reviewers,jari 2022-12-16 06:38:12 +00:00
RemoveParen.h
ResultExtensions.h Bug 1790207 - Forward declaration of mozilla::Result in nsIGlobalObject.h and other cleanup; r=dom-storage-reviewers,jesup 2022-11-15 17:13:02 +00:00
ScopedLogExtraInfo.cpp Bug 1755206 - Allow setting context for remote debugging in content process. r=dom-storage-reviewers,janv 2023-06-12 04:41:00 +00:00
ScopedLogExtraInfo.h Bug 1755206 - Allow setting context for remote debugging in content process. r=dom-storage-reviewers,janv 2023-06-12 04:41:00 +00:00
SerializationHelpers.h Bug 1781201 - Add mStorageOrigin to PrincipalMetadata; r=hsingh 2023-05-03 02:05:11 +00:00
StorageHelpers.cpp
StorageHelpers.h
StorageManager.cpp Bug 1809759 - Shutdown FileSystemManager before releasing it; r=dom-storage-reviewers,jesup 2023-01-13 12:03:26 +00:00
StorageManager.h Bug 1751681 - Cleanup FileSystemHandle serialization/deserialization; r=dom-storage-reviewers,jesup 2022-12-13 19:23:35 +00:00
UsageInfo.h
components.conf Bug 1793463 - Part 4: Generate static components entries for protocols, r=necko-reviewers,xpcom-reviewers,valentin,kmag 2022-12-01 15:43:19 +00:00
moz.build Bug 1781201 - Generate unique anonymous origins for private browsing; r=hsingh 2023-05-04 04:50:43 +00:00
nsIQuotaCallbacks.idl
nsIQuotaManagerService.idl Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
nsIQuotaRequests.idl
nsIQuotaResults.idl Bug 1781201 - Add mStorageOrigin to PrincipalMetadata; r=hsingh 2023-05-03 02:05:11 +00:00
nsIndexedDBProtocolHandler.cpp Bug 1793463 - Part 6: Remove nsIProtocolHandler.{defaultPort,protocolFlags}, r=necko-reviewers,valentin 2022-12-01 15:43:19 +00:00
nsIndexedDBProtocolHandler.h