Loading build/patches/Enable-network-isolation-features.patch +3 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ PartitionNelAndReportingByNetworkIsolationKey, kSplitCacheByNavigationInitiator License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- .../browser/net/profile_network_context_service.cc | 2 +- .../Enable-network-isolation-features.inc | 10 ++++++++++ .../Enable-network-isolation-features.inc | 9 +++++++++ .../Enable-network-isolation-features.inc | 1 + net/http/http_cache.cc | 14 +++++++++----- net/http/http_cache.h | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) 5 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 cromite_flags/net/base/features_cc/Enable-network-isolation-features.inc create mode 100644 cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc Loading @@ -34,7 +34,7 @@ diff --git a/cromite_flags/net/base/features_cc/Enable-network-isolation-feature new file mode 100644 --- /dev/null +++ b/cromite_flags/net/base/features_cc/Enable-network-isolation-features.inc @@ -0,0 +1,10 @@ @@ -0,0 +1,9 @@ +SET_CROMITE_FEATURE_ENABLED(kSplitCodeCacheByNetworkIsolationKey); +SET_CROMITE_FEATURE_ENABLED(kPartitionConnectionsByNetworkIsolationKey); + Loading @@ -44,7 +44,6 @@ new file mode 100644 +SET_CROMITE_FEATURE_ENABLED(kSplitCacheByNetworkIsolationKey); +// but disable cache for cross-site main frame navigation +SET_CROMITE_FEATURE_ENABLED(kSplitCacheByCrossSiteMainFrameNavigationBoolean); + diff --git a/cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc b/cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc new file mode 100644 --- /dev/null Loading Loading
build/patches/Enable-network-isolation-features.patch +3 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ PartitionNelAndReportingByNetworkIsolationKey, kSplitCacheByNavigationInitiator License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- .../browser/net/profile_network_context_service.cc | 2 +- .../Enable-network-isolation-features.inc | 10 ++++++++++ .../Enable-network-isolation-features.inc | 9 +++++++++ .../Enable-network-isolation-features.inc | 1 + net/http/http_cache.cc | 14 +++++++++----- net/http/http_cache.h | 2 +- 5 files changed, 22 insertions(+), 7 deletions(-) 5 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 cromite_flags/net/base/features_cc/Enable-network-isolation-features.inc create mode 100644 cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc Loading @@ -34,7 +34,7 @@ diff --git a/cromite_flags/net/base/features_cc/Enable-network-isolation-feature new file mode 100644 --- /dev/null +++ b/cromite_flags/net/base/features_cc/Enable-network-isolation-features.inc @@ -0,0 +1,10 @@ @@ -0,0 +1,9 @@ +SET_CROMITE_FEATURE_ENABLED(kSplitCodeCacheByNetworkIsolationKey); +SET_CROMITE_FEATURE_ENABLED(kPartitionConnectionsByNetworkIsolationKey); + Loading @@ -44,7 +44,6 @@ new file mode 100644 +SET_CROMITE_FEATURE_ENABLED(kSplitCacheByNetworkIsolationKey); +// but disable cache for cross-site main frame navigation +SET_CROMITE_FEATURE_ENABLED(kSplitCacheByCrossSiteMainFrameNavigationBoolean); + diff --git a/cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc b/cromite_flags/services/network/public/cpp/features_cc/Enable-network-isolation-features.inc new file mode 100644 --- /dev/null Loading