gecko-dev/netwerk/ipc
Jean-Yves Avenard 3a1ad99868 Bug 1599006 - P3. Fix move semantics. r=mattwoodrow
A typo prevented for moves to actually occur. Fix other IPDL entry points while at it that could benefit from move semantics.

Depends on D54907

Differential Revision: https://phabricator.services.mozilla.com/D54908

--HG--
extra : moz-landing-system : lando
2019-11-27 23:07:34 +00:00
..
ADocumentChannelBridge.h Bug 1597015 - Split DocumentChannelParent into two separate classes (DocumentLoadListener and DocumentChannelParent). r=mayhemer,jya 2019-11-20 03:29:25 +00:00
ChannelEventQueue.cpp Bug 1588241 - P1. Use move semantics with PrependEvent. r=mattwoodrow 2019-11-15 02:41:59 +00:00
ChannelEventQueue.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
DocumentChannelChild.cpp Bug 1599006 - P3. Fix move semantics. r=mattwoodrow 2019-11-27 23:07:34 +00:00
DocumentChannelChild.h Bug 1599006 - P3. Fix move semantics. r=mattwoodrow 2019-11-27 23:07:34 +00:00
DocumentChannelParent.cpp Backed out 6 changesets (bug 1598516) for Mn and pgo failures on a CLOSED TREE 2019-11-26 04:40:35 +02:00
DocumentChannelParent.h Backed out 6 changesets (bug 1598516) for Mn and pgo failures on a CLOSED TREE 2019-11-26 04:40:35 +02:00
DocumentLoadListener.cpp Bug 1584031 - Allow non-http channels into on-may-change-process. r=kmag 2019-11-27 02:19:17 +00:00
DocumentLoadListener.h Bug 1584031 - Allow non-http channels into on-may-change-process. r=kmag 2019-11-27 02:19:17 +00:00
NeckoChannelParams.ipdlh Bug 1599006 - P2. Fix namespace comment. r=mattwoodrow 2019-11-27 23:00:57 +00:00
NeckoChild.cpp Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
NeckoChild.h Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
NeckoCommon.cpp
NeckoCommon.h Bug 1556489 - P18. Add DocumentChannel and hook it up. r=nika,mayhemer 2019-09-03 10:19:38 +10:00
NeckoMessageUtils.h Bug 1231213 - Add OptionalServiceWorkerData to RemoteWorkerData. r=asuth 2019-08-15 17:26:42 +00:00
NeckoParent.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
NeckoParent.h Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
NeckoTargetHolder.cpp
NeckoTargetHolder.h
PChannelDiverter.ipdl
PDataChannel.ipdl Bug 1570369 - Part 12: Use IPDL refcounted for PDataChannel, r=mayhemer 2019-08-16 10:45:57 +00:00
PDocumentChannel.ipdl Bug 1595637 - P5. Remove Suspend/Resume methods from PDocumentChannel. r=mattwoodrow 2019-11-21 10:58:31 +00:00
PFileChannel.ipdl Bug 1570369 - Part 13: Use IPDL refcounted for PFileChannel, r=mayhemer 2019-08-16 10:46:30 +00:00
PNecko.ipdl Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
PSocketProcessBridge.ipdl Bug 1560636: Avoid using main thread with PMediaTransport. r=mjf,kershaw 2019-07-15 15:49:30 +00:00
SocketProcessBridgeChild.cpp Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessBridgeChild.h Bug 1560636: Avoid using main thread with PMediaTransport. r=mjf,kershaw 2019-07-15 15:49:30 +00:00
SocketProcessBridgeParent.cpp Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessBridgeParent.h Bug 1242221 - Close IPC channel before MessageLoop gets destroyed r=mayhemer 2019-07-25 15:24:02 +00:00
SocketProcessChild.cpp Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
SocketProcessChild.h Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
SocketProcessHost.cpp
SocketProcessHost.h
SocketProcessImpl.cpp
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
SocketProcessParent.h Bug 1569183: Stop doing a proxy lookup to determine whether we're configured to use a proxy (for the proxy_only_if_behind_proxy pref), and instead look at whether we loaded the doc using a proxy. r=mjf,mayhemer,jld 2019-09-18 14:27:42 +00:00
moz.build Bug 1597015 - Split DocumentChannelParent into two separate classes (DocumentLoadListener and DocumentChannelParent). r=mayhemer,jya 2019-11-20 03:29:25 +00:00