gecko-dev/netwerk/ipc
Simon Giesecke 9350e6b741 Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj
This removes the need for explicit #ifdef NS_BUILD_REFCNT_LOGGING without
introducing user-defined destructors when it is not defined.

Also, some uses of virtual for declaring destructors are replaced by the
appropriate override declaration through these changes.

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

--HG--
extra : moz-landing-system : lando
2020-02-20 11:40:14 +00:00
..
ADocumentChannelBridge.h Bug 1604717- Ensure that we can no longer receive cancellations from the content process DocumentChannelChild after we've decided to disconnect it. r=jya 2019-12-19 13:44:03 +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 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
DocumentChannel.cpp Bug 1614208 - Stop including AccessibleCaretEventHub and PresShell.h from Selection.h. r=TYLin 2020-02-11 01:22:29 +00:00
DocumentChannel.h Backed out changeset ca6f43c06131 (bug 1607987) for causing test_bug369370.html to permafail 2020-01-13 04:10:57 +02:00
DocumentChannelChild.cpp Backed out changeset ca6f43c06131 (bug 1607987) for causing test_bug369370.html to permafail 2020-01-13 04:10:57 +02:00
DocumentChannelChild.h Backed out changeset ca6f43c06131 (bug 1607987) for causing test_bug369370.html to permafail 2020-01-13 04:10:57 +02:00
DocumentChannelParent.cpp Bug 1606901 - Test that channel is still opened before continuing. r=mattwoodrow 2020-01-17 05:57:54 +00:00
DocumentChannelParent.h Bug 1604717- Ensure that we can no longer receive cancellations from the content process DocumentChannelChild after we've decided to disconnect it. r=jya 2019-12-19 13:44:03 +00:00
DocumentLoadListener.cpp Bug 1607460 - Align with Cross-Origin-Opener-Policy changes r=michal 2020-02-18 16:39:08 +00:00
DocumentLoadListener.h Bug 1599046 - P3. Remove unused IPC method in nsIParentChannel.idl. r=timhuang,Ehsan 2020-01-27 10:39:38 +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
NeckoChannelParams.ipdlh Bug 1600254 - P5: Make TransactionObserver work r=dragana 2020-01-30 13:07:45 +00:00
NeckoChild.cpp Bug 1613497 - Get rid of URIParams in the predictor code r=dragana 2020-02-07 10:55:53 +00:00
NeckoChild.h Bug 1613497 - Get rid of URIParams in the predictor code r=dragana 2020-02-07 10:55:53 +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 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
NeckoParent.cpp Bug 1613497 - Get rid of URIParams in the predictor code r=dragana 2020-02-07 10:55:53 +00:00
NeckoParent.h Bug 1613497 - Get rid of URIParams in the predictor code r=dragana 2020-02-07 10:55:53 +00:00
NeckoTargetHolder.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
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 1574372 - Add parent-process version of nsDocumentOpenInfo, and use it in DocumentLoadListener. r=bzbarsky 2019-12-17 03:54:45 +00:00
PFileChannel.ipdl Bug 1570369 - Part 13: Use IPDL refcounted for PFileChannel, r=mayhemer 2019-08-16 10:46:30 +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 Bug 1613497 - Get rid of URIParams in the predictor code r=dragana 2020-02-07 10:55:53 +00:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1612816 - Implement AsyncResoleWithTrrServer. r=valentin 2020-02-04 19:35:34 +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 1557739 - Be more consistent with IPC Transport APIs, r=jld 2020-02-06 22:41:56 +00:00
SocketProcessChild.h Bug 1557739 - Be more consistent with IPC Transport APIs, r=jld 2020-02-06 22:41:56 +00:00
SocketProcessHost.cpp Bug 1557739 - Be more consistent with IPC Transport APIs, r=jld 2020-02-06 22:41:56 +00:00
SocketProcessHost.h
SocketProcessImpl.cpp Bug 1557739 - Be more consistent with IPC Transport APIs, r=jld 2020-02-06 22:41:56 +00:00
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1612816 - Implement AsyncResoleWithTrrServer. r=valentin 2020-02-04 19:35:34 +00:00
SocketProcessParent.h Bug 1612816 - Implement AsyncResoleWithTrrServer. r=valentin 2020-02-04 19:35:34 +00:00
moz.build Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana 2020-01-30 13:32:55 +00:00