gecko-dev/netwerk/ipc
Sean Feng 5283aecc5d Bug 1468476 - Make soft reload only force validates top level document r=necko-reviewers,nika,dragana,asuth
Currently, soft reload uses the `VALIDATE_ALWAYS` flag to not only
force revalidate the top level document, but also subresources.
This causes content to be refetched from the web even if there
are caches that are still valid and can be used.

Chrome already has such behaviour to not revalidate all resources.

Differential Revision: https://phabricator.services.mozilla.com/D122270
2021-10-28 16:11:56 +00:00
..
ChannelEventQueue.cpp
ChannelEventQueue.h
DocumentChannel.cpp Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
DocumentChannel.h Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
DocumentChannelChild.cpp Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
DocumentChannelChild.h
DocumentChannelParent.cpp Bug 1650089 - Part 2: Track which ContentParent is used to create a DocumentLoadListener, r=annyG,kmag 2021-08-10 14:31:16 +00:00
DocumentChannelParent.h
DocumentLoadListener.cpp Bug 1731613 - Move GetProcessSwitchBehavior method to C++, r=nika 2021-10-19 18:46:46 +00:00
DocumentLoadListener.h Bug 1731613 - Move GetProcessSwitchBehavior method to C++, r=nika 2021-10-19 18:46:46 +00:00
InputChannelThrottleQueueChild.cpp
InputChannelThrottleQueueChild.h
InputChannelThrottleQueueParent.cpp
InputChannelThrottleQueueParent.h
NeckoChannelParams.ipdlh Bug 1468476 - Make soft reload only force validates top level document r=necko-reviewers,nika,dragana,asuth 2021-10-28 16:11:56 +00:00
NeckoChild.cpp
NeckoChild.h
NeckoCommon.h
NeckoMessageUtils.h Bug 1733356 - Fix non-unified build errors in netwerk/dns/ r=necko-reviewers,dragana 2021-10-14 12:57:58 +00:00
NeckoParent.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
NeckoParent.h
NeckoTargetHolder.cpp
NeckoTargetHolder.h
PDataChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PDocumentChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PFileChannel.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PInputChannelThrottleQueue.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PNecko.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PProxyAutoConfig.ipdl Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
PProxyConfigLookup.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
PSimpleChannel.ipdl
PSocketProcess.ipdl Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
PSocketProcessBridge.ipdl Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8 2021-07-22 02:24:43 +00:00
ParentChannelWrapper.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ParentChannelWrapper.h
ParentProcessDocumentChannel.cpp Bug 1735644 - Use TimeStamp::Now() as AsyncOpenTime for DocumentChannel r=nika,valentin,necko-reviewers 2021-10-28 00:37:15 +00:00
ParentProcessDocumentChannel.h Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ProxyAutoConfigChild.cpp Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyAutoConfigChild.h Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyAutoConfigParent.cpp Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyAutoConfigParent.h Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
ProxyConfigLookup.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ProxyConfigLookup.h Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
ProxyConfigLookupChild.cpp
ProxyConfigLookupChild.h
ProxyConfigLookupParent.cpp
ProxyConfigLookupParent.h
SocketProcessBridgeChild.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
SocketProcessBridgeChild.h
SocketProcessBridgeParent.cpp
SocketProcessBridgeParent.h
SocketProcessChild.cpp Bug 1723946 - Avoid racing on sSocketProcessChild, r=necko-reviewers,valentin 2021-10-26 11:22:56 +00:00
SocketProcessChild.h Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
SocketProcessHost.cpp Bug 1723505 - Convert IPC processes to GeckoArgs r=nika,kershaw 2021-10-26 19:42:03 +00:00
SocketProcessHost.h
SocketProcessImpl.cpp Bug 1723505 - Convert IPC processes to GeckoArgs r=nika,kershaw 2021-10-26 19:42:03 +00:00
SocketProcessImpl.h
SocketProcessLogging.h
SocketProcessParent.cpp Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00
SocketProcessParent.h Bug 1475641 - Move PAProxyAutoConfig to socket process, r=necko-reviewers,dragana 2021-10-11 19:17:58 +00:00
moz.build Bug 1733356 - Fix non-unified build errors in netwerk/ipc/ r=necko-reviewers,kershaw 2021-10-14 12:57:59 +00:00