diff options
author | Robert Nagy <rnagy@FreeBSD.org> | 2024-08-27 07:55:04 +0200 |
---|---|---|
committer | Robert Nagy <rnagy@FreeBSD.org> | 2024-08-27 07:55:54 +0200 |
commit | 43ddb9a8a4b22a4b81ca32698948e5832a6d93c6 (patch) | |
tree | 36898a78b8f81e76f50f97d67720922ace27b53d /www/chromium/files/patch-content_common_features.cc | |
parent | misc/llama-cpp: update 3622 → 3631 (diff) |
www/*chromium: update to 128.0.6613.84
Security: https://vuxml.freebsd.org/freebsd/b339992e-6059-11ef-8a0f-a8a1599412c6.html
Diffstat (limited to 'www/chromium/files/patch-content_common_features.cc')
-rw-r--r-- | www/chromium/files/patch-content_common_features.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/files/patch-content_common_features.cc b/www/chromium/files/patch-content_common_features.cc index f07d5ac74ed8..acdb8304d83d 100644 --- a/www/chromium/files/patch-content_common_features.cc +++ b/www/chromium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2024-07-30 11:12:21 UTC +--- content/common/features.cc.orig 2024-08-26 12:06:38 UTC +++ content/common/features.cc -@@ -173,7 +173,7 @@ BASE_FEATURE(kEnableBackForwardCacheForOngoingSubframe +@@ -158,7 +158,7 @@ BASE_FEATURE(kEnableBackForwardCacheForOngoingSubframe base::FEATURE_ENABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host @@ -9,7 +9,7 @@ BASE_FEATURE(kEnableDevToolsJsErrorReporting, "EnableDevToolsJsErrorReporting", base::FEATURE_DISABLED_BY_DEFAULT); -@@ -294,7 +294,7 @@ BASE_FEATURE(kGroupNIKByJoiningOrigin, +@@ -308,7 +308,7 @@ BASE_FEATURE(kGroupNIKByJoiningOrigin, // process and having browser process handle adjusting thread properties (nice // value, c-group, latency sensitivity...) for children which have sandbox // restrictions. |