gecko-dev/netwerk/ipc
Benjamin Peterson 9253af4014 Bug 1729843 - Remove vestigial plugin-related code from nsWebNavigationInfo. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D125026
2021-09-09 15:03:05 +00:00
..
ChannelEventQueue.cpp
ChannelEventQueue.h
DocumentChannel.cpp Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug 2021-01-15 12:07:16 +00:00
DocumentChannel.h Bug 1696175 - Call DisconnectChildListeners at a later time for BFCache in the parent. r=necko-reviewers,nika 2021-05-13 15:38:01 +00:00
DocumentChannelChild.cpp Bug 1722880 - Part 1: Add IsInBFCache to WindowContext, and make it non-SHIP compatible, r=smaug,necko-reviewers,dragana 2021-09-03 15:26:13 +00:00
DocumentChannelChild.h Bug 1597427 - Check for recursive subframe loads in the parent process, r=kmag,necko-reviewers 2021-03-11 00:39:37 +00:00
DocumentChannelParent.cpp Bug 1650089 - Part 2: Track which ContentParent is used to create a DocumentLoadListener, r=annyG,kmag 2021-08-10 14:31:16 +00:00
DocumentChannelParent.h
DocumentLoadListener.cpp Bug 1729843 - Remove vestigial plugin-related code from nsWebNavigationInfo. r=smaug 2021-09-09 15:03:05 +00:00
DocumentLoadListener.h Bug 1650089 - Part 3: Rework DocumentChannel-triggered process switches to support null principals, r=annyG,kmag 2021-08-10 14:31:17 +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
NeckoChannelParams.ipdlh Bug 1673889 - Remove topLevelStorageAreaPrincipal. r=timhuang,necko-reviewers,valentin 2021-08-11 18:51:20 +00:00
NeckoChild.cpp Bug 1491084 - Remove unused code that shows http auth prompt for nested content process, r=necko-reviewers,dragana 2021-05-18 19:43:05 +00:00
NeckoChild.h Bug 1491084 - Remove unused code that shows http auth prompt for nested content process, r=necko-reviewers,dragana 2021-05-18 19:43:05 +00:00
NeckoCommon.h Bug 1614697 - Make HttpBaseChannel and its children use MOZ_ATOMIC_BITFIELDS. r=valentin,necko-reviewers 2020-12-14 17:26:29 +00:00
NeckoMessageUtils.h
NeckoParent.cpp Bug 1491084 - Remove unused code that shows http auth prompt for nested content process, r=necko-reviewers,dragana 2021-05-18 19:43:05 +00:00
NeckoParent.h Bug 1491084 - Remove unused code that shows http auth prompt for nested content process, r=necko-reviewers,dragana 2021-05-18 19:43:05 +00:00
NeckoTargetHolder.cpp
NeckoTargetHolder.h
PDataChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PDocumentChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PFileChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PInputChannelThrottleQueue.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PNecko.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PProxyConfigLookup.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1727173 - Make h3/h2 excluded list synced between socket process and parent process, r=necko-reviewers,dragana 2021-09-03 20:14:39 +00:00
PSocketProcessBridge.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
ParentChannelWrapper.cpp
ParentChannelWrapper.h
ParentProcessDocumentChannel.cpp Bug 1650089 - Part 2: Track which ContentParent is used to create a DocumentLoadListener, r=annyG,kmag 2021-08-10 14:31:16 +00:00
ParentProcessDocumentChannel.h Bug 1715144 - Part 1: Stop adding /ipc/glue to LOCAL_INCLUDES when including chromium-config.mozbuild, r=ipc-reviewers,necko-reviewers,mccr8,valentin 2021-06-09 04:56:48 +00:00
ProxyConfigLookup.cpp
ProxyConfigLookup.h
ProxyConfigLookupChild.cpp
ProxyConfigLookupChild.h
ProxyConfigLookupParent.cpp
ProxyConfigLookupParent.h
SocketProcessBridgeChild.cpp Bug 1677632 - pt1 - restart the socket process after a crash. r=kershaw,necko-reviewers 2021-01-28 16:42:53 +00:00
SocketProcessBridgeChild.h Bug 1714307 - Autofix static-analysis warnings in netwerk/ r=necko-reviewers,kershaw 2021-06-04 12:35:16 +00:00
SocketProcessBridgeParent.cpp
SocketProcessBridgeParent.h
SocketProcessChild.cpp Bug 1719218 - Remove the need for MOZ_GECKO_PROFILER ifdefs in code using ChildProfilerController, r=gerald,necko-reviewers,dragana. 2021-07-08 16:20:10 +00:00
SocketProcessChild.h Bug 1719218 - Remove the need for MOZ_GECKO_PROFILER ifdefs in code using ChildProfilerController, r=gerald,necko-reviewers,dragana. 2021-07-08 16:20:10 +00:00
SocketProcessHost.cpp Bug 1719218 - Build ProfilerParent even when MOZ_GECKO_PROFILER is not defined, r=gerald,necko-reviewers,nika,dragana. 2021-07-08 16:20:08 +00:00
SocketProcessHost.h
SocketProcessImpl.cpp Bug 1706374 - Part 12b: Use NodeController for primary process channels, r=handyman 2021-06-22 18:17:23 +00:00
SocketProcessImpl.h Bug 1714307 - Autofix static-analysis warnings in netwerk/ r=necko-reviewers,kershaw 2021-06-04 12:35:16 +00:00
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1727173 - Make h3/h2 excluded list synced between socket process and parent process, r=necko-reviewers,dragana 2021-09-03 20:14:39 +00:00
SocketProcessParent.h Bug 1727173 - Make h3/h2 excluded list synced between socket process and parent process, r=necko-reviewers,dragana 2021-09-03 20:14:39 +00:00
moz.build Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00