Commit 111f72a2 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

Enable CSSFontLoadingReducedLayoutInvalidations by default on trunk

Finch experiments results on M85 [1] look good, so this patch enables
it by default on trunk.

A follow up patch will ship in all channels it via finch.

[1] https://docs.google.com/document/d/1HenoksopNhJKvUfITMnfBPTllPSNcUVH06yCJB3asj4/edit?usp=sharing

Bug: 441925
Change-Id: Ibd4f308875ff89979af83cf7b9a5e74709b5fba0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429514Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810909}
parent f5adf8c3
...@@ -1236,27 +1236,6 @@ ...@@ -1236,27 +1236,6 @@
] ]
} }
], ],
"CSSReducedFontLoadingLayoutInvalidations": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"CSSReducedFontLoadingLayoutInvalidations"
]
}
]
}
],
"CacheStorageSequenceChromeOS": [ "CacheStorageSequenceChromeOS": [
{ {
"platforms": [ "platforms": [
......
...@@ -528,7 +528,7 @@ const base::Feature kDawn2dCanvas{"Dawn2dCanvas", ...@@ -528,7 +528,7 @@ const base::Feature kDawn2dCanvas{"Dawn2dCanvas",
const base::Feature kCSSReducedFontLoadingLayoutInvalidations{ const base::Feature kCSSReducedFontLoadingLayoutInvalidations{
"CSSReducedFontLoadingLayoutInvalidations", "CSSReducedFontLoadingLayoutInvalidations",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// When enabled, frees up CachedMetadata after consumption by script resources // When enabled, frees up CachedMetadata after consumption by script resources
// and modules. Needed for the experiment in http://crbug.com/1045052. // and modules. Needed for the experiment in http://crbug.com/1045052.
......
...@@ -568,7 +568,7 @@ ...@@ -568,7 +568,7 @@
// Perform partial layout invalidation on web font loading. // Perform partial layout invalidation on web font loading.
// See https://crbug.com/441925 and https://bit.ly/35JjPmq for details. // See https://crbug.com/441925 and https://bit.ly/35JjPmq for details.
name: "CSSReducedFontLoadingLayoutInvalidations", name: "CSSReducedFontLoadingLayoutInvalidations",
status: "test", status: "stable",
}, },
{ {
name: "CSSRevert", name: "CSSRevert",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment