gecko/ipc/unixsocket
Nicholas Nethercote 69d088e45f Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
..
ConnectionOrientedSocket.cpp Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
ConnectionOrientedSocket.h Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
DataSocket.cpp Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
DataSocket.h Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
ListenSocket.cpp Bug 1185478: Remove strong references from socket I/O class to socket classes 2015-07-21 08:06:29 +02:00
ListenSocket.h Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
ListenSocketConsumer.cpp Bug 1166638: Add |ListenSocketConsumer|, r=kmachulis 2015-05-26 13:24:20 +02:00
ListenSocketConsumer.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
moz.build Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. 2015-08-27 20:44:53 -07:00
SocketBase.cpp Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
SocketBase.h Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
StreamSocket.cpp Bug 1185478: Remove strong references from socket I/O class to socket classes 2015-07-21 08:06:29 +02:00
StreamSocket.h Bug 1172479: Replace |nsIThread| by |MessageLoop| in socket I/O code, r=kmachulis 2015-06-09 09:50:10 +02:00
StreamSocketConsumer.cpp Bug 1166638: Add |StreamSocketConsumer|, r=kmachulis 2015-05-26 13:24:19 +02:00
StreamSocketConsumer.h Bug 1168806: Use 'consumer thread' in socket interface, r=kmachulis 2015-06-02 10:01:58 +02:00
UnixSocketConnector.cpp Bug 1185478: Add leak checks to socket I/O classes 2015-07-21 08:06:29 +02:00
UnixSocketConnector.h Bug 1164417: Add |UnixSocketConnector::Duplicate|, r=kmachulis 2015-05-21 13:34:37 +02:00