diff --git a/src/third_party/blink/common/features.cc b/src/third_party/blink/common/features.cc index 58ec517e..990ec0bb 100644 --- a/src/third_party/blink/common/features.cc +++ b/src/third_party/blink/common/features.cc @@ -67,6 +67,12 @@ const base::Feature kAutomaticLazyFrameLoadingToEmbedUrls{ const base::Feature kBackForwardCacheDedicatedWorker{ "BackForwardCacheDedicatedWorker", base::FEATURE_ENABLED_BY_DEFAULT}; +// Accumulates the fetch requests for resources while parsing chunks of HTML so +// they can be evaluated, prioritized and processed as a group rather than as +// they are discovered. +const base::Feature kBatchFetchRequests{"BatchFetchRequests", + base::FEATURE_DISABLED_BY_DEFAULT}; + // Enable intervention for download that was initiated from or occurred in an ad // frame without user activation. const base::Feature kBlockingDownloadsInAdFrameWithoutUserActivation{ @@ -295,7 +301,7 @@ const base::FeatureParam const base::FeatureParam kSharedStorageOriginStalenessThreshold = { &kSharedStorageAPI, "SharedStorageOriginStalenessThreshold", - base::Days(60)}; + base::Days(30)}; // Enables the Prerender2 feature: https://crbug.com/1126305 // Note that default enabling this does not enable the Prerender2 features