gecko-dev/dom/fs
Jan Varga 491af5e199 Bug 1866402 - Replace most of QuotaManager::EnsurePersistentOriginIsInitializedInternal and QuotaManager::EnsureTemporaryOriginIsInitializedInternal calls; r=dom-storage-reviewers,jari
QuotaManager::OpenClientDirectory already makes sure that corresponding origin
is initialized so all places where a client directory lock is obtained in such
way can start using QuotaManager::GetOriginDirectory instead of
QuotaManager::EnsurePersistentOriginIsInitializedInternal and
QuotaManager::GetOrCreateTemporaryOriginDirectory instead of
QuotaManager::EnsureTemporaryOriginIsInitializedInternal.

Differential Revision: https://phabricator.services.mozilla.com/D195589
2024-10-13 23:05:25 +00:00
..
api Bug 1919556 - FS: Convert FileSystemBackgroundRequestHandler::CreateFileSystemManagerChild to return a strong reference to the created object; r=dom-storage-reviewers,jari 2024-10-03 22:38:29 +00:00
child Bug 1919556 - FS: Error out FileSystemBackgroundRequestHandler::CreateFileSystemManagerChild if the actor received CloseAll message; r=dom-storage-reviewers,jari 2024-10-03 22:38:30 +00:00
include/fs Bug 1874334 - Abort open writable file streams during xpcom-will-shutdown shutdown phase; r=dom-storage-reviewers,jstutte 2024-03-27 12:47:16 +00:00
parent Bug 1866402 - Replace most of QuotaManager::EnsurePersistentOriginIsInitializedInternal and QuotaManager::EnsureTemporaryOriginIsInitializedInternal calls; r=dom-storage-reviewers,jari 2024-10-13 23:05:25 +00:00
shared
test 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
.clang-format
moz.build