Name Description Size Coverage
ChannelEventQueue.cpp 6401 -
ChannelEventQueue.h 13206 -
DocumentChannel.cpp 15410 -
DocumentChannel.h DocumentChannel is a protocol agnostic placeholder nsIChannel implementation that we use so that nsDocShell knows about a connecting load. It transfers all data into a DocumentLoadListener (running in the parent process), which will create the real channel for the connection, and decide which process to load the resulting document in. If the document is to be loaded in the current process, then we'll synthesize a redirect replacing this placeholder channel with the real one, otherwise the originating docshell will be removed during the process switch. 4095 -
DocumentChannelChild.cpp 16791 -
DocumentChannelChild.h DocumentChannelChild is an implementation of DocumentChannel for nsDocShells in the content process, that uses PDocumentChannel to serialize everything across IPDL to the parent process. 2606 -
DocumentChannelParent.cpp ObjectUpgradeHandler 6269 -
DocumentChannelParent.h An actor that forwards all changes across to DocumentChannelChild, the nsIChannel implementation owned by a content process docshell. 2037 -
DocumentLoadListener.cpp ANDROID 131697 -
DocumentLoadListener.h DocumentLoadListener represents a connecting document load for a CanonicalBrowsingContext (in the parent process). It creates a network channel for the document load and then waits for it to receive a response (after all redirects are resolved). It then decides where to handle that load (could be in a different process from the initiator), and then sets up a real network nsIChannel to deliver the data to the final destination docshell, maybe through an nsIParentChannel/nsIChildChannel IPDL layer. In the case where this was initiated from an nsDocShell, we also create an nsIChannel to act as a placeholder within the docshell while this process completes, and then notify the docshell of a 'redirect' when we replace this channel with the real one. 26892 -
InputChannelThrottleQueueChild.cpp 976 -
InputChannelThrottleQueueChild.h 1010 -
InputChannelThrottleQueueParent.cpp stabilize 3801 -
InputChannelThrottleQueueParent.h 1437 -
moz.build 3259 -
NeckoChannelParams.ipdlh 23882 -
NeckoChild.cpp 9336 -
NeckoChild.h Reference to the PNecko Child protocol. Null if this is not a content process. 3479 -
NeckoCommon.cpp 2288 -
NeckoCommon.h 5680 -
NeckoMessageUtils.h We've been tricked by some socket family we don't know about! 7663 -
NeckoParent.cpp 35751 -
NeckoParent.h Creates LoadContext for parent-side of an e10s channel. PContentParent corresponds to the process that is requesting the load. 9573 -
NeckoTargetHolder.cpp 1136 -
NeckoTargetHolder.h 1392 -
ParentChannelWrapper.cpp 3269 -
ParentChannelWrapper.h 1142 -
ParentProcessDocumentChannel.cpp 11659 -
ParentProcessDocumentChannel.h 2204 -
PDocumentChannel.ipdl 2241 -
PInputChannelThrottleQueue.ipdl 591 -
PNecko.ipdl Establish a connection between generic redirect channels which do not need specialized nsIParentChannel handling. 6478 -
PProxyAutoConfig.ipdl 711 -
PProxyConfigLookup.ipdl 493 -
ProxyAutoConfigChild.cpp 6617 -
ProxyAutoConfigChild.h 2672 -
ProxyAutoConfigParent.cpp 678 -
ProxyAutoConfigParent.h 805 -
ProxyConfigLookup.cpp 3412 -
ProxyConfigLookup.h 1323 -
ProxyConfigLookupChild.cpp 1471 -
ProxyConfigLookupChild.h 1267 -
ProxyConfigLookupParent.cpp 1484 -
ProxyConfigLookupParent.h 977 -
PSocketProcess.ipdl tabId is only required for web-proxy support, which isn't always needed 8621 -
PSocketProcessBackground.ipdl PSocketProcessBackground is the top level IPC protocol between a background task queue in the socket process and the parent process. We use this to create several IPC protocols between the socket process and the parent process. 1885 -
PSocketProcessBridge.ipdl PSocketProcessBridge is the IPC protocol between the main thread in the content process and the main thread in the socket process. We use this to create PBackgroundDataBridge and PMediaTransport protocols between content process and socket process. Once created, PSocketProcessBridgeChild is the actor that lives in content process and PSocketProcessBridgeParent lives in socket process. 1525 -
SocketProcessBackgroundChild.cpp 3516 -
SocketProcessBackgroundChild.h 1584 -
SocketProcessBackgroundParent.cpp 6642 -
SocketProcessBackgroundParent.h 2050 -
SocketProcessBridgeChild.cpp 6385 -
SocketProcessBridgeChild.h 1820 -
SocketProcessBridgeParent.cpp 3361 -
SocketProcessBridgeParent.h 1492 -
SocketProcessChild.cpp static 27601 -
SocketProcessChild.h 7659 -
SocketProcessHost.cpp remoteType 8426 -
SocketProcessHost.h 4692 -
SocketProcessImpl.cpp 2034 -
SocketProcessImpl.h 1060 -
SocketProcessLogging.h 696 -
SocketProcessParent.cpp static 12106 -
SocketProcessParent.h 4502 -