gecko-dev/dom/network
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
..
interfaces
tests Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
Connection.cpp
Connection.h
ConnectionMainThread.cpp
ConnectionMainThread.h
ConnectionWorker.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
ConnectionWorker.h
Constants.h
moz.build
PTCPServerSocket.ipdl
PTCPSocket.ipdl
PUDPSocket.ipdl
TCPServerSocket.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPServerSocket.h
TCPServerSocketChild.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPServerSocketChild.h Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPServerSocketParent.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/network. r=smaug 2020-03-09 15:18:20 +00:00
TCPServerSocketParent.h
TCPSocket.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPSocket.h Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
TCPSocketChild.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPSocketChild.h Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
TCPSocketParent.cpp Bug 1639310 - Remove unnecessary implicitJSContext annotations. r=mccr8 2020-05-19 20:48:21 +00:00
TCPSocketParent.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/network. r=smaug 2020-03-09 15:18:20 +00:00
UDPSocket.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
UDPSocket.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/network. r=smaug 2020-03-09 15:18:20 +00:00
UDPSocketChild.cpp Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
UDPSocketChild.h Bug 1647133 - P1. Use nsISerialEventTarget where it's actually that. r=nika 2020-06-23 03:21:14 +00:00
UDPSocketParent.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
UDPSocketParent.h