gecko-dev/netwerk/ipc
Matt Woodrow e93ecebed1 Bug 1602318 - Initialize mixed content channel for process-switches. r=ckerschb,necko-reviewers,dragana
Same process origin changes are handled by the docshell, which detects this during AsyncOnChannelRedirect and clears the mixed content permission.
Process switches load in a fresh docshell, so we need to make sure we appropriately set or clear the mixed content permission.

Differential Revision: https://phabricator.services.mozilla.com/D67095
2020-04-24 06:56:18 +00:00
..
ADocumentChannelBridge.h Bug 1607984 - P12-4. Start parent load via DocumentChannel. r=mayhemer,nika,mattwoodrow,necko-reviewers 2020-04-24 01:58:23 +00:00
ChannelEventQueue.cpp
ChannelEventQueue.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in netwerk. r=dragana 2020-03-06 09:22:49 +00:00
DocumentChannel.cpp Bug 1607984 - P17. Put ParentProcessDocumentChannel behind a pref. r=necko-reviewers,mattwoodrow 2020-04-24 01:46:25 +00:00
DocumentChannel.h Bug 1607984 - P12-3. Let DocumentChannel decides when it can be used. r=mattwoodrow 2020-04-24 02:22:58 +00:00
DocumentChannelChild.cpp Bug 1607984 - P12-1. Move methods to base class. r=mattwoodrow 2020-04-24 02:21:01 +00:00
DocumentChannelChild.h Bug 1607984 - P12-1. Move methods to base class. r=mattwoodrow 2020-04-24 02:21:01 +00:00
DocumentChannelParent.cpp Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
DocumentChannelParent.h Bug 1607984 - P12-4. Start parent load via DocumentChannel. r=mayhemer,nika,mattwoodrow,necko-reviewers 2020-04-24 01:58:23 +00:00
DocumentLoadListener.cpp Bug 1602318 - Initialize mixed content channel for process-switches. r=ckerschb,necko-reviewers,dragana 2020-04-24 06:56:18 +00:00
DocumentLoadListener.h Bug 1602318 - Associate a current DocumentLoadListener with CanonicalBrowsingContext. r=nika,necko-reviewers,dragana 2020-04-24 06:55:20 +00:00
InputChannelThrottleQueueChild.cpp Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00
InputChannelThrottleQueueChild.h Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00
InputChannelThrottleQueueParent.cpp Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00
InputChannelThrottleQueueParent.h Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00
moz.build Bug 1607984 - P12-4. Start parent load via DocumentChannel. r=mayhemer,nika,mattwoodrow,necko-reviewers 2020-04-24 01:58:23 +00:00
NeckoChannelParams.ipdlh Bug 1621987: Implement Sec-Fetch-User. r=baku,edgar,Gijs 2020-04-16 08:04:26 +00:00
NeckoChild.cpp Bug 1624146 - Cookie code refactoring - part 10 - CookieService under mozilla::net, r=smaug 2020-04-06 12:26:14 +00:00
NeckoChild.h Bug 1612378 - Part 7: Remove the ContentBlockingAllowListPrincipal from the nsIHttpChannelInternal. r=dimi,baku 2020-03-25 13:51:05 +00:00
NeckoCommon.cpp
NeckoCommon.h Bug 1630511 - Replace MOZ_MUST_USE with [[nodiscard]] in netwerk. r=necko-reviewers,dragana 2020-04-18 06:37:32 +00:00
NeckoMessageUtils.h
NeckoParent.cpp Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
NeckoParent.h Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
NeckoTargetHolder.cpp
NeckoTargetHolder.h
ParentProcessDocumentChannel.cpp Bug 1607984 - P12-4. Start parent load via DocumentChannel. r=mayhemer,nika,mattwoodrow,necko-reviewers 2020-04-24 01:58:23 +00:00
ParentProcessDocumentChannel.h Bug 1607984 - P12-4. Start parent load via DocumentChannel. r=mayhemer,nika,mattwoodrow,necko-reviewers 2020-04-24 01:58:23 +00:00
PChannelDiverter.ipdl
PDataChannel.ipdl Bug 1622623 - Removed unused header URIParams from PDataChannel.ipdl r=valentin 2020-03-16 09:59:23 +00:00
PDocumentChannel.ipdl Bug 1625366 - Remove CSPViolation from DocumentChannel. r=jya 2020-04-10 22:16:43 +00:00
PFileChannel.ipdl Bug 1622733 - Removed unused URIParams header in ipdl files r=valentin 2020-03-16 18:25:11 +00:00
PInputChannelThrottleQueue.ipdl Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00
PNecko.ipdl Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
PSimpleChannel.ipdl Bug 1622733 - Removed unused URIParams header in ipdl files r=valentin 2020-03-16 18:25:11 +00:00
PSocketProcess.ipdl Bug 1625151 - P1: Move DNS resolution to socket process r=dragana 2020-04-14 09:14:41 +00:00
PSocketProcessBridge.ipdl
SocketProcessBridgeChild.cpp
SocketProcessBridgeChild.h
SocketProcessBridgeParent.cpp
SocketProcessBridgeParent.h
SocketProcessChild.cpp Bug 1625151 - P1: Move DNS resolution to socket process r=dragana 2020-04-14 09:14:41 +00:00
SocketProcessChild.h Bug 1625151 - P1: Move DNS resolution to socket process r=dragana 2020-04-14 09:14:41 +00:00
SocketProcessHost.cpp Bug 1625621 - Avoid socket process crash on startup when its sandbox is disabled by pref on Linux. r=mjf,necko-reviewers 2020-04-22 19:26:26 +00:00
SocketProcessHost.h Bug 1602635 - [macOS] Remove security.sandbox.content.mac.earlyinit and the old sandbox startup code paths r=spohl 2020-03-17 18:29:03 +00:00
SocketProcessImpl.cpp Bug 1607984 - P7. Fix compilation failure in non-unified mode. r=valentin 2020-04-24 01:45:04 +00:00
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1630229: Part 2 - Ensure that the socket process notifies GeckoView when its actor is destroyed; r=necko-reviewers,valentin 2020-04-20 14:11:39 +00:00
SocketProcessParent.h Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00