gecko-dev/dom/localstorage
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
..
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
ActorsChild.cpp Bug 1919788 - LSNG: Add support for pausing DOM File thread during request finalization; r=dom-storage-reviewers,asuth 2024-10-04 11:23:50 +00:00
ActorsChild.h Bug 1919555 - LSNG: Start PBackgroundLSDatabase construction in the parent; r=dom-storage-reviewers,asuth 2024-10-03 11:26:39 +00:00
ActorsParent.cpp Bug 1866402 - Replace most of QuotaManager::EnsurePersistentOriginIsInitializedInternal and QuotaManager::EnsureTemporaryOriginIsInitializedInternal calls; r=dom-storage-reviewers,jari 2024-10-13 23:05:25 +00:00
ActorsParent.h Bug 1919555 - LSNG: Start PBackgroundLSDatabase construction in the parent; r=dom-storage-reviewers,asuth 2024-10-03 11:26:39 +00:00
LocalStorageCommon.cpp
LocalStorageCommon.h
LocalStorageManager2.cpp Bug 1919555 - LSNG: Start PBackgroundLSDatabase construction in the parent; r=dom-storage-reviewers,asuth 2024-10-03 11:26:39 +00:00
LocalStorageManager2.h
LSDatabase.cpp Bug 1919555 - LSNG: Convert PBackgroundLSDatabase to a top level actor; r=dom-storage-reviewers,asuth 2024-10-03 11:26:38 +00:00
LSDatabase.h
LSInitializationTypes.h
LSObject.cpp Bug 1919555 - LSNG: Error out LSObject::EnsureDatabase if preparation has been invalidated; r=dom-storage-reviewers,nika,asuth 2024-10-03 11:26:39 +00:00
LSObject.h
LSObserver.cpp
LSObserver.h
LSSnapshot.cpp Bug 1881526 - Add tainting support to ScopedLogExtraInfo; r=dom-storage-reviewers,asuth,jari 2024-03-07 06:34:01 +00:00
LSSnapshot.h
LSValue.cpp
LSValue.h
LSWriteOptimizer.cpp
LSWriteOptimizer.h
LSWriteOptimizerImpl.h
metrics.yaml Bug 1590635: Adding a telemetry to report LS request cancellation. r=janv,dom-storage-reviewers 2024-09-25 23:29:47 +00:00
moz.build Bug 1919555 - LSNG: Create a new module for LocalStorage utilities; r=dom-storage-reviewers,asuth 2024-10-03 11:26:35 +00:00
NotifyUtils.cpp Bug 1919788 - LSNG: Add a new testing only notification for request finalization; r=dom-storage-reviewers,asuth 2024-10-04 11:23:49 +00:00
NotifyUtils.h Bug 1919788 - LSNG: Add a new testing only notification for request finalization; r=dom-storage-reviewers,asuth 2024-10-04 11:23:49 +00:00
nsILocalStorageManager.idl Bug 1879304 - Renaming functions and renaming comments mentions related to them r=necko-reviewers,kershaw 2024-03-18 08:36:33 +00:00
PBackgroundLSDatabase.ipdl Bug 1919555 - LSNG: Convert PBackgroundLSDatabase to a top level actor; r=dom-storage-reviewers,asuth 2024-10-03 11:26:38 +00:00
PBackgroundLSObserver.ipdl
PBackgroundLSRequest.ipdl Bug 1919555 - LSNG: Error out LSObject::EnsureDatabase if preparation has been invalidated; r=dom-storage-reviewers,nika,asuth 2024-10-03 11:26:39 +00:00
PBackgroundLSSharedTypes.ipdlh
PBackgroundLSSimpleRequest.ipdl
PBackgroundLSSnapshot.ipdl
ReportInternalError.cpp
ReportInternalError.h
SerializationHelpers.h
SnappyUtils.cpp Bug 1883629 - Update Snappy to version 1.2.0. r=dom-storage-reviewers,janv 2024-04-08 13:48:06 +00:00
SnappyUtils.h