[AUTO][FILECONTROL] - version 133.0.6943.99
This commit is contained in:
committed by
github-actions[bot]
parent
bf34f39f64
commit
4cc2069b00
@@ -1 +1 @@
|
||||
133.0.6943.60
|
||||
133.0.6943.99
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
|
||||
namespace internal {
|
||||
|
||||
// Duplicated from content/browser/file_system_access/features.cc to allow
|
||||
// WebView-only override.
|
||||
BASE_FEATURE(kFileSystemAccessDirectoryIterationBlocklistCheck,
|
||||
"FileSystemAccessDirectoryIterationBlocklistCheck",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
AwFeatureOverrides::AwFeatureOverrides(base::FeatureList& feature_list)
|
||||
: feature_list_(feature_list) {}
|
||||
|
||||
@@ -89,6 +95,8 @@ void AwFieldTrials::RegisterFeatureOverrides(base::FeatureList* feature_list) {
|
||||
}
|
||||
internal::AwFeatureOverrides aw_feature_overrides(*feature_list);
|
||||
|
||||
aw_feature_overrides.EnableFeature(::features::kWebViewFrameRateHints);
|
||||
|
||||
// Disable third-party storage partitioning on WebView.
|
||||
aw_feature_overrides.DisableFeature(
|
||||
net::features::kThirdPartyStoragePartitioning);
|
||||
@@ -292,4 +300,9 @@ void AwFieldTrials::RegisterFeatureOverrides(base::FeatureList* feature_list) {
|
||||
|
||||
// Disable Topics on WebView.
|
||||
aw_feature_overrides.DisableFeature(blink::features::kBrowsingTopics);
|
||||
|
||||
// Temporarily turn off kFileSystemAccessDirectoryIterationBlocklistCheck for
|
||||
// a kill switch. https://crbug.com/393606977
|
||||
aw_feature_overrides.DisableFeature(
|
||||
internal::kFileSystemAccessDirectoryIterationBlocklistCheck);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user