gecko-dev/netwerk/ipc
Matt Woodrow ce3b50b737 Bug 1607987 - Split DocumentChannelChild into two classes. r=jya
This shouldn't have any functional changes, and adds some new comments to explain the purpose of the classes a bit better.

Differential Revision: https://phabricator.services.mozilla.com/D59265

--HG--
rename : netwerk/ipc/DocumentChannelChild.cpp => netwerk/ipc/DocumentChannel.cpp
rename : netwerk/ipc/DocumentChannelChild.h => netwerk/ipc/DocumentChannel.h
extra : source : ca6f43c061311dfe3e45f0216e320872d9d62cd4
2020-01-13 00:28:13 +00:00
..
ADocumentChannelBridge.h Bug 1604717- Ensure that we can no longer receive cancellations from the content process DocumentChannelChild after we've decided to disconnect it. r=jya 2019-12-19 13:44:03 +00:00
ChannelEventQueue.cpp Bug 1588241 - P1. Use move semantics with PrependEvent. r=mattwoodrow 2019-11-15 02:41:59 +00:00
ChannelEventQueue.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
DocumentChannel.cpp Bug 1607987 - Split DocumentChannelChild into two classes. r=jya 2020-01-13 00:28:13 +00:00
DocumentChannel.h Bug 1607987 - Split DocumentChannelChild into two classes. r=jya 2020-01-13 00:28:13 +00:00
DocumentChannelChild.cpp Bug 1607987 - Split DocumentChannelChild into two classes. r=jya 2020-01-13 00:28:13 +00:00
DocumentChannelChild.h Bug 1607987 - Split DocumentChannelChild into two classes. r=jya 2020-01-13 00:28:13 +00:00
DocumentChannelParent.cpp Bug 1603187 - P4. Pass navigation timing info to the new docshell when performing a process switch. r=mattwoodrow,farre 2020-01-05 05:44:44 +00:00
DocumentChannelParent.h Bug 1604717- Ensure that we can no longer receive cancellations from the content process DocumentChannelChild after we've decided to disconnect it. r=jya 2019-12-19 13:44:03 +00:00
DocumentLoadListener.cpp Bug 1601779 - Don't process switch when we actually abort a channel load. r=kmag 2020-01-09 02:40:03 +00:00
DocumentLoadListener.h Bug 1598520 - Allow DocumentChannel for srcdoc= loads. r=kmag 2020-01-06 21:36:34 +00:00
NeckoChannelParams.ipdlh Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana 2020-01-07 20:20:38 +00:00
NeckoChild.cpp Bug 1600678 - Use IPDL refcounted for DNSRequest r=valentin 2019-12-02 18:28:49 +00:00
NeckoChild.h Bug 1600678 - Use IPDL refcounted for DNSRequest r=valentin 2019-12-02 18:28:49 +00:00
NeckoCommon.cpp
NeckoCommon.h Bug 1556489 - P18. Add DocumentChannel and hook it up. r=nika,mayhemer 2019-09-03 10:19:38 +10:00
NeckoMessageUtils.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
NeckoParent.cpp Bug 1552176 - pass TRRMode into nsHTMLDNSPrefetch methods r=dragana 2020-01-07 19:33:51 +00:00
NeckoParent.h Bug 1552176 - pass TRRMode into nsHTMLDNSPrefetch methods r=dragana 2020-01-07 19:33:51 +00:00
NeckoTargetHolder.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
NeckoTargetHolder.h
PChannelDiverter.ipdl
PDataChannel.ipdl Bug 1570369 - Part 12: Use IPDL refcounted for PDataChannel, r=mayhemer 2019-08-16 10:45:57 +00:00
PDocumentChannel.ipdl Bug 1574372 - Add parent-process version of nsDocumentOpenInfo, and use it in DocumentLoadListener. r=bzbarsky 2019-12-17 03:54:45 +00:00
PFileChannel.ipdl Bug 1570369 - Part 13: Use IPDL refcounted for PFileChannel, r=mayhemer 2019-08-16 10:46:30 +00:00
PNecko.ipdl Bug 1552176 - pass TRRMode into nsHTMLDNSPrefetch methods r=dragana 2020-01-07 19:33:51 +00:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1596409 - P4: Impl PHttpConnectionMgr IPC protocol r=dragana 2019-12-03 13:44:39 +00:00
PSocketProcessBridge.ipdl Bug 1560636: Avoid using main thread with PMediaTransport. r=mjf,kershaw 2019-07-15 15:49:30 +00:00
SocketProcessBridgeChild.cpp Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessBridgeChild.h Bug 1560636: Avoid using main thread with PMediaTransport. r=mjf,kershaw 2019-07-15 15:49:30 +00:00
SocketProcessBridgeParent.cpp Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessBridgeParent.h Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessChild.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
SocketProcessChild.h Bug 1596409 - P4: Impl PHttpConnectionMgr IPC protocol r=dragana 2019-12-03 13:44:39 +00:00
SocketProcessHost.cpp
SocketProcessHost.h
SocketProcessImpl.cpp
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1596409 - P1.2: Create PHttpTransaction IPC protocol r=dragana 2019-12-03 13:42:15 +00:00
SocketProcessParent.h Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
moz.build Bug 1607987 - Split DocumentChannelChild into two classes. r=jya 2020-01-13 00:28:13 +00:00