gecko-dev/dom/simpledb
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
..
ActorsChild.cpp
ActorsChild.h
ActorsParent.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
ActorsParent.h Bug 1615552 - Enhance SimpleDB to support other persistence types; r=ttung,dom-workers-and-storage-reviewers 2020-02-27 13:46:43 +00:00
moz.build
nsISDBCallbacks.idl
nsISDBConnection.idl Bug 1615552 - Enhance SimpleDB to support other persistence types; r=ttung,dom-workers-and-storage-reviewers 2020-02-27 13:46:43 +00:00
nsISDBRequest.idl
nsISDBResults.idl
PBackgroundSDBConnection.ipdl
PBackgroundSDBRequest.ipdl
SDBConnection.cpp Bug 1619592 - Rationalize PersistenceTypeTo* and PersistenceTypeFrom* methods; r=dom-workers-and-storage-reviewers,sg 2020-03-13 12:55:20 +00:00
SDBConnection.h Bug 1615552 - Enhance SimpleDB to support other persistence types; r=ttung,dom-workers-and-storage-reviewers 2020-02-27 13:46:43 +00:00
SDBRequest.cpp
SDBRequest.h
SDBResults.cpp
SDBResults.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/simpledb. r=smaug 2020-03-09 15:01:18 +00:00
SimpleDBCommon.cpp
SimpleDBCommon.h