)]}'
{
  "log": [
    {
      "commit": "fd3f41111d81e16465727ad40e5cb0f5d5b60663",
      "tree": "4728c7016e60a9aee4f87a8fa0db39d7b3acb43d",
      "parents": [
        "53b87411d7439840106757847eea03aa28a54cfa"
      ],
      "author": {
        "name": "Hayato Ito",
        "email": "hayato@chromium.org",
        "time": "Thu Apr 16 08:42:05 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:42:05 2026"
      },
      "message": "NQE: Cache IsPrivateHost results to reduce synchronous DNS checks\n\nThis optimization implements a 64-entry LRU cache for\nIsPrivateHostWithCache() results in NetworkQualityEstimator. Previously,\nevery subresource request triggered multiple synchronous LOCAL_ONLY DNS\nlookups to determine if a host was private.\n\nIsPrivateHost check is not cheap; it takes about 0.27ms on Android\nWebView (Pixel 10).\n\nImprovements observed in traces (e.g., Google Search):\n\n- Call count for the actual IsPrivaeHost (\u0027www.google.com\u0027): 110 -\u003e 1\n- Total synchronous thread occupancy: 34.38ms -\u003e 0.27ms\n- Total reduction: ~34ms per page load burst on the Network Service\n  thread.\n\nThe cache is cleared on connection type changes to ensure correctness\nacross different networks. Since the lookup is LOCAL_ONLY (consulting\nlocal config/hosts), it is independent of external DNS TTL and safe to\ncache within a stable network session.\n\nThe CL also added UMAs to monitor the effect of the cache:\n\n- NQE.IsPrivateHost.CacheHit: Records whether the lookup hit the cache.\n- NQE.IsPrivateHost.Duration: Records the total execution duration of\n  IsPrivateHostWithCache.\n\nThis optimization is guarded by\nkNetworkQualityEstimatorIsPrivateHostCache feature flag.\n\nBug: 502072770\nChange-Id: I483044c704f7dc9db5a80a766b45613aff4c896e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7754459\nReviewed-by: Takashi Toyoshima \u003ctoyoshim@chromium.org\u003e\nCommit-Queue: Hayato Ito \u003chayato@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615690}\n"
    },
    {
      "commit": "53b87411d7439840106757847eea03aa28a54cfa",
      "tree": "0d8785edc76156a4becae412d3aea3c126b74af7",
      "parents": [
        "aef3c918f9e9b2f3233fa720710a9a029a58a6be"
      ],
      "author": {
        "name": "Kent Tamura",
        "email": "tkent@chromium.org",
        "time": "Thu Apr 16 08:39:07 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:39:07 2026"
      },
      "message": "Relocate `applied_text_decoration` to `ResolvedDecoration`.\n\nMove the `applied_text_decoration` member from `TextDecorationInfo` to\nthe `ResolvedDecoration` struct. This refactoring aligns the member with\nits dependency on `decoration_index_`, as `ResolvedDecoration` is\ndesigned to encapsulate context-specific decoration information.\n\nWith this change, `ResolvedDecoration::applied_text_decoration` can be\nguaranteed to be non-null after `UpdateForDecorationIndex()` resolves\nthe decoration. This allows for the removal of several `DCHECK()`s that\npreviously checked for its nullability.\n\nThis is a pure refactoring and introduces no behavior changes.\n\nBug: 501752810\nChange-Id: Iffed1840665f5b0c3c39ecf20b35aefe8c5f8e38\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766570\nAuto-Submit: Kent Tamura \u003ctkent@chromium.org\u003e\nReviewed-by: Koji Ishii \u003ckojii@chromium.org\u003e\nCommit-Queue: Koji Ishii \u003ckojii@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615689}\n"
    },
    {
      "commit": "aef3c918f9e9b2f3233fa720710a9a029a58a6be",
      "tree": "133ab1090d6d7f52656f04aa17ae518e6c6d74bb",
      "parents": [
        "8001ab74e17c1a00e4ad8b3c0eeecfebc17d9e8e"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:38:21 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:38:21 2026"
      },
      "message": "Roll WebView ARM Orderfile from aZMllksW_qNuiNtFA... to TXCZ-_rvOrKhDR0Pc...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-webview-arm-chromium\nPlease CC woa-engprod@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: woa-engprod@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I17b2f94816d611f252ad887b75367a2d01e04499\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766080\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615688}\n"
    },
    {
      "commit": "8001ab74e17c1a00e4ad8b3c0eeecfebc17d9e8e",
      "tree": "ebc279ad34cb934aab5b00f3155ddf7a0a048065",
      "parents": [
        "e42a8ac722b8be43ef2557501aaee031ada4750e"
      ],
      "author": {
        "name": "Fahad Mansoor",
        "email": "fahadmansoor@google.com",
        "time": "Thu Apr 16 08:35:37 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:35:37 2026"
      },
      "message": "LPP: Do not force reauth when PIN is allowed by QuickUnlock policy\n\nWhen the AllowedLocalAuthFactors policy is empty, all local auth factors\nare disallowed, and the user is normally forced to re-authenticate\nonline on the lock screen.\n\nHowever, if a GAIA password is set along with a PIN, the PIN is\nconsidered a secondary factor. In this case, if the\nQuickUnlockModeAllowlist policy allows PIN, we should not force\nonline re-authentication.\n\nThis CL updates LocalAuthFactorsPolicyController to distinguish between\nPIN as a main factor and PIN as a secondary factor, and avoids forcing\nreauth when it\u0027s allowed by the QuickUnlock policy.\n\nBug: 487597055\nTest: browser_test *LocalAuthFactorsPolicyController*\nChange-Id: I081a0906f670a4692cc55eb19d488e9bf3809a04\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759598\nReviewed-by: Sergey Poromov \u003cporomov@chromium.org\u003e\nCommit-Queue: Fahad Mansoor \u003cfahadmansoor@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615687}\n"
    },
    {
      "commit": "e42a8ac722b8be43ef2557501aaee031ada4750e",
      "tree": "05ff233bb72e12aa915e1ef912c6f4b672c2051e",
      "parents": [
        "f4425098eb1734f3419fdc5376c80a8b4e324b35"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:26:19 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:26:19 2026"
      },
      "message": "Roll Skia from 2c49b3f9c3c2 to d8415c5d7b91 (4 revisions)\n\nhttps://skia.googlesource.com/skia.git/+log/2c49b3f9c3c2..d8415c5d7b91\n\n2026-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e45b5fbf2710 to 942c07d0c8a6 (6 revisions)\n2026-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from b59a366edcc0 to 88bc797c62ac (4 revisions)\n2026-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 1139a26d53b5 to 8a3814645574 (15 revisions)\n2026-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 63b237e40fc2 to 678a2d1cb827 (16 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/skia-autoroll\nPlease CC skiabot@google.com,thomsmit@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:mac14.arm64-blink-rel;luci.chromium.try:win_optional_gpu_tests_rel\nCq-Do-Not-Cancel-Tryjobs: true\nBug: chromium:495382033,chromium:496659575,chromium:501830027\nTbr: thomsmit@google.com\nChange-Id: Iee30de6f918b82e8f3cef15a65e7965f95bb0b4e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766077\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615686}\n"
    },
    {
      "commit": "f4425098eb1734f3419fdc5376c80a8b4e324b35",
      "tree": "9e201f652fa857a7c49d127786d05d84d7143531",
      "parents": [
        "cb10e077db1cb114a02df083fa2cb5487c5aa225"
      ],
      "author": {
        "name": "Internal Frameworks Autoroller",
        "email": "bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:20:24 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:20:24 2026"
      },
      "message": "[Frameworks roll] Roll to 900543800 piper revision\n\nChange-Id: I76e8af92a954937314a976003bd78b7153d2e920\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765937\nCommit-Queue: bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com \u003cbling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com\u003e\nBot-Commit: bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com \u003cbling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615685}\n"
    },
    {
      "commit": "cb10e077db1cb114a02df083fa2cb5487c5aa225",
      "tree": "0f36e44dac40f58022e2f146f0250a25a8022c6a",
      "parents": [
        "515ff361f0319c9770194f604ea7687e196c6233"
      ],
      "author": {
        "name": "Olivier ROBIN",
        "email": "olivierrobin@google.com",
        "time": "Thu Apr 16 08:15:29 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:15:29 2026"
      },
      "message": "Use chrome client to retrieve cobalt controller\n\nUpdate the providers call to use the same cobalt controller in\nincognito.\n\n - crrev.com/i/9188716 Preparation\n\u003d\u003e crrev.com/c/7746004 Call the new providers\n - crrev.com/i/9186557 Refactor the controller\n\nChange-Id: I0a95b889855c3c87b8014d60e1176ce900f739f9\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7746004\nReviewed-by: Quentin Pubert \u003cqpubert@google.com\u003e\nCommit-Queue: Olivier Robin \u003colivierrobin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615684}\n"
    },
    {
      "commit": "515ff361f0319c9770194f604ea7687e196c6233",
      "tree": "6a86ef0fa0cde3af909ad62d4b9a5c3c4e79eea8",
      "parents": [
        "6a10f21eef654ef968f6fd8ba33f8530cc812588"
      ],
      "author": {
        "name": "Viktor Semeniuk",
        "email": "vsemeniuk@google.com",
        "time": "Thu Apr 16 08:12:29 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:12:29 2026"
      },
      "message": "Set model type kNone for password change toast\n\nFixed: 502927914\nChange-Id: I0d5c9b325508561f053496788eb052164b53465e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762296\nCommit-Queue: Viktor Semeniuk \u003cvsemeniuk@google.com\u003e\nReviewed-by: Vasilii Sukhanov \u003cvasilii@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615683}\n"
    },
    {
      "commit": "6a10f21eef654ef968f6fd8ba33f8530cc812588",
      "tree": "5ff92cc78183f563f656f7a76bcc091203c46532",
      "parents": [
        "03c438ee82052cdafbb374ba7aba33b9fe464f3f"
      ],
      "author": {
        "name": "Camillo Bruni",
        "email": "cbruni@chromium.org",
        "time": "Thu Apr 16 08:06:29 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:06:29 2026"
      },
      "message": "Revert \"[perf] Parallel downloading of benchmark resources.\"\n\nThis reverts commit f973953e9e12fab242e92a13cdc958ac29c1c283.\n\nReason for revert: gclient sync failures\n\nhttps://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket/8684383328952400193/+/u/gclient_runhooks__with_patch_/stdout\n\nOriginal change\u0027s description:\n\u003e [perf] Parallel downloading of benchmark resources.\n\u003e\n\u003e Speed up gclient runhooks.\n\u003e Currently we spent \u003e3.5m on sequentially downloading all benchmark\n\u003e resources. This can happen in parallel and will affect build times\n\u003e globally on our bots.\n\u003e\n\u003e Change-Id: If65b86c9defcd97aec5c60c11256391aeabb6b59\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766589\n\u003e Reviewed-by: John Chen \u003cjohnchen@chromium.org\u003e\n\u003e Commit-Queue: Camillo Bruni \u003ccbruni@chromium.org\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#1615533}\n\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nChange-Id: I6337f10f2af81b4e963ba68978c7dbfb6bbaccd2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765851\nCommit-Queue: Camillo Bruni \u003ccbruni@chromium.org\u003e\nBot-Commit: rubber-stamper@appspot.gserviceaccount.com \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615682}\n"
    },
    {
      "commit": "03c438ee82052cdafbb374ba7aba33b9fe464f3f",
      "tree": "6d6a700ff3a6bb55d0950576eaa95ad27ea55967",
      "parents": [
        "9e7bbda03e9588136b89130abe39d7493487a635"
      ],
      "author": {
        "name": "Miyoung shin",
        "email": "myid.shin@igalia.com",
        "time": "Thu Apr 16 08:03:34 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:03:34 2026"
      },
      "message": "Replace BitmapFetcher with ImageFetcher in WebstoreInstallHelper\n\nThis CL prepares WebstoreInstallHelper for migration to //extensions.\nIt replaces BitmapFetcher from //chrome with ImageFetcher from //components.\n\nThis change may introduce a minor behavior difference, as\nimage_fetcher uses  CLEAR_ON_TRANSITION_FROM_SECURE_TO_INSECURE,\nwhich clears the Referer header on HTTPS to HTTP transitions.\nThis aligns with the default URLRequest behavior and is acceptable\nfor this use case.\n\nBug: 358567092\nChange-Id: I03eff984d35749f7a746bcfcf08fc4c1ffbc0d7b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7725385\nCommit-Queue: Miyoung Shin \u003cmyid.shin@igalia.com\u003e\nReviewed-by: Sergii Bykov \u003csbykov@google.com\u003e\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615681}\n"
    },
    {
      "commit": "9e7bbda03e9588136b89130abe39d7493487a635",
      "tree": "c3aa27541d805078f12e3fc5b00e4721ae6d64ce",
      "parents": [
        "d650aed3bca16f2ee7eef21195c5d97e6232a12d"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:01:45 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 08:01:45 2026"
      },
      "message": "Roll DevTools Frontend from 08e50fe08492 to e510e6588351 (1 revision)\n\nhttps://chromium.googlesource.com/devtools/devtools-frontend.git/+log/08e50fe08492..e510e6588351\n\n2026-04-16 szuend@chromium.org Reland \"[deps] Update typescript to 6.0.2\"\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/devtools-frontend-chromium\nPlease CC chrome-devtools-staff+oncall-change@google.com,liviurau@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: None\nChange-Id: I30fb3d7c5260d035186ca04f2591957ec8152735\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768111\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615680}\n"
    },
    {
      "commit": "d650aed3bca16f2ee7eef21195c5d97e6232a12d",
      "tree": "a119d6228220987e7ff899a6c5af301b0220204a",
      "parents": [
        "7daf8e204f4963e42c6910ce791dbfb21e0a9627"
      ],
      "author": {
        "name": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "email": "chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:52:02 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:52:02 2026"
      },
      "message": "Automated Commit: LKGM 16649.0.0-1076717 for chromeos.\n\nCrOS Changes (16649.0.0-1076705 -\u003e 16649.0.0-1076717):\n- External: http://go/cros-changes/84144..84156?ext\u003dtrue\n- Internal: http://go/cros-changes/118111..118123\n\nUploaded by https://ci.chromium.org/b/8684421013432962065\n\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-betty-chrome\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-brya-chrome\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-jacuzzi-chrome\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-reven-chrome\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-trogdor-chrome\nCQ_INCLUDE_TRYBOTS\u003dluci.chrome.try:chromeos-volteer-chrome\n\nCrOS-LKGM: 16649.0.0-1076717\nMerge-Approval-Bypass: Automated LKGM update\nCr-Original-Build-Id: 8684421013432962065\nCrOS-External-Manifest-Position: 84156\nCrOS-Internal-Manifest-Position: 118123\nChange-Id: Ie0484773867b161d89417d135a1ca03136e6c012\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766784\nCommit-Queue: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nBot-Commit: chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com \u003cchromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615679}\n"
    },
    {
      "commit": "7daf8e204f4963e42c6910ce791dbfb21e0a9627",
      "tree": "35f72c8a5e71323de12d1b13f2d89faacd78c85e",
      "parents": [
        "0cbd129eff661a310bca684843fe2967c045e969"
      ],
      "author": {
        "name": "Wenyu Fu",
        "email": "wenyufu@chromium.org",
        "time": "Thu Apr 16 07:48:23 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:48:23 2026"
      },
      "message": "[PeekView] Polish Peek view layout\n\n* Use set dimens to define peek view height and use it in TBS\n* Adjust PeekView layout to better match spec\n* Make drag handle bar available for PeekView\n* Move background color from ActorControlLayout into peek_view_container, so keep view can properly color areas using same color as TBS\n\nPreview (Patch 16+)\nPeek: https://screenshot.googleplex.com/6augBU3mMKgJSwF\nExpanded: https://screenshot.googleplex.com/8mEhtrx2yiSascD\n\nBug: 489070365, 486281299\nTest: Compile locally via autoninja and verify overlay metrics\nChange-Id: If3f141f589e159c52f771a1d370dfbc6530ee159\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766190\nReviewed-by: Hailey Wang \u003chaileywang@google.com\u003e\nCommit-Queue: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615678}\n"
    },
    {
      "commit": "0cbd129eff661a310bca684843fe2967c045e969",
      "tree": "8503de4584f15ea9e2d0c999af1dc73238a7c4c5",
      "parents": [
        "ddd2223c9c0846557c4058036f0c39c569b90a63"
      ],
      "author": {
        "name": "Zhibo Wang",
        "email": "zhibo1.wang@intel.com",
        "time": "Thu Apr 16 07:43:21 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:43:21 2026"
      },
      "message": "Add natural_size to VideoFrameInfo\n\nAdd a natural_size field to VideoFrameInfo mojom, representing the\ndesired display size of the frame. Pass it as an explicit parameter\nthrough OnIncomingCapturedExternalBuffer so producers can specify a\ndisplay size different from visible_rect (e.g. for GPU-side scaling).\nAll existing producers default natural_size to visible_rect.size().\n\nBug: 40929600\nChange-Id: I8fa11d26f558054fe64e654de9fca53721be45a9\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7705341\nReviewed-by: Yuwei Huang \u003cyuweih@chromium.org\u003e\nCommit-Queue: Wang, Zhibo1 \u003czhibo1.wang@intel.com\u003e\nReviewed-by: Dale Curtis \u003cdalecurtis@chromium.org\u003e\nReviewed-by: Min Chen \u003cminch@chromium.org\u003e\nReviewed-by: Ilya Nikolaevskiy \u003cilnik@chromium.org\u003e\nReviewed-by: Avi Drissman \u003cavi@chromium.org\u003e\nReviewed-by: Mark Foltz \u003cmfoltz@chromium.org\u003e\nReviewed-by: Alex Gough \u003cajgo@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615677}\n"
    },
    {
      "commit": "ddd2223c9c0846557c4058036f0c39c569b90a63",
      "tree": "306b3ae698fb45982aae4e1ac9a38f87d3e6c672",
      "parents": [
        "96af52c9d09f87d2035b6a2928f361a32ade2ecd"
      ],
      "author": {
        "name": "Dominik Röttsches",
        "email": "drott@chromium.org",
        "time": "Thu Apr 16 07:42:57 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:42:57 2026"
      },
      "message": "Update FreeType owners\n\nBlink is no longer using FreeType. That\u0027s why I suggest we\nadd Lei from PDFium as the main owner for FreeType.\n\nFreeType is still autorolled with the Skia autoroller,\nbut in case of problems, manual rolls may be required.\n\nMunira has not been working on FreeType or fonts in a while.\n\nBug: 42271123\nChange-Id: I71ea392a9b8df331e282efe2b5e750d2881d4f85\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7764288\nCommit-Queue: Dominik Röttsches \u003cdrott@chromium.org\u003e\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nReviewed-by: Tom Sepez \u003ctsepez@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615676}\n"
    },
    {
      "commit": "96af52c9d09f87d2035b6a2928f361a32ade2ecd",
      "tree": "96b547d4a43a289a9eaa5937a5c7de002a13c517",
      "parents": [
        "6ff191f9bfe3f1f9715dfdd9bfe4dd1884bae27e"
      ],
      "author": {
        "name": "Lei Zhang",
        "email": "thestig@chromium.org",
        "time": "Thu Apr 16 07:38:13 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:38:13 2026"
      },
      "message": "Roll src/third_party/freetype/src/ 99b479dc3..a6d486002 (26 commits)\n\nhttps://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/99b479dc3472..a6d486002dc6\n\n$ git log 99b479dc3..a6d486002 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2026-04-12 apodtele * src/truetype/ttdriver.cv (tt_glyph_load): Remover redundancies.\n2026-04-12 apodtele * src/sdf/ftsdf.c (sdf_*_to): Remover redundant checks.\n2026-04-12 apodtele [pcf] Limit bitmap allocation and loading.\n2026-04-11 apodtele * src/smooth/ftsmooth.c (ft_smooth_raster_lcd): Fix clip_box.\n2026-04-11 apodtele * src/type1/t1parse.c (T1_Get_Private_Dict): Minor.\n2026-04-03 wl [autofit] Prevent signed integer overflow.\n2026-04-02 wl [hvf] Correctly initialize driver if no HVF library is available.\n2026-04-02 wl [autofit] Prevent signed integer overflow.\n2025-11-21 mpsuzuki Update some VisualStudio project files to include HVF module.\n2026-03-02 goldsmit * builds/unix/configure.raw: Handle new HVF driver.\n2026-03-02 goldsmit * meson.build, meson_option.txt: Handle new HVF driver.\n2026-03-02 goldsmit * CMakeLists.txt: Handle new HVF driver.\n2026-03-03 goldsmit Support Hierarchical Variable Fonts (HVF) using Apple\u0027s \u0027libhvf\u0027 library.\n2026-03-03 goldsmit Add flag `FT_CONFIG_OPTION_HVF`.\n2026-03-23 apodtele * src/truetype/ttinterp.c (TT_MulFix14_i386):  Typo.\n2026-03-24 rudi * src/base/ftstroke.c (ft_stroke_border_get_counts): Remove variable.\n2026-03-22 wl * Version 2.14.3 released. \u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n2026-03-22 wl * subprojects/harfbuzz.wrap: Updated.\n2026-03-22 david.pokora [psaux] Avoid stack overflow.\n2026-03-22 wl * src/psaux/t1decide.c (t1_decoder_parse_charstrings): Fix bounds check.\n2026-03-20 wl ttnameid.h: Minor documentation improvement.\n2026-03-20 wl * src/sdf/ftsdf.c (sdf_generate_bounding_box): Fix thinko.\n2026-03-19 apodtele [sfnt/COLRv0] Revise sanity checks.\n2026-03-19 apodtele * src/truetype/ttgload.c (TT_Process_Composite_Glyph): Fix allocation.\n2026-03-18 wl * src/sdf/ftsdf.c (sdf_generate_bounding_box): Fix allocation.\n2026-03-11 wl Update all copyright notices.\n\nCreated with:\n  roll-dep src/third_party/freetype/src\n\nCq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng\nChange-Id: I00e1330fec0b7a2ee114f354255c1b1c58a5eef2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765660\nReviewed-by: Dominik Röttsches \u003cdrott@chromium.org\u003e\nCommit-Queue: Dominik Röttsches \u003cdrott@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615675}\n"
    },
    {
      "commit": "6ff191f9bfe3f1f9715dfdd9bfe4dd1884bae27e",
      "tree": "d0d97158247a960b05ba14a07704fe4b91741bc2",
      "parents": [
        "eeaa15ae3681abfacef3958e658415770573b225"
      ],
      "author": {
        "name": "Minoru Chikamune",
        "email": "chikamune@chromium.org",
        "time": "Thu Apr 16 07:37:13 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:37:13 2026"
      },
      "message": "Add GWS ActualNavigationStartToAFTEnd metrics\n\nThis CL introduces new GWS-specific UMA histograms that measure the\nduration from the \"actual\" navigation start to AFT.\n\nThe following histograms are added:\n- PageLoad.Clients.GoogleSearch.ActualNavigationStartToAFTEnd\n- PageLoad.Clients.GoogleSearch.ActualNavigationStartToAFTEndWithPreNavigationLatency\n\nRef: https://docs.google.com/document/d/1JihuzrpTbkGK0m2ST2bZE8LnTll-EoUCM24ahSqoV1M/edit?tab\u003dt.0#heading\u003dh.1335jgxesytd\n\nBug: 467158532\nChange-Id: I1aced0d21382c2d2931912ec081a0bf6e11262d1\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760908\nReviewed-by: Takashi Toyoshima \u003ctoyoshim@chromium.org\u003e\nCommit-Queue: Minoru Chikamune \u003cchikamune@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615674}\n"
    },
    {
      "commit": "eeaa15ae3681abfacef3958e658415770573b225",
      "tree": "9956c57895fbde84d6ec5a2326004f7faef9a5bd",
      "parents": [
        "2ccb76632475d2435a2e7c5aa189b3bea46e33d7"
      ],
      "author": {
        "name": "Kameron Lutes",
        "email": "kalutes@google.com",
        "time": "Thu Apr 16 07:36:58 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:36:58 2026"
      },
      "message": "Add a periodic metric for WindowAndroid occlusion count.\n\nThis change introduces a new UMA histogram,\nAndroid.Window.OcclusionExperimental.OccludedCount, which records the\nnumber of WindowAndroid instances currently marked as occluded. The\ncount is updated when a window\u0027s occlusion state changes and is recorded\nevery 5 minutes via a periodic task.\n\nBug: 488905916\nTest: unit tests\nChange-Id: I2b18e3f8c8aa4083e9f35b231f10e3f527f6bf4a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7731603\nReviewed-by: Bo Liu \u003cboliu@chromium.org\u003e\nCommit-Queue: Kameron Lutes \u003ckalutes@google.com\u003e\nReviewed-by: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615673}\n"
    },
    {
      "commit": "2ccb76632475d2435a2e7c5aa189b3bea46e33d7",
      "tree": "a35024a816bd99623ce013c247207366038f6a76",
      "parents": [
        "564a28209ab6b14c800fdc3e6d3e5b7652dda4b2"
      ],
      "author": {
        "name": "Yoshisto Yanagisawa",
        "email": "yyanagisawa@chromium.org",
        "time": "Thu Apr 16 07:23:21 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:23:21 2026"
      },
      "message": "Add missing UMA histogram for CORP check results\n\nThis CL adds the ServiceWorker.StaticRouter.{Resource}.CORPCheckResult\nhistogram and its corresponding enum to track the result of Cross-Origin\nResource Policy (CORP) checks in the ServiceWorker Static Routing API.\n\nBug: 497436273\nChange-Id: Id85eebf163d1263932252e42aa9585ef5a4e4bda\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761165\nAuto-Submit: Yoshisato Yanagisawa \u003cyyanagisawa@chromium.org\u003e\nReviewed-by: Shunya Shishido \u003csisidovski@chromium.org\u003e\nCommit-Queue: Yoshisato Yanagisawa \u003cyyanagisawa@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615672}\n"
    },
    {
      "commit": "564a28209ab6b14c800fdc3e6d3e5b7652dda4b2",
      "tree": "63c11e930c90127941317d7a2bdb9cba93f6d7f9",
      "parents": [
        "f6bb39099a51f540362274da73cc9327bc590222"
      ],
      "author": {
        "name": "Judith Hemp",
        "email": "hempjudith@google.com",
        "time": "Thu Apr 16 07:22:34 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:22:34 2026"
      },
      "message": "[PermissionsAI] Fix SkBitmap transposition in Aiv4 encoder\n\nSkBitmap::getColor takes the column index first, then the row index\nsecond. Our code should reflect that.\n\nReference: https://source.chromium.org/chromium/chromium/src/+/main:third_party/skia/include/core/SkBitmap.h?q\u003dsymbol%3A%5CbSkBitmap%3A%3AgetColor%5Cb%20case%3Ayes\n\nBug: 414527270\nChange-Id: I26c49cdc7954316bf6607bad9ef18d90e57f6dd6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759290\nReviewed-by: Elias Klim \u003celklm@chromium.org\u003e\nCommit-Queue: Judith Hemp \u003chempjudith@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615671}\n"
    },
    {
      "commit": "f6bb39099a51f540362274da73cc9327bc590222",
      "tree": "16b153e5b16c8e01384969f63644694f10a17a28",
      "parents": [
        "a0753d4041e479ec608bc038012587a6673c4bc7"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:17:00 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:17:00 2026"
      },
      "message": "Roll Website from a7aca59e5703 to a6d53d4dfc64 (1 revision)\n\nhttps://chromium.googlesource.com/website.git/+log/a7aca59e5703..a6d53d4dfc64\n\n2026-04-16 chrishtr@chromium.org Update to the public discussion list, not the private API owners list.\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/website-chromium\nPlease CC chrome-dev-infra-team@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Website: https://bugs.chromium.org/p/chromium/issues/entry\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: None\nTbr: chrome-dev-infra-team@google.com\nChange-Id: Iddf3e3f864b2bae4979fa03f846024e47a5d6644\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768018\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615670}\n"
    },
    {
      "commit": "a0753d4041e479ec608bc038012587a6673c4bc7",
      "tree": "c8bbfbceb4a6ed50477fe57e7c2a857e496dd895",
      "parents": [
        "baacf28b938ddea6cb6813a943d389dabd269a06"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:13:06 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:13:06 2026"
      },
      "message": "Roll V8 from d58fa6cf88b3 to 97206e58a922 (4 revisions)\n\nhttps://chromium.googlesource.com/v8/v8.git/+log/d58fa6cf88b3..97206e58a922\n\n2026-04-16 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Version 14.9.113\n2026-04-16 yahan@iscas.ac.cn [riscv] Remove OptimizedWord32Compare optimization\n2026-04-16 liuyu@loongson.cn [loong64][maglev] Modify the conversion of kNearest mode in Round\n2026-04-15 junyan1@ibm.com [ppc] Clean up overflow condition aliases in constants-ppc.h\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/v8-chromium-autoroll\nPlease CC liviurau@google.com,machenbach@google.com,v8-waterfall-gardener@grotations.appspotmail.com on the revert to ensure that a human\nis aware of the problem.\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:dawn-linux-x64-deps-rel\nSkip-Performance-Test: false\nChange-Id: I5ebd9ad910dc877db27ce4ab7b9321354892b623\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766061\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615669}\n"
    },
    {
      "commit": "baacf28b938ddea6cb6813a943d389dabd269a06",
      "tree": "c472e4152bfacec60a7ecb9daf770c4ec705451c",
      "parents": [
        "7f87708bb60f4da16c524bb6efe18ac3178f0d5f"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:00:56 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 07:00:56 2026"
      },
      "message": "Roll Chrome Android ARM32 PGO Profile\n\nRoll Chrome Android ARM32 PGO profile from chrome-android32-main-1776297489-f4fc399fd46678a638a62953781a030d377ec898-170c47067be83a2534102af3998446b0994925d6.profdata to chrome-android32-main-1776319179-7307ea7bf90832a15d15a171beb2d2b5abc6a896-845843206aeb25b24b62b4c2ebdc4d851b3f74ad.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-android-arm32-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Ifa02884ed03b2c3700b675f799429bffd0ef4555\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766373\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615668}\n"
    },
    {
      "commit": "7f87708bb60f4da16c524bb6efe18ac3178f0d5f",
      "tree": "aebbfaa8dadd0fe03fcab089fa1a3025b419f4d7",
      "parents": [
        "786b477171e136d03d40e859b7194d5a83d554dd"
      ],
      "author": {
        "name": "Eriko Kurimoto",
        "email": "elkurin@google.com",
        "time": "Thu Apr 16 06:53:58 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:53:58 2026"
      },
      "message": "WaaP: Fix WebUI observer tests to use host-specific histograms\n\nThis CL suppors WebUIPageLoadMetricsObserverBrowserTest with Initial\nWebUI feature enabled.\n\nWith Initial WebUI, there will be some unrelated metrics coming from the\nbackground WebUI and that is unexpectedly counted in for generic\nhistogram `...WebUI` agggregated. Instead, we only capture host specific\nmetrics so that it counts out unrelated metrics.\n\nBug: 477426026\nChange-Id: I7e3364ffe804e16cafc3b51047ae9d62ed82c52a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761563\nReviewed-by: Takashi Toyoshima \u003ctoyoshim@chromium.org\u003e\nCommit-Queue: Eriko Kurimoto \u003celkurin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615667}\n"
    },
    {
      "commit": "786b477171e136d03d40e859b7194d5a83d554dd",
      "tree": "3fa8ee691cccd49534938b4f03970f1a753a2d4f",
      "parents": [
        "b7c1d3cad4557b4ad85b520d333f07e785fc921e"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:47:30 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:47:30 2026"
      },
      "message": "Roll Chrome Win32 PGO Profile\n\nRoll Chrome Win32 PGO profile from chrome-win32-main-1776286766-99f8948356fc7b1072aecb52b6cff7c2b3e178ab-5a7a7ee89e7a4dc2628da6b80664c26e57fbc45e.profdata to chrome-win32-main-1776297489-db3f271be9b19b281387b22692912144a095e4b6-170c47067be83a2534102af3998446b0994925d6.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-win32-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:win-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I779141d83a6fa0e41c89af195163fc749d5dba82\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766813\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615666}\n"
    },
    {
      "commit": "b7c1d3cad4557b4ad85b520d333f07e785fc921e",
      "tree": "73880b04dd93f0b436f9dda7d321d6100185d494",
      "parents": [
        "13542f635aa0924611866efab0f6f10f20bb5359"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:46:49 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:46:49 2026"
      },
      "message": "Roll Chrome Win64 PGO Profile\n\nRoll Chrome Win64 PGO profile from chrome-win64-main-1776286766-268c0cc37d024295066c10ea6acaa477c65e061d-5a7a7ee89e7a4dc2628da6b80664c26e57fbc45e.profdata to chrome-win64-main-1776297489-dd45842656b0cd05ece5033dff8d346e9985c84e-170c47067be83a2534102af3998446b0994925d6.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-win64-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:win64-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Idd1e8b9c9e7b640420aa664eb323655f14f53771\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766414\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615665}\n"
    },
    {
      "commit": "13542f635aa0924611866efab0f6f10f20bb5359",
      "tree": "0df67a55911bcfe0c6889d681cdd29fd0a29aa23",
      "parents": [
        "32419cfd94f3593698286f75f5927071c666f0be"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:46:18 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:46:18 2026"
      },
      "message": "Roll WebView ARM64 Orderfile from _zF_1nzXoVjBoN7X_... to vPMdzgvzzwo7RQUdS...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-webview-arm64-chromium\nPlease CC woa-engprod@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: woa-engprod@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I170bad307c7366c694a1e1e3149f5801e14ab605\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768014\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615664}\n"
    },
    {
      "commit": "32419cfd94f3593698286f75f5927071c666f0be",
      "tree": "bd665df2bcdba3a934e33a149e89ea6f142d3bb4",
      "parents": [
        "26c1d7ea05bebdc75b50cbc3e0b70ce90fb5fec7"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:45:08 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:45:08 2026"
      },
      "message": "Roll DevTools Frontend from 6dbc333207e3 to 08e50fe08492 (9 revisions)\n\nhttps://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6dbc333207e3..08e50fe08492\n\n2026-04-16 szuend@chromium.org [deps] Rename foo.mjs.d.ts -\u003e foo.d.mts in lighthouse/codemirror\n2026-04-16 szuend@chromium.org [deps] Add missing dependencies in formatter_worker/BUILD.gn\n2026-04-16 szuend@chromium.org Add @ts-ignore to Image.js as TS6 forbids untyped side-effect imports\n2026-04-16 jacktfranklin@chromium.org AI: let the AI choose which mode to run Lighthouse in\n2026-04-16 szuend@chromium.org [stack_trace]: Implement Error.stack parsing for V8 strings\n2026-04-16 indutny@signal.org Fix context selector not showing execution contexts\n2026-04-16 kprokopenko@chromium.org Do not regenerate prompt summary when only timestamp changes\n2026-04-16 jacktfranklin@chromium.org AI: fix size of Opt in Dialog header\n2026-04-16 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS (trusted)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/devtools-frontend-chromium\nPlease CC chrome-devtools-staff+oncall-change@google.com,liviurau@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: chromium:477911897,chromium:485142682,chromium:502804868,chromium:502830845,chromium:502891604,chromium:503111303\nChange-Id: I0e1b05a24ddaf67684a2c3e6c666fd04c2ad2e95\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768013\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615663}\n"
    },
    {
      "commit": "26c1d7ea05bebdc75b50cbc3e0b70ce90fb5fec7",
      "tree": "9ab1ca5c738e15d9c29b89384f1fd1ef348deb32",
      "parents": [
        "7e90dc7fc0c0aae113c8a5c9b87905673598aca1"
      ],
      "author": {
        "name": "mikt",
        "email": "mikt@google.com",
        "time": "Thu Apr 16 06:43:14 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:43:14 2026"
      },
      "message": "[Gardener] Disable flaky `PasswordGenerationInteractiveTest`s\n\nBug: 501668599\nChange-Id: I99789cbf074791e9f0491afe26e68d905176051e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768030\nAuto-Submit: Mikihito Matsuura \u003cmikt@google.com\u003e\nCommit-Queue: Mikihito Matsuura \u003cmikt@google.com\u003e\nReviewed-by: Takashi Nakayama \u003ctnak@chromium.org\u003e\nOwners-Override: Mikihito Matsuura \u003cmikt@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615662}\n"
    },
    {
      "commit": "7e90dc7fc0c0aae113c8a5c9b87905673598aca1",
      "tree": "864a17e743f207aea2781cc360c79fdbc01626c0",
      "parents": [
        "54c9eb74c8ba9658d650ecd93452afccb36954ac"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:40:19 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:40:19 2026"
      },
      "message": "Roll Chrome Mac Arm PGO Profile\n\nRoll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1776311990-98e01cbf9349829cffe68e43594a610d961a1e8e-bd46ccd2b512fc0ce050997cb9c8b40950293305.profdata to chrome-mac-arm-main-1776319179-afa3fe3ae3734e7dbb399f9547260e8e5bea932a-845843206aeb25b24b62b4c2ebdc4d851b3f74ad.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-mac-arm-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:mac-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I382f04ac1fc1635d40e94883ab528d0a1a25df21\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765883\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615661}\n"
    },
    {
      "commit": "54c9eb74c8ba9658d650ecd93452afccb36954ac",
      "tree": "6327dd0049da2a497dd87ff41d3a7c4b513bc89a",
      "parents": [
        "e8d0df41d25900497716dd3a4b070c6436fa1a97"
      ],
      "author": {
        "name": "mikt",
        "email": "mikt@google.com",
        "time": "Thu Apr 16 06:39:03 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:39:03 2026"
      },
      "message": "[Gardener] Disable flaky C.NavigationRequestPreconnectAllowed\n\nBug: 497205155\nChange-Id: I49bdbd35a18acf500694072c3f74828db9389d6c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767491\nCommit-Queue: Mikihito Matsuura \u003cmikt@google.com\u003e\nAuto-Submit: Mikihito Matsuura \u003cmikt@google.com\u003e\nOwners-Override: Mikihito Matsuura \u003cmikt@google.com\u003e\nCommit-Queue: Takashi Nakayama \u003ctnak@chromium.org\u003e\nReviewed-by: Takashi Nakayama \u003ctnak@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615660}\n"
    },
    {
      "commit": "e8d0df41d25900497716dd3a4b070c6436fa1a97",
      "tree": "199dbe9e97a3139ab48e77dc651975c169ac0bb2",
      "parents": [
        "ba34409c98068984892765f2724c25c4f231ea63"
      ],
      "author": {
        "name": "Kun Wang",
        "email": "kunwang@microsoft.com",
        "time": "Thu Apr 16 06:35:39 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:35:39 2026"
      },
      "message": "[bedrock] Migrate FindLastActiveWithProfile Step 1\n\nBug: 494010890\nChange-Id: Ie0385deeda2e2f28baf75a810ada0becf5807c78\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7753884\nReviewed-by: Thomas Lukaszewicz \u003ctluk@chromium.org\u003e\nReviewed-by: Qikai Zhong \u003cqikaizhong@microsoft.com\u003e\nCommit-Queue: Kun Wang \u003ckunwang@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615659}\n"
    },
    {
      "commit": "ba34409c98068984892765f2724c25c4f231ea63",
      "tree": "cf6e80a3122fd7c46a40de18952cf4003c95b686",
      "parents": [
        "d7968ccdf64ef3c7cc0968aae6a2c320af209950"
      ],
      "author": {
        "name": "Anna Sato",
        "email": "annasato@chromium.org",
        "time": "Thu Apr 16 06:33:39 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:33:39 2026"
      },
      "message": "Replace internal WebSocket BFCache test with external WPT.\n\nThis CL replaces the internal\n`disconnect-websocket-on-bfcache.window.js` test with a new external\nWPT,\n`back-forward-cache-closes-open-websocket-connection.tentative.window.js`,\nwithin the `disconnect-websocket-on-bfcache-disabled` virtual test\nsuite. The new test verifies that open WebSocket connections are closed\nwhen a page enters the Back-Forward Cache.\n\nBug: 467838624\nChange-Id: Ice31d26211078116b90408a9792eb9d742cb9a44\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766812\nCommit-Queue: Anna Sato \u003cannasato@chromium.org\u003e\nReviewed-by: Fergal Daly \u003cfergal@chromium.org\u003e\nReviewed-by: Kent Tamura \u003ctkent@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615658}\n"
    },
    {
      "commit": "d7968ccdf64ef3c7cc0968aae6a2c320af209950",
      "tree": "816db19e8b8251cfc1b49dec509d3296a278e67f",
      "parents": [
        "2b51c72522c926088a4c217daa1fd6d3425b30ed"
      ],
      "author": {
        "name": "Koji Ishii",
        "email": "kojii@chromium.org",
        "time": "Thu Apr 16 06:33:05 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:33:05 2026"
      },
      "message": "[iframe] Add a cross-origin test\n\nThis patch increases the test coverage of crrev.com/c/7761006\nby adding a cross-origin case to a existing test.\n\nThis patch has no behavior changes.\n\nBug: 418397278\nChange-Id: I7d6921ac9c4ca5cb9855394c8e1ddb37b1b26f49\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760565\nAuto-Submit: Koji Ishii \u003ckojii@chromium.org\u003e\nReviewed-by: Kent Tamura \u003ctkent@chromium.org\u003e\nCommit-Queue: Kent Tamura \u003ctkent@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615657}\n"
    },
    {
      "commit": "2b51c72522c926088a4c217daa1fd6d3425b30ed",
      "tree": "fdc577e603010620072f0f96ac0c0a8c196ff581",
      "parents": [
        "0c60a10baad55545da9634528026a196d600eb9c"
      ],
      "author": {
        "name": "Taiyo Mizuhashi",
        "email": "taiyo@chromium.org",
        "time": "Thu Apr 16 06:30:18 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:30:18 2026"
      },
      "message": "OMTPrefetch: Return nullptr on StartPrefetchFromPrePrefetch when nullptr PrefetchService\n\nAnother follow-up of crrev.com/c/7763843, restoring the logic returning\nnullptr if the PrefetchService is null on\n`StartBrowserPrefetchRequestFromPrePrefetch`\n\nBug: 452406598, 452389538\nChange-Id: Ib7001a81b7dd0f5dfcc23eddf47feba28214860d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766969\nCommit-Queue: Taiyo Mizuhashi \u003ctaiyo@chromium.org\u003e\nReviewed-by: Rakina Zata Amni \u003crakina@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615656}\n"
    },
    {
      "commit": "0c60a10baad55545da9634528026a196d600eb9c",
      "tree": "f07202193246a2fcefdc208af702f97cee99baf6",
      "parents": [
        "2c49460c12a569e589442381104ebe300454bca7"
      ],
      "author": {
        "name": "Colin Blundell",
        "email": "blundell@chromium.org",
        "time": "Thu Apr 16 06:27:49 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:27:49 2026"
      },
      "message": "[Blink] Make CRPSI::NumInflightRequestsForTesting() Canvas2D-specific\n\nBug: 352263194\nChange-Id: I6546ab0cd383b51f65a2eae44f3244f075cdb8b0\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7758497\nCommit-Queue: Colin Blundell \u003cblundell@chromium.org\u003e\nReviewed-by: Vasiliy Telezhnikov \u003cvasilyt@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615655}\n"
    },
    {
      "commit": "2c49460c12a569e589442381104ebe300454bca7",
      "tree": "e4f4f5b2898b5fee70eb892ff0a4507b08f126c0",
      "parents": [
        "9d6c6adab9412a1a33140cf61f79beaab214a6a6"
      ],
      "author": {
        "name": "Tony Herre",
        "email": "toprice@chromium.org",
        "time": "Thu Apr 16 06:26:49 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:26:49 2026"
      },
      "message": "Remove hotword_enabled from blink::StreamControls.\n\nThis change removes the `hotword_enabled` field from `blink::StreamControls` and all related code. The field was never set and is now obsolete. The bad message check associated with `hotword_enabled` is also removed, and the enum value is marked as obsolete.\n\nChange-Id: I382523db46a41fb4d1643b38a3fb9ef8504cedaa\nBug: 502692580,40452317\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759169\nReviewed-by: Mustafa Emre Acer \u003cmeacer@chromium.org\u003e\nReviewed-by: Mark Pearson \u003cmpearson@chromium.org\u003e\nCommit-Queue: Tony Herre \u003ctoprice@chromium.org\u003e\nReviewed-by: Dave Tapuska \u003cdtapuska@chromium.org\u003e\nReviewed-by: Palak Agarwal \u003cagpalak@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615654}\n"
    },
    {
      "commit": "9d6c6adab9412a1a33140cf61f79beaab214a6a6",
      "tree": "2b1c604a8e5bddf73a655df7c13ac89439415d09",
      "parents": [
        "b5b1fc10f9e522b3a6b3a4c9136a49b79ecb8392"
      ],
      "author": {
        "name": "Colin Blundell",
        "email": "blundell@chromium.org",
        "time": "Thu Apr 16 06:26:35 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:26:35 2026"
      },
      "message": "[Blink] Fork CanvasResourceProviderSI::OnMemoryDump()\n\nPart of ongoing decoupling of CanvasNon2DResourceProviderSI from\nCanvasResourceProvider hierarchy.\n\nBug: 352263194\nChange-Id: Ieb8cf44df522784497ea6bfbdaa978ed62ddabf8\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762389\nCommit-Queue: Colin Blundell \u003cblundell@chromium.org\u003e\nReviewed-by: Vasiliy Telezhnikov \u003cvasilyt@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615653}\n"
    },
    {
      "commit": "b5b1fc10f9e522b3a6b3a4c9136a49b79ecb8392",
      "tree": "0d5d8c279d92668405f6bdb55d33a5d4db517cdf",
      "parents": [
        "248fdb6b65dc5c048806ed1b2fa67a25877dc5eb"
      ],
      "author": {
        "name": "Colin Blundell",
        "email": "blundell@chromium.org",
        "time": "Thu Apr 16 06:25:37 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:25:37 2026"
      },
      "message": "[Blink] Fork CRPSI::num_inflight_resources_ and code using it\n\nNext step on decoupling of CanvasNon2DRPSI from CanvasResourceProvider\n(and elimination of CanvasResourceProviderSI).\n\nBug: 352263194\nChange-Id: Icaa029f39656ce82d691f418c3dd3b00185fbb09\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7758494\nReviewed-by: Vasiliy Telezhnikov \u003cvasilyt@chromium.org\u003e\nCommit-Queue: Colin Blundell \u003cblundell@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615652}\n"
    },
    {
      "commit": "248fdb6b65dc5c048806ed1b2fa67a25877dc5eb",
      "tree": "22e93cd33ffbff65197db65bfef5c843be243358",
      "parents": [
        "69d43f13009092fa97702a1e16b676a9306f79ab"
      ],
      "author": {
        "name": "Colin Blundell",
        "email": "blundell@chromium.org",
        "time": "Thu Apr 16 06:25:24 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:25:24 2026"
      },
      "message": "[Blink] Fork CRPSI::NewOrRecycledResource() into subclasses\n\nPart of the ongoing decoupling of CanvasNon2DResourceProviderSI from the\nCanvasResourceProvider class hierarchy.\n\nBug: 352263194\nChange-Id: I8f7b384afdb088ddd87f7856d7d1a6eb609606c0\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7758976\nReviewed-by: Vasiliy Telezhnikov \u003cvasilyt@chromium.org\u003e\nCommit-Queue: Colin Blundell \u003cblundell@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615651}\n"
    },
    {
      "commit": "69d43f13009092fa97702a1e16b676a9306f79ab",
      "tree": "fcf0c1ab0f1d3d3a300e927052af787a417c3ea5",
      "parents": [
        "adc5dd33b3ca17890131981dd7d66d2be92c5216"
      ],
      "author": {
        "name": "Colin Blundell",
        "email": "blundell@chromium.org",
        "time": "Thu Apr 16 06:24:23 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:24:23 2026"
      },
      "message": "[Blink] Move IsResourceUsable() to C2DResourceProviderSI\n\nBug: 352263194\nChange-Id: I681c92980947db4cc3afcb7987219e863ab206be\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762077\nReviewed-by: Vasiliy Telezhnikov \u003cvasilyt@chromium.org\u003e\nCommit-Queue: Colin Blundell \u003cblundell@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615650}\n"
    },
    {
      "commit": "adc5dd33b3ca17890131981dd7d66d2be92c5216",
      "tree": "8b8d55c1dfb9a86b1973c0a541572207a4212609",
      "parents": [
        "a872669b501fed4474857b61ec0c77f9e7c472e9"
      ],
      "author": {
        "name": "Jiayu Chen",
        "email": "jiayuchen@microsoft.com",
        "time": "Thu Apr 16 06:23:51 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:23:51 2026"
      },
      "message": "[bedrock] Migrate callers of chrome::FindBrowserWithTab() (Part 2)\n\nMigrates 28 production callers to use\nGlobalBrowserCollection::GetInstance()-\u003eFindBrowserWithTab() instead of\nchrome::FindBrowserWithTab().\n\nThese callers already use BrowserWindowInterface* as the receiving type,\nso only the call site and includes need updating.\n\nThis is a dependent CL on https://crrev.com/c/7757519 which introduced\nBrowserCollection::FindBrowserWithTab().\n\nBug: 494010890\nChange-Id: Ibfbce477a9b03369b6ef926d205e84e98b1215c2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760690\nCommit-Queue: Jiayu Chen \u003cjiayuchen@microsoft.com\u003e\nReviewed-by: Thomas Lukaszewicz \u003ctluk@chromium.org\u003e\nAuto-Submit: Jiayu Chen \u003cjiayuchen@microsoft.com\u003e\nReviewed-by: Qikai Zhong \u003cqikaizhong@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615649}\n"
    },
    {
      "commit": "a872669b501fed4474857b61ec0c77f9e7c472e9",
      "tree": "96c425328ca4f713741d7f6987211d10a4b1d30a",
      "parents": [
        "e6f1f4dd84d84f362a12d9bc7169773543d42b1c"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:20:32 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:20:32 2026"
      },
      "message": "Roll Chrome Android ARM64 Orderfile from v90DHuNm5fBIOyiCR... to OCPeEpdCl0kxFX9BT...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-android-arm64-chromium\nPlease CC clank-build@google.com,clank-library-failures@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: clank-library-failures@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I1ac997d5390d68a51f965370c6440c44b87be41d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768015\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615648}\n"
    },
    {
      "commit": "e6f1f4dd84d84f362a12d9bc7169773543d42b1c",
      "tree": "66d0f34b38b9540fb3df90d0e81e4628ce79f26d",
      "parents": [
        "03338921851f5a0773c4d6b68586133851e2ca4e"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:17:16 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:17:16 2026"
      },
      "message": "Roll Perfetto Trace Processor Win from 00dcf5b8fce2 to 9df700a52abd\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/00dcf5b8fce2..9df700a52abd\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/perfetto-trace-processor-win-chromium\nPlease CC chrometto-team@google.com,perfetto-bugs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: perfetto-bugs@google.com\nChange-Id: I1950eee4b038c0fc521986c35dabc775205f3be4\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766785\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615647}\n"
    },
    {
      "commit": "03338921851f5a0773c4d6b68586133851e2ca4e",
      "tree": "f8f62a8cfc9e31ffab5bc0c01ab23cfeef3e2f73",
      "parents": [
        "e03140272d87e67ca74b055a9db5db4b9beb5f96"
      ],
      "author": {
        "name": "Alex Rudenko",
        "email": "alexrudenko@chromium.org",
        "time": "Thu Apr 16 06:02:27 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:02:27 2026"
      },
      "message": "Uninstall extensions installed via CDP on the next browser startup\n\nThis CL ensures that extensions installed via CDP are not persisted\nafter the browser restart. The implementation follows the path\nfor extensions installed from command line but the manifest location\nfor the CDP-installed extension is not changed in this CL to avoid\nconfusing two sources of extensions. Instead a new extension flag\ncalled INSTALLED_VIA_CDP is introduced.\n\nBug: 489567500\nChange-Id: Id1395f5c4e8c6619baa3877a51e52c3219d2afb8\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736786\nCommit-Queue: Alex Rudenko \u003calexrudenko@chromium.org\u003e\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615646}\n"
    },
    {
      "commit": "e03140272d87e67ca74b055a9db5db4b9beb5f96",
      "tree": "4c7d940a0f479fa4d302bfbdda01559c9822245e",
      "parents": [
        "742fa330c8cdd40f379ca0940f69b8a53f946923"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:01:35 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:01:35 2026"
      },
      "message": "Roll Amd64 AFDO from 149.0.7790.0_pre1613492_rc-r1-merged to 149.0.7793.0_pre1614753_rc-r1-merged\n\nThis CL may cause a small binary size increase, roughly proportional\nto how long it\u0027s been since our last AFDO profile roll. For larger\nincreases (around or exceeding 100KB), please file go/crostc-bug.\n\nPlease note that, despite rolling to chrome/android, this profile is\nused for both Linux and Android.\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/afdo-chromium\nPlease CC c-compiler-chrome@google.com,gbiv@google.com,mobiletc-prebuild@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium Main: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: mobiletc-prebuild@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I3e8b280ea98ec978b096e364f83f7a668efd1416\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766007\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615645}\n"
    },
    {
      "commit": "742fa330c8cdd40f379ca0940f69b8a53f946923",
      "tree": "ddf55b409df6203f80d97259d1cb74e955a4a3e1",
      "parents": [
        "845843206aeb25b24b62b4c2ebdc4d851b3f74ad"
      ],
      "author": {
        "name": "mikt",
        "email": "mikt@google.com",
        "time": "Thu Apr 16 06:00:01 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 06:00:01 2026"
      },
      "message": "[Gardener] Disable failing WPT\n\nBug: 503163988\nChange-Id: I5fdffed41d5661eeeeff7fcd3c5cd91e560e92f3\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767531\nCommit-Queue: Takashi Nakayama \u003ctnak@chromium.org\u003e\nAuto-Submit: Mikihito Matsuura \u003cmikt@google.com\u003e\nReviewed-by: Takashi Nakayama \u003ctnak@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615644}\n"
    },
    {
      "commit": "845843206aeb25b24b62b4c2ebdc4d851b3f74ad",
      "tree": "c5a3edb922b2c2a39daed1471950188767133bc1",
      "parents": [
        "b5434da9b5dd523f805651bfcde1269bf9de470e"
      ],
      "author": {
        "name": "Brandon Wylie",
        "email": "wylieb@google.com",
        "time": "Thu Apr 16 05:59:39 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:59:39 2026"
      },
      "message": "[aim] Sync all dismissals to POPUP_STATE\n\nBug: 502160991\nChange-Id: I087f04d59792436c486a0b977f01ad822ca8258e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766131\nReviewed-by: Sky Malice \u003cskym@chromium.org\u003e\nCommit-Queue: Brandon Wylie \u003cwylieb@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615643}\n"
    },
    {
      "commit": "b5434da9b5dd523f805651bfcde1269bf9de470e",
      "tree": "89b42cc9f1f3b9d403ea464d760576b6bf7202d7",
      "parents": [
        "f384aed680f15739a44f6a2083ce3f121de28277"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:45:52 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:45:52 2026"
      },
      "message": "Roll Skia from 8e466ad91272 to 2c49b3f9c3c2 (1 revision)\n\nhttps://skia.googlesource.com/skia.git/+log/8e466ad91272..2c49b3f9c3c2\n\n2026-04-16 louhi-prod-1-6316342352543744@louhi-prod-1.iam.gserviceaccount.com Update fiddler-base for 1bac3fe41979\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/skia-autoroll\nPlease CC skiabot@google.com,thomsmit@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:mac14.arm64-blink-rel;luci.chromium.try:win_optional_gpu_tests_rel\nCq-Do-Not-Cancel-Tryjobs: true\nBug: None\nTbr: thomsmit@google.com\nChange-Id: I9cf2f6c7aa840b9b1b38087161cf732dc5774379\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766776\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615642}\n"
    },
    {
      "commit": "f384aed680f15739a44f6a2083ce3f121de28277",
      "tree": "85073232eb1838b0a011b24b42ad512bbe868d5d",
      "parents": [
        "606efba7b17e73ac8372d6384766a5c320965b43"
      ],
      "author": {
        "name": "Joe Downing",
        "email": "joedow@google.com",
        "time": "Thu Apr 16 05:42:12 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:42:12 2026"
      },
      "message": "Fix cross-world Promise leak in navigator.keyboard.getLayoutMap()\n\nThis CL refactors KeyboardLayout::GetKeyboardLayoutMap to use\nScriptPromiseProperty instead of maintaining a HeapVector of\nScriptPromiseResolvers.\n\nThis change aligns the implementation with Blink\u0027s preferred patterns\nfor Promise-returning methods while continuing to satisfy the\nKeyboard API specifications:\n  - Concurrent requests within the same world are automatically handled\n    by ScriptPromiseProperty to return the same pending promise\n    instance.\n  - To ensure sequential calls return new promise instances (as\n    required by the spec), `layout_map_property_` is now explicitly\n    cleared once it has reached a resolved or rejected state.\n\nBug: 501485453\nChange-Id: Ia19bc3408e61ec160764f6229b6158fa5a912c3f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7751051\nReviewed-by: Yuki Shiino \u003cyukishiino@chromium.org\u003e\nCommit-Queue: Joe Downing \u003cjoedow@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615641}\n"
    },
    {
      "commit": "606efba7b17e73ac8372d6384766a5c320965b43",
      "tree": "af4e30014ad0a2c555143266b45d6afffa5eded8",
      "parents": [
        "aa24dac4987e6bbee1e978bc984409dbfa597bf9"
      ],
      "author": {
        "name": "Qijiang Fan",
        "email": "fqj@google.com",
        "time": "Thu Apr 16 05:41:20 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:41:20 2026"
      },
      "message": "Remove test targets config for public HW ChromiumOS builders\n\nThe builder has been removed.\n\nBug: 485095103\nChange-Id: Iee49490d4d274b013850557e31fa954a644cdd42\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762683\nReviewed-by: Yoshiki Iguchi \u003cyoshiki@chromium.org\u003e\nCommit-Queue: Qijiang Fan \u003cfqj@chromium.org\u003e\nAuto-Submit: Qijiang Fan \u003cfqj@chromium.org\u003e\nReviewed-by: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615640}\n"
    },
    {
      "commit": "aa24dac4987e6bbee1e978bc984409dbfa597bf9",
      "tree": "b59d6629222f89b0919c3daa6a743f3f942ff49d",
      "parents": [
        "c87ba82875e2e562cd6d28d37639410336f89ad8"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:38:27 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:38:27 2026"
      },
      "message": "Roll WebView ARM64 Orderfile from gGryAXGzkAjxFYHuV... to _zF_1nzXoVjBoN7X_...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-webview-arm64-chromium\nPlease CC woa-engprod@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: woa-engprod@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Iad3255fbbb840f02ace963eb4a148c2151c9866e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766005\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615639}\n"
    },
    {
      "commit": "c87ba82875e2e562cd6d28d37639410336f89ad8",
      "tree": "44f3d42c043ca926ecaddc57df396334b070e61a",
      "parents": [
        "5cf992c254c718fe8dde1554a67043f6bcbef67c"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:35:57 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:35:57 2026"
      },
      "message": "Roll DevTools Frontend from e2b907266d95 to 6dbc333207e3 (1 revision)\n\nhttps://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e2b907266d95..6dbc333207e3\n\n2026-04-16 samiyac@google.com Enter keypress (when on \"Manage In Settings\") navigates to settings\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/devtools-frontend-chromium\nPlease CC chrome-devtools-staff+oncall-change@google.com,liviurau@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: chromium:502459959\nChange-Id: I7353c193fe14a47a1c979d31f54ec5c3c752d67d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767059\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615638}\n"
    },
    {
      "commit": "5cf992c254c718fe8dde1554a67043f6bcbef67c",
      "tree": "9cfa0e7267b92e0b447575d1b91f290775aea88b",
      "parents": [
        "5c872b066f2f835eb4c025f65fd9d1f20129dd7b"
      ],
      "author": {
        "name": "Lei Zhang",
        "email": "thestig@chromium.org",
        "time": "Thu Apr 16 05:33:53 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:33:53 2026"
      },
      "message": "Fix dangling pointer in AwContentRestrictionURLLoaderThrottle\n\nChange AwContentRestrictionURLLoaderThrottle instantiation in a test, so\nit gets destroyed before its delegate. Then its `delegate_` pointer will\nno longer dangle. Along the way, fix member variable naming.\n\nChange-Id: If12ffab54c2858c2fefce56e60f7fe70fa85412e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765171\nCommit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Nate Fischer \u003cntfschr@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615637}\n"
    },
    {
      "commit": "5c872b066f2f835eb4c025f65fd9d1f20129dd7b",
      "tree": "4cb9a6b2e483265c4146f16653093e7c7d0117c4",
      "parents": [
        "822db15790a434af6f27b92684150c2099171f81"
      ],
      "author": {
        "name": "Lei Zhang",
        "email": "thestig@chromium.org",
        "time": "Thu Apr 16 05:33:00 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:33:00 2026"
      },
      "message": "Reland \"Move nearby_sharing fuzzer build config to c/b/nearby_sharing/BUILD.gn\"\n\nThis is a reland of commit a129f103054f048be2d94b3682c0ed0d3e2ef90b\n\nFixed the fuzzer build rules and undid the redundant nearby_sharing\ndependency change.\n\nOriginal change\u0027s description:\n\u003e Move nearby_sharing fuzzer build config to c/b/nearby_sharing/BUILD.gn\n\u003e\n\u003e Slightly reduce the size of c/b/BUILD.gn. Along the way:\n\u003e\n\u003e 1. Clean up the fuzzer\u0027s dependencies.\n\u003e 2. Remove a redundant nearby_sharing dependency in c/b/BUILD.gn, as\n\u003e    c/b/nearby_sharing/BUILD.gn already specifies the same dependency.\n\u003e\n\u003e Bug: 353332589\n\u003e Change-Id: Ia58c870b96e4b853964f78937cfe0a8ff78add88\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759935\n\u003e Commit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\n\u003e Reviewed-by: Crisrael Lucero \u003ccrisrael@google.com\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#1614576}\n\nBug: 353332589\nCq-Include-Trybots: luci.chromium.try:chromeos-libfuzzer-asan-rel\nChange-Id: I2659bcd35210b3a1b9360426ccc60a1443e5948c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7763422\nCommit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Crisrael Lucero \u003ccrisrael@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615636}\n"
    },
    {
      "commit": "822db15790a434af6f27b92684150c2099171f81",
      "tree": "1679a8717d7e5bea231ef2ddc8e33ca564ebeec2",
      "parents": [
        "35d00386681bc62b248f0f9fbf99a2dbbc612a26"
      ],
      "author": {
        "name": "chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com",
        "email": "chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:28:22 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:28:22 2026"
      },
      "message": "Roll eigen from d0b2c9142719 to cfbffe3e3364 (2 revisions)\n\nhttps://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git/+log/d0b2c9142719..cfbffe3e3364\n\n2026-04-16 4643818-rmlarsen1@users.noreply.gitlab.com Geometry module: Bug fixes, test coverage, and benchmarks\n2026-04-16 4643818-rmlarsen1@users.noreply.gitlab.com Apply __launch_bounds__(1024) on CUDA, not just HIP\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://skia-autoroll.corp.goog/r/eigen-chromium\nPlease CC chrome-intelligence-core@google.com,devincabillo@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in eigen: https://gitlab.com/libeigen/eigen/-/issues\nTo file a bug in Chromium: https://b.corp.google.com/issues/new?component\u003d1405550\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:optimization_guide-linux;luci.chrome.try:optimization_guide-mac-arm64;luci.chrome.try:optimization_guide-mac-x64;luci.chrome.try:optimization_guide-win32;luci.chrome.try:optimization_guide-win64\nTbr: devincabillo@google.com\nInclude-Ci-Only-Tests: chromium.android:android-pie-arm64-rel|android_browsertests\nChange-Id: I3e312dedd729b67b32f4bedca48a5d5a13f23463\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766777\nBot-Commit: chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com \u003cchromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com \u003cchromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615635}\n"
    },
    {
      "commit": "35d00386681bc62b248f0f9fbf99a2dbbc612a26",
      "tree": "49310801c0c79d0cb23069d9fac329452d05948f",
      "parents": [
        "b398bf2c60d1314d2b5f6e4c0d71da48ddd3f11f"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:26:46 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:26:46 2026"
      },
      "message": "Roll Chrome Android ARM64 Orderfile from PpG3ixUXoxzVpf169... to v90DHuNm5fBIOyiCR...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-android-arm64-chromium\nPlease CC clank-build@google.com,clank-library-failures@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: clank-library-failures@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Ib26c9b3785982c5f04e65c062d1e8b865e776f7a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7768011\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615634}\n"
    },
    {
      "commit": "b398bf2c60d1314d2b5f6e4c0d71da48ddd3f11f",
      "tree": "4d9153a0f7a709ef921a543e3e34d703527222a7",
      "parents": [
        "7e86c9c44f15d2753b07289af0b606812b1fd504"
      ],
      "author": {
        "name": "Gazal",
        "email": "agazal@google.com",
        "time": "Thu Apr 16 05:24:21 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:24:21 2026"
      },
      "message": "[lint-sync] Add missing LINT guards in history_clusters_metrics_logger.h\n\nAdding IfThisThenThat lint guards to ensure synchronization between the\nfollowing source code (C++ or Java) enums and their metadata\nrepresentation in enums.xml: HistoryClustersInitialState\n\nBug: 503142449\nChange-Id: Iba48b4ce452012b1860ca86b61bafab22f39a914\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765685\nAuto-Submit: Gazal Agarwal \u003cagazal@google.com\u003e\nCommit-Queue: Sophie Chang \u003csophiechang@chromium.org\u003e\nReviewed-by: Sophie Chang \u003csophiechang@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615633}\n"
    },
    {
      "commit": "7e86c9c44f15d2753b07289af0b606812b1fd504",
      "tree": "f6593e51c9b13b98a8d7fba285c4d19f2a22ab6c",
      "parents": [
        "717f8d3b8d491e0b3f8cc2f56610d80176d6498c"
      ],
      "author": {
        "name": "Kent Tamura",
        "email": "tkent@chromium.org",
        "time": "Thu Apr 16 05:18:59 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:18:59 2026"
      },
      "message": "ComputeSpellingOrGrammarErrorLineData(): Use TargetStyle() for ComputedFontSize\n\nThis partially reverts https://crrev.com/c/7753940. That change\naccidentally replaced `TargetStyle().ComputedFontSize()` with\n`decoration.computed_font_size`. `decoration.computed_font_size` is\nderived from `decorating_box_style_`, which can differ from\n`TargetStyle()`, potentially leading to incorrect position calculations\nfor spelling/grammar errors.\n\nBug: 501752810\nChange-Id: Ice1d5222b73639314e04bbfdd1ba8bd27e80ef7e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767429\nReviewed-by: Koji Ishii \u003ckojii@chromium.org\u003e\nCommit-Queue: Kent Tamura \u003ctkent@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615632}\n"
    },
    {
      "commit": "717f8d3b8d491e0b3f8cc2f56610d80176d6498c",
      "tree": "90d6bdcbe899f3a2396b6b19ac19df1cbe89e696",
      "parents": [
        "6391fd3dbbbc2bcc07cfed7949e448b35dde41ab"
      ],
      "author": {
        "name": "Kent Tamura",
        "email": "tkent@chromium.org",
        "time": "Thu Apr 16 05:10:26 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:10:26 2026"
      },
      "message": "text-fit: Remove is_scaled_inline_only flags\n\nWe won\u0027t ship an inline-only scaling method in the initial version.\nThis CL has no behavior changes.\n\nBug: 417306102\nChange-Id: I6c43ce3cce943f620b0fd4422eb6d6d778186f40\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767549\nReviewed-by: Koji Ishii \u003ckojii@chromium.org\u003e\nCommit-Queue: Koji Ishii \u003ckojii@chromium.org\u003e\nAuto-Submit: Kent Tamura \u003ctkent@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615631}\n"
    },
    {
      "commit": "6391fd3dbbbc2bcc07cfed7949e448b35dde41ab",
      "tree": "ae2edb5816ce6e8ad1b33cb6d6d551b0e273a289",
      "parents": [
        "52522de7863402322913edd97ccee1cdcde69deb"
      ],
      "author": {
        "name": "Koji Ishii",
        "email": "kojii@chromium.org",
        "time": "Thu Apr 16 05:09:12 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:09:12 2026"
      },
      "message": "[iframe] Clear the natural size if navigated to non-responsive page\n\nThis patch implements one of the CSS WG resolutions[1]:\n\u003e RESOLVED: Once we know the new page is not opted-in, we\n\u003e clear the size\n\nTo do this across renderer processes for OOPIF, a new flag\n`is_cleared` is added to the mojo `IntrinsicSizingInfo` struct.\n\nThis flag is set when an `\u003ciframe\u003e` content starts processing\n`\u003cbody\u003e` without seeing the `\u003cmeta\u003e` tag that opts-in to the\nresponsive sizing of the `\u003ciframe\u003e`, to clear natural sizes\nreceived from its previous content.\n\n[1]: https://github.com/w3c/csswg-drafts/issues/13589\n\nBug: 418397278\nChange-Id: I19676dd72273fa66ba48894117aff77822f7ea75\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761006\nReviewed-by: Sam McNally \u003csammc@chromium.org\u003e\nCommit-Queue: Koji Ishii \u003ckojii@chromium.org\u003e\nReviewed-by: Kent Tamura \u003ctkent@chromium.org\u003e\nReviewed-by: Ian Kilpatrick \u003cikilpatrick@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615630}\n"
    },
    {
      "commit": "52522de7863402322913edd97ccee1cdcde69deb",
      "tree": "92c591bcada15a340fa9be8ff216c694b6bfebfc",
      "parents": [
        "5253e84e6e81f96d1a165ea82f5d49d5c5f02713"
      ],
      "author": {
        "name": "Kent Tamura",
        "email": "tkent@chromium.org",
        "time": "Thu Apr 16 05:08:56 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 05:08:56 2026"
      },
      "message": "Add underline_position and is_flipped_underline_and_overline to ResolvedDecoration\n\nThey depend on `decoration_index_`, so they should be in\nResolvedDecoration.\n\nAlso this CL removes unused OriginalUnderlinePosition().\n\nThis CL has no behavior changes.\n\nBug: 501752810\nChange-Id: Idec54931ec8ce6f967799ad9e9542314aa3c8b20\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760924\nReviewed-by: Koji Ishii \u003ckojii@chromium.org\u003e\nAuto-Submit: Kent Tamura \u003ctkent@chromium.org\u003e\nCommit-Queue: Koji Ishii \u003ckojii@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615629}\n"
    },
    {
      "commit": "5253e84e6e81f96d1a165ea82f5d49d5c5f02713",
      "tree": "07e36b9bd89f31a9245d93ce4ebd464fca91048f",
      "parents": [
        "5f8774700c8042182667b7ee67d65e95a90ae9c5"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:53:43 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:53:43 2026"
      },
      "message": "Roll Chrome Mac Arm PGO Profile\n\nRoll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1776304773-af5eb58a95289e3245f93e09d456276f82d4601c-a8db6f5f733cfec577972326fa249a8551dbc394.profdata to chrome-mac-arm-main-1776311990-98e01cbf9349829cffe68e43594a610d961a1e8e-bd46ccd2b512fc0ce050997cb9c8b40950293305.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-mac-arm-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:mac-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Ic53526a87beb1ceba4e041b9ff1c15b7d937e807\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766780\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615628}\n"
    },
    {
      "commit": "5f8774700c8042182667b7ee67d65e95a90ae9c5",
      "tree": "b0283db3ba95eae84b0bf75deb3d26000e41569a",
      "parents": [
        "372e20708d25bac45de7d495bdafa0a11d5aa91f"
      ],
      "author": {
        "name": "Fergal Daly",
        "email": "fergal@chromium.org",
        "time": "Thu Apr 16 04:47:32 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:47:32 2026"
      },
      "message": "Return in lock_manager.cc when the remote cannot be bound.\n\nGemini wrote the tests and then I refactored them.\n\nThere are several places that check for an unbound remote but continue\non to use it even if it\u0027s not bound. This changes them to return at that\npoint.\n\nIt\u0027s a bit unclear if this can happen in reality but the unittests included in this CL crash without the fix.\n\nFixed: 496259836\nChange-Id: I855b483f633c4221fa265a2d76820a292f1e8eb3\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761090\nAuto-Submit: Fergal Daly \u003cfergal@chromium.org\u003e\nCommit-Queue: Fergal Daly \u003cfergal@chromium.org\u003e\nReviewed-by: Anna Sato \u003cannasato@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615627}\n"
    },
    {
      "commit": "372e20708d25bac45de7d495bdafa0a11d5aa91f",
      "tree": "aa82adfc8ee044a8265cf69962b315480958d3e3",
      "parents": [
        "c9528dff07dd4771b47f853c788257f229a7320a"
      ],
      "author": {
        "name": "Jiayu Chen",
        "email": "jiayuchen@microsoft.com",
        "time": "Thu Apr 16 04:45:26 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:45:26 2026"
      },
      "message": "[bedrock] Introduce BrowserCollection::FindBrowserWithTab() (Part 1)\n\nIntroduces the FindBrowserWithTab() API on BrowserCollection that can\nbe used as a drop-in replacement for chrome::FindBrowserWithTab().\n\nThe new method is guarded by !BUILDFLAG(IS_ANDROID) since it relies\non GetAllTabInterfaces() which is desktop-only.\n\nMigrates 29 production callers that already use BrowserWindowInterface*\nto use GlobalBrowserCollection::GetInstance()-\u003eFindBrowserWithTab()\ninstead of chrome::FindBrowserWithTab().\n\nBug: 494010890\nChange-Id: I82d39b1d4f882bac9374b39775df3897d6b1732f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7757519\nReviewed-by: Qikai Zhong \u003cqikaizhong@microsoft.com\u003e\nCommit-Queue: Jiayu Chen \u003cjiayuchen@microsoft.com\u003e\nAuto-Submit: Jiayu Chen \u003cjiayuchen@microsoft.com\u003e\nReviewed-by: Thomas Lukaszewicz \u003ctluk@chromium.org\u003e\nCommit-Queue: Qikai Zhong \u003cqikaizhong@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615626}\n"
    },
    {
      "commit": "c9528dff07dd4771b47f853c788257f229a7320a",
      "tree": "511255e701cd12a8da224dc4fc5a14ca69d1d801",
      "parents": [
        "4ea1ecb1bdd367f50b5ee162907f8d47781073b1"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:33:46 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:33:46 2026"
      },
      "message": "Roll Chrome Android ARM64 Orderfile from Xkq-1BpZxUqphUiv9... to PpG3ixUXoxzVpf169...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-android-arm64-chromium\nPlease CC clank-build@google.com,clank-library-failures@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: clank-library-failures@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I1cc43e2b10b9572f3c5e61624de40a104206c7cd\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765880\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615625}\n"
    },
    {
      "commit": "4ea1ecb1bdd367f50b5ee162907f8d47781073b1",
      "tree": "ab5047dc0ae954e51eac9b3d96f8eeb7d254211e",
      "parents": [
        "f2187ea41c8f2a65177a67bfa51ed434bdce0714"
      ],
      "author": {
        "name": "Antonio Gomes",
        "email": "tonikitoo@igalia.com",
        "time": "Thu Apr 16 04:21:53 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:21:53 2026"
      },
      "message": "Finish the modularization of chrome/browser/sharesheet/\n\nThis CL completes the modularization of c/b/sharesheet/, as per [1].\n\n[1] docs/chrome_browser_design_principles.md\n\nAdditionally, it also splits //c/b/sharesheet GN target into :sharing\nand :impl to avoid the following circular dependency cycle:\n\n  //c/b/ash/arc:arc -\u003e\n  //c/b/ash/arc/nearby_share:nearby_share -\u003e\n  //c/b/sharesheet:sharesheet -\u003e\n  //c/b/apps/app_service:app_service -\u003e\n  //c/b/apps/almanac_api_client:almanac_api_client -\u003e\n  //c/b/ash/arc:arc\n\nR\u003dchromium-bedrock-reviews@google.com\n\nBug: 353332589\nChange-Id: I8ce84b25ee0b40cf14ba68d31ba7b8b61ac07c42\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7763632\nReviewed-by: Thomas Lukaszewicz \u003ctluk@chromium.org\u003e\nCommit-Queue: Antonio Gomes Netto \u003ctonikitoo@igalia.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615624}\n"
    },
    {
      "commit": "f2187ea41c8f2a65177a67bfa51ed434bdce0714",
      "tree": "d0d659952b48dd02726e45d8400caead83012b39",
      "parents": [
        "a9b86e40d20c127a8361884a408ff912052f630f"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:18:03 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:18:03 2026"
      },
      "message": "Roll Chrome Win ARM64 PGO Profile\n\nRoll Chrome Win ARM64 PGO profile from chrome-win-arm64-main-1776275870-4908abc49d7f1d2ad20fcc0c8e00d0462f5ca954-2c0127627a6192500ecfda237a6e39c1a07bc3ce.profdata to chrome-win-arm64-main-1776297489-2cccd3f947af06e4f8dcae37b81f8796dd9a8c1b-170c47067be83a2534102af3998446b0994925d6.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-win-arm64-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I98e942f389be92cceab67b735188ecf05a62094a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766003\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615623}\n"
    },
    {
      "commit": "a9b86e40d20c127a8361884a408ff912052f630f",
      "tree": "64edbb2718f730b487cd2fb0d127490b7990fe04",
      "parents": [
        "648d09e0e5fc0ebedba97de8a621af55bdfe5c62"
      ],
      "author": {
        "name": "jingjinggu",
        "email": "jingjinggu@microsoft.com",
        "time": "Thu Apr 16 04:07:14 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:07:14 2026"
      },
      "message": "[download] Decouple download location dialog View from adapter interaction\n\nDownloadLocationCustomView implements DownloadDirectoryAdapter.Delegate\nand contains directory selection logic in onDirectoryOptionsUpdated().\nThis violates the separation between View and business logic, as noted\nby the existing TODO in the code.\n\nThis CL moves the Delegate implementation, adapter ownership, and\nDownloadLocationHelper from the View to the Coordinator. The View now\nexposes setFileLocationSpinner() and setFileLocationSpinnerListener()\nas pure UI setters.\n\n  change — logic is moved, not modified.\n\nBug: 499921562\nTest: Existing DownloadLocationDialogCoordinator tests. No behavior\nChange-Id: I3d1993fe5cc4d73dc2e84a88d37ace1b5d8b6ac3\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7731801\nReviewed-by: Xinghui (xing) Lu \u003cxinghuilu@chromium.org\u003e\nCommit-Queue: jingjing gu \u003cjingjinggu@microsoft.com\u003e\nReviewed-by: Min Qin \u003cqinmin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615622}\n"
    },
    {
      "commit": "648d09e0e5fc0ebedba97de8a621af55bdfe5c62",
      "tree": "b604cb2668087a14035851efc65b99b9e84065ef",
      "parents": [
        "bd46ccd2b512fc0ce050997cb9c8b40950293305"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:04:07 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 04:04:07 2026"
      },
      "message": "Roll Perfetto Trace Processor Linux from 00dcf5b8fce2 to 9df700a52abd\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/00dcf5b8fce2..9df700a52abd\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium\nPlease CC chrometto-team@google.com,perfetto-bugs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: perfetto-bugs@google.com\nChange-Id: I56488848618477485666837a1adfd871603faf75\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765744\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615621}\n"
    },
    {
      "commit": "bd46ccd2b512fc0ce050997cb9c8b40950293305",
      "tree": "d712052f5ded18125e825103aa18965664212466",
      "parents": [
        "eafeb8426fa532009ce5baa6e748978db3286ad7"
      ],
      "author": {
        "name": "James Zern",
        "email": "jzern@chromium.org",
        "time": "Thu Apr 16 03:59:50 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:59:50 2026"
      },
      "message": "Roll src/third_party/libaom/source/libaom/ 12d3c0fff..dc2644ef7 (4 commits)\n\nhttps://aomedia.googlesource.com/aom.git/+log/12d3c0fff175..dc2644ef7e17\n\n$ git log 12d3c0fff..dc2644ef7 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2026-04-14 jzern clear some -Wunused-but-set-variable warnings\n2026-04-14 jzern sad_test: remove unused globals\n2026-04-10 marpan Fix to OOB heap reads in rc_scene_detection\n2026-04-10 wtc Make av1/decoder/grain_synthesis.c thread-safe\n\nCreated with:\n  roll-dep src/third_party/libaom/source/libaom\n\nBug: 307414544, 499606109\nChange-Id: I42fb10d0c5a6f57708cc1e358f265b5c87c8791a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7764737\nAuto-Submit: James Zern \u003cjzern@google.com\u003e\nCommit-Queue: James Zern \u003cjzern@google.com\u003e\nReviewed-by: Vignesh Venkat \u003cvigneshv@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615620}\n"
    },
    {
      "commit": "eafeb8426fa532009ce5baa6e748978db3286ad7",
      "tree": "3abd2d765597d5f2860df1ef8d56bf7dd75e3ba8",
      "parents": [
        "634404b5ce5189dcc6904d63d5fa4df9f9ae597a"
      ],
      "author": {
        "name": "Joel Hockey",
        "email": "joelhockey@chromium.org",
        "time": "Thu Apr 16 03:54:13 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:54:13 2026"
      },
      "message": "Validate URLs opened from Terminal to always be a Terminal\n\nBug: 501654989\nChange-Id: I65f5a3e925c453a829b1eb664e0aaaa919f25543\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767370\nCommit-Queue: Joel Hockey \u003cjoelhockey@chromium.org\u003e\nReviewed-by: Jason Lin \u003clxj@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615619}\n"
    },
    {
      "commit": "634404b5ce5189dcc6904d63d5fa4df9f9ae597a",
      "tree": "0fa5fe18ab5c2144f0cc44d382635b20b738914a",
      "parents": [
        "0129722b90e00efd713b1c08500bcd1745766921"
      ],
      "author": {
        "name": "Ho Cheung",
        "email": "hocheung@chromium.org",
        "time": "Thu Apr 16 03:46:31 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:46:31 2026"
      },
      "message": "[dev_ui] Modularize //chrome/browser/dev_ui\n\nThis separates dev_ui into a separate target.\n\nBug: 485652905\nChange-Id: Ia1e143b09df7d338cde4bdeab9c714461ae80102\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7763844\nCommit-Queue: Aaron Teo \u003chocheung@chromium.org\u003e\nReviewed-by: Samuel Huang \u003chuangs@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615618}\n"
    },
    {
      "commit": "0129722b90e00efd713b1c08500bcd1745766921",
      "tree": "bc520d8a8b896bacb9f335332919e7bb9bcbe140",
      "parents": [
        "5734727d0aabf7bf491a474d2df7fa34fd2260eb"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:43:56 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:43:56 2026"
      },
      "message": "Roll Chrome Mac PGO Profile\n\nRoll Chrome Mac PGO profile from chrome-mac-main-1776275870-1e470d94937217bd722460218eed5ec1cf693303-2c0127627a6192500ecfda237a6e39c1a07bc3ce.profdata to chrome-mac-main-1776297489-9bc541136d4dab4eaa59d383a20f7263dc77f513-170c47067be83a2534102af3998446b0994925d6.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-mac-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:mac-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I59eb92751de23fd9578a181f1d4bdb1a43a1cb31\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766684\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615617}\n"
    },
    {
      "commit": "5734727d0aabf7bf491a474d2df7fa34fd2260eb",
      "tree": "fa68442d0f0ccd278e65f6da35d4dfe62bb2a23f",
      "parents": [
        "038127e5ba5aec06eb1d34fdffdd5512e0506963"
      ],
      "author": {
        "name": "Ting Ding",
        "email": "tingding@microsoft.com",
        "time": "Thu Apr 16 03:42:56 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:42:56 2026"
      },
      "message": "[iOS] Open Set Up List see-more sheet expanded on iPad\n\nOn iPad, tapping \"See More\" on the compacted Set Up List module in the Magic Stack opens the sheet in medium (half-height) detent. The iPad screen has enough vertical space to display all items without scrolling, so the user has to manually expand the sheet to see the full content, which is unnecessary.\n\nThe before/after screenshots are attached to the Bug.\n\nBug: 501307611\nChange-Id: I7bc867058a5091c4ae8a6b77f34c55c7fe489e2a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7748765\nReviewed-by: Adam Arcaro \u003cadamta@google.com\u003e\nReviewed-by: Pier-Alexandre Bouchard \u003cpabouchard@google.com\u003e\nCommit-Queue: ting ding \u003ctingding@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615616}\n"
    },
    {
      "commit": "038127e5ba5aec06eb1d34fdffdd5512e0506963",
      "tree": "8ec9697fed432b4eced061d339d5b9c4fa92154d",
      "parents": [
        "d542277c5430076cc14eff2e306f3a8ff42bcfe4"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:42:41 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:42:41 2026"
      },
      "message": "Roll libyuv from 0d8494abc098 to 94644361b4fc (1 revision)\n\nhttps://chromium.googlesource.com/libyuv/libyuv.git/+log/0d8494abc098..94644361b4fc\n\n2026-04-16 fbarchard@google.com row_win.cc rewrite into intrinsics\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/libyuv-chromium\nPlease CC libyuv-dev+reviews@google.com,libyuv-dev@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: libyuv-dev+reviews@google.com\nChange-Id: Ib365a2d2301d07cb440c99286a5b1774a02739c2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767140\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615615}\n"
    },
    {
      "commit": "d542277c5430076cc14eff2e306f3a8ff42bcfe4",
      "tree": "c6ead18b5077eee4e6fcb9514fb69512c77586eb",
      "parents": [
        "a63a6b64f8e46c8053f720bb9498794cc7c6a45a"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:40:46 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:40:46 2026"
      },
      "message": "Roll Dawn from 9004229f3dd0 to 7b04a3a55a4f (8 revisions)\n\nhttps://dawn.googlesource.com/dawn.git/+log/9004229f3dd0..7b04a3a55a4f\n\n2026-04-15 dsinclair@chromium.org Remove SKIP test results.\n2026-04-15 lmjr@google.com Rename tryjob method to cq_settings\n2026-04-15 qjw@chromium.org third_party: allow autoroller to update README.chromium metadata\n2026-04-15 bsheedy@google.com Remove legacy_builders.star\n2026-04-15 rharrison@chromium.org [val] Add missing IR validator tests 1/5\n2026-04-15 jrprice@google.com [tint] Fix loop analysis for limit cases\n2026-04-15 jrprice@google.com [tint] Refactor loop analysis tests\n2026-04-15 bsheedy@google.com Move tricium-clang-tidy\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/dawn-chromium-autoroll\nPlease CC amaiorano@google.com,cwallez@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:dawn-win11-arm64-deps-rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64\nBug: chromium:442860599,chromium:459517292,chromium:502244655\nTbr: amaiorano@google.com\nChange-Id: I2c77df41226940be3874108e091fb4bf72370b90\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765607\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615614}\n"
    },
    {
      "commit": "a63a6b64f8e46c8053f720bb9498794cc7c6a45a",
      "tree": "6b21fef5c3a9634fcaae4367a4f6532b6e4d8504",
      "parents": [
        "5fe901e2ccb44b986cc51e03bb6585023a569e49"
      ],
      "author": {
        "name": "Adriana Ixba",
        "email": "aixba@chromium.org",
        "time": "Thu Apr 16 03:34:11 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:34:11 2026"
      },
      "message": "[TWA] Remove kAndroidTWAOriginDisplay flag\n\nThis has been released since m147, removing for m150\n\nBug: 473633174\nChange-Id: Id5060bb252666bc2ffd8d089ab1d99e1ff08b947\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762712\nCommit-Queue: Adriana Ixba \u003caixba@chromium.org\u003e\nReviewed-by: Nate Chapin \u003cjaphet@chromium.org\u003e\nReviewed-by: Daniel Murphy \u003cdmurph@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615613}\n"
    },
    {
      "commit": "5fe901e2ccb44b986cc51e03bb6585023a569e49",
      "tree": "98918f00a0b3fcee93a13ed145ef236842d943f2",
      "parents": [
        "95760cb0fdfd1ad0b9559fe3124f4fe6dd75db2e"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:34:00 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:34:00 2026"
      },
      "message": "Roll Chrome Android ARM32 Orderfile from ceWgGNP9UNgQPUKXa... to iiCmitjPWdkI-LId5...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-android-arm32-chromium\nPlease CC clank-build@google.com,clank-library-failures@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: clank-library-failures@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Id942c1bbc1ca9e14f2cadeb9dbf09c082f4435f6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765658\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615612}\n"
    },
    {
      "commit": "95760cb0fdfd1ad0b9559fe3124f4fe6dd75db2e",
      "tree": "005c011bfa6e3c52c07e9d09f180796ce222b481",
      "parents": [
        "eb47dd6991ba4c1ababd8e551503886703130270"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:31:47 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:31:47 2026"
      },
      "message": "Roll Chrome Win32 PGO Profile\n\nRoll Chrome Win32 PGO profile from chrome-win32-main-1776275870-d61bed7ee1b55a5d39b2bf5bb88783140fa3e4b6-2c0127627a6192500ecfda237a6e39c1a07bc3ce.profdata to chrome-win32-main-1776286766-99f8948356fc7b1072aecb52b6cff7c2b3e178ab-5a7a7ee89e7a4dc2628da6b80664c26e57fbc45e.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-win32-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:win-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Iebc5bf25378a1afdc70ed628558fdadccc039059\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767113\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615611}\n"
    },
    {
      "commit": "eb47dd6991ba4c1ababd8e551503886703130270",
      "tree": "1d07af534d46ab3d613760e5b2b17500448c150c",
      "parents": [
        "1720c52c94d1b2464dbd1ba70a5c7610ce9fe68b"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:25:38 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:25:38 2026"
      },
      "message": "Roll WebView ARM Orderfile from Yc_L2k6zRTcoc3m8_... to aZMllksW_qNuiNtFA...\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/orderfile-webview-arm-chromium\nPlease CC woa-engprod@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: woa-engprod@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Ib11a66d12608a76903f7be90d20fd57cfcff7d14\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766112\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615610}\n"
    },
    {
      "commit": "1720c52c94d1b2464dbd1ba70a5c7610ce9fe68b",
      "tree": "f8ed6e3a12d28f3651fff87677b3ee03c75e7892",
      "parents": [
        "7d46ec6f5dc32267d8778aa5d6f2b9bb0530297b"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:18:09 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:18:09 2026"
      },
      "message": "Roll ANGLE from e24b8693b5e4 to 942c07d0c8a6 (1 revision)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/e24b8693b5e4..942c07d0c8a6\n\n2026-04-15 gman@chromium.org Fix RGBX Tests\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/angle-chromium-autoroll\nPlease CC angle-team@google.com,solti@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86\nBug: chromium:495052581\nTbr: solti@google.com\nChange-Id: I8c834889f2f5f52b42dc95255d653b56ddb2c100\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767115\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615609}\n"
    },
    {
      "commit": "7d46ec6f5dc32267d8778aa5d6f2b9bb0530297b",
      "tree": "a9b8c2fd3dd7518f721cd63cdaa9764925ae0b61",
      "parents": [
        "19d81d5b18ea968678ee7ed1004c26b92a3aec6c"
      ],
      "author": {
        "name": "chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com",
        "email": "chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:09:23 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:09:23 2026"
      },
      "message": "Roll eigen from 118ea02645ad to d0b2c9142719 (1 revision)\n\nhttps://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git/+log/118ea02645ad..d0b2c9142719\n\n2026-04-16 4643818-rmlarsen1@users.noreply.gitlab.com Fix nvcc CUDA test performance: propagate host compiler flags\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://skia-autoroll.corp.goog/r/eigen-chromium\nPlease CC chrome-intelligence-core@google.com,devincabillo@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in eigen: https://gitlab.com/libeigen/eigen/-/issues\nTo file a bug in Chromium: https://b.corp.google.com/issues/new?component\u003d1405550\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:optimization_guide-linux;luci.chrome.try:optimization_guide-mac-arm64;luci.chrome.try:optimization_guide-mac-x64;luci.chrome.try:optimization_guide-win32;luci.chrome.try:optimization_guide-win64\nTbr: devincabillo@google.com\nInclude-Ci-Only-Tests: chromium.android:android-pie-arm64-rel|android_browsertests\nChange-Id: If13b7342e0ca94f30e0e807fb54da32867dc685f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767110\nCommit-Queue: chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com \u003cchromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com \u003cchromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615608}\n"
    },
    {
      "commit": "19d81d5b18ea968678ee7ed1004c26b92a3aec6c",
      "tree": "95c6acb7db7b7096a2d88f7351d347cfbc14164f",
      "parents": [
        "9a47ada7db15f8b817d7db71c512bd58c6d045b0"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:07:52 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:07:52 2026"
      },
      "message": "Roll Chrome Mac Arm PGO Profile\n\nRoll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1776297489-c64b0d666afb1e60fea4e67d49b94960b228cd39-170c47067be83a2534102af3998446b0994925d6.profdata to chrome-mac-arm-main-1776304773-af5eb58a95289e3245f93e09d456276f82d4601c-a8db6f5f733cfec577972326fa249a8551dbc394.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-mac-arm-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:mac-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: Iff749640536f14fcee88a33c94fc7081a7703365\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767141\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615607}\n"
    },
    {
      "commit": "9a47ada7db15f8b817d7db71c512bd58c6d045b0",
      "tree": "143e63565c78d85083158f6ce9542be818e8e481",
      "parents": [
        "afdd33e446847f655a246ff36d81f1c1f647559c"
      ],
      "author": {
        "name": "krishna dheeraj Pannala",
        "email": "kpannala@microsoft.com",
        "time": "Thu Apr 16 03:04:18 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:04:18 2026"
      },
      "message": "[Webtransport]Accept options in UnidirectionalStream/BidirectionalStream\n\nAdd WebTransportSendStreamOptions (inheriting WebTransportSendOptions)\nso that createUnidirectionalStream() and createBidirectionalStream() can\naccept sendGroup and sendOrder at stream creation time, per the W3C\nWebTransport spec.\n\nThis CL:\n- Adds WebTransportSendOptions and WebTransportSendStreamOptions IDL\n  dictionaries. Both sendGroup and sendOrder members are gated behind\n  RuntimeEnabled\u003dWebTransportSendGroup.\n- Updates createUnidirectionalStream() and createBidirectionalStream()\n  IDL signatures to accept optional WebTransportSendStreamOptions.\n- Adds ExtractSendStreamOptions() helper to validate options (rejects\n  cross-transport sendGroup) and wire them through the async Mojo\n  callback to the newly created stream.\n- Captures sendGroup via WrapPersistent in the BindOnce callback to\n  ensure the group survives the async gap; the transport\u0027s registry\n  uses WeakMember so unreferenced groups can be collected.\n- Applies sendGroup/sendOrder inside the v8::TryCatch scope so any\n  exception from setSendGroup() properly rejects the promise.\n- Adds 10 new unit tests covering: sendGroup+sendOrder at creation,\n  sendOrder-only, sendOrder\u003d0, empty options, explicit null group,\n  cross-transport rejection (uni + bidi), and flag-off behavior.\n\nSetters are local-only stubs — Mojo plumbing for network-side initial\npriority will be added in a follow-up CL.\n\nBug: 487117768\nChange-Id: Ie627b66d29b9d47b790a463e68eb51ef5d2b53ca\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7743083\nReviewed-by: Nidhi Jaju \u003cnidhijaju@chromium.org\u003e\nCommit-Queue: krishna dheeraj Pannala \u003ckpannala@microsoft.com\u003e\nReviewed-by: suresh potti \u003csureshpotti@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615606}\n"
    },
    {
      "commit": "afdd33e446847f655a246ff36d81f1c1f647559c",
      "tree": "66e530e81118a6675ec9e4ca638d8cd71d0a60bc",
      "parents": [
        "966ebb9a6b780cab1b8899cea352d031847a7d35"
      ],
      "author": {
        "name": "Masa Fujita",
        "email": "massan@google.com",
        "time": "Thu Apr 16 03:03:31 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:03:31 2026"
      },
      "message": "[🌷] Revert \"[AutofillAi - M4] Change editor background color.\"\n\nThis reverts commit 0050326836f0aec2d8062145a221e89d16e249ed.\n\nReason for revert: Suspect for render test failures:\nhttps://ci.chromium.org/ui/p/chromium/builders/ci/android-16-x64-rel/b8684411555943802305/test-results?q\u003dID%3A%3A%2F%2Fchrome%2Fandroid%5C%3Achrome_public_test_apk%21junit%3Aorg.chromium.chrome.browser.payments%3APaymentRequestRetryTest#testRetryWithPayerErrors\n\nOriginal change\u0027s description:\n\u003e [AutofillAi - M4] Change editor background color.\n\u003e\n\u003e This CL changes the autofill settings editor background color\n\u003e to match other fragments. The change is done under a feature flag\n\u003e to avoid potential regressions.\n\u003e\n\u003e Bug: 501305415\n\u003e Change-Id: Ic052fac5a91dd59c6c1038ca0a9a7d5cac52b681\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761250\n\u003e Reviewed-by: Florian Leimgruber \u003cfleimgruber@google.com\u003e\n\u003e Commit-Queue: Timofey Chudakov \u003ctchudakov@google.com\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#1615217}\n\nBug: 501305415\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nChange-Id: I097e219cf569571ca1dfdfea21273f1c575b87b7\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767669\nCommit-Queue: rubber-stamper@appspot.gserviceaccount.com \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nBot-Commit: rubber-stamper@appspot.gserviceaccount.com \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nOwners-Override: Masa Fujita \u003cmassan@google.com\u003e\nAuto-Submit: Masa Fujita \u003cmassan@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615605}\n"
    },
    {
      "commit": "966ebb9a6b780cab1b8899cea352d031847a7d35",
      "tree": "f25744f2c9bdf3ac25d949fdf40cb0aa697a8064",
      "parents": [
        "b72dc7ba4a7019e2ef38370359ae982bffe4ba55"
      ],
      "author": {
        "name": "Jilin Yang",
        "email": "jilinyang@google.com",
        "time": "Thu Apr 16 03:02:45 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:02:45 2026"
      },
      "message": "Make intert-scrollbar-hittest.html as flaky timeout on Mac\n\nThe test times out on Mac headless_shell_wpt_builders because native overlayscrollbars can hide before the second drag, preventing the scroll event from firing.\n\nAdd [Pass Timeout] expectation for Mac to unblock CI.\n\nb: 501810437\nChange-Id: Ie9bf220912d59ada3b8dc9a02c1492c5ef15398e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766209\nReviewed-by: Vladimir Levin \u003cvmpstr@chromium.org\u003e\nCommit-Queue: Vladimir Levin \u003cvmpstr@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615604}\n"
    },
    {
      "commit": "b72dc7ba4a7019e2ef38370359ae982bffe4ba55",
      "tree": "c5822ac103424c8eb714927fd6544c76db9af415",
      "parents": [
        "8feb359282f85d22fae5f881549049baeb42a321"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:02:16 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:02:16 2026"
      },
      "message": "Roll Perfetto from 00dcf5b8fce2 to 9df700a52abd (1 revision)\n\nhttps://chromium.googlesource.com/external/github.com/google/perfetto.git/+log/00dcf5b8fce2..9df700a52abd\n\n2026-04-15 vincent.coubard@arm.com Add CPU filter into traced_perf (#2034)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/perfetto-chromium-autoroll\nPlease CC etiennep@google.com,perfetto-bugs@google.com,primiano@chromium.org on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chromium.try:linux-perfetto-rel\nBug: None\nTbr: etiennep@google.com,perfetto-bugs@google.com\nChange-Id: I8c45a93c2817d95889c5db19c89f8aea73543856\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767123\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615603}\n"
    },
    {
      "commit": "8feb359282f85d22fae5f881549049baeb42a321",
      "tree": "2fd59501bbf8c42951cda608ae1e612604358afa",
      "parents": [
        "8a3ca5214c16e5417a9a2a77c2429ad0268f3ffd"
      ],
      "author": {
        "name": "Andrew Grieve",
        "email": "agrieve@chromium.org",
        "time": "Thu Apr 16 03:01:16 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:01:16 2026"
      },
      "message": "Android: Fix a few Error Prone warnings showing up in next roll\n\nBug: 502951095\nChange-Id: I14217c66647af9b6b980f53c8ca6aa4e1af7aa04\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7764103\nCommit-Queue: Andrew Grieve \u003cagrieve@chromium.org\u003e\nReviewed-by: Henrique Nakashima \u003chnakashima@chromium.org\u003e\nOwners-Override: Andrew Grieve \u003cagrieve@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615602}\n"
    },
    {
      "commit": "8a3ca5214c16e5417a9a2a77c2429ad0268f3ffd",
      "tree": "2ff6612eced3aef0f7e37ad000b9fa0a808e8514",
      "parents": [
        "ddc875f74503eae2360b52ed9a99c91a3fe510d2"
      ],
      "author": {
        "name": "Jun Ishiguro",
        "email": "junis@google.com",
        "time": "Thu Apr 16 03:01:04 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:01:04 2026"
      },
      "message": "Refactor DeviceStatusCollectorTest\n\nThis CL uses SetUp and TearDown instead of constructor and destructor.\n\nBug: b:404133029\nChange-Id: I2a49661760934b3c1d71fdb7908e01556373a003\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734911\nReviewed-by: Hidehiko Abe \u003chidehiko@chromium.org\u003e\nCommit-Queue: Jun Ishiguro \u003cjunis@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615601}\n"
    },
    {
      "commit": "ddc875f74503eae2360b52ed9a99c91a3fe510d2",
      "tree": "24ea23a1dde6530b1c05c069a24548cf6f9c0c6f",
      "parents": [
        "07cb424386929657df3dc403f2511445851d1ee6"
      ],
      "author": {
        "name": "chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com",
        "email": "chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:00:53 2026"
      },
      "committer": {
        "name": "chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com",
        "email": "chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 03:00:53 2026"
      },
      "message": "Updating trunk VERSION from 7795.0 to 7796.0\n\n* This is an automated release commit.\n* Do not revert without consulting chrome-pmo@google.com.\nNOAUTOREVERT\u003dtrue\n\nChange-Id: I5cc58af517ddf5d77910c5dc9dbf1e0ad14aa241\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767649\nBot-Commit: chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com \u003cchrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615600}\n"
    },
    {
      "commit": "07cb424386929657df3dc403f2511445851d1ee6",
      "tree": "f1ba4cf30e4de7cf04f860fc4ab3a30652178a37",
      "parents": [
        "cc9971e2ca613209cd48a1b43e2cff50093b5da7"
      ],
      "author": {
        "name": "Mingyu Lei",
        "email": "leimy@chromium.org",
        "time": "Thu Apr 16 02:57:16 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:57:16 2026"
      },
      "message": "Re-enable file system WPT to check if the issue still exists\n\nBug: 353746882\nChange-Id: Ic8830ad31142020f95fe448a775b2d8e2dac8ec1\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762153\nCommit-Queue: Mingyu Lei \u003cleimy@chromium.org\u003e\nReviewed-by: Anna Sato \u003cannasato@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615599}\n"
    },
    {
      "commit": "cc9971e2ca613209cd48a1b43e2cff50093b5da7",
      "tree": "31789c804953fdbac408ff06e575ec806044fad8",
      "parents": [
        "6cee2183a15d6db822b2a15ede46107bee21e840"
      ],
      "author": {
        "name": "Adithya Srinivasan",
        "email": "adithyas@chromium.org",
        "time": "Thu Apr 16 02:53:18 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:53:18 2026"
      },
      "message": "Indigo: Introduce new component extension for image replacement\n\nRegisters a new component extension (with a stub implementation that\nwill be fleshed out in subsequent CLs) that will be used to render the\nreplacement content for Indigo. IndigoImageReplacementManager now\nnavigates replacement subframes to the component extension.\n\nBug: b:489445294\nChange-Id: I1eed8e07b8481d856f8d744102a5673e02b0ec90\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7663841\nReviewed-by: Demetrios Papadopoulos \u003cdpapad@chromium.org\u003e\nReviewed-by: Jeremy Roman \u003cjbroman@chromium.org\u003e\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCommit-Queue: Adithya Srinivasan \u003cadithyas@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615598}\n"
    },
    {
      "commit": "6cee2183a15d6db822b2a15ede46107bee21e840",
      "tree": "7f9d4a689efbe7e50bfe3b625c60c6e9502f58c1",
      "parents": [
        "59a76291ef56e01291a0441a882e0bea07643222"
      ],
      "author": {
        "name": "Sophie Chang",
        "email": "sophiechang@chromium.org",
        "time": "Thu Apr 16 02:53:00 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:53:00 2026"
      },
      "message": "Remove GlicTieredRolloutV2 from ftt\n\nNot launching this\n\nChange-Id: I0793248c612918a7dd0fa8b405a20d0a88dc8e81\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765970\nAuto-Submit: Sophie Chang \u003csophiechang@chromium.org\u003e\nReviewed-by: Gary Klassen \u003cgklassen@chromium.org\u003e\nCommit-Queue: Sophie Chang \u003csophiechang@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615597}\n"
    },
    {
      "commit": "59a76291ef56e01291a0441a882e0bea07643222",
      "tree": "bb92fc10036db038709a5e34a6bc3f2f6f443dcb",
      "parents": [
        "e44558c14c20db95d6de509bc84e719912f82714"
      ],
      "author": {
        "name": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:50:35 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:50:35 2026"
      },
      "message": "Roll Chrome Win64 PGO Profile\n\nRoll Chrome Win64 PGO profile from chrome-win64-main-1776275870-a519f8a59c9814c1fdda2f723f77020a1ced1230-2c0127627a6192500ecfda237a6e39c1a07bc3ce.profdata to chrome-win64-main-1776286766-268c0cc37d024295066c10ea6acaa477c65e061d-5a7a7ee89e7a4dc2628da6b80664c26e57fbc45e.profdata\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/pgo-win64-chromium\nPlease CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: luci.chrome.try:win64-chrome\nTbr: pgo-profile-sheriffs@google.com\nMerge-Approval-Bypass: Chrome autoroller\nChange-Id: I78c1cb5c5bf5aa22438167c71de2eab65d278cc2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7767132\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615596}\n"
    },
    {
      "commit": "e44558c14c20db95d6de509bc84e719912f82714",
      "tree": "eddbb5e39ee180a6911ebbd9ae29cd3598f2e50c",
      "parents": [
        "a9f6714ee0a6c3707a8d625d246c71762e0f3d7f"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:48:17 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:48:17 2026"
      },
      "message": "Roll Perfetto Trace Processor Win from 0016907d11ff to 00dcf5b8fce2\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/0016907d11ff..00dcf5b8fce2\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/perfetto-trace-processor-win-chromium\nPlease CC chrometto-team@google.com,perfetto-bugs@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: perfetto-bugs@google.com\nChange-Id: I6298b8e656071629942ac74a7b34cdce7c2d85f1\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766137\nBot-Commit: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: chromium-autoroll@skia-public.iam.gserviceaccount.com \u003cchromium-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615595}\n"
    },
    {
      "commit": "a9f6714ee0a6c3707a8d625d246c71762e0f3d7f",
      "tree": "ba5be885edfac9a421a6aa4e2789a64c11fec9a0",
      "parents": [
        "e5fcb77159948aee92e46066f5ae06eb4ac140ad"
      ],
      "author": {
        "name": "Daniel Angulo",
        "email": "angdaniel@google.com",
        "time": "Thu Apr 16 02:47:59 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:47:59 2026"
      },
      "message": "validate that each layer\u0027s width and height do not exceed limits\n\nthis is a quick fix for a potential security issue\n\nBug: 500293394\nChange-Id: Ib4f48953c5c72592863580335cdc8a664466faa6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7758245\nReviewed-by: Dale Curtis \u003cdalecurtis@chromium.org\u003e\nCommit-Queue: Kalvin Lee \u003ckdlee@chromium.org\u003e\nAuto-Submit: Daniel Angulo \u003cangdaniel@google.com\u003e\nReviewed-by: Kalvin Lee \u003ckdlee@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615594}\n"
    },
    {
      "commit": "e5fcb77159948aee92e46066f5ae06eb4ac140ad",
      "tree": "315755be69bb60a7142cf51b02655b91eb4e72e2",
      "parents": [
        "c37812585360122167b6f5fc7b2532dd2fc62041"
      ],
      "author": {
        "name": "Gyuyoung Kim",
        "email": "gyuyoung@igalia.com",
        "time": "Thu Apr 16 02:47:00 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:47:00 2026"
      },
      "message": "Wrap the code related to reporting with the appropriate build guard.\n\nThe method set_network_error_logging_enabled, introduced in\nhttps://crrev.com/c/7742300, is only built when the ENABLE_REPORTING\nbuild flag is enabled in http_with_dns_over_https_unittest.cc. This CL\nwraps the relevant code with the ENABLE_REPORTING build flag to prevent\nbuild errors on other ports where the flag is not enabled.\n\nBug: 500671397\nChange-Id: I790e359006d389e64c5bbc89dc672b3990347bbe\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7761688\nReviewed-by: mmenke \u003cmmenke@chromium.org\u003e\nCommit-Queue: Gyuyoung Kim \u003cgyuyoung@igalia.com\u003e\nCr-Commit-Position: refs/heads/main@{#1615593}\n"
    },
    {
      "commit": "c37812585360122167b6f5fc7b2532dd2fc62041",
      "tree": "d4e115d90d3038b6dc03bc0c8058d2484514f39c",
      "parents": [
        "362ca4ff2d5b748e88189eb9bbfb4002d7b6b284"
      ],
      "author": {
        "name": "Jun Ishiguro",
        "email": "junis@google.com",
        "time": "Thu Apr 16 02:46:27 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:46:27 2026"
      },
      "message": "Add ash::quick_unlock::PinBackend::Shutdown() to reset internal states\n\nHistorically PinBackend has been a leaky singleton object, and its class\nmembers are also not be destroyed.\n\nThis CL adds the Shutdown() method to reset the internal states while\nthe process is being shut down.\n\nThis is a preparation CL for upcoming changes to inject necessary\ndependency instead of depending on the g_browser_process.\n\nBug: b:498416395\nChange-Id: I373152878e7cf211e92252f24aedf17fb6531549\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7720241\nCommit-Queue: Jun Ishiguro \u003cjunis@google.com\u003e\nReviewed-by: Hidehiko Abe \u003chidehiko@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615592}\n"
    },
    {
      "commit": "362ca4ff2d5b748e88189eb9bbfb4002d7b6b284",
      "tree": "92dc44d3be49dc5d96a641bb974ec560396ec276",
      "parents": [
        "900545e058022b110b87a978817729be4422d1aa"
      ],
      "author": {
        "name": "Hiroshige Hayashizaki",
        "email": "hiroshige@chromium.org",
        "time": "Thu Apr 16 02:44:58 2026"
      },
      "committer": {
        "name": "Chromium LUCI CQ",
        "email": "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com",
        "time": "Thu Apr 16 02:44:58 2026"
      },
      "message": "Add Navigation.URLLoader.OnAcceptCHFrameReceived.RestartTime\n\nTo measure the (maximum) additional time needed due to ACCEPT_CH frame\nrestart.\n\nChange-Id: Id4ebdb97b2d324c2d6db807eae17a9ff24ab0084\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7750429\nReviewed-by: Yoshisato Yanagisawa \u003cyyanagisawa@chromium.org\u003e\nCommit-Queue: Yoshisato Yanagisawa \u003cyyanagisawa@chromium.org\u003e\nReviewed-by: Kouhei Ueno \u003ckouhei@chromium.org\u003e\nReviewed-by: Jiacheng Guo \u003cgjc@google.com\u003e\nCommit-Queue: Kouhei Ueno \u003ckouhei@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1615591}\n"
    }
  ],
  "next": "900545e058022b110b87a978817729be4422d1aa"
}
