gecko-dev/ipc/unixsocket
Thomas Zimmermann a8a6ff751e Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis
|ReceiveSocketData| receives socket data on the main thread. This
is a specific detail of the current socket classes, which should not
be required by future implementations.

This patch moves the receive method and the corresponding runnable
into socket classes.
2015-04-28 10:18:13 +02:00
..
ConnectionOrientedSocket.cpp Bug 1093025: Add |ListenSocket|, r=kyle 2014-12-02 15:00:36 -08:00
ConnectionOrientedSocket.h Bug 1093025: Add |ListenSocket|, r=kyle 2014-12-02 15:00:36 -08:00
DataSocket.cpp Bug 1158876: Move management of socket I/O buffers into socket I/O classes, r=kmachulis 2015-04-28 10:18:13 +02:00
DataSocket.h Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis 2015-04-28 10:18:13 +02:00
ListenSocket.cpp Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00
ListenSocket.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
SocketBase.cpp Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00
SocketBase.h Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00
StreamSocket.cpp Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis 2015-04-28 10:18:13 +02:00
StreamSocket.h Bug 1158876: Move |DataSocket::ReceiveSocketData| into sub classes, r=kmachulis 2015-04-28 10:18:13 +02:00
UnixSocketConnector.cpp Bug 1093025: Move |UnixSocketConnector| to separate file, r=kyle 2014-12-02 15:00:36 -08:00
UnixSocketConnector.h Bug 1093025: Move |UnixSocketConnector| to separate file, r=kyle 2014-12-02 15:00:36 -08:00
moz.build Bug 1158876: Rename |SocketConsumerBase| to |DataSocket|, r=kmachulis 2015-04-28 10:18:12 +02:00