[AUTO][FILECONTROL] - version 142.0.7444.163

This commit is contained in:
uazo
2025-11-12 03:21:33 +00:00
committed by github-actions[bot]
parent ed7af684bf
commit ccf4ab91aa
2 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
142.0.7444.138
142.0.7444.163
@@ -1355,6 +1355,12 @@
name: "CSSGapDecoration",
status: "experimental",
},
{
// https://chromestatus.com/feature/5157805733183488
name: "CSSGridGapSuppression",
status: "experimental",
depends_on: ["CSSGapDecoration"],
},
{
// This needs to be kept as a runtime flag as long as we need to forcibly
// disable it for WebView on Android versions older than P. See
@@ -4287,15 +4293,6 @@
// the CSSOM View per spec proposal.
name: "RunSnapshotPostLayoutStateSteps",
},
{
// This flag is for fixing validation error
// for valid email address using IDN.
// This may ship in M142, and this flag can be
// removed in M144 pending no issues.
// See https://issues.chromium.org/issues/429490608
name: "SanitizeIDNEmailFormInput",
status: "stable",
},
{
// Spec: https://wicg.github.io/sanitizer-api/
// Tracking bug: crbug.com/356601280