diff --git a/tools/under-control/src/RELEASE b/tools/under-control/src/RELEASE index 4df063cf..1f96b6d2 100644 --- a/tools/under-control/src/RELEASE +++ b/tools/under-control/src/RELEASE @@ -1 +1 @@ -142.0.7444.138 +142.0.7444.163 diff --git a/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 index 6f47f1f4..a25e99fa 100755 --- a/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/tools/under-control/src/third_party/blink/renderer/platform/runtime_enabled_features.json5 @@ -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