gecko-dev/dom/storage
Jean-Yves Avenard 87438519f0 Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
Before P1, GetCurrentThreadSerialEventTarget would have always returned the same data as NS_GetCurrentThread, making the comment incorrect Now it will properly return the running TaskQueue if any.

This change of name more clearly exposes what they are doing, as we aren't always dealing with threads directly; but a nsISerialEventTarget

Differential Revision: https://phabricator.services.mozilla.com/D80354
2020-06-23 05:05:36 +00:00
..
LocalStorage.cpp
LocalStorage.h
LocalStorageCache.cpp Bug 1626450 - Remove stray references to "nsAutoPtr.h" in dom/. r=mccr8 2020-04-03 21:05:26 +00:00
LocalStorageCache.h
LocalStorageManager.cpp Bug 1615297 - Move Localstorage Keygen into Principal r=ckerschb,baku 2020-03-29 15:31:24 +00:00
LocalStorageManager.h
moz.build
PartitionedLocalStorage.cpp
PartitionedLocalStorage.h
PBackgroundLocalStorageCache.ipdl
PBackgroundStorage.ipdl
PSessionStorageObserver.ipdl
SessionStorage.cpp Bug 1629707 - use StoragePrincipal for SessionStorage; r=baku 2020-04-30 07:31:16 +00:00
SessionStorage.h Bug 1629707 - make SessionStorage support StoragePrincipal; r=baku 2020-04-29 20:47:14 +00:00
SessionStorageCache.cpp
SessionStorageCache.h
SessionStorageManager.cpp Bug 1629707 - use StoragePrincipal for SessionStorage; r=baku 2020-04-30 07:31:16 +00:00
SessionStorageManager.h
SessionStorageObserver.cpp
SessionStorageObserver.h
SessionStorageService.cpp
SessionStorageService.h
Storage.cpp Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
Storage.h
StorageActivityService.cpp Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
StorageActivityService.h
StorageDBThread.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
StorageDBThread.h
StorageDBUpdater.cpp
StorageDBUpdater.h
StorageIPC.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
StorageIPC.h Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
StorageNotifierService.cpp Bug 1645339 - Use range-based for with nsTObserverArray in dom/storage. r=dom-workers-and-storage-reviewers,edenchuang 2020-06-17 15:04:43 +00:00
StorageNotifierService.h
StorageObserver.cpp Bug 1645339 - Use range-based for with nsTObserverArray in dom/storage. r=dom-workers-and-storage-reviewers,edenchuang 2020-06-17 15:04:43 +00:00
StorageObserver.h
StorageUtils.cpp Bug 1615297 - Move Localstorage Keygen into Principal r=ckerschb,baku 2020-03-29 15:31:24 +00:00
StorageUtils.h Bug 1615297 - Move Localstorage Keygen into Principal r=ckerschb,baku 2020-03-29 15:31:24 +00:00