..
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
…
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 1620119 - Remove isActive from DocumentChannelCreationArgs. r=nika
2020-03-10 00:44:01 +00:00
DocumentChannel.h
Bug 1620119 - Remove isActive from DocumentChannelCreationArgs. r=nika
2020-03-10 00:44:01 +00:00
DocumentChannelChild.cpp
Bug 1620119 - Remove isActive from DocumentChannelCreationArgs. r=nika
2020-03-10 00:44:01 +00:00
DocumentChannelChild.h
Bug 1620119 - Remove isActive from DocumentChannelCreationArgs. r=nika
2020-03-10 00:44:01 +00:00
DocumentChannelParent.cpp
Bug 1620119 - Remove isActive from DocumentChannelCreationArgs. r=nika
2020-03-10 00:44:01 +00:00
DocumentChannelParent.h
Bug 1618057 - Use the target BrowsingContext of the load, rather than the process-top BrowsingContext when initializing DocumentLoadListener. r=nika
2020-03-05 21:15:50 +00:00
DocumentLoadListener.cpp
Bug 1620875 - Don't duplicate loadFlags in the http specific config as well as the generic config for DocumentChannel replacement. r=nika
2020-03-16 00:56:03 +00:00
DocumentLoadListener.h
Bug 1620499 - Cleanup access to BrowsingContext. r=mattwoodrow
2020-03-12 02:03:48 +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 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
2020-03-17 19:24:31 +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 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
2020-02-27 17:39:15 +00: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 1618057 - Use the target BrowsingContext of the load, rather than the process-top BrowsingContext when initializing DocumentLoadListener. r=nika
2020-03-05 21:15:50 +00:00
NeckoParent.h
Bug 1618057 - Use the target BrowsingContext of the load, rather than the process-top BrowsingContext when initializing DocumentLoadListener. r=nika
2020-03-05 21:15:50 +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 1622623 - Removed unused header URIParams from PDataChannel.ipdl r=valentin
2020-03-16 09:59:23 +00:00
PDocumentChannel.ipdl
Bug 1622733 - Removed unused URIParams header in ipdl files r=valentin
2020-03-16 18:25:11 +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
Bug 1618057 - Use the target BrowsingContext of the load, rather than the process-top BrowsingContext when initializing DocumentLoadListener. r=nika
2020-03-05 21:15:50 +00: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 1527384
- Introduce PAltSvcTransaction for carrying the validated result from socket process to parent process r=dragana
2020-03-17 16:32:12 +00:00
PSocketProcessBridge.ipdl
…
SocketProcessBridgeChild.cpp
…
SocketProcessBridgeChild.h
…
SocketProcessBridgeParent.cpp
…
SocketProcessBridgeParent.h
…
SocketProcessChild.cpp
Bug 1527384
- Introduce PAltSvcTransaction for carrying the validated result from socket process to parent process r=dragana
2020-03-17 16:32:12 +00:00
SocketProcessChild.h
Bug 1527384
- Introduce PAltSvcTransaction for carrying the validated result from socket process to parent process r=dragana
2020-03-17 16:32:12 +00:00
SocketProcessHost.cpp
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
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 1613985 - Use default for equivalent-to-default constructors/destructors in netwerk. r=dragana
2020-03-06 09:22:49 +00:00
SocketProcessImpl.h
…
SocketProcessLogging.h
…
SocketProcessParent.cpp
Bug 1537761 - P1: Send an IPC message for ClearHostMapping() r=dragana
2020-03-10 16:28:47 +00:00
SocketProcessParent.h
Bug 1537761 - P1: Send an IPC message for ClearHostMapping() r=dragana
2020-03-10 16:28:47 +00:00
moz.build
Bug 1600254
- P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana
2020-01-30 13:32:55 +00:00