Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccf4ab91 authored by uazo's avatar uazo Committed by github-actions[bot]
Browse files

[AUTO][FILECONTROL] - version 142.0.7444.163

parent ed7af684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
142.0.7444.138
142.0.7444.163
+6 −9
Original line number Diff line number Diff line
@@ -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