gecko-dev/dom/network
Nika Layzell 1aa11ffed6 Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw
As serializing IPCStream no longer requires a manager or FileDescriptor array,
the arguments are no longer necessary, and can be removed. The AutoIPCStream
helper can also be removed, as managed actors are no longer used for
serialization, so a delayed start callback is not necessary.

The delayed start parameter is also removed from nsIIPCSerializableInputStream
instances, but is still present as `aAllowLazy` on the toplevel serialization
methods.

Differential Revision: https://phabricator.services.mozilla.com/D141048
2022-05-13 14:16:13 +00:00
..
interfaces
tests
Connection.cpp
Connection.h Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
ConnectionMainThread.cpp
ConnectionMainThread.h Bug 1768189 - Part 22: Apply modernize-concat-nested-namespaces to dom/media/webrtc/transport/ipc/WebrtcTCPSocketParent.h ... r=andi 2022-05-09 20:41:11 +00:00
ConnectionWorker.cpp
ConnectionWorker.h Bug 1768189 - Part 22: Apply modernize-concat-nested-namespaces to dom/media/webrtc/transport/ipc/WebrtcTCPSocketParent.h ... r=andi 2022-05-09 20:41:11 +00:00
Constants.h Bug 1768189 - Part 22: Apply modernize-concat-nested-namespaces to dom/media/webrtc/transport/ipc/WebrtcTCPSocketParent.h ... r=andi 2022-05-09 20:41:11 +00:00
PTCPServerSocket.ipdl
PTCPSocket.ipdl
PUDPSocket.ipdl Bug 1754004 - Part 2: Remove the PFileDescriptorSet interface, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:09 +00:00
TCPServerSocket.cpp Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPServerSocket.h Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPServerSocketChild.cpp
TCPServerSocketChild.h Bug 1768189 - Part 23: Apply modernize-concat-nested-namespaces to dom/network/TCPServerSocketChild.h ... r=andi 2022-05-09 20:41:12 +00:00
TCPServerSocketParent.cpp
TCPServerSocketParent.h Bug 1768189 - Part 23: Apply modernize-concat-nested-namespaces to dom/network/TCPServerSocketChild.h ... r=andi 2022-05-09 20:41:12 +00:00
TCPSocket.cpp Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPSocket.h Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPSocketChild.cpp Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPSocketChild.h Bug 1767997 - Apply readability-make-member-function-const on dom/network r=andi 2022-05-13 05:35:25 +00:00
TCPSocketParent.cpp
TCPSocketParent.h Bug 1768189 - Part 23: Apply modernize-concat-nested-namespaces to dom/network/TCPServerSocketChild.h ... r=andi 2022-05-09 20:41:12 +00:00
UDPSocket.cpp
UDPSocket.h
UDPSocketChild.cpp Bug 1754004 - Part 11: Simplify the IPCStream serialization API, r=asuth,necko-reviewers,kershaw 2022-05-13 14:16:13 +00:00
UDPSocketChild.h Bug 1768189 - Part 23: Apply modernize-concat-nested-namespaces to dom/network/TCPServerSocketChild.h ... r=andi 2022-05-09 20:41:12 +00:00
UDPSocketParent.cpp
UDPSocketParent.h
moz.build