gecko-dev/netwerk/ipc
Dave Townsend 486e6c4fae Bug 1675329: Add an API for returning an exit code from the application. r=dthayer,necko-reviewers,dragana,nika
Callers can pass an exit code to nsIAppStartup::Quit and it will be returned from the process when
it exits.

Note that I have using uint16_t as the exit code because on Windows the exit code can be a uint and
elsewhere it is an int. A uint16_t will safely convert to either of those and no-one will ever need
more than 64k exit codes!

Differential Revision: https://phabricator.services.mozilla.com/D96857
2020-12-03 20:19:47 +00:00
..
ChannelEventQueue.cpp Bug 1119956 don't pretend to implement nsICancelableRunnable::Cancel() r=gsvelto,necko-reviewers,dragana 2020-12-02 06:32:39 +00:00
ChannelEventQueue.h
DocumentChannel.cpp Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
DocumentChannel.h
DocumentChannelChild.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
DocumentChannelChild.h
DocumentChannelParent.cpp
DocumentChannelParent.h
DocumentLoadListener.cpp Backed out changeset a1e436deb5fe (bug 1670530) for viewsource related crashed CLOSED TREE 2020-12-03 04:30:23 +02:00
DocumentLoadListener.h Bug 1677466 - Split Endpoint.h and ProtocolMessageUtils.h from ProtocolUtils.h. r=mccr8 2020-11-23 16:06:42 +00:00
InputChannelThrottleQueueChild.cpp
InputChannelThrottleQueueChild.h
InputChannelThrottleQueueParent.cpp
InputChannelThrottleQueueParent.h
moz.build
NeckoChannelParams.ipdlh Bug 1660470 - Avoid including URIUtils.h from header files. r=nika 2020-11-23 16:06:09 +00:00
NeckoChild.cpp
NeckoChild.h
NeckoCommon.h
NeckoMessageUtils.h
NeckoParent.cpp
NeckoParent.h
NeckoTargetHolder.cpp
NeckoTargetHolder.h
ParentChannelWrapper.cpp Backed out changeset a1e436deb5fe (bug 1670530) for viewsource related crashed CLOSED TREE 2020-12-03 04:30:23 +02:00
ParentChannelWrapper.h
ParentProcessDocumentChannel.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ParentProcessDocumentChannel.h
PDataChannel.ipdl
PDocumentChannel.ipdl
PFileChannel.ipdl
PInputChannelThrottleQueue.ipdl
PNecko.ipdl Bug 1660470 - Avoid including PermissionMessageUtils.h from header files. r=nika 2020-11-23 16:05:33 +00:00
PProxyConfigLookup.ipdl
ProxyConfigLookup.cpp
ProxyConfigLookup.h
ProxyConfigLookupChild.cpp
ProxyConfigLookupChild.h
ProxyConfigLookupParent.cpp
ProxyConfigLookupParent.h
PSimpleChannel.ipdl
PSocketProcess.ipdl
PSocketProcessBridge.ipdl
SocketProcessBridgeChild.cpp
SocketProcessBridgeChild.h
SocketProcessBridgeParent.cpp Bug 1677466 - Split Endpoint.h and ProtocolMessageUtils.h from ProtocolUtils.h. r=mccr8 2020-11-23 16:06:42 +00:00
SocketProcessBridgeParent.h
SocketProcessChild.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SocketProcessChild.h
SocketProcessHost.cpp
SocketProcessHost.h
SocketProcessImpl.cpp
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1675329: Add an API for returning an exit code from the application. r=dthayer,necko-reviewers,dragana,nika 2020-12-03 20:19:47 +00:00
SocketProcessParent.h