gecko-dev/netwerk/ipc
Matt Woodrow d3e50c8f76 Bug 1644943 - Create single webprogress for CanonicalBrowsingContext, regardless of process the browser element contents are in. r=nika,kmag,Gijs
I think at this point we can remove all of RemoteWebProgressManager, some/all of the TabProgressListener recreations, and probably a bunch more.

Differential Revision: https://phabricator.services.mozilla.com/D79240
2020-06-17 02:59:29 +00:00
..
ChannelEventQueue.cpp
ChannelEventQueue.h Bug 1605895 - Advance the diagnostic assertion to check status of channel event queues, r=michal,necko-reviewers 2020-06-01 21:35:03 +00:00
DocumentChannel.cpp Bug 1637783 - Relax SetLoadFlags hard assert to soft assert. r=mattwoodrow 2020-05-13 22:49:01 +00:00
DocumentChannel.h Bug 1624550 - P3: Update Global History from DocumentLoadListener in Parent process. r=mak,farre,mattwoodrow 2020-05-08 03:28:42 +00:00
DocumentChannelChild.cpp Bug 1644119 - Pass loadingEntry to the docshell also when load is similar origin, r=peterv 2020-06-12 20:53:11 +00:00
DocumentChannelChild.h Bug 1623565 - P3: Remove mLoadFlags from DocumentChannelCreationArgs. r=mattwoodrow,jya 2020-04-27 05:38:15 +00:00
DocumentChannelParent.cpp Bug 1641737 - P5. Remove unnecessary method. r=mattwoodrow 2020-06-12 05:56:46 +00:00
DocumentChannelParent.h Bug 1641737 - P2. Use MozPromise with DocumentLoadListener and remove cycle. r=mattwoodrow. 2020-06-12 05:56:28 +00:00
DocumentLoadListener.cpp Bug 1644943 - Create single webprogress for CanonicalBrowsingContext, regardless of process the browser element contents are in. r=nika,kmag,Gijs 2020-06-17 02:59:29 +00:00
DocumentLoadListener.h Bug 1644945 - Implement a wrapper nsIParentChannel for ParentProcessDocumentChannel so that we can use the same code in DocumentLoadListener. r=jya 2020-06-12 21:03:06 +00:00
InputChannelThrottleQueueChild.cpp
InputChannelThrottleQueueChild.h
InputChannelThrottleQueueParent.cpp
InputChannelThrottleQueueParent.h
moz.build Bug 1641737 - P2. Use MozPromise with DocumentLoadListener and remove cycle. r=mattwoodrow. 2020-06-12 05:56:28 +00:00
NeckoChannelParams.ipdlh Backed out changeset 1c9058277ddd (bug 1641905) for perma failures on test_ext_cookies_firstParty.js. CLOSED TREE 2020-06-16 22:16:58 +03:00
NeckoChild.cpp Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
NeckoChild.h Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
NeckoCommon.h Bug 1319881 - Remove UsingNeckoIPCSecurity r=valentin,necko-reviewers 2020-04-29 12:00:01 +00:00
NeckoMessageUtils.h
NeckoParent.cpp Bug 1631327 - Do not crash with IPC_FAIL when RecvPredLearn receives a null target URI, we handle it gracefully later, r=valentin,necko-reviewers 2020-06-02 12:51:05 +00:00
NeckoParent.h Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
NeckoTargetHolder.cpp
NeckoTargetHolder.h
ParentProcessDocumentChannel.cpp Bug 1644945 - Implement a wrapper nsIParentChannel for ParentProcessDocumentChannel so that we can use the same code in DocumentLoadListener. r=jya 2020-06-12 21:03:06 +00:00
ParentProcessDocumentChannel.h Bug 1641737 - P3. Streamline cleanup so it's all done in the same place. r=mattwoodrow 2020-06-12 05:56:36 +00:00
PChannelDiverter.ipdl
PDataChannel.ipdl
PDocumentChannel.ipdl Bug 1641737 - P5. Remove unnecessary method. r=mattwoodrow 2020-06-12 05:56:46 +00:00
PFileChannel.ipdl
PInputChannelThrottleQueue.ipdl
PNecko.ipdl Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
PProxyConfigLookup.ipdl Bug 1539819 - P2: Introduce PProxyConfigLookup.ipdl for get proxy config in TRRServiceChannel r=dragana 2020-05-18 20:18:05 +00:00
ProxyConfigLookup.cpp Bug 1640091 - Make sure we TRRServiceChannel::mProxyRequest is initialized and used r=kershaw,necko-reviewers 2020-06-08 11:38:22 +00:00
ProxyConfigLookup.h Bug 1640091 - Make sure we TRRServiceChannel::mProxyRequest is initialized and used r=kershaw,necko-reviewers 2020-06-08 11:38:22 +00:00
ProxyConfigLookupChild.cpp Bug 1539819 - P2: Introduce PProxyConfigLookup.ipdl for get proxy config in TRRServiceChannel r=dragana 2020-05-18 20:18:05 +00:00
ProxyConfigLookupChild.h Bug 1539819 - P2: Introduce PProxyConfigLookup.ipdl for get proxy config in TRRServiceChannel r=dragana 2020-05-18 20:18:05 +00:00
ProxyConfigLookupParent.cpp Bug 1539819 - P2: Introduce PProxyConfigLookup.ipdl for get proxy config in TRRServiceChannel r=dragana 2020-05-18 20:18:05 +00:00
ProxyConfigLookupParent.h Bug 1539819 - P2: Introduce PProxyConfigLookup.ipdl for get proxy config in TRRServiceChannel r=dragana 2020-05-18 20:18:05 +00:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1640105 - Don't initialize user agent components in socket process r=dragana 2020-06-15 18:14:29 +00:00
PSocketProcessBridge.ipdl
SocketProcessBridgeChild.cpp
SocketProcessBridgeChild.h
SocketProcessBridgeParent.cpp
SocketProcessBridgeParent.h
SocketProcessChild.cpp Bug 1645982 - Rename some service getters in Services.py to better match the types. r=froydnj 2020-06-16 23:32:21 +00:00
SocketProcessChild.h Bug 1640105 - Don't initialize user agent components in socket process r=dragana 2020-06-15 18:14:29 +00:00
SocketProcessHost.cpp Bug 1602318 - Fix unified build issues. r=jya,necko-reviewers 2020-04-26 00:51:05 +00:00
SocketProcessHost.h
SocketProcessImpl.cpp Bug 1602318 - Fix unified build issues. r=jya,necko-reviewers 2020-04-26 00:51:05 +00:00
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1645982 - Rename some service getters in Services.py to better match the types. r=froydnj 2020-06-16 23:32:21 +00:00
SocketProcessParent.h Bug 1546358 - Forward cache entry check to parent process r=dragana 2020-05-25 11:07:07 +00:00