helium/core: allow infinite tab freezing for better performance

a lot more tabs will be allowed to be unloaded from background if the user has a ton of them open, to keep relevant tabs fast and resource footprint small
This commit is contained in:
wukko
2025-10-03 18:19:48 +06:00
parent 6f004aa444
commit 0d7f1ab5fe
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/components/performance_manager/features.cc
+++ b/components/performance_manager/features.cc
@@ -248,7 +248,7 @@ BASE_FEATURE(kRecordFreezingEligibilityU
BASE_FEATURE(kInfiniteTabsFreezing,
"InfiniteTabsFreezing",
- base::FEATURE_DISABLED_BY_DEFAULT);
+ base::FEATURE_ENABLED_BY_DEFAULT);
BASE_FEATURE_PARAM(int,
kInfiniteTabsFreezing_NumProtectedTabs,

View File

@@ -167,6 +167,7 @@ helium/core/mitigate-fingerprinting-audio-context.patch
helium/core/reduce-accept-language-headers.patch
helium/core/disable-ad-topics-and-etc.patch
helium/core/enable-parallel-downloading.patch
helium/core/infinite-tab-freezing.patch
helium/settings/move-search-suggest.patch
helium/settings/remove-autofill.patch