Name Description Size Coverage
ChannelEventQueue.cpp 6287 96 %
ChannelEventQueue.h 13092 97 %
DocumentChannel.cpp 15293 66 %
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. 3978 100 %
DocumentChannelChild.cpp 16640 94 %
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. 2489 100 %
DocumentChannelParent.cpp ObjectUpgradeHandler 6152 95 %
DocumentChannelParent.h An actor that forwards all changes across to DocumentChannelChild, the nsIChannel implementation owned by a content process docshell. 2000 92 %
DocumentLoadListener.cpp ANDROID 133057 88 %
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. 26855 84 %
InputChannelThrottleQueueChild.cpp 858 0 %
InputChannelThrottleQueueChild.h 930 0 %
InputChannelThrottleQueueParent.cpp stabilize 3683 0 %
InputChannelThrottleQueueParent.h 1357 0 %
moz.build 3170 -
NeckoChannelParams.ipdlh 23849 -
NeckoChild.cpp 9298 61 %
NeckoChild.h Reference to the PNecko Child protocol. Null if this is not a content process. 3362 100 %
NeckoCommon.cpp 2171 73 %
NeckoCommon.h 5563 100 %
NeckoMessageUtils.h We've been tricked by some socket family we don't know about! 7583 74 %
NeckoParent.cpp 37449 77 %
NeckoParent.h Creates LoadContext for parent-side of an e10s channel. PContentParent corresponds to the process that is requesting the load. 9674 100 %
NeckoTargetHolder.cpp 1019 100 %
NeckoTargetHolder.h 1275 100 %
ParentChannelWrapper.cpp 3220 88 %
ParentChannelWrapper.h 1105 100 %
ParentProcessDocumentChannel.cpp 11499 97 %
ParentProcessDocumentChannel.h 2167 100 %
PDocumentChannel.ipdl 2117 -
PInputChannelThrottleQueue.ipdl 467 -
PNecko.ipdl Establish a connection between generic redirect channels which do not need specialized nsIParentChannel handling. 6659 -
PProxyAutoConfig.ipdl 595 -
PProxyConfigLookup.ipdl 493 -
ProxyAutoConfigChild.cpp 6537 0 %
ProxyAutoConfigChild.h 2592 0 %
ProxyAutoConfigParent.cpp 598 0 %
ProxyAutoConfigParent.h 725 0 %
ProxyConfigLookup.cpp 3291 75 %
ProxyConfigLookup.h 1202 0 %
ProxyConfigLookupChild.cpp 1350 0 %
ProxyConfigLookupChild.h 1146 0 %
ProxyConfigLookupParent.cpp 1363 0 %
ProxyConfigLookupParent.h 856 0 %
PSocketProcess.ipdl tabId is only required for web-proxy support, which isn't always needed 8541 -
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. 1770 -
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. 1410 -
SocketProcessBackgroundChild.cpp 3436 64 %
SocketProcessBackgroundChild.h 1504 50 %
SocketProcessBackgroundParent.cpp 6562 10 %
SocketProcessBackgroundParent.h 1970 50 %
SocketProcessBridgeChild.cpp 6305 63 %
SocketProcessBridgeChild.h 1718 0 %
SocketProcessBridgeParent.cpp 3281 63 %
SocketProcessBridgeParent.h 1412 50 %
SocketProcessChild.cpp static 27521 28 %
SocketProcessChild.h 7579 50 %
SocketProcessHost.cpp remoteType 8346 72 %
SocketProcessHost.h 4612 75 %
SocketProcessImpl.cpp 1954 63 %
SocketProcessImpl.h 980 100 %
SocketProcessLogging.h 616 -
SocketProcessParent.cpp static 12026 42 %
SocketProcessParent.h 4422 50 %