gecko-dev/netwerk/ipc
2022-02-21 14:53:59 +00:00
..
ChannelEventQueue.cpp Bug 1742334 - Make sure to null out ChannelEventQueue::mOwner when object is released r=necko-reviewers,dragana 2021-12-07 21:32:03 +00:00
ChannelEventQueue.h Bug 1756017: Clean up ChannelEventQueue r=kershaw,necko-reviewers 2022-02-21 14:53:59 +00:00
DocumentChannel.cpp Bug 1736570 - Avoid DocumentChannel for nsParser-created initial about:blank replacement. r=nika,smaug 2022-02-17 13:27:15 +00:00
DocumentChannel.h Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
DocumentChannelChild.cpp Bug 1721217 - Part 2: Fix the race between navigations originating in the parent and in the content, r=nika 2021-12-16 22:27:16 +00:00
DocumentChannelChild.h
DocumentChannelParent.cpp Bug 1721217 - Part 2: Fix the race between navigations originating in the parent and in the content, r=nika 2021-12-16 22:27:16 +00:00
DocumentChannelParent.h
DocumentLoadListener.cpp Bug 1746115 - Perform data URI blocking from DocumentLoadListener, r=smaug 2022-02-11 16:34:24 +00:00
DocumentLoadListener.h Bug 1740689 - Rename EarlyHintsPreloader into EarlyHintsService r=necko-reviewers,kershaw 2022-01-27 12:23:03 +00:00
InputChannelThrottleQueueChild.cpp
InputChannelThrottleQueueChild.h
InputChannelThrottleQueueParent.cpp Bug 1714307 - Run modernize-use-default-member-init --fix check on netwerk r=necko-reviewers,kershaw 2021-06-11 07:10:41 +00:00
InputChannelThrottleQueueParent.h Bug 1714307 - Run modernize-use-default-member-init --fix check on netwerk r=necko-reviewers,kershaw 2021-06-11 07:10:41 +00:00
moz.build Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
NeckoChannelParams.ipdlh Bug 1751071 - Correctly forward-declare/import included but unused types in ipdlh headers, r=ipc-reviewers,mccr8 2022-02-08 23:53:44 +00:00
NeckoChild.cpp Bug 1754508 - P1: Make PNecko refcounted, r=necko-reviewers,dragana 2022-02-15 19:18:11 +00:00
NeckoChild.h Bug 1754508 - P1: Make PNecko refcounted, r=necko-reviewers,dragana 2022-02-15 19:18:11 +00:00
NeckoCommon.h
NeckoMessageUtils.h Bug 1733356 - Fix non-unified build errors in netwerk/dns/ r=necko-reviewers,dragana 2021-10-14 12:57:58 +00:00
NeckoParent.cpp Bug 1754508 - P2: Add some checkes to avoid creating SocketProcessBridge when content process is destroyed, r=necko-reviewers,valentin 2022-02-15 19:18:11 +00:00
NeckoParent.h Bug 1754508 - P1: Make PNecko refcounted, r=necko-reviewers,dragana 2022-02-15 19:18:11 +00:00
NeckoTargetHolder.cpp
NeckoTargetHolder.h
ParentChannelWrapper.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ParentChannelWrapper.h
ParentProcessDocumentChannel.cpp Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
ParentProcessDocumentChannel.h Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
PDataChannel.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PDocumentChannel.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PFileChannel.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PInputChannelThrottleQueue.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PNecko.ipdl Bug 1754508 - P1: Make PNecko refcounted, r=necko-reviewers,dragana 2022-02-15 19:18:11 +00:00
PProxyAutoConfig.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PProxyConfigLookup.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
ProxyAutoConfigChild.cpp Bug 1747497 - Allow only one PAC execution at a time, r=necko-reviewers,valentin 2022-02-07 21:24:04 +00:00
ProxyAutoConfigChild.h Bug 1747497 - Allow only one PAC execution at a time, r=necko-reviewers,valentin 2022-02-07 21:24:04 +00:00
ProxyAutoConfigParent.cpp Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyAutoConfigParent.h Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyConfigLookup.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ProxyConfigLookup.h Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ProxyConfigLookupChild.cpp
ProxyConfigLookupChild.h
ProxyConfigLookupParent.cpp
ProxyConfigLookupParent.h
PSimpleChannel.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PSocketProcess.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PSocketProcessBridge.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
SocketProcessBridgeChild.cpp Bug 1754508 - P2: Add some checkes to avoid creating SocketProcessBridge when content process is destroyed, r=necko-reviewers,valentin 2022-02-15 19:18:11 +00:00
SocketProcessBridgeChild.h
SocketProcessBridgeParent.cpp Bug 1737828 - Avoid the main thread when starting PBackground, r=asuth,ipc-reviewers,necko-reviewers,kershaw,handyman 2022-01-10 20:09:14 +00:00
SocketProcessBridgeParent.h Bug 1737828 - Avoid the main thread when starting PBackground, r=asuth,ipc-reviewers,necko-reviewers,kershaw,handyman 2022-01-10 20:09:14 +00:00
SocketProcessChild.cpp Bug 1734470 - Add MITIGATION_DYNAMIC_CODE_DISABLE back to socket process sandboxing, r=bobowen,necko-reviewers,valentin 2022-02-10 09:09:59 +00:00
SocketProcessChild.h Bug 1750413 - Make it possible to test DnsAndConnectSocket, r=necko-reviewers,dragana 2022-02-04 12:11:45 +00:00
SocketProcessHost.cpp Bug 1751936 - Update users of SharedPreferenceSerializer to pass ShouldSyncPreference; r=tjr 2022-02-07 16:44:18 +00:00
SocketProcessHost.h Bug 1736611 - Avoid creating runnables after SocketProcessHost is destroyed, r=necko-reviewers,dragana 2021-11-23 20:13:09 +00:00
SocketProcessImpl.cpp Bug 1755866 - Don't call GetGpuTimeSinceProcessStartInMs in socket process, r=florian,necko-reviewers 2022-02-17 13:21:19 +00:00
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1752518: No need to ever IPC_FAIL on RemoteLazyInputStream creation. r=dom-storage-reviewers,necko-reviewers,kershaw,janv 2022-02-17 14:07:36 +00:00
SocketProcessParent.h Bug 1752518: No need to ever IPC_FAIL on RemoteLazyInputStream creation. r=dom-storage-reviewers,necko-reviewers,kershaw,janv 2022-02-17 14:07:36 +00:00