gecko-dev/dom/simpledb
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
..
ActorsChild.cpp
ActorsChild.h
ActorsParent.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
ActorsParent.h
PBackgroundSDBConnection.ipdl
PBackgroundSDBRequest.ipdl
SDBConnection.cpp
SDBConnection.h
SDBRequest.cpp
SDBRequest.h
SDBResults.cpp
SDBResults.h
SimpleDBCommon.cpp
SimpleDBCommon.h
moz.build
nsISDBCallbacks.idl
nsISDBConnection.idl
nsISDBRequest.idl
nsISDBResults.idl