fune/dom/storage
Nika Layzell 852d02ec16 Bug 1809753 - Part 3: Replace all callers of GetCurrentEventTarget with GetCurrentSerialEventTarget, r=mccr8,necko-reviewers,valentin
This only changes the behaviour when called with a TaskQueue or other type
using SerialEventTargetGuard on the stack. They are being switched over as the
existing GetCurrentEventTarget method is being removed, as it is somewhat
confusing, and poorly documented.

Callers which need to get the current thread even when on a threadpool or
behind a TaskQueue were switched to GetCurrentEventTarget in the previous part.

Differential Revision: https://phabricator.services.mozilla.com/D166607
2023-01-16 23:14:11 +00:00
..
BackgroundSessionStorageServiceParent.cpp
BackgroundSessionStorageServiceParent.h
components.conf
LocalStorage.cpp
LocalStorage.h
LocalStorageCache.cpp
LocalStorageCache.h
LocalStorageManager.cpp
LocalStorageManager.h
moz.build
nsISessionStorageService.idl
PartitionedLocalStorage.cpp
PartitionedLocalStorage.h
PBackgroundLocalStorageCache.ipdl
PBackgroundSessionStorageCache.ipdl
PBackgroundSessionStorageManager.ipdl
PBackgroundSessionStorageService.ipdl
PBackgroundStorage.ipdl
PSessionStorageObserver.ipdl
SessionStorage.cpp
SessionStorage.h
SessionStorageCache.cpp
SessionStorageCache.h
SessionStorageManager.cpp
SessionStorageManager.h
SessionStorageObserver.cpp
SessionStorageObserver.h
SessionStorageService.cpp
SessionStorageService.h
Storage.cpp
Storage.h
StorageActivityService.cpp
StorageActivityService.h
StorageCommon.h
StorageDBThread.cpp Bug 1809753 - Part 3: Replace all callers of GetCurrentEventTarget with GetCurrentSerialEventTarget, r=mccr8,necko-reviewers,valentin 2023-01-16 23:14:11 +00:00
StorageDBThread.h
StorageDBUpdater.cpp
StorageDBUpdater.h
StorageIPC.cpp Bug 1809753 - Part 3: Replace all callers of GetCurrentEventTarget with GetCurrentSerialEventTarget, r=mccr8,necko-reviewers,valentin 2023-01-16 23:14:11 +00:00
StorageIPC.h
StorageNotifierService.cpp
StorageNotifierService.h
StorageObserver.cpp
StorageObserver.h
StorageUtils.cpp
StorageUtils.h