mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
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:
11
patches/helium/core/infinite-tab-freezing.patch
Normal file
11
patches/helium/core/infinite-tab-freezing.patch
Normal 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,
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user