gecko-dev/dom/network
Boris Zbarsky 5193353a61 Bug 1371699 part 4. Make nsIMultiplexInputStream not inherit from nsIInputStream. r=bkelly
This is a preexisting issue that makes nsMultiplexInputStream multiple-inherit
from nsIInputStream: once via nsIMultipartInputStream and once via
nsIAsyncInputStream.  This causes problems once we end up with more multiplex
streams that are async streams, because then some assingments to
nsCOMPtr<nsIInputStream> start asserting.  This patch just removes the footgun
by getting rid of the multiple inheritance.
2017-06-13 16:16:39 -04:00
..
interfaces Bug 1343743 - Part4: Pass a labeled main thread event target in nsIUDPSocketChild::bind, r=jdm 2017-06-12 00:24:00 +02:00
tests Bug 1329245 - Part 3: Don't attempt to connect to closed port on OS X, it's flakey. r=bkelly 2017-06-04 23:18:16 -04:00
Connection.cpp
Connection.h
ConnectionMainThread.cpp
ConnectionMainThread.h
ConnectionWorker.cpp
ConnectionWorker.h
Constants.h
PTCPServerSocket.ipdl
PTCPSocket.ipdl
PUDPSocket.ipdl Bug 1359005 - Cleanup the use of PBlob in StructuredCloneHolder - part 1 - protocols, r=smaug 2017-05-23 07:49:40 +02:00
TCPServerSocket.cpp Bug 1343743 - Part3: Set event target for TCPSocketChild and TCPServerSocketChild, r=jdm 2017-06-12 00:22:00 +02:00
TCPServerSocket.h
TCPServerSocketChild.cpp Bug 1343743 - Part3: Set event target for TCPSocketChild and TCPServerSocketChild, r=jdm 2017-06-12 00:22:00 +02:00
TCPServerSocketChild.h Bug 1343743 - Part3: Set event target for TCPSocketChild and TCPServerSocketChild, r=jdm 2017-06-12 00:22:00 +02:00
TCPServerSocketParent.cpp
TCPServerSocketParent.h
TCPSocket.cpp Bug 1371699 part 4. Make nsIMultiplexInputStream not inherit from nsIInputStream. r=bkelly 2017-06-13 16:16:39 -04:00
TCPSocket.h
TCPSocketChild.cpp Bug 1343743 - Part3: Set event target for TCPSocketChild and TCPServerSocketChild, r=jdm 2017-06-12 00:22:00 +02:00
TCPSocketChild.h Bug 1343743 - Part3: Set event target for TCPSocketChild and TCPServerSocketChild, r=jdm 2017-06-12 00:22:00 +02:00
TCPSocketParent.cpp
TCPSocketParent.h
Types.h
UDPSocket.cpp Bug 1371699 part 3. Make nsIStringInputStream not inherit from nsIInputStream anymore. r=bkelly 2017-06-13 16:16:23 -04:00
UDPSocket.h
UDPSocketChild.cpp Bug 1343743 - Part4: Pass a labeled main thread event target in nsIUDPSocketChild::bind, r=jdm 2017-06-12 00:24:00 +02:00
UDPSocketChild.h
UDPSocketParent.cpp Bug 1365097 - Convert NS_GetCurrentThread uses in dom (except for dom/media) (r=smaug) 2017-06-12 20:20:08 -07:00
UDPSocketParent.h
moz.build