)]}'
{
  "log": [
    {
      "commit": "99dd7443f4ee1314679eeed4701b19ba6588d582",
      "tree": "475824b96973a8173dd66111695e06882813426d",
      "parents": [
        "91c485842735149a8f3689a15f9ac2bad3449da7"
      ],
      "author": {
        "name": "Foromo Daniel Soromou",
        "email": "koretadaniel@chromium.org",
        "time": "Fri Apr 24 07:37:54 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 07:40:54 2026"
      },
      "message": "Record per-navigation visibility for page actions\n\nImplement the \"ShownPerNavigation\" metric to track whether a specific\npage action was displayed to the user at least once during the course of\na single navigation. This provides better insight into page action reach\nand engagement by normalizing visibility across different sessions.\n\nThe metric is recorded in the following scenarios:\n* When a user navigates to a new URL within the same tab.\n* When the metrics recorder is destroyed (e.g., when a tab is closed).\n\nThe recorder checks if either the icon or the chip was marked as shown\nduring the navigation lifecycle before logging the boolean result to the\nPageActionController.{PageActionType}.ShownPerNavigation histogram.\n\nFixed: 407974430\nChange-Id: I6b3030c4607a6a5a206282cff332465d31ba6283\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7791517\nReviewed-by: Kaan Alsan \u003calsan@chromium.org\u003e\nCommit-Queue: Foromo Daniel Soromou \u003ckoretadaniel@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1620003}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 3cd9d05a2d7bcfdb85ff4aa50af618b865e50aeb\n"
    },
    {
      "commit": "91c485842735149a8f3689a15f9ac2bad3449da7",
      "tree": "720dfbea4f35580ede5cff4ef5501e8ba788357c",
      "parents": [
        "e9d028b1752ba17a5ba4126167e2b888e781b324"
      ],
      "author": {
        "name": "Achuith Bhandarkar",
        "email": "achuith@chromium.org",
        "time": "Fri Apr 24 07:19:28 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 07:25:14 2026"
      },
      "message": "ash: Remove expired ShelfIcon AnimationSmoothness metrics\n\nhistogram has been expired since 2021\n\nOBSOLETE_HISTOGRAMS\u003dAsh.ShelfIcon.AnimationSmoothness{ShelfIconAnimationType}\nexpired\n\nBug: 505648959\nChange-Id: I9cc978e3330a2b18626a04170228983fb8159d8d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7789421\nReviewed-by: James Cook \u003cjamescook@chromium.org\u003e\nReviewed-by: Jun Ishiguro \u003cjunis@google.com\u003e\nCommit-Queue: Achuith Bhandarkar \u003cachuith@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619995}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: bc33518c764293abef2fc1110b1e7bb78e36e6d8\n"
    },
    {
      "commit": "e9d028b1752ba17a5ba4126167e2b888e781b324",
      "tree": "39179723e0591458f931a8625f3ba9cf2c1f3e75",
      "parents": [
        "556dab35e7ac9a798229d42db2fd7ac3dc4d0940"
      ],
      "author": {
        "name": "Ian Vollick",
        "email": "vollick@chromium.org",
        "time": "Fri Apr 24 04:10:24 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 04:14:00 2026"
      },
      "message": "Subdivide metrics /observe instance changes for GlicShareImage\n\nThis should break down timeouts into more meaningful categories\nand also updates kSuccess to kSentImageToClient to more\naccurately reflect the event.\n\nUnit tests were added for these cases and some functions were\nmoved / made-virtual to make testing easier and I updated the\nrender view context menu interactive UI tests to make use of\nthe test client FRE code added in crrev.com/c/7741180.\n\nBug: b:504746888, b:503845250, b:501233062\nChange-Id: I9be477c7c356490d78863c95a065f9943ba82c0a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783949\nReviewed-by: Erik Chen \u003cerikchen@chromium.org\u003e\nReviewed-by: Dan H \u003charringtond@chromium.org\u003e\nCommit-Queue: Ian Vollick \u003cvollick@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619953}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 8fed891a5f5c0c7f3711f1088b96ef8f21d216be\n"
    },
    {
      "commit": "556dab35e7ac9a798229d42db2fd7ac3dc4d0940",
      "tree": "62bb3d5902bc41d1762e2f65287fae48148869cd",
      "parents": [
        "22b4c7bebb69c94c686a188d20c04f3f3190cc64"
      ],
      "author": {
        "name": "Yoichi Osato",
        "email": "yoichio@chromium.org",
        "time": "Fri Apr 24 03:19:48 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 03:21:31 2026"
      },
      "message": "Record UMA for simple cache index write results\n\nIntroduce a new UMA histogram, SimpleCache.IndexWriteResult, to track\nthe success or specific failure points when writing the simple cache\nindex to disk.\n\nThis CL is for measuring the HttpCacheInitializeDiskCacheBackendEarly\nfeature impact.\n\nBug: 460304696\nChange-Id: I9d6d825043761749baa3ea8284c1f40050045b7b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7784912\nCommit-Queue: Yoichi Osato \u003cyoichio@chromium.org\u003e\nReviewed-by: David Schinazi \u003cdschinazi@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619939}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 9f2ee6b1caf434048f9f49929923ffa0f30da050\n"
    },
    {
      "commit": "22b4c7bebb69c94c686a188d20c04f3f3190cc64",
      "tree": "bde3f176f00645a13fd678dead506602a52d097e",
      "parents": [
        "7f0f0ecea334708ca0c1caad8c56656174e28cb6"
      ],
      "author": {
        "name": "Kameron Lutes",
        "email": "kalutes@google.com",
        "time": "Fri Apr 24 02:53:56 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 02:56:04 2026"
      },
      "message": "Add Occlusion MaxOfMinVisibleRectsDuration Metric\n\nAdd a new metric that records the duration a window spends at a given\nbucket for the maximum of all the minimum dimensions for visible rects\nof a window. This can be used to determine \u0027by how much\u0027 a window is\nunoccluded by and will inform the policy for determining window\nocclusion.\n\nBug: 488905916\nTest: unit tests\nChange-Id: I8177aab4bad2c49fbec9982407d5a84fca0c41d7\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7740730\nCommit-Queue: Kameron Lutes \u003ckalutes@google.com\u003e\nReviewed-by: Bo Liu \u003cboliu@chromium.org\u003e\nReviewed-by: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619929}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 2577bb083d64b356c25d718ea51c19ab5d89086d\n"
    },
    {
      "commit": "7f0f0ecea334708ca0c1caad8c56656174e28cb6",
      "tree": "a6e619d94ac3765662db2db28d2919ef57cbfa22",
      "parents": [
        "32685bd607114399f88a17cd3159e510a05f3064"
      ],
      "author": {
        "name": "dpapad",
        "email": "dpapad@chromium.org",
        "time": "Fri Apr 24 01:39:49 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 01:42:36 2026"
      },
      "message": "CrOS WebUI: Leverage build_webui() in c/b/r/chromeos/sys_internals/\n\nUsing build_webui() is the canonical way of building WebUIs for quite a\nwhile. Moreover, it has the advantage of generating grd files during the\nbuild, which in turn will unblock reducing the blanket \u0027gn analyze\u0027\nexception for \u0027chrome/browser/resources/.*(css|html|js)\" which causes\nall bots to run on any WebUI change, which is suboptimal.\n\nBug: 40150605,500097775\nChange-Id: I56c0349340ca3e1e5f943ed09622456f81db1fd7\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787534\nAuto-Submit: Demetrios Papadopoulos \u003cdpapad@chromium.org\u003e\nReviewed-by: Rebekah Potter \u003crbpotter@chromium.org\u003e\nCommit-Queue: Rebekah Potter \u003crbpotter@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619906}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 37e756ccde72d3c7b75c034f00ab9580701e4875\n"
    },
    {
      "commit": "32685bd607114399f88a17cd3159e510a05f3064",
      "tree": "39fa6d91bbc419f2f7afc388623d624e8641d32b",
      "parents": [
        "c9b6bbfc492b7295aa7a291025116285528da42a"
      ],
      "author": {
        "name": "Tim Judkins",
        "email": "tjudkins@chromium.org",
        "time": "Fri Apr 24 01:39:24 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 01:42:07 2026"
      },
      "message": "[Extensions] Convert enterprise.reportingPrivate to WebIDL\n\nThis conversion was largely done using a detailed description of the\nconversion process passed to Gemini CLI. To double check this work, the\nfile has also been copied into the converted schemas test to verify no\nfunctional difference in output.\n\nNote: EnqueueRecordRequest.recordData was previously defined as an\n`[instanceof\u003dUint8Array] ArrayBufferView`, but with the move to WebIDL\nwe can just be explicit with saying this is a Uint8Array.\n\nBug: 493990747\nChange-Id: If7082c56e44b32159f08ba1930ae11fc69e713ee\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7722814\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCommit-Queue: Tim \u003ctjudkins@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619905}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 2ea17f8af22d5432c8921691b6003bd804c32ba8\n"
    },
    {
      "commit": "c9b6bbfc492b7295aa7a291025116285528da42a",
      "tree": "d6ab5cf2b6c7e676ad238366b58d0bbd931b494b",
      "parents": [
        "78b5583be4a068541acc7be9ebcabd898473b9b5"
      ],
      "author": {
        "name": "Emily Shack",
        "email": "emshack@chromium.org",
        "time": "Fri Apr 24 01:13:38 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 01:19:38 2026"
      },
      "message": "[GlowUp] Add rounded icons feature flag\n\nBug: 498353249\nChange-Id: I20b095efa44b052702093e6b0b40a8bb135ccff6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7789815\nCommit-Queue: Emily Shack \u003cemshack@chromium.org\u003e\nAuto-Submit: Emily Shack \u003cemshack@chromium.org\u003e\nReviewed-by: Dominic Austria \u003cdominicaustria@google.com\u003e\nCommit-Queue: Dominic Austria \u003cdominicaustria@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619895}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 22bb8d48513b9c8dddfa1ef0772753c996818913\n"
    },
    {
      "commit": "78b5583be4a068541acc7be9ebcabd898473b9b5",
      "tree": "9c42a09d30b31452049ab59d1923173ba849af9a",
      "parents": [
        "9a05869558a2aeaf464f25d7d1462d38ac049385"
      ],
      "author": {
        "name": "Brandon Wylie",
        "email": "wylieb@google.com",
        "time": "Thu Apr 23 23:58:12 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Apr 24 00:01:10 2026"
      },
      "message": "[finds] Add traffic annotation\n\nThis adds the missing traffic annotation for the Finds feature\u0027s\nOptimizationGuideQuery.\n\nBug: 490501055\nChange-Id: I6231ef561434d598e0b775714fce511452310cc8\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7686179\nReviewed-by: Mike West \u003cmkwst@chromium.org\u003e\nCommit-Queue: Brandon Wylie \u003cwylieb@google.com\u003e\nReviewed-by: Robert Ogden \u003crobertogden@chromium.org\u003e\nReviewed-by: Side YILMAZ \u003csideyilmaz@chromium.org\u003e\nReviewed-by: Sophie Chang \u003csophiechang@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619848}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 54822c2b66ffb529fef7dfd69a2c579f0fafcd58\n"
    },
    {
      "commit": "9a05869558a2aeaf464f25d7d1462d38ac049385",
      "tree": "90668e2ceb1f83ed23f83608cf3f0f1eeb4ddc52",
      "parents": [
        "1777b28ef520f66d71db5e9eca4e2f77872eda52"
      ],
      "author": {
        "name": "Baran Erfani",
        "email": "baranerf@google.com",
        "time": "Thu Apr 23 23:55:43 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 23:59:19 2026"
      },
      "message": "Add indigo text layer\n\nAdding a basic text layer with 3 steps. More animation and specific\nstyles are to be done in a follow up CL.\n\nBug: b:486887445\nChange-Id: Icee42cb0bdf1fcab1a3e71cb1a9c848539b26d04\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786910\nReviewed-by: Adithya Srinivasan \u003cadithyas@chromium.org\u003e\nCommit-Queue: Baran Erfani \u003cbaranerf@google.com\u003e\nReviewed-by: Andrew Grieve \u003cagrieve@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619845}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: ae9e1223efd070e07de8f072f56af2cc4eb9c9d7\n"
    },
    {
      "commit": "1777b28ef520f66d71db5e9eca4e2f77872eda52",
      "tree": "d62ec8643adcfd34a0053ee63cd12daf28f074c6",
      "parents": [
        "6ce93b42891ece7dbee312b29dedc322aa9bee74"
      ],
      "author": {
        "name": "Sunny Sachanandani",
        "email": "sunnyps@chromium.org",
        "time": "Thu Apr 23 23:05:38 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 23:09:18 2026"
      },
      "message": "[jj] Skip git cl presubmit in standalone jj workspaces\n\nStandalone jj workspaces created via `jj workspace add` won\u0027t have a\n.git directory in their root so `git cl presubmit` won\u0027t work.\n\nChange-Id: I41c689f9697a8bb7e964a71deff1e05b6a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7788435\nReviewed-by: Matt Stark \u003cmsta@google.com\u003e\nCommit-Queue: Sunny Sachanandani \u003csunnyps@chromium.org\u003e\nAuto-Submit: Sunny Sachanandani \u003csunnyps@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619815}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: dfd733c24f3d8bde0aec93f9f1fa7956344e4856\n"
    },
    {
      "commit": "6ce93b42891ece7dbee312b29dedc322aa9bee74",
      "tree": "7da97fd210f9f20f128c83a31479ca5ed4335c5c",
      "parents": [
        "1fd454343b6233f9cf5f78de4ad6231c6c448540"
      ],
      "author": {
        "name": "Martin Kreichgauer",
        "email": "martinkr@google.com",
        "time": "Thu Apr 23 22:47:34 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 22:54:30 2026"
      },
      "message": "Split WebAuthentication.CableV2.TunnelEvent by tunnel server\n\nThis splits the existing metric for recording tunnel server events to\nrecord whether an event happened during a connection with a Google,\nApple, or other tunnel server. The existing metric aggregating events\nfrom any server is preserved.\n\nBug: 504732125\nChange-Id: Ia2304112e42f671d90c7eeb0406e4a770b4f5ac8\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787293\nAuto-Submit: Martin Kreichgauer \u003cmartinkr@google.com\u003e\nCommit-Queue: Ken Buchanan \u003ckenrb@chromium.org\u003e\nCommit-Queue: Martin Kreichgauer \u003cmartinkr@google.com\u003e\nReviewed-by: Ken Buchanan \u003ckenrb@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619802}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d944626deb6295e4b110c41bf8f49b0790fef0d8\n"
    },
    {
      "commit": "1fd454343b6233f9cf5f78de4ad6231c6c448540",
      "tree": "16b29785c75f5e9f6e4dc0c644ead215628c84ba",
      "parents": [
        "4767de462d77843e7ce0df5cfac0b2c3d6513129"
      ],
      "author": {
        "name": "Eleanor Lee",
        "email": "eleanorlee@google.com",
        "time": "Thu Apr 23 22:46:55 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 22:54:01 2026"
      },
      "message": "[Entry Point] Add more metrics for stable 7% (pt 2)\n\nAdded more metrics for stable 7% based on this doc:\n\nhttps://docs.google.com/document/d/1mTZE32HMfyIF8GtO1pMUXnV0UsgI33ZgERirlqd-cik/edit?resourcekey\u003d0-aX75d69N_h7XNWao8FWLow\u0026tab\u003dt.0#heading\u003dh.fhk63wxyit34\n\nThis CL adds 2 new histograms:\n\n1) Android.Default Browser Promo.Outcome.AppMenu.DeepLink\n2) Android.DefaultBrowserPromo.Outcome.Settings\n\nConducted manual testing in Clankium:\n\n\u003cAndroid.DefaultBrowserPromo.Outcome.AppMenu.DeepLink\u003e\n\n1. DuckDuckGo default -\u003e deeplink -\u003e make no change -\u003e histogram records \"Other default\" (enum value \u003d 1)\n\n2. DuckDuckGo default -\u003e deeplink -\u003e change to Clankium -\u003e histogram records \"Chrome Default\" (enum value \u003d 2)\n\n\u003cAndroid.DefaultBrowserPromo.Outcome.Settings\u003e\n\n3. Clankium default -\u003e deeplink -\u003e make no change -\u003e histogram records \"Chrome Default\" (enum value \u003d 2)\n\n4. Clankium default -\u003e deeplink -\u003e Change to Canary -\u003e histogram records \"Other Chrome Default\" (enum value \u003d 3)\n\nBug: 479052060\nChange-Id: I3392f7fb89faebd5bdf629c5b959366dcdf450bf\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7789770\nReviewed-by: Sinan Sahin \u003csinansahin@google.com\u003e\nReviewed-by: Theresa Wellington \u003ctwellington@chromium.org\u003e\nCommit-Queue: Eleanor Lee \u003celeanorlee@google.com\u003e\nReviewed-by: Lijin Shen \u003clazzzis@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619801}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 47e9b04cb53137b4874334ff79ca4c97d8b91e59\n"
    },
    {
      "commit": "4767de462d77843e7ce0df5cfac0b2c3d6513129",
      "tree": "837090a038650086625bb6239157b190e1985869",
      "parents": [
        "94966ccaa612aa821639b502d4dde5028b8583a0"
      ],
      "author": {
        "name": "Taiyo Mizuhashi",
        "email": "taiyo@chromium.org",
        "time": "Thu Apr 23 21:15:46 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 21:17:46 2026"
      },
      "message": "OMTPrefetch: Add UMA to measure PrePrefetchService thread block time\n\nThis CL adds a new UMA histogram, `Preloading.Prefetch.PrePrefetch.PrePrefetchServiceThreadBlockTime`, to record the duration for which the calling thread is blocked in `PrePrefetchServiceImpl::StartPrePrefetchRequestInternal()` while waiting for the `PrePrefetchServiceCore` to execute `StartPrePrefetchRequest()` on its core sequence.\n\nBug: 452406598, 452389538\nFixed: 496302473\nChange-Id: Id51aa2114e283de35ed688ee8eef21618b8be25c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785412\nReviewed-by: Max Curran \u003ccurranmax@chromium.org\u003e\nReviewed-by: Hiroki Nakagawa \u003cnhiroki@chromium.org\u003e\nCommit-Queue: Taiyo Mizuhashi \u003ctaiyo@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619763}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 922ace8c979d63dcb9ff181058713a66deec2c21\n"
    },
    {
      "commit": "94966ccaa612aa821639b502d4dde5028b8583a0",
      "tree": "fb32669ee1abd088fe874259d8c5545209dc2e1b",
      "parents": [
        "2dbe4fde6993614d605aed22792ef672e735ca7e"
      ],
      "author": {
        "name": "Seung Jae Lim",
        "email": "andysjlim@chromium.org",
        "time": "Thu Apr 23 21:08:17 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 21:09:46 2026"
      },
      "message": "Consider active renderer classification as part of tier system\n\nBug: 500653060\nChange-Id: I5c6ba9b43a21f2ec704e10acfc67b728f3a0ec49\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786373\nReviewed-by: Xinghui (xing) Lu \u003cxinghuilu@chromium.org\u003e\nCommit-Queue: Seung Jae Lim \u003candysjlim@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619756}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: cbdc792db2437f43c3b9b38c358a14a6f02c2289\n"
    },
    {
      "commit": "2dbe4fde6993614d605aed22792ef672e735ca7e",
      "tree": "fe440fd7e556a8d098a7efa14769a33ea03d2c4e",
      "parents": [
        "090a4087dcb1ea836eae62489f1ee9d125651e40"
      ],
      "author": {
        "name": "Martín Gómez",
        "email": "martinglopez@google.com",
        "time": "Thu Apr 23 20:57:30 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 21:00:43 2026"
      },
      "message": "[Reading Mode] Add IPH for keyboard shortcut\n\nIncorporate a new In Product Help (IPH) bubble to show users that they\ncan toggle RM with the following keyboard shortcut:\n\n- Option-Command-R for Mac OS\n- Alt + Shift + R for ChromeOS, Linux, and Windows\n\nThe IPH bubble is anchored to Reading Mode\u0027s toolbar (within it\u0027s\nWebUI). Screenshots for the new IPH:\nhttps://docs.google.com/presentation/d/1e-fA_ePrqOADFKMT3foJla9IQGrNvKhQ31hcXwEIgyM/edit?usp\u003dsharing\u0026resourcekey\u003d0-DO4z8EpdAyIr4a4Waq1Ibg\n\nBug: 40909577\nChange-Id: I79f5f12f932076fee0eeacb556b93657ce56af1e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7713312\nReviewed-by: Fred Shih \u003cffred@chromium.org\u003e\nReviewed-by: Dana Fried \u003cdfried@chromium.org\u003e\nReviewed-by: Kristi Saney \u003ckristislee@google.com\u003e\nCommit-Queue: Martín Gómez \u003cmartinglopez@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619748}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 33b049edafa8ac0a179e392152a54f8284f80fd8\n"
    },
    {
      "commit": "090a4087dcb1ea836eae62489f1ee9d125651e40",
      "tree": "0b24a85e11e298bf2709b114860bc2c8e9ae0b73",
      "parents": [
        "f5870e70641eca09a9f772b886e283392dc00b04"
      ],
      "author": {
        "name": "Ryan Akiyama",
        "email": "ryanakiyama@chromium.org",
        "time": "Thu Apr 23 20:49:34 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:56:08 2026"
      },
      "message": "[composebox] Restrict new imports of composebox.js/ts\n\nAdd a no-restricted-imports rule to prevent new usages of composebox.js\nand composebox.ts, while allowing existing usages in specified files.\n\nBug: b:503811338\nChange-Id: I48057a74b21dd7a09ffe325871cca3a61b7f7afa\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786061\nAuto-Submit: Ryan Akiyama \u003cryanakiyama@chromium.org\u003e\nCommit-Queue: Ryan Akiyama \u003cryanakiyama@chromium.org\u003e\nReviewed-by: Sho Mizoe \u003cshomizoe@google.com\u003e\nReviewed-by: Demetrios Papadopoulos \u003cdpapad@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619745}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6eb8f71aa90ce320cd53bb3703e368b530a74abd\n"
    },
    {
      "commit": "f5870e70641eca09a9f772b886e283392dc00b04",
      "tree": "f157e303528187da96a07b78d40806df94e0d436",
      "parents": [
        "fdf745e0a38f7d6ba3b0008e4dae1c4a159be66d"
      ],
      "author": {
        "name": "Marc Treib",
        "email": "treib@chromium.org",
        "time": "Thu Apr 23 20:38:37 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:44:41 2026"
      },
      "message": "TabsFromOtherDevices side panel: about:flags entry\n\nThis CL adds an about:flags entry for the \"Tabs from other devices\"\nside panel, i.e. features::kTabsFromOtherDevicesSidePanel.\n\nBug: 488252161\nChange-Id: I58fc5e987bd0d9f925d3316ef2c917b16a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7789990\nReviewed-by: Mikel Astiz \u003cmastiz@chromium.org\u003e\nCommit-Queue: Marc Treib \u003ctreib@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619741}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 73db50fab8c1ba0985c9673e2fba9b2a89241f21\n"
    },
    {
      "commit": "fdf745e0a38f7d6ba3b0008e4dae1c4a159be66d",
      "tree": "8f58256ff6d4f0328ab90f000d04f5b1db811618",
      "parents": [
        "c4ce9e4d3b7aa1782bc4b3e9a34ef9090d715536"
      ],
      "author": {
        "name": "Brandon Wylie",
        "email": "wylieb@google.com",
        "time": "Thu Apr 23 20:33:45 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:35:30 2026"
      },
      "message": "[aim] Add a scrim for FuseboxPopup\n\nPlumb down ScrimManager through to FuseboxPopupMediator and use it to\ndarken the background when the bottom sheet is visible. The scrim\nrequires view access to the suggestions list to use it as an anchor.\nOtherwise the suggestions list draws on top of the scrim.\n\nBug: 500532143\nChange-Id: I03ec2a959ffd22790e5cb6068ddf391e92b2da0c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7758541\nCommit-Queue: Brandon Wylie \u003cwylieb@google.com\u003e\nReviewed-by: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nReviewed-by: Sky Malice \u003cskym@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619738}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6ba282fb2442a4f51623e20399874c2225866c14\n"
    },
    {
      "commit": "c4ce9e4d3b7aa1782bc4b3e9a34ef9090d715536",
      "tree": "53fdb22e95df6b2670736c8a50d58113dc4e4d05",
      "parents": [
        "18f6957a134229a492782e840901afdbbb28966a"
      ],
      "author": {
        "name": "Eleanor Lee",
        "email": "eleanorlee@google.com",
        "time": "Thu Apr 23 20:30:20 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:32:32 2026"
      },
      "message": "[Entry Point] Add more metrics for stable 7% (pt 1)\n\nAdded more metrics for stable 7% based on this doc:\n\nhttps://docs.google.com/document/d/1mTZE32HMfyIF8GtO1pMUXnV0UsgI33ZgERirlqd-cik/edit?resourcekey\u003d0-aX75d69N_h7XNWao8FWLow\u0026tab\u003dt.0#heading\u003dh.fhk63wxyit34\n\nThis CL covers the 4 new metrics below:\n\n1) MobileMenuDefaultBrowserPromoShown\n\n2) New IntDef APP_MENU_DEEPLINK to the existing Android.DefaultBrowserPromo.Click\n\n3) New IntDef SETTINGS_ROW_DEEPLINK to the existing Android.DefaultBrowserPromo.Click\n\n4) DefaultBrowserPromo.EntryPoint.AppMenu.RoleManagerDialog\n\nOther new metrics will be added in follow-up CLs.\n\nConducted manual testing in Chrome://histograms\n\nBug: 479052060\nChange-Id: Iba8211d2f8a188881f9b133899fd2a7cf96c733e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7779912\nReviewed-by: Lijin Shen \u003clazzzis@google.com\u003e\nReviewed-by: Theresa Wellington \u003ctwellington@chromium.org\u003e\nReviewed-by: Sinan Sahin \u003csinansahin@google.com\u003e\nCommit-Queue: Eleanor Lee \u003celeanorlee@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619737}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: da87c03b509b72f0fcac88b3d455b5f6412feed0\n"
    },
    {
      "commit": "18f6957a134229a492782e840901afdbbb28966a",
      "tree": "e02e67402408ee346c50195df67baa3ff2ac0e7d",
      "parents": [
        "5b728b432e19c72f3238c2e1d4303b5b4aca6e40"
      ],
      "author": {
        "name": "Javier Contreras Tenorio",
        "email": "javiercon@microsoft.com",
        "time": "Thu Apr 23 20:11:57 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:13:50 2026"
      },
      "message": "[gap-decorations] Rename inset properties according to new resolution\n\nhttps://github.com/w3c/csswg-drafts/issues/13697 was resolved on\nrenaming the inset properties to [cap|junction] instead of\n[edge|interior]. Previous CLs deal with the behavior differences, this\none deals with the rename, thus there is no behavior change\n\nBug: 357648037\nChange-Id: Iba44e26856e904905f34c8a936ff86dd9469329f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785372\nReviewed-by: Alison Maher \u003calmaher@microsoft.com\u003e\nCommit-Queue: Javier Contreras \u003cjaviercon@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619727}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 576d7896b69fecfe1da69a996467377816f1fa51\n"
    },
    {
      "commit": "5b728b432e19c72f3238c2e1d4303b5b4aca6e40",
      "tree": "b3a50fc31f7bad573aab748921f9d0a7ec071e5b",
      "parents": [
        "384452ff3d6243a8cbe643bce95944ebd07f787a"
      ],
      "author": {
        "name": "Tim Judkins",
        "email": "tjudkins@chromium.org",
        "time": "Thu Apr 23 20:03:26 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:06:17 2026"
      },
      "message": "[Extensions] Add support for Uint8Array in WebIDL schemas\n\nThis refactors how we were handling ArrayBuffer to be a bit more generic\ninto the idea of \"supported buffer source types\", using ArrayBuffer and\nUint8Array as the supported types for these. There are a lot more valid\nbuffer source types as defined by the WebIDL spec, but these are the\nonly ones we currently use in extensions IDL.\n\nThis was required for the followup WebIDL conversion of\nenterprise.reportingPrivate.\n\nAlso adds test to verify behavior.\n\nBug: 499018881\nChange-Id: I41460ba25104ffd9a97a7d0391329356eb158e5c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7723639\nCommit-Queue: Tim \u003ctjudkins@chromium.org\u003e\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619723}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: e10146159f6ef283f6c6844d0e78ffec31a2b0b8\n"
    },
    {
      "commit": "384452ff3d6243a8cbe643bce95944ebd07f787a",
      "tree": "11214a17af37e9c16ed92cbc0721580b7efd917b",
      "parents": [
        "0ae68aa6ea156955dc50d79aa294c27ad12bbc4e"
      ],
      "author": {
        "name": "Tim Judkins",
        "email": "tjudkins@chromium.org",
        "time": "Thu Apr 23 20:03:15 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 20:05:53 2026"
      },
      "message": "[Extensions] Use instanceOf value for ArrayBufferView in old IDL\n\nThis CL adds in support for the old IDL processor to handle [instanceOf]\nextended attributes on ArrayBufferViews specified in IDL schema files,\nalong with a simple test for it and ArrayBuffer.\n\nIn reality this is only actually used now in enterprise.reportingPrivate\nand this change is just to allow for a clean conversion of that schema\nfile into WebIDL with it instead specifying this as a Uint8Array, which\nis slightly more accurate for what we really allow here.\n\nBug: 499018881\nChange-Id: I81ab93d1de4f961828a5c8588b53c92acdad913e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787533\nCommit-Queue: Tim \u003ctjudkins@chromium.org\u003e\nReviewed-by: Devlin Cronin \u003crdevlin.cronin@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619722}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 90667419a94e5e3b2f17942090b812ace31dce6a\n"
    },
    {
      "commit": "0ae68aa6ea156955dc50d79aa294c27ad12bbc4e",
      "tree": "bc369255b008d9c039880e03c4d418d67ab12223",
      "parents": [
        "3a92eeca17945d3d000c47597af844796bcec943"
      ],
      "author": {
        "name": "Ana Sollano Kim",
        "email": "ansollan@microsoft.com",
        "time": "Thu Apr 23 19:47:22 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 19:53:16 2026"
      },
      "message": "[Platform-provided behaviors] Use counters and console warning\n\nThis change adds three new UseCounters to track feature adoption and\nusage patterns:\n\n- kElementInternalsWithBehaviors: Counted when attachInternals() is\n  called with a behaviors list.\n- kElementInternalsBehaviorsAccess: Counted when the behaviors getter\n  on ElementInternals is accessed.\n- kHTMLSubmitButtonBehaviorUsage: Counted when the submit button\n  behavior is instantiated.\n\nA console warning is now issued when an HTMLSubmitButtonBehavior is\nattached to a custom element that is not form-associated to provide\nfeedback to developers when the behavior is used in a context where it\ncan\u0027t submit forms.\n\nExplainer:\nhttps://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/PlatformProvidedBehaviors/explainer.md\nDesign doc:\nhttps://docs.google.com/document/d/1LA1hhzxmi4OmZoGtIdnwvL3g7y48YjXTOoUvFtxFugE/edit?usp\u003dsharing\n\nBug: 486928684\nChange-Id: I26ec537ec5e4e70e675f2e9a4e1d0a37d7694cf5\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766825\nReviewed-by: Mason Freed \u003cmasonf@chromium.org\u003e\nReviewed-by: Dan Clark \u003cdaniec@microsoft.com\u003e\nCommit-Queue: Ana Sollano Kim \u003cansollan@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619710}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 8069e6ccbad15374136f900b8ecf5c1601955908\n"
    },
    {
      "commit": "3a92eeca17945d3d000c47597af844796bcec943",
      "tree": "0e3aec9c71cf06eaa0abfa0fd1763acb6689b8cd",
      "parents": [
        "9544aff7a175d2c51d0ba9eed4c1ba9d5be5516f"
      ],
      "author": {
        "name": "maciek swiech",
        "email": "drmasquatch@google.com",
        "time": "Thu Apr 23 19:26:37 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 19:28:24 2026"
      },
      "message": "Multicontainer cleanup\n\nenums entries were not deleted with the feature.\n\nBug: b:356234224\nChange-Id: I4a88e07c57e4ee7b38bfd64f52a6f846716ed1f6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7789462\nReviewed-by: Dennis Kempin \u003cdenniskempin@google.com\u003e\nCommit-Queue: maciek swiech \u003cdrmasquatch@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619692}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 4603f5230414abaf4a1a8ee5c7f1e19241f4786a\n"
    },
    {
      "commit": "9544aff7a175d2c51d0ba9eed4c1ba9d5be5516f",
      "tree": "265a1b5f3b0427c63384c353623210555735918a",
      "parents": [
        "05c262285797fd5d345141067d1b0cde69891d33"
      ],
      "author": {
        "name": "Bruno Braga",
        "email": "brunobraga@google.com",
        "time": "Thu Apr 23 18:33:15 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 18:35:04 2026"
      },
      "message": "[Autofill AI] add management metrics to understand users behaviour\n\nBug: 505355808\nChange-Id: I6a27756a7b3783b13f8f140517cacbb7f7acb7f0\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7705500\nCommit-Queue: Bruno Braga \u003cbrunobraga@google.com\u003e\nReviewed-by: Florian Leimgruber \u003cfleimgruber@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619645}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 32f92516113a937e07df4b0165667a2edcbeefe2\n"
    },
    {
      "commit": "05c262285797fd5d345141067d1b0cde69891d33",
      "tree": "0def29c0606f3dc3b2cd40d2d0594f7951758239",
      "parents": [
        "e7565931caf4a1d4f5dcbad05b808d3d8c8eeb69"
      ],
      "author": {
        "name": "Paul Moy",
        "email": "pmoy@google.com",
        "time": "Thu Apr 23 17:18:55 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 17:20:55 2026"
      },
      "message": "Add new scanning backend enum\n\nBUG\u003db:505146451\nTEST\u003dCQ passes\n\nChange-Id: I44326309ec2d6b6fb29a778eaa1753488b90d26a\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782843\nReviewed-by: Benjamin Gordon \u003cbmgordon@chromium.org\u003e\nCommit-Queue: Paul Moy \u003cpmoy@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619616}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 4b6c395a8648aed2e03193c3c0136c767d57b1b2\n"
    },
    {
      "commit": "e7565931caf4a1d4f5dcbad05b808d3d8c8eeb69",
      "tree": "50152a7b6797b2b22e2db7ce4c070f985405ede2",
      "parents": [
        "df3777fd66061e9f139f4940646b0345fe0c6fe3"
      ],
      "author": {
        "name": "Peter Conn",
        "email": "peconn@chromium.org",
        "time": "Thu Apr 23 16:50:25 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 16:52:26 2026"
      },
      "message": "Add Preconnect.Event metrics.\n\nBug: 444385271\nChange-Id: I8f215667bc00510ae333afc5ca2f7cb29cee2e46\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7790892\nReviewed-by: Michael van Ouwerkerk \u003cmvanouwerkerk@chromium.org\u003e\nCommit-Queue: Peter Conn \u003cpeconn@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619590}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: ff0b5ce1e55951618b1c014039ea8db16c0b7b7b\n"
    },
    {
      "commit": "df3777fd66061e9f139f4940646b0345fe0c6fe3",
      "tree": "ca1f6a54c91892d826e966bee0b8f6332be5d573",
      "parents": [
        "9db9955c562293ea810fe71370e8e2f234bbfb62"
      ],
      "author": {
        "name": "Francis Beauchamp",
        "email": "fbeauchamp@google.com",
        "time": "Thu Apr 23 16:24:50 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 16:26:51 2026"
      },
      "message": "[iOS] Add metrics for page tools menu disabled feature disclaimer\n\nThis change adds the `IOS.PageActionMenu.Footer.RowShown` histogram to\ntrack how often and why feature ineligibility disclaimers are shown in\nthe Page Action Menu footer.\n\nBug: 485297623\nChange-Id: I680cccaf09f2d75c9ae1f589a2e0d44fd84b146b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7707119\nReviewed-by: Ibrahim Kanouche \u003ckanouche@google.com\u003e\nReviewed-by: Sebastien S-G \u003csebsg@chromium.org\u003e\nCommit-Queue: Francis Beauchamp \u003cfbeauchamp@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619571}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 74d12cd0e7ff02e956480f0a12a088ac3883a583\n"
    },
    {
      "commit": "9db9955c562293ea810fe71370e8e2f234bbfb62",
      "tree": "06d30aad087af972b3e464ca9e332f33fd87f7be",
      "parents": [
        "597cfe4502c174aaa9a5d8f744aadc13fe031cd0"
      ],
      "author": {
        "name": "Stanisław Solarewicz",
        "email": "ssolarewicz@chromium.org",
        "time": "Thu Apr 23 16:19:52 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 16:21:52 2026"
      },
      "message": "[Okta SSO] Extend histograms\u0027 expiration dates\n\nBug: b:433226247\nFix: 504633613\nChange-Id: Id5b2cf3bf66e4fb496f1c764949e9c3ea6b34939\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7779869\nReviewed-by: Yann Dago \u003cydago@chromium.org\u003e\nReviewed-by: Igor Ruvinov \u003cigorruvinov@chromium.org\u003e\nCommit-Queue: Stanisław Solarewicz \u003cssolarewicz@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619566}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 0860a1aabd1f19c9447e5e5e228a78f0be6503ec\n"
    },
    {
      "commit": "597cfe4502c174aaa9a5d8f744aadc13fe031cd0",
      "tree": "d2013fd60790b9d1bd8926e13ef5bf46ed5bde69",
      "parents": [
        "efc71517cdc97ef46fa284fe8bd7651e5ac3d073"
      ],
      "author": {
        "name": "Sophie Chang",
        "email": "sophiechang@chromium.org",
        "time": "Thu Apr 23 14:53:31 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 14:57:31 2026"
      },
      "message": "Do not show cue if any side panel is open\n\nBug: 500927915\nChange-Id: Idf81a1030b9d6193fda53086160baea2eb2163a9\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787902\nCommit-Queue: Sophie Chang \u003csophiechang@chromium.org\u003e\nReviewed-by: Ian Wells \u003ciwells@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619517}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 27690e7035e131d97d6c1f6ad08cc93ff38960bd\n"
    },
    {
      "commit": "efc71517cdc97ef46fa284fe8bd7651e5ac3d073",
      "tree": "e349e9b6a13126d3d34e3976b1c4a2fe2a1266d6",
      "parents": [
        "f0d28ded87de12f573a51b184aba09cf9f321276"
      ],
      "author": {
        "name": "Ibrahim Kanouche",
        "email": "kanouche@google.com",
        "time": "Thu Apr 23 14:50:06 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 14:55:45 2026"
      },
      "message": "[iOS] Add Gemini input type logging for all prompts\n\nThis CL adds support to log the input type across the entire\nconversation chain rather than only for the initial prompt of a session.\n\nChanges made:\n* Aligned `gemini::InputType` with the internal sequence.\n* Expanded `IOSGeminiFirstPromptSubmissionMethod` locally and in\n  `enums.xml`.\n* Introduced `IOS.Gemini.Prompt.SubmissionMethod` to track the trigger\n  mechanism across all prompts via `RecordPromptSubmissionMethod`.\n\nFixed: 481992277\nChange-Id: I3f619844ec55fd05dd0a0694735488df6585669f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766749\nReviewed-by: Sebastien S-G \u003csebsg@chromium.org\u003e\nCommit-Queue: Ibrahim Kanouche \u003ckanouche@google.com\u003e\nReviewed-by: Adam Arcaro \u003cadamta@google.com\u003e\nAuto-Submit: Ibrahim Kanouche \u003ckanouche@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619512}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 451a52a50bbd733ac1df144694c758871f778820\n"
    },
    {
      "commit": "f0d28ded87de12f573a51b184aba09cf9f321276",
      "tree": "effb64c094035178f447517033d8b7ab204d7b3d",
      "parents": [
        "c3d6839bd6223220f0b4e27b93ab3018bea1dc8d"
      ],
      "author": {
        "name": "Ryan Sultanem",
        "email": "rsult@google.com",
        "time": "Thu Apr 23 14:42:28 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 14:48:26 2026"
      },
      "message": "[Signin] WebSignin enum is still used on Desktop for Reauth\n\nhttps://crrev.com/c/7442415 has marked the web sign-in access point\nas deprecated on Desktop.\nEven though it is true for the Sign-in part, the access point is still\nbeing recorded for Reauth events, or adding secondary accounts.\n\nInstead of marking deprecated on Desktop, it now only mentions how\nit is used/being recorded.\n\nBug: None\nChange-Id: I413e090ac0610fd5bf56ba00aba1227b848f311c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7790491\nReviewed-by: Alex Ilin \u003calexilin@chromium.org\u003e\nReviewed-by: David Roger \u003cdroger@chromium.org\u003e\nCommit-Queue: Ryan Sultanem \u003crsult@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619507}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 35a9442b22ff09bf84002be91b29af68687ea979\n"
    },
    {
      "commit": "c3d6839bd6223220f0b4e27b93ab3018bea1dc8d",
      "tree": "87e78413c816f6b467ccd5ba30eef98aee944fc1",
      "parents": [
        "d423177bff84ec9a266235b13082ddc5d29b2bdc"
      ],
      "author": {
        "name": "Nwokedi Idika",
        "email": "nwokedi@chromium.org",
        "time": "Thu Apr 23 13:58:08 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 14:00:22 2026"
      },
      "message": "Trigger CSD Scan on Login Pages\n\nWhen a password focus event happens on a password field, trigger a CSD\nscan.\n\nBug: 493274348\nChange-Id: I96a8449854e6c4e390bfef9dfd9541875d2ebf71\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783367\nCommit-Queue: Nwokedi Idika \u003cnwokedi@chromium.org\u003e\nReviewed-by: Xinghui (xing) Lu \u003cxinghuilu@chromium.org\u003e\nReviewed-by: Seung Jae Lim \u003candysjlim@chromium.org\u003e\nReviewed-by: Ken Buchanan \u003ckenrb@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619477}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 040514c17a4e3f00d3ad1b57a0e7fd9d841b5159\n"
    },
    {
      "commit": "d423177bff84ec9a266235b13082ddc5d29b2bdc",
      "tree": "9615d1aae9d8e66005bd69bc3bc556a6fe7103b8",
      "parents": [
        "c2ca789d4a0f01a905fa3c3c0d3bf4e3d46025a9"
      ],
      "author": {
        "name": "Calder Kitagawa",
        "email": "ckitagawa@chromium.org",
        "time": "Thu Apr 23 12:05:40 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 12:07:20 2026"
      },
      "message": "[IA] Flag to disable partner homepage\n\nBug: 502183324\nChange-Id: I5101912355658056c84ba1bee712ef450b99911f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786676\nCommit-Queue: Calder Kitagawa \u003cckitagawa@chromium.org\u003e\nReviewed-by: Madhav Pruthi \u003cmadhavpruthi@google.com\u003e\nReviewed-by: Dan Polanco \u003cpolardz@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619435}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d4685275e858cfc26ab08538bb33048e064690d0\n"
    },
    {
      "commit": "c2ca789d4a0f01a905fa3c3c0d3bf4e3d46025a9",
      "tree": "eb43204b570adc488e00d8eba22e999117146b1e",
      "parents": [
        "5e87c93611c0034f54a654fda06ace45272acb78"
      ],
      "author": {
        "name": "Lingqi Chi",
        "email": "lingqi@chromium.org",
        "time": "Thu Apr 23 10:58:40 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 11:00:32 2026"
      },
      "message": "[keepaliveloader] add a status for blocked by client\n\nIf extensions block a request, the request is actually not sent to the\nnetwork, and we\u0027d like to track these requests.\n\nBug: 504836742\nChange-Id: If18196b495237641b724bde2233765021eb7ff0c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7781947\nReviewed-by: Ming-Ying Chung \u003cmych@chromium.org\u003e\nReviewed-by: Kouhei Ueno \u003ckouhei@chromium.org\u003e\nCommit-Queue: Lingqi Chi \u003clingqi@chromium.org\u003e\nReviewed-by: Rakina Zata Amni \u003crakina@chromium.org\u003e\nReviewed-by: Hiroki Nakagawa \u003cnhiroki@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619423}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: a3619c834fc54004ba902c1d10a05b5228026a84\n"
    },
    {
      "commit": "5e87c93611c0034f54a654fda06ace45272acb78",
      "tree": "4f8f1ba1467aa76bc4dc25fb17dbb1f19a6c915e",
      "parents": [
        "a801256789b3f278f25a727ecda58f06be1350e1"
      ],
      "author": {
        "name": "Arthur Sonzogni",
        "email": "arthursonzogni@chromium.org",
        "time": "Thu Apr 23 09:24:12 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 09:28:26 2026"
      },
      "message": "Clang tool: Auto-detect and recurse into explicit submodules\n\nClang tools orchestrator scripts (like `run_tool.py`) rely on `git\nls-files` to discover the source files that need to be processed.\nBecause `git ls-files` does not traverse into git submodules by default,\nfiles inside submodules (like dawn, skia, angle, webrtc, ...) were\ncompletely ignored by the tools.\n\nThis patch updates the file discovery logic so that if an explicitly\nprovided `path_filter` argument points to a git submodule (detected by\nthe presence of a `.git` directory), the script will run `git ls-files`\nspecifically inside that submodule. This allows submodules to be\nprocessed seamlessly without adding new CLI flags or unnecessarily\ntraversing the entire repository.\n\nChange-Id: I6ea6168db5f7ea6f5991592afaec0b52024251af\nBug: 501280389\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7757140\nReviewed-by: Daniel Cheng \u003cdcheng@chromium.org\u003e\nCommit-Queue: Arthur Sonzogni \u003carthursonzogni@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619397}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 7200caae5983da1c7d4bcb7b77fb66a81b485dfe\n"
    },
    {
      "commit": "a801256789b3f278f25a727ecda58f06be1350e1",
      "tree": "738e6d4e42da1ec696b85a138574d5650eccd0c3",
      "parents": [
        "506711b8abf75b5d70ea593e2f3b585f434cd5bc"
      ],
      "author": {
        "name": "Judith Hemp",
        "email": "hempjudith@google.com",
        "time": "Thu Apr 23 08:17:29 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 08:19:33 2026"
      },
      "message": "Extend Permissions.CrowdDeny.PreloadData.DelayedPushNotification expiry.\n\nFixed: 502205317\nChange-Id: I537d9d6243299e0fc366d42014918519d4857c3c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785892\nCommit-Queue: Judith Hemp \u003chempjudith@google.com\u003e\nReviewed-by: Saeid Eid \u003csaeideid@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619370}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 41e2b1d658adefb8234e223dc0b60c478de0c799\n"
    },
    {
      "commit": "506711b8abf75b5d70ea593e2f3b585f434cd5bc",
      "tree": "cdf06206f29ca7d9e36a839c15a3b1530c8ee263",
      "parents": [
        "178233ef95f42cc8a11f295d35fe466834d40ffc"
      ],
      "author": {
        "name": "Daniel Rubery",
        "email": "drubery@chromium.org",
        "time": "Thu Apr 23 05:20:08 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 05:25:46 2026"
      },
      "message": "Support `jj gerrit upload` flags in upload.py\n\n`jj gerrit upload` now has support for some gerrit features like\nhashtag. In order to allow callers of `jj upload` to use this\nfunctionality, we pass through all unknown args to `jj gerrit upload.`\n\nLink: https://chromium-review.googlesource.com/id/I4ef39e2a99f1ca7997be5349ebf678376a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787580\nCommit-Queue: Daniel Rubery \u003cdrubery@chromium.org\u003e\nReviewed-by: Matt Stark \u003cmsta@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619333}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 13c4d097a60755804896f02528113d782360828d\n"
    },
    {
      "commit": "178233ef95f42cc8a11f295d35fe466834d40ffc",
      "tree": "b1ed0d8f3b30b6e112484402c59510f0a4f11d17",
      "parents": [
        "8d84e6725840e377f4f4624c2be9f7f593f61ca4"
      ],
      "author": {
        "name": "Michelle Abreo",
        "email": "michelleabreo@google.com",
        "time": "Thu Apr 23 03:41:27 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 03:43:08 2026"
      },
      "message": "[Skills] Clean up skills menu telemetry enums\n\nThis CL clarifies the skills menu enum naming conventions regarding the\n\u0027browse\u0027 vs. \u0027manage\u0027 actions from the previous implementation. These\nchanges ensure accurate telemetry mapping without breaking the existing\nAPI.\n\n- Fixed `kClickedManageFromMenu` (Value 5) comment to match its name (\u0027Manage skills\u0027).\n- Deprecated Value 15 since Value 5 now covers the \u0027Manage\u0027 action.\n- Added Value 17 (`kClickedBrowseSkillsFromMenu`) for the \u0027Browse\u0027 action.\n- Updated enums.xml labels to use \"Slash Menu\" and avoid duplicate entries.\n\nThis update standardizes the telemetry events and improves overall\nconsistency.\n\nBug: b:505036365\nChange-Id: I543bcf2169f4b53287d49ed662ce7980d42fa993\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782429\nReviewed-by: Giovanni Ortuno Urquidi \u003cortuno@chromium.org\u003e\nReviewed-by: Nick Birnie \u003cbirnie@google.com\u003e\nCommit-Queue: Michelle Abreo \u003cmichelleabreo@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619304}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: f8ed3b1c6f2d40e09a6ce09f85e2632738ae8b9f\n"
    },
    {
      "commit": "8d84e6725840e377f4f4624c2be9f7f593f61ca4",
      "tree": "d98f11a14407397fa3f6fed3cc2f0eddee4013ac",
      "parents": [
        "37e05198cf14bf7d25f2787aac53f3ab461d501f"
      ],
      "author": {
        "name": "Gazal",
        "email": "agazal@google.com",
        "time": "Thu Apr 23 03:33:31 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 03:35:15 2026"
      },
      "message": "[histogram-cleanup] Remove expired histogram: Cras.DeviceNoiseCancellationStatus{Device}\n\nThis histogram expired on 2025-02-10.\n\nBug: None\nChange-Id: Id086c80bcefc24e02d2ad87566ee7ac89da8cfc4\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7770714\nReviewed-by: Yu-Hsuan Hsu \u003cyuhsuan@chromium.org\u003e\nCommit-Queue: Yu-Hsuan Hsu \u003cyuhsuan@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619302}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 440c13b811d966393a5d10daf2f7716712a70af5\n"
    },
    {
      "commit": "37e05198cf14bf7d25f2787aac53f3ab461d501f",
      "tree": "4deed4db4422d78d23d237e20730cb0d6b72d6f1",
      "parents": [
        "bd3c89a7b50bcecea67dde2afa5108cf9d3bd9d9"
      ],
      "author": {
        "name": "Takashi Toyoshima",
        "email": "toyoshim@chromium.org",
        "time": "Thu Apr 23 02:42:38 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 02:44:16 2026"
      },
      "message": "OOR-CORS: Enforce extra forbidden Sec- header checks\n\nThis CL adds a new function ContainsForbiddenSecurityHeader in\nheader_util to check for unauthorized Sec- headers from renderer.\n\nThis function is used in both CorsURLLoaderFactory::IsValidRequest and\nCorsURLLoader::FollowRedirect to prevent renderer from injecting or\nmodifying these headers, while permitting Client Hints and Sec-Purpose.\n\nChange-Id: Ia2923ccbddddba2657d72916a03e657c1785cd85\nBug: 494800494\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760510\nReviewed-by: Kenichi Ishibashi \u003cbashi@chromium.org\u003e\nReviewed-by: Yoshisato Yanagisawa \u003cyyanagisawa@chromium.org\u003e\nCommit-Queue: Takashi Toyoshima \u003ctoyoshim@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619285}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 1917c17d0ad2fdc3e994a9aefd254b8db7bbe457\n"
    },
    {
      "commit": "bd3c89a7b50bcecea67dde2afa5108cf9d3bd9d9",
      "tree": "be32926ad351b18791d8ad8e0e3d296bb6af95c5",
      "parents": [
        "a3d315f540ee1b3837cafc7ad5a0cde6cf4e4df5"
      ],
      "author": {
        "name": "Chuong Ho",
        "email": "hdchuong@google.com",
        "time": "Thu Apr 23 02:23:20 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 02:25:10 2026"
      },
      "message": "autocorrect: add a v2 feature flag\n\nThis CL adds a feature flag for clank autocorrect UI v2.\n\nBug: b:505162435\n\nChange-Id: I95d5ac6f6e955e4267068d8bc0370e85ca5aa451\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782710\nAuto-Submit: Chuong Ho \u003chdchuong@chromium.org\u003e\nReviewed-by: Arthur Sonzogni \u003carthursonzogni@chromium.org\u003e\nCommit-Queue: Chuong Ho \u003chdchuong@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619280}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 12d15bd8e9917829f445687d37556e3519d34f34\n"
    },
    {
      "commit": "a3d315f540ee1b3837cafc7ad5a0cde6cf4e4df5",
      "tree": "c0ea8773a53ba2ea7812f4065fc87c685d0c624c",
      "parents": [
        "784292506e1544e9b8054ecfc10ff5f79c412fe4"
      ],
      "author": {
        "name": "Kameron Lutes",
        "email": "kalutes@google.com",
        "time": "Thu Apr 23 02:18:11 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 02:20:07 2026"
      },
      "message": "Add metric for Window Occlusion calculation frequency.\n\nThis change introduces a new histogram,\n\"Android.MultiWindow.Occlusion.OcclusionCalculationsPer5Minutes\", which\nrecords the number of times WindowOcclusionTracker recalculates\nocclusion over a 5-minute period. A periodic task is set up to emit this\nmetric every 5 minutes while occlusion tracking is active.\n\nBug: 488905916\nTest: unit tests\nChange-Id: I148809b756f324f1ec1a43c38e89ca60f23ccb80\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7771867\nReviewed-by: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nReviewed-by: Bo Liu \u003cboliu@chromium.org\u003e\nCommit-Queue: Kameron Lutes \u003ckalutes@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619277}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: ce77bd00f261de6ad8f2c8fbf539dac147baf389\n"
    },
    {
      "commit": "784292506e1544e9b8054ecfc10ff5f79c412fe4",
      "tree": "cf7ac467cb73eee40548b275f021307420fdb10c",
      "parents": [
        "75c603f56f6176882ff75332ac2e0c335af2c2d3"
      ],
      "author": {
        "name": "Kameron Lutes",
        "email": "kalutes@google.com",
        "time": "Thu Apr 23 02:17:54 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 02:19:40 2026"
      },
      "message": "Record the duration of WindowOcclusionTracker\u0027s calculateOcclusion.\n\nThis change adds a new UMA histogram,\nAndroid.MultiWindow.Occlusion.CalculateDuration, to track how long the\ncalculateOcclusion function takes to execute. This function is called\nwhen window positions or sizes change, or when windows are redrawn, and\ncan be computationally intensive. Tracking its duration helps understand\nperformance impacts.\n\nBug: 488905916\nTest: unit tests\nChange-Id: I7924b0bbddd86f809fccd3185d9cc2851eba8a86\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7771847\nCommit-Queue: Kameron Lutes \u003ckalutes@google.com\u003e\nReviewed-by: Bo Liu \u003cboliu@chromium.org\u003e\nReviewed-by: Wenyu Fu \u003cwenyufu@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619276}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: ca301fc92016e8ef5f4683f54c03df59061384d8\n"
    },
    {
      "commit": "75c603f56f6176882ff75332ac2e0c335af2c2d3",
      "tree": "2ffed7815b80e53ca27756e29797351da7b591e0",
      "parents": [
        "a905366107b89c0056446ad79b475574b6f6c36b"
      ],
      "author": {
        "name": "Mustaq Ahmed",
        "email": "mustaq@google.com",
        "time": "Thu Apr 23 01:15:15 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 01:16:55 2026"
      },
      "message": "[CodeHealth] Remove PageLoad.Internal.Suppressed* histogram related code\n\nThese histograms are no longer needed. This CL removes them from\nhistograms.xml and cleans up the corresponding metric tracking code,\ntimers, and data structures (UmaData) in WidgetInputHandlerManager, and\nalso removes an unused parameter in FrameWidget::OnFirstContentfulPaint.\n\nFixed: 493221736\nChange-Id: I7f845719c7cbb1b1281d3856e6b02db55a87b4a3\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7781299\nCommit-Queue: Ian Clelland \u003ciclelland@chromium.org\u003e\nReviewed-by: Kevin Ellis \u003ckevers@chromium.org\u003e\nAuto-Submit: Mustaq Ahmed \u003cmustaq@chromium.org\u003e\nReviewed-by: Ian Clelland \u003ciclelland@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619241}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: a5799fd42a40bebfc79c20ae82374af03d12b325\n"
    },
    {
      "commit": "a905366107b89c0056446ad79b475574b6f6c36b",
      "tree": "03122d60f3ee547756ee735d9649648599bdc4c0",
      "parents": [
        "f78be2196ade8968d8069c361ff893d49e1f4e5a"
      ],
      "author": {
        "name": "courtneywong",
        "email": "courtneywong@google.com",
        "time": "Thu Apr 23 00:57:39 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 00:59:37 2026"
      },
      "message": "fjord-oobe: Record a dissidia result histogram when dissidia completes\n\nBug: b:499112422\n\nChange-Id: I8e8ebed4eb99bcd4cdb242a8413ec6d9b75bce35\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7779950\nReviewed-by: Osama Fathy \u003cosamafathy@google.com\u003e\nCommit-Queue: Courtney Wong \u003ccourtneywong@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619232}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: a1a7a3547845e07d9bea01de4fc404194e60d923\n"
    },
    {
      "commit": "f78be2196ade8968d8069c361ff893d49e1f4e5a",
      "tree": "0aeaf475b30f23443dc9c07aa00b8fe4e45c7684",
      "parents": [
        "1a94b5186b527c72d122a00e1c329d019d63584e"
      ],
      "author": {
        "name": "Moe Adel",
        "email": "adelm@google.com",
        "time": "Thu Apr 23 00:49:18 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 00:51:09 2026"
      },
      "message": "[Custom Context Menu Items] Extend expiration date for CustomTabs Context Menu histograms.\n\nThe expiration date for\nCustomTabs.ContextMenu.DisplayedContextualCustomActionType and\nCustomTabs.ContextMenu.SelectedContextualCustomActionType has been\nupdated from 2026-04-30 to 2026-10-31.\n\nBug: 493222654\nFixed: 493222654\nChange-Id: Id88519d8a91b90fdc65589b553c1d0235c88d5c6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787850\nAuto-Submit: Moe Adel \u003cadelm@google.com\u003e\nCommit-Queue: Moe Adel \u003cadelm@google.com\u003e\nCommit-Queue: Sinan Sahin \u003csinansahin@google.com\u003e\nReviewed-by: Sinan Sahin \u003csinansahin@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619225}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: c09024a604ae8ea6fec26beb5a0f16ca410e9dc5\n"
    },
    {
      "commit": "1a94b5186b527c72d122a00e1c329d019d63584e",
      "tree": "5f24dc5df816724883b171e0db03a4d60ee7717b",
      "parents": [
        "9378943be9da948631d207990e2ad583fc9c5011"
      ],
      "author": {
        "name": "Justin Chew",
        "email": "justchew@google.com",
        "time": "Thu Apr 23 00:42:25 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 00:44:43 2026"
      },
      "message": "Extend expiration date of MaxCountPerProcess Histogram.\n\nSetting the expiration date of\nSiteIsolation.BrowsingInstance.MaxCountPerProcess to November 11, 2026.\n\nBug: 500016783\nChange-Id: I8d45331334960049b60f82c200064f36824a1744\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783829\nReviewed-by: Chris Thompson \u003ccthomp@chromium.org\u003e\nReviewed-by: Nasko Oskov \u003cnasko@chromium.org\u003e\nCommit-Queue: Justin Chew \u003cjustchew@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619220}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 51f50ae39482feed10d832247b272e94e9108ab1\n"
    },
    {
      "commit": "9378943be9da948631d207990e2ad583fc9c5011",
      "tree": "02c6eda1b174db736981ef2f6a7c868e45a3d335",
      "parents": [
        "8df55dde4cbdb566132aa69be1f03a8ab2bed0ff"
      ],
      "author": {
        "name": "Gazal",
        "email": "agazal@google.com",
        "time": "Thu Apr 23 00:33:52 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 00:35:34 2026"
      },
      "message": "[histogram-cleanup] Remove expired histogram: ContentSuggestions.Feed.DocumentViewSendCount100\n\nThis histogram expired on 2023-10-15.\n\nBug: 40929641\nChange-Id: Iec5d86e2304f3d449ca10707ed46ecea5d90060f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7762194\nReviewed-by: Justin DeWitt \u003cdewittj@chromium.org\u003e\nCommit-Queue: Gazal Agarwal \u003cagazal@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619216}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 4e0b8ee50380e97a354d215cbf45b228f3476c35\n"
    },
    {
      "commit": "8df55dde4cbdb566132aa69be1f03a8ab2bed0ff",
      "tree": "208a0e8f2633c59c48b7314cdf778f0e5f4179db",
      "parents": [
        "4b7af2af205c60ed4b795bac8186a9ca5ba5c37a"
      ],
      "author": {
        "name": "Alison Gale",
        "email": "agale@chromium.org",
        "time": "Thu Apr 23 00:26:18 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Apr 23 00:30:37 2026"
      },
      "message": "Extend toast pref histogram expiry\n\nBug: 504633991\nChange-Id: I197762754cb2e9fff5d5fc08e8abb5b4a71330a4\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7778253\nReviewed-by: Charles Meng \u003ccharlesmeng@chromium.org\u003e\nAuto-Submit: Alison Gale \u003cagale@chromium.org\u003e\nCommit-Queue: Charles Meng \u003ccharlesmeng@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619211}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: b0ac617a4847a3c812f10fc9bd8ee48851d14048\n"
    },
    {
      "commit": "4b7af2af205c60ed4b795bac8186a9ca5ba5c37a",
      "tree": "53c7e9d59775b4862cd1331205094b66ea99bc66",
      "parents": [
        "a8f808af6843f01119b6b6725836d1216a29ed0a"
      ],
      "author": {
        "name": "Roman Arora",
        "email": "romanarora@chromium.org",
        "time": "Wed Apr 22 23:38:53 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 23:44:24 2026"
      },
      "message": "[glic-api] get Glic experimental triggering updates method\n\nAdds an API that supports observing glic updates.\nSee cl/900855716 for additional details.\nDesign doc: go/remote-chrome-actuation-agent\n\nBug: b:499251806\nChange-Id: If842d5cb6c83b177c64623fe34e6eaa2694c8cb9\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7765987\nReviewed-by: Dan H \u003charringtond@chromium.org\u003e\nReviewed-by: Carlos Knippschild \u003ccarlosk@chromium.org\u003e\nCommit-Queue: Roman Arora \u003cromanarora@chromium.org\u003e\nReviewed-by: Daniel Cheng \u003cdcheng@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619184}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 5cafe5e7c7d0ae7bd02c851658faca0d448eccdb\n"
    },
    {
      "commit": "a8f808af6843f01119b6b6725836d1216a29ed0a",
      "tree": "13a440c3db7628507a2b52bd10d3e08a1c7a4a1f",
      "parents": [
        "ea91ccfaf2e297b645ad46476b890b8c495d6fd0"
      ],
      "author": {
        "name": "Duncan Mercer",
        "email": "mercerd@google.com",
        "time": "Wed Apr 22 23:10:38 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 23:12:10 2026"
      },
      "message": "[aim] Refactor country code handling to use VariationsService\n\nRefactor AimEligibilityService and its derived classes across Desktop\nand iOS to retrieve country codes via VariationsService instead of\nrelying on platform-specific implementations or overrides. This ensures\nconsistency and aligns with experiment infrastructure requirements.\n\nKey changes:\n- Make GetCountryCode() non-virtual in the base class and remove\nsubclass overrides.\n- Remove the IsCountry() method.\n- Pass VariationsService to constructors to support the new\nimplementation.\n- Use uppercase \u0027ZZ\u0027 as fallback when country code is empty.\n- Remove unused forced_country_code configuration option.\n\nBug: b:500445415\nChange-Id: I05334e89acb4958e87310aeca8b1f467c0a489df\nDanglingUntriaged-notes: VariationsService is destroyed before AimEligibilityService during browser teardown in tests.\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7755543\nReviewed-by: Moe Ahmadi \u003cmahmadi@chromium.org\u003e\nCommit-Queue: Sophie Chang \u003csophiechang@chromium.org\u003e\nAuto-Submit: Duncan Mercer \u003cmercerd@google.com\u003e\nReviewed-by: Sophie Chang \u003csophiechang@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619170}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6ce8693cb0e1197f8152a29c9c1608ef5772882e\n"
    },
    {
      "commit": "ea91ccfaf2e297b645ad46476b890b8c495d6fd0",
      "tree": "210bd28942ed045dca35389da850635f3849a669",
      "parents": [
        "4280b75bd4bca4553ab9061b1e65a7f2e9e131b3"
      ],
      "author": {
        "name": "Sophie Chang",
        "email": "sophiechang@chromium.org",
        "time": "Wed Apr 22 23:08:19 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 23:10:30 2026"
      },
      "message": "Account for dismissals in cueing eligibility\n\nThe change to 10 nudges per 8 hours by default is intentional, which is why the test for over time needed to change to also account for the origin nudge cap tracker\n\nBug: 503751217\nChange-Id: I841b90b96166cd9fc864efc38ef6fc5f5229070c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783779\nReviewed-by: Ian Wells \u003ciwells@chromium.org\u003e\nCommit-Queue: Sophie Chang \u003csophiechang@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619168}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: bc2f56755aca7b08cf05eadc53c1fc2d173ddf25\n"
    },
    {
      "commit": "4280b75bd4bca4553ab9061b1e65a7f2e9e131b3",
      "tree": "0c5237116d659439ef51c64cacbfc15d6b003946",
      "parents": [
        "427bca0290dc4993ea3f6d052d16e7390fc19b91"
      ],
      "author": {
        "name": "Shuai Xia",
        "email": "shuaixia@google.com",
        "time": "Wed Apr 22 23:02:45 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 23:04:20 2026"
      },
      "message": "Fix the potential issue for division by zero in output_adpater\n\nChange-Id: I77abe65035bb6056e4dc27ad78ae7935edb86703\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766673\nReviewed-by: Struan Shrimpton \u003csshrimp@google.com\u003e\nCommit-Queue: Shuai Xia \u003cshuaixia@google.com\u003e\nReviewed-by: Ben Pastene \u003cbpastene@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619161}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 28ac6ca26fe7d90efb8e6bc00962d3aa41dcfd74\n"
    },
    {
      "commit": "427bca0290dc4993ea3f6d052d16e7390fc19b91",
      "tree": "b412d48490e73baa0d9f06c3b49c71d8e286b599",
      "parents": [
        "db5a7164d7fc62118f166c783ca7596761ebfce9"
      ],
      "author": {
        "name": "Anthony Cui",
        "email": "cuianthony@google.com",
        "time": "Wed Apr 22 22:54:14 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:56:13 2026"
      },
      "message": "[GlicZoom] Add Glic.ZoomLevel.[OnOpen|SteadyState] metrics\n\nAdds two new metrics for glic zoom. The webview zoom factor is stored chrome-side in a new pref, which is used to record the current zoom factor each time the panel is opened. It is also used to record a SteadyState metric through GlicMetricsProvider. To better represent actual users of the UI, SteadyState metrics are only recorded for users who have completed the FRE.\n\nBug: b:459431081\nChange-Id: I4de1ebf9e217f2334bc9171b5519282a5ead0fc8\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759374\nReviewed-by: Sana Akbani \u003csanaakbani@google.com\u003e\nReviewed-by: Dan H \u003charringtond@chromium.org\u003e\nReviewed-by: Nasko Oskov \u003cnasko@chromium.org\u003e\nCommit-Queue: Anthony Cui \u003ccuianthony@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619156}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: eb5bc31e408ccf232e50a101461f026b63f913e1\n"
    },
    {
      "commit": "db5a7164d7fc62118f166c783ca7596761ebfce9",
      "tree": "e96b037ae19c12551064f72ab44963e3f68b2987",
      "parents": [
        "9337b9aed62cf3c9bc805926b77c474d92c91f52"
      ],
      "author": {
        "name": "Kirubel",
        "email": "kaklilu@chromium.org",
        "time": "Wed Apr 22 22:42:08 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:47:43 2026"
      },
      "message": "Move ActionResultCode into a shared actor_types.mojom.\n\nchrome/common/actor.mojom is not accessible on ios/ so this code\nis moved into a new path in components/actor/public/.\n\nI used rg to find all usage of mojom::ActionResultCode, then\nadded an include to the new actor_types.mojom.h file. This flagged some\nfiles that didn\u0027t IWYU, and those were also updated. Headers that\ncould forward declare this type are updated to include the respective\ngenerated header.\n\nBypass-Check-License: moved files\nBug: b:505037793\nChange-Id: I03f69b70ddcacefdabcbff70bc0fdfea6a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782466\nReviewed-by: Joe Mason \u003cjoenotcharles@google.com\u003e\nReviewed-by: Dave Tapuska \u003cdtapuska@chromium.org\u003e\nCommit-Queue: Kirubel \u003ckaklilu@chromium.org\u003e\nOwners-Override: Dave Tapuska \u003cdtapuska@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619148}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 228f9f11d9a39d57c02e2f4cd101ff978a812717\n"
    },
    {
      "commit": "9337b9aed62cf3c9bc805926b77c474d92c91f52",
      "tree": "d7b454ff64bf0644aa56f5d60ad16aff438161b7",
      "parents": [
        "f7443f34f672e1e21baec59d14525c45176c6002"
      ],
      "author": {
        "name": "Haiyang Pan",
        "email": "hypan@google.com",
        "time": "Wed Apr 22 22:36:13 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:39:07 2026"
      },
      "message": "Update the AVD creation config for Android 17 beta.\n\nThe API level name changed from CinnamonBun to 37 in beta 4.\n\nBug: 490498459\nChange-Id: I0acac1028bee98ad68a3b3e81bdd9b5cf807db6f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787095\nCommit-Queue: Ben Pastene \u003cbpastene@chromium.org\u003e\nReviewed-by: Ben Pastene \u003cbpastene@chromium.org\u003e\nAuto-Submit: Haiyang Pan \u003chypan@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619145}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 017fe042c6b88214727aee7b552cd755227dd199\n"
    },
    {
      "commit": "f7443f34f672e1e21baec59d14525c45176c6002",
      "tree": "20d64036536cb54bba7253a6401f4c2a99e81704",
      "parents": [
        "d4f34415763c874d7af628a7c0e60a4f7f75619a"
      ],
      "author": {
        "name": "Nick Birnie",
        "email": "birnie@google.com",
        "time": "Wed Apr 22 22:27:50 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:38:34 2026"
      },
      "message": "[glic] Migrate turn duration metrics to GlicInstanceMetrics\n\nThis CL removes Glic.Response.TurnDuration.* from the profile-scoped\nGlicMetrics. This metric is now redundantly tracked by\nGlicInstanceMetrics as Glic.Turn.Duration.*, which provides better\nper-instance tracking.\n\nEquivalent metrics in GlicInstanceMetrics:\n- Glic.Turn.Duration.Default\n- Glic.Turn.Duration.Actor\n\nOBSOLETE_HISTOGRAMS\u003dPatterned Glic.Response.TurnDuration.{Mode} is\nreplaced by Glic.Turn.Duration.{Mode}\n\nChange-Id: I48e21c2cbfad59c015044b4e2d17b05254c41ba1\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7781933\nReviewed-by: Trevor Perrier \u003cperrier@chromium.org\u003e\nReviewed-by: Dan H \u003charringtond@chromium.org\u003e\nCommit-Queue: Nick Birnie \u003cbirnie@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619135}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6d0790f29e03f8736e7425a7c2d10d12c43ff27a\n"
    },
    {
      "commit": "d4f34415763c874d7af628a7c0e60a4f7f75619a",
      "tree": "904d6f84342ea0e31687d5c1a873efff69431248",
      "parents": [
        "6a63fe90db21e17633a488d4c1f00552b39aea08"
      ],
      "author": {
        "name": "Nick Birnie",
        "email": "birnie@google.com",
        "time": "Wed Apr 22 22:27:33 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:29:39 2026"
      },
      "message": "[glic] Migrate interaction metrics to GlicInstanceMetrics\n\nMigrates ScrollTo performance metrics from the profile-scoped\nGlicMetrics service to the instance-scoped GlicInstanceMetrics class.\nAlso removed Glic.FirstReaction.Text.* metric which has never been\nlogged and is not planned to be implemented.\n\nMetrics removed from GlicMetrics:\n- Glic.FirstReaction.Text.{Canned,Modelled}.Time\n- Glic.ScrollTo.UserPromptToScrollTime.*\n\nEquivalent metrics in GlicInstanceMetrics (now verified by unit tests):\n- Glic.ScrollTo.UserPromptToScrollTime.* (mirrored)\n\nThis allowed for the cleanup of 4 state variables from GlicMetrics:\n- TurnInfo::reported_reaction_time_canned_\n- TurnInfo::reported_reaction_time_modelled_\n- scroll_input_submitted_time_\n- scroll_input_mode_\n\nIt is safe to remove these metrics because they are fully mirrored in\nthe new GlicInstanceMetrics system, which provides better per-instance\ntracking and more robust lifecycle management.\n\nOBSOLETE_HISTOGRAMS\u003dPatterned\nGlic.FirstReaction.Text.{ReactionType}.Time is deprecated until\nOnReaction plumbing is implemented by the client.\nOBSOLETE_HISTOGRAMS\u003dPatterned\nGlic.Turn.FirstReaction.Text.{ReactionType}.Time is deprecated until\nOnReaction plumbing is implemented by the client.\n\nBug: 468097191, 444740969\nChange-Id: If250dc3b6c376b50059965a47d56d9070c74779b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780766\nReviewed-by: Dan H \u003charringtond@chromium.org\u003e\nReviewed-by: Trevor Perrier \u003cperrier@chromium.org\u003e\nCommit-Queue: Nick Birnie \u003cbirnie@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619134}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: eac7a4611e03318403a49e72ad9603fd24ed76f9\n"
    },
    {
      "commit": "6a63fe90db21e17633a488d4c1f00552b39aea08",
      "tree": "a1ca0b8628c8dcc0f3a04a5fca7c41a855d52655",
      "parents": [
        "4713008ffe0bec87f4a12f410b2d497d35dc55e1"
      ],
      "author": {
        "name": "Andrew Grieve",
        "email": "agrieve@chromium.org",
        "time": "Wed Apr 22 22:15:49 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:21:11 2026"
      },
      "message": "Grit: Make whitespace optional when parsing plurals.\n\nBug: 505441814\nChange-Id: I9e3ae12f3b000e6037184b38815adfcf10129316\nCq-Include-Trybots: luci.chrome.try:android-internal-dbg,android-internal-binary-size\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7787370\nCommit-Queue: Andrew Grieve \u003cagrieve@chromium.org\u003e\nReviewed-by: Yanling Hu \u003cyanlinghu@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619126}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 8d862fed17a767791e596958a7b40d3077523c58\n"
    },
    {
      "commit": "4713008ffe0bec87f4a12f410b2d497d35dc55e1",
      "tree": "af0e83a2d860d76662b1b3805857b057d91936a6",
      "parents": [
        "f0a8c5556f6292b53b8a102f13b7c6e0f9a19c43"
      ],
      "author": {
        "name": "Daniel Cheng",
        "email": "dcheng@chromium.org",
        "time": "Wed Apr 22 22:13:21 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 22:19:31 2026"
      },
      "message": "Add plugin option to skip complex constructor checks for aggregate types\n\nWith this option enabled, the Chrome clang plugin completely skips the\ncomplex constructor and destructor checks for aggregate types. This\nallows the use of designated initializers, which can be a very\nconvenient shorthand.\n\nWhile there is some binary size and compile time cost, this carveout is\nlimited to classes and structs that meet the C++23 requirements for an\naggregate. Most importantly, this means no virtual methods and only\npublic fields.\n\nIn addition, the C++ style guide also specifically recommends structs\nonly when a type does not need to maintain any internal invariants:\nbetween this guidance and the previous restrictions, this should provide\nan acceptable balance between utility and cost.\n\nAs an aside, the original plan was to require out-of-line destructors\nfor aggregates; however, this prevents the compiler from providing an\nimplicitly-declared move constructor where appropriate and leads to\nworse overall outcomes.\n\nSome numbers from converting 61 candidate types to use designated\ninitializers:\n- arm32 binary size isn\u0027t affected\n- arm64 binary size increases by ~60KB\n- official Linux builds increase by ~100KB. This increase is not evenly\n  distributed, e.g.:\n  - `RenderWidgetHostImpl::DragTargetDragEnter()` increases in size from\n    879 bytes to 10,824 bytes. This is the largest increase; before and\n    after, the compiler inlines the body of the `DropDataToMetaData()`\n    helper function, which includes multiple calls to `~Metadata()` to\n    destroy the temporaries; however, in the after version, clang emits\n    the code for the destructor inline, causing significant bloat.\n    Rewriting this to use `emplace_back()` to avoid the temporaries\n    helps reduce the impact to only 3,938 bytes, but does not eliminate\n    it entirely.\n  - `NetworkContext::MakeURLRequestContext()` was previously inlined\n    into `NetworkContext`; the combined size before is 15,313 bytes,\n    while the combined size after is 16,978 bytes. This changer is\n    primarily due to `HttpNetworkSessionParams` becoming an aggregate;\n    the destructor is large due to various fields that are maps.\n\ngemini-cli used to develop initial plugin changes and tests, as well as\nprototype and measure the potential future impact on Chrome binary size.\n\nBug: 355003174\nBug: 40264793\nBug: 40279385\nChange-Id: I7a7064bbbafcb560a849fdbdc182b56e4c7fbbd6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7763597\nReviewed-by: Hans Wennborg \u003chans@chromium.org\u003e\nCommit-Queue: Daniel Cheng \u003cdcheng@chromium.org\u003e\nReviewed-by: Tom Sepez \u003ctsepez@chromium.org\u003e\nReviewed-by: David Benjamin \u003cdavidben@chromium.org\u003e\nReviewed-by: Jeremy Roman \u003cjbroman@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619124}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 93c5520425be2ec67c4a7e66d37276e3ae5e9d33\n"
    },
    {
      "commit": "f0a8c5556f6292b53b8a102f13b7c6e0f9a19c43",
      "tree": "dbb38641243c6b032d91cb713bafb1713db7d925",
      "parents": [
        "7a4c6b248da824f7e48001498e50e9613e6e32aa"
      ],
      "author": {
        "name": "Nicolas Ouellet-Payeur",
        "email": "nicolaso@chromium.org",
        "time": "Wed Apr 22 21:41:19 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 21:47:16 2026"
      },
      "message": "Update BrowserSwitcher.* histograms expiry\n\nFixed: 495424594\nLink: https://chromium-review.googlesource.com/id/Iacded9da39cf8dbfa8a054ca718bd0506a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785748\nCommit-Queue: Nicolas Ouellet-Payeur \u003cnicolaso@chromium.org\u003e\nReviewed-by: Luc Nguyen \u003clucnguyen@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619096}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 956d0a6fc5095c4868cd61dc11f16a420a08a2c3\n"
    },
    {
      "commit": "7a4c6b248da824f7e48001498e50e9613e6e32aa",
      "tree": "77be1099df78f8430309ca751ed20c94e10296c7",
      "parents": [
        "4ad218ee9413b8903cebbe8d82c194029220212f"
      ],
      "author": {
        "name": "Nicolas Ouellet-Payeur",
        "email": "nicolaso@chromium.org",
        "time": "Wed Apr 22 21:34:11 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 21:40:21 2026"
      },
      "message": "Update Enterprise.CBCMRemoteCommand* histogram expiry\n\nFixed: 495423228\nLink: https://chromium-review.googlesource.com/id/I66418ffb2706dfbc4207b1a094c58ae06a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785747\nReviewed-by: Sergey Poromov \u003cporomov@chromium.org\u003e\nCommit-Queue: Nicolas Ouellet-Payeur \u003cnicolaso@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619093}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 86f07ddab3ce44c47ca655e672a980be0dfd0f15\n"
    },
    {
      "commit": "4ad218ee9413b8903cebbe8d82c194029220212f",
      "tree": "ce8bcc71b752d5be20914c8e394f6f37e49e774e",
      "parents": [
        "517df0e3efd89b56f02a1122da97c5088f78278a"
      ],
      "author": {
        "name": "Gazal",
        "email": "agazal@google.com",
        "time": "Wed Apr 22 21:10:31 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 21:13:05 2026"
      },
      "message": "[lint-sync] Add missing LINT guards in arc_app_list_prefs.cc\n\nAdding IfThisThenThat lint guards to ensure synchronization between the following source code (C++ or Java) enums and their metadata representation in enums.xml: InstallationCounterReasonEnum, UninstallCounterReasonEnum\n\nBug: 503120165\nChange-Id: I90c08608a6c50fb386870f770ac0d085873c4ffe\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7769835\nCommit-Queue: Luzanne Batoon \u003cbatoon@google.com\u003e\nReviewed-by: Luzanne Batoon \u003cbatoon@google.com\u003e\nAuto-Submit: Gazal Agarwal \u003cagazal@google.com\u003e\nReviewed-by: Long Cheng \u003clgcheng@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619079}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 291e6165e5726bc057145a23f30f7dfad65eed98\n"
    },
    {
      "commit": "517df0e3efd89b56f02a1122da97c5088f78278a",
      "tree": "bd82ad5036c1da5697da0c76ff5408e2b2a5fbb1",
      "parents": [
        "2868d15e748390d918708010bccbd6a1d6aa495e"
      ],
      "author": {
        "name": "Katie Dektar",
        "email": "katydek@google.com",
        "time": "Wed Apr 22 21:09:19 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 21:10:56 2026"
      },
      "message": "A11y: Implement inverting mouse cursor behind a flag\n\nThis CL implements an accessibility feature that dynamically inverts the\nscreen colors beneath the mouse cursor to ensure high visibility against\nany background. The feature only works when\nAccessibilityInvertedMouseCursor is enabled and no other custom cursor\ncolor is selected.\n\nKey changes:\n   - Updated CursorWindowController to force software cursor compositing when the feature is enabled, allowing the use of backdrop filters.\n   - Implemented a multi-layer cursor structure (Inversion Layer + Mask + Overlay) to invert the cursor\u0027s fill only.\n   - Lottie vector assets can re-color the fill only. Used a magenta chroma-key for the cursor fill, and algebraic un-blending logic to separate the mask from the overlay, preserving anti-aliased edges and original asset colors (e.g., the green plus on the copy cursor).\n   - Tests added for the layered window structure and the mathematical accuracy of the pixel separation logic.\n\nBug: 40876890\nTest: ash_unittests, compositor_unittests, manual verification with --enable-features\u003dAccessibilityInvertedMouseCursor\nChange-Id: I556ef6ddbc8d2be2b55cd425be2190802c06faa1\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7685273\nReviewed-by: James Cook \u003cjamescook@chromium.org\u003e\nCommit-Queue: Katie D \u003ckatie@chromium.org\u003e\nReviewed-by: Yichen Zhou \u003cyichenz@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619077}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 7b9dfa0297a78f04ab6f2879bc3cc6958686f64d\n"
    },
    {
      "commit": "2868d15e748390d918708010bccbd6a1d6aa495e",
      "tree": "c540fa6e445b7272d126e9e35f54df587c63f944",
      "parents": [
        "702c40a8cef2df45c8ea1fab1c4b2b7750474a8b"
      ],
      "author": {
        "name": "Yanling",
        "email": "yanlinghu@google.com",
        "time": "Wed Apr 22 21:06:18 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 21:08:32 2026"
      },
      "message": "[Feed] Part5 of remove web feed feature: Remove web_feed in chrome/browser/feed\n\nThis CL removes C++ files related to the web feed feature in\nchrome/browser/feed, deletes associated preference keys, and cleans up\nobsolete features and field trials.\n\nThe changes include:\n\n1. Removed Preference Keys: kHasSeenWebFeed and kLastBadgeAnimationTime\n* Added in: https://chromium-review.git.corp.google.com/c/chromium/src/+/3950805\n* Deletion reference: https://chromium-review.git.corp.google.com/c/chromium/src/+/7681056\n* Followed deletion instruction in https://chromium.googlesource.com/chromium/src/+/main/chrome/browser/prefs/README.md#deleting-an-old-pref\n\n2. Removed Field Trial: FollowingFeedFollowCount\n* Added in: https://chromium-review.git.corp.google.com/c/chromium/src/+/3142168\n\n3. Removed Histogram:\nContentSuggestions.Feed.WebFeed.PageInformationRequested\n* Added in: https://chromium-review.git.corp.google.com/c/chromium/src/+/3470436\n* Instruction used: https://chromium.googlesource.com/chromium/src/+/main/tools/metrics/histograms/README.md#obsolete\n\n4. Removed features flags:\n- FEED_FOLLOW_UI_UPDATE\n   * Added in:\nhttps://chromium-review.git.corp.google.com/c/chromium/src/+/4584421\nhttps://chromium-review.git.corp.google.com/c/chromium/src/+/4895066\n\n- WEB_FEED_AWARENESS\n   * Added in:\nhttps://chromium-review.git.corp.google.com/c/chromium/src/+/3579289\nhttps://chromium-review.git.corp.google.com/c/chromium/src/+/3615264\nhttps://chromium-review.git.corp.google.com/c/chromium/src/+/3900453\n\nOBSOLETE_HISTOGRAM[ContentSuggestions.Feed.WebFeed.PageInformationRequested]\u003dexpired\n2026-09-04.\n\nCq-Include-Trybots: luci.chrome.try:android-internal-binary-size;luci.chrome.try:android-internal-rel;luci.chrome.try:android-internal-dbg\nBug: 407797637\nChange-Id: I22bdc208ad07b0538425830ca66f38784aecf98b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7777108\nReviewed-by: Dominic Battré \u003cbattre@chromium.org\u003e\nReviewed-by: Xi Han \u003chanxi@chromium.org\u003e\nCommit-Queue: Yanling Hu \u003cyanlinghu@google.com\u003e\nReviewed-by: Avi Drissman \u003cavi@chromium.org\u003e\nReviewed-by: Tarun Bansal \u003ctbansal@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619073}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: c292b11c4c59f447df88a89cf081ae078dcd9711\n"
    },
    {
      "commit": "702c40a8cef2df45c8ea1fab1c4b2b7750474a8b",
      "tree": "6e95370065cd89476eae058763bc059e5911940c",
      "parents": [
        "2b559a569c8f3389e18718fc1a3ba75faafbaec1"
      ],
      "author": {
        "name": "Angela Novakovic",
        "email": "novakovica@google.com",
        "time": "Wed Apr 22 20:04:23 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 20:10:44 2026"
      },
      "message": "[iOS] Delete expired histogram IOS.Reauth.Password.BottomSheet\n\nThis CL removes the expired histogram IOS.Reauth.Password.BottomSheet\nand all associated code.\n\nOBSOLETE_HISTOGRAM[IOS.Reauth.Password.BottomSheet]\u003dHistogram expired.\n\nFixed: 421902023\nChange-Id: I9a70e918ad4108668f4d8ce5018de9f55f93e529\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759131\nCommit-Queue: Angela Novakovic \u003cnovakovica@google.com\u003e\nReviewed-by: Sebastien S-G \u003csebsg@chromium.org\u003e\nReviewed-by: Alexis Hétu \u003csugoi@chromium.org\u003e\nReviewed-by: Sourav Uttam Sinha \u003csinhasourav@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1619031}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 4065cad2e9070f470f283033d36429a51cb58198\n"
    },
    {
      "commit": "2b559a569c8f3389e18718fc1a3ba75faafbaec1",
      "tree": "5b04e952d09ebcaf5e7903e054e8487c62113ee4",
      "parents": [
        "5452092277ccc8e8fe3d77965c1ed4faee73644f"
      ],
      "author": {
        "name": "dmurph@chromium.org",
        "email": "dmurph@chromium.org",
        "time": "Wed Apr 22 19:01:08 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 19:02:35 2026"
      },
      "message": "[PWA] Implement graceful recovery for Web App DB corruption/downgrade\n\nThis CL implements a graceful recovery flow when the Web App Database\nfails to open or is detected as corrupted (e.g., due to a browser\ndowngrade). Instead of crashing with a CHECK, the browser will now:\n\n1. **Detect Corruption**: Update `WebAppDatabase::MigrateDatabase` to\n    return a `WebAppDatabaseOpenResult` instead of crashing.\n2. **Salvage Data**: Extract `AppId`s and `start_url`s from partially\n    parsed protobufs to assist in cleanup.\n3. **Show UI**: Display an asynchronous `ProfileErrorDialog`\n    (ProfileErrorType::DB_WEB_APP_DATA).\n4. **Graceful Cleanup**: Call\n    `RemoveWebAppJob::RemoveForCorruptDatabase` to delete OS\n    integrations, icons, translations, and preferences (using\n    `base::ConcurrentClosures` to wait for completion).\n5. **Reset System**: Recreate the database and sync bridge to start\n    fresh.\n\nMetrics:\n- Introduced `WebApp.Database.OpenResult` to track success, read\n  errors, and downgrades.\n- Added profile deletion reason enum.\n\nIn order to do this change, some code was fixed to wait on the\nextensions systems starting using our extensions system wrapper\ninstead of the \u0027real\u0027 extensions system.\n\nNO_IFTTT: Bug with the linter, we are doing this correctly.\n\nTested: `web_app_sync_bridge_unittest.cc`, `web_app_database_unittest.cc` (DowngradeCorruptionRecovery), `web_app_database_recovery_browsertest.cc`\nFixed: 458960486\nChange-Id: I3c9f43dc8a8b9c51e8cf628d534d6e72688941a2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7723749\nReviewed-by: Dibyajyoti Pal \u003cdibyapal@chromium.org\u003e\nCommit-Queue: Daniel Murphy \u003cdmurph@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1619003}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6ffaab9069807b23dec197bc117d7959219a0ac4\n"
    },
    {
      "commit": "5452092277ccc8e8fe3d77965c1ed4faee73644f",
      "tree": "9286c8354aaeb8e4806b2b51dfca1f122e183173",
      "parents": [
        "68bdfe4abe222e201e980e8d87aa0dae80d50374"
      ],
      "author": {
        "name": "Brandon Wylie",
        "email": "wylieb@google.com",
        "time": "Wed Apr 22 18:35:32 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:37:33 2026"
      },
      "message": "Extend DomDistiller histogram expiries\n\nThis CL extends the expiry dates for all DomDistiller histograms in\naccessibility/histograms.xml to 2027-06-01.\n\nBug: 504634050\nChange-Id: Ic89367ab902c4ab02fbf83929e2d37cd6d0a465e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782900\nCommit-Queue: Brandon Wylie \u003cwylieb@google.com\u003e\nReviewed-by: Robert Kaplow \u003crkaplow@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618990}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 78aac757ca48175d82bc36385d69d19d020527fd\n"
    },
    {
      "commit": "68bdfe4abe222e201e980e8d87aa0dae80d50374",
      "tree": "37971b9ca33e95fe6874187c6b880be51ab0591c",
      "parents": [
        "ea31bf192bb1d283d14d47e8729996c09a1a8302"
      ],
      "author": {
        "name": "Quinton Lucyk",
        "email": "qlucyk@chromium.org",
        "time": "Wed Apr 22 18:31:39 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:33:31 2026"
      },
      "message": "Seeing up config flags for In product help and Search extension promo.\n\nThis is the initial flag config that will be utilized when showing a\npromotion to users regarding a search extension they can install in\nEdge. The extension is the Google search extension from the Edge Store.\n\nChange-Id: Ic6dccbc7d54a187a0747209f576097b565df580e\nBug: 467255671\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782889\nReviewed-by: Darryl James \u003cdljames@chromium.org\u003e\nReviewed-by: Dana Fried \u003cdfried@chromium.org\u003e\nCommit-Queue: Quinton Lucyk \u003cqlucyk@chromium.org\u003e\nReviewed-by: Foromo Daniel Soromou \u003ckoretadaniel@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618989}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 8917bfa3b72ee7318700c349f65e3ab503b86e7d\n"
    },
    {
      "commit": "ea31bf192bb1d283d14d47e8729996c09a1a8302",
      "tree": "1c4dad134cc58e001267f5a7192a1d6a2dac0b0b",
      "parents": [
        "30acaddfff4c5172262172b3538af21cf884377b"
      ],
      "author": {
        "name": "Alison Maher",
        "email": "almaher@microsoft.com",
        "time": "Wed Apr 22 18:26:04 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:28:08 2026"
      },
      "message": "Extend high contrast histogram\n\nExtend the histogram out by another year to 2027.\n\nBug: 504633689\nChange-Id: Ibef60e86e283d6648f70f51cefcec06bb07b1c9b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785458\nReviewed-by: Evan Liu \u003cevliu@google.com\u003e\nCommit-Queue: Alison Maher \u003calmaher@microsoft.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618983}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 879da97dfa48a5e6ad6b2cc47c4298522b4ef3e4\n"
    },
    {
      "commit": "30acaddfff4c5172262172b3538af21cf884377b",
      "tree": "781301ba88c964e75daf03c2ee8190f439634e7d",
      "parents": [
        "79f010e28275b478479f71bb92c15c6c8b3c6f5e"
      ],
      "author": {
        "name": "Seung Jae Lim",
        "email": "andysjlim@chromium.org",
        "time": "Wed Apr 22 18:19:59 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:26:04 2026"
      },
      "message": "Track when the primary page change and the URL is the same\n\nChange-Id: Ia6b31a059d021731b2fb01fe2849908a94d242c5\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783630\nReviewed-by: Xinghui (xing) Lu \u003cxinghuilu@chromium.org\u003e\nCommit-Queue: Seung Jae Lim \u003candysjlim@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618979}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: b81ff756ea635a09025ff13ee9818a1abb86c626\n"
    },
    {
      "commit": "79f010e28275b478479f71bb92c15c6c8b3c6f5e",
      "tree": "9b7e8cb0ef950d97acea23e96bac761c9382517a",
      "parents": [
        "58e5e7cad429f648ec5c8f6fc53dd802068c0a55"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Apr 22 18:15:24 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:16:53 2026"
      },
      "message": "Roll Perfetto Trace Processor Linux from 1e07394ab831 to c48befc3efb8\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/1e07394ab831..c48befc3efb8\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: I312b8f386161bc71403ed9ed5ce2a7e60e05dbea\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786225\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@{#1618975}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 483d46b6557ccdb496f18f930b47902bb4cb19a2\n"
    },
    {
      "commit": "58e5e7cad429f648ec5c8f6fc53dd802068c0a55",
      "tree": "764519c4af304dafeb06b2ea225ddf51aff4a47f",
      "parents": [
        "181782e5fbbdcbcca7b8e5052490e001db71385d"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Apr 22 18:09:13 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 18:12:42 2026"
      },
      "message": "Roll Perfetto Trace Processor Win from b5e63adb74be to c48befc3efb8\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/b5e63adb74be..c48befc3efb8\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: Ic72a000447df3b384b15ffdf31e0623f5b9c813c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786591\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@{#1618969}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 6509387aa85b63645bc872ebba6a50d64bebfa64\n"
    },
    {
      "commit": "181782e5fbbdcbcca7b8e5052490e001db71385d",
      "tree": "d995ca8bba3475e3ef80823cca58c47f24791a50",
      "parents": [
        "38c2ceea44250611b2ebfaa37380fc0ff98a5582"
      ],
      "author": {
        "name": "Howard Chang",
        "email": "howardcha@google.com",
        "time": "Wed Apr 22 17:57:45 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 17:59:33 2026"
      },
      "message": "skills: Add search and zero results metrics for chrome://skills\n\nTrack how often users use the search bar and how often searches yield no results on both the \u0027Your Skills\u0027 and \u0027Browse Skills\u0027 pages.\n\nThis adds kSearchPerformed and kZeroResultsSearch to the SkillsManagementAction enum and records them in the corresponding WebUI components.\n\nBug: 503451610\n\nTest: browser_tests --gtest_filter\u003d*SkillsBrowserTest*\nChange-Id: I264f6082935282f9576cc134c3e82110e0ebf8bd\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780424\nReviewed-by: Abe Boujane \u003cboujane@google.com\u003e\nReviewed-by: Elly \u003cellyjones@chromium.org\u003e\nCommit-Queue: Howard Chang \u003chowardcha@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618963}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: e91db4a5f20153995b67d88570f48802c0497ba6\n"
    },
    {
      "commit": "38c2ceea44250611b2ebfaa37380fc0ff98a5582",
      "tree": "e101d7a154b0609c51651ed2c888e10fb3fb86f0",
      "parents": [
        "1c8313439844e9026d0cc69eead58cdbfaf9155f"
      ],
      "author": {
        "name": "Mark Schillaci",
        "email": "mschillaci@google.com",
        "time": "Wed Apr 22 17:50:49 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 17:53:22 2026"
      },
      "message": "Update expiration of accessibility histograms\n\nNO_IFTTT\u003dThis only extends expiration dates, no changes.\n\nFixed: 504632841, 504633090, 504632580, 504631962, 504633199, 504633751\nChange-Id: I324d564433dd739c4bb0c2f6e1aec33c8b930877\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7778683\nCommit-Queue: Mark Schillaci \u003cmschillaci@google.com\u003e\nReviewed-by: Evan Liu \u003cevliu@google.com\u003e\nCommit-Queue: Evan Liu \u003cevliu@google.com\u003e\nAuto-Submit: Mark Schillaci \u003cmschillaci@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618960}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: b2fa13ce32dba789ff09e6b4c790ce870d88c4c8\n"
    },
    {
      "commit": "1c8313439844e9026d0cc69eead58cdbfaf9155f",
      "tree": "28070a9b41560edc30cba5858f644353dba6f7f7",
      "parents": [
        "53f9ed50323893e69cc5384db50a79494c6d322a"
      ],
      "author": {
        "name": "Juliet Lévesque",
        "email": "julietlevesque@google.com",
        "time": "Wed Apr 22 17:35:27 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 17:37:19 2026"
      },
      "message": "[aim-drive] Introduce skeleton chrome://drive-picker-host\n\nAdd skeleton trusted WebUI that will be used in follow up\nCLs to host the 3P Google Drive Picker in a corresponding untrusted WebUI.\n\nBug: b:497937568\nChange-Id: I295cef0e843a423a72fb203ca99af88f278b1985\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7774950\nReviewed-by: Ian Clelland \u003ciclelland@chromium.org\u003e\nReviewed-by: Demetrios Papadopoulos \u003cdpapad@chromium.org\u003e\nReviewed-by: Josiah Kiehl \u003ckiehl@google.com\u003e\nReviewed-by: Fred Shih \u003cffred@chromium.org\u003e\nCommit-Queue: Juliet Lévesque \u003cjulietlevesque@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618955}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 903cd31d6d38908eeff57ef189ef87c2dff2f41f\n"
    },
    {
      "commit": "53f9ed50323893e69cc5384db50a79494c6d322a",
      "tree": "52482c7810b5ab8b29ed58852078fceb5071de68",
      "parents": [
        "c03d016f8a062c0dc2a5f01167ca8d579c87a456"
      ],
      "author": {
        "name": "Camillo Bruni",
        "email": "cbruni@chromium.org",
        "time": "Wed Apr 22 15:55:35 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 16:00:26 2026"
      },
      "message": "[perf] Disable v8 rcs benchmarks\n\nWe are going to disable runtime call stats by default to simplify\nour release process and reduce the performance difference to the main\nrelease version.\n\nV8-side change: https://crrev.com/c/7785689\n\nBug: 505059798, 40260676\nChange-Id: I007579b7fbd0d2216714dd1cfa340b4203fdff26\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786029\nReviewed-by: Wenbin Zhang \u003cwenbinzhang@google.com\u003e\nCommit-Queue: Camillo Bruni \u003ccbruni@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618906}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 10b9c7252def3dcabbb0fb925f7d70399812af7b\n"
    },
    {
      "commit": "c03d016f8a062c0dc2a5f01167ca8d579c87a456",
      "tree": "6297f7876ef76565d138d319043d64d457013903",
      "parents": [
        "424ac7d481165ea9be6dc02bed7ad0b8be19f15d"
      ],
      "author": {
        "name": "John Chen",
        "email": "johnchen@chromium.org",
        "time": "Wed Apr 22 15:51:00 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 15:52:30 2026"
      },
      "message": "[Perf] Run core press benchmarks on mac-m4-pro-perf\n\nBug: b:505129285\nChange-Id: I7ace9adb1548f796f06412994b2664aca3dadb79\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785130\nReviewed-by: Wenbin Zhang \u003cwenbinzhang@google.com\u003e\nCommit-Queue: John Chen \u003cjohnchen@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618901}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: b1ed0070cee84258ab9c5e40ee772ec4d44a04e5\n"
    },
    {
      "commit": "424ac7d481165ea9be6dc02bed7ad0b8be19f15d",
      "tree": "7b9d67665157ade4b7ca1aee63663a41ed0b7f55",
      "parents": [
        "3a730c09731b09cd1ef45e609cafe6d9f26e5011"
      ],
      "author": {
        "name": "Sergey Poromov",
        "email": "poromov@chromium.org",
        "time": "Wed Apr 22 15:42:23 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 15:48:43 2026"
      },
      "message": "Add missing metrics for QueryGeolocation and FetchSupportPacket remote commands.\n\nThis CL adds new variants for tracking the execution of \"QueryGeolocation\" and \"FetchSupportPacket\" remote commands that we not added before.\n\nBug: None\nChange-Id: I7cc9437b1c17d8dcb00df3e43017e34f6eeefbf0\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785192\nAuto-Submit: Sergey Poromov \u003cporomov@chromium.org\u003e\nReviewed-by: Ivan Šandrk \u003cisandrk@chromium.org\u003e\nCommit-Queue: Ivan Šandrk \u003cisandrk@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618893}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 350594e82c35e532e0e8b43c74afaa5f5f8b01af\n"
    },
    {
      "commit": "3a730c09731b09cd1ef45e609cafe6d9f26e5011",
      "tree": "f9eda7164a22f53de8b71e9b63c8230dbf0259d6",
      "parents": [
        "acae5a7064f147d515411f7d8368dbc3675bd810"
      ],
      "author": {
        "name": "Shubh Shah",
        "email": "shubhshah@google.com",
        "time": "Wed Apr 22 15:38:53 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 15:43:03 2026"
      },
      "message": "Add presubmit check for action owners.\n\nThis change introduces a new presubmit check that validates whether\nnewly added or modified actions in actions.xml have at least one valid\nowner email. The check uses a basic regex to identify valid email\nformats. To support this, the print_action_names script was updated to\nalso report modified actions, and action_utils was enhanced with an\nequality check for Action objects and a function to extract and validate\nowners.\n\nBug: 40870760\nChange-Id: I0f27cc8d22069046ed644fc4c6d35d5fae314284\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760668\nReviewed-by: Luc Nguyen \u003clucnguyen@google.com\u003e\nReviewed-by: Andrzej Fiedukowicz \u003cafie@google.com\u003e\nCommit-Queue: Shubh Shah \u003cshubhshah@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618892}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: be241a78e7eee58f1ffe06aaf89da6165568e386\n"
    },
    {
      "commit": "acae5a7064f147d515411f7d8368dbc3675bd810",
      "tree": "2e1d6ddaac0cf4333311ef82360935b555dd1c71",
      "parents": [
        "0cf96828fe57435aaa917a17633895a11c69b8d9"
      ],
      "author": {
        "name": "Andy Paicu",
        "email": "andypaicu@chromium.org",
        "time": "Wed Apr 22 15:38:14 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 15:41:33 2026"
      },
      "message": "Create the GeolocationHeader service\n\nThis CL is part of the work to bring the X-Geo header to all platforms.\nCopying it from the GeolocationHeader.java and moving it into a\nplatform-agnostic layer.\n\nThis CL implements the keyed service which encapsulates all the\noperations related to providing the location in a header format:\n* checking permissions to ensure the DSE should receive location\n* obtaining location from the device location service\n* building a X-Geo serialized header\n\nThe next step after this CL will be to actually call these functions\nfrom a navigation throttle in order to attach the header to DSE\nnavigations.\n\nThis feature is gated behind the feature flag kPlatformAgnosticXGeo.\n\nFixed: 494147359\nChange-Id: Iad011feaf38b12df858f3e5f138cba797a5c704b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7704232\nReviewed-by: Dave Tapuska \u003cdtapuska@chromium.org\u003e\nCommit-Queue: Dave Tapuska \u003cdtapuska@chromium.org\u003e\nReviewed-by: Alvin Ji \u003calvinji@chromium.org\u003e\nAuto-Submit: Andy Paicu \u003candypaicu@chromium.org\u003e\nReviewed-by: Antonio Sartori \u003cantoniosartori@chromium.org\u003e\nReviewed-by: Patrick Noland \u003cpnoland@chromium.org\u003e\nReviewed-by: Sylvain Defresne \u003csdefresne@chromium.org\u003e\nCommit-Queue: Andy Paicu \u003candypaicu@chromium.org\u003e\nReviewed-by: Nihar Majmudar \u003cniharm@google.com\u003e\nReviewed-by: Reilly Grant \u003creillyg@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618891}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 2929cba173034fa2ced7899c1851c2b9c4dbc8aa\n"
    },
    {
      "commit": "0cf96828fe57435aaa917a17633895a11c69b8d9",
      "tree": "d770dd8cd1495b3ae9b69eeaf151ae858843d917",
      "parents": [
        "0178c03ef1420fb3cee96eae4574afeb229af626"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Apr 22 15:29:55 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 15:35:45 2026"
      },
      "message": "Roll Perfetto Trace Processor Linux from b5e63adb74be to 1e07394ab831\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/b5e63adb74be..1e07394ab831\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: I3a4e20fdb6d35ed31a30abda0c242749546a8b7b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785618\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@{#1618886}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: fba71432b2c76ff2544b04be599c32e5e1882446\n"
    },
    {
      "commit": "0178c03ef1420fb3cee96eae4574afeb229af626",
      "tree": "0752299a8332b4d6fe876aad8b85f2e3d43143fc",
      "parents": [
        "3cf831d54bc510cbc4f9d9be2a1d977741801680"
      ],
      "author": {
        "name": "Mateusz Zbikowski",
        "email": "zbikowski@google.com",
        "time": "Wed Apr 22 14:37:20 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 14:39:09 2026"
      },
      "message": "Don\u0027t auto-enable field trials for WebView crossbench benchmarks.\n\nThe auto_enable_field_trials option is set to False for\n\u0027loading.crossbench\u0027, \u0027embedder.crossbench\u0027, and\n\u0027gma.embedder.crossbench\u0027 in bot_platforms.py. Consequently, the\n--enable-field-trials flag is removed from the command-line arguments\nfor these benchmarks in the Android WebView shard maps. The shard maps\nhave also been rebalanced to reflect updated benchmark distributions.\n\nChange-Id: I2d14d74796a2e282d9488926197c440ad1674b16\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7786255\nCommit-Queue: Mateusz Zbikowski \u003czbikowski@google.com\u003e\nCommit-Queue: Camillo Bruni \u003ccbruni@chromium.org\u003e\nAuto-Submit: Mateusz Zbikowski \u003czbikowski@google.com\u003e\nReviewed-by: Camillo Bruni \u003ccbruni@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618862}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 9ca70c9771d21074c23375baec148261979edab4\n"
    },
    {
      "commit": "3cf831d54bc510cbc4f9d9be2a1d977741801680",
      "tree": "8702c77d3ec7bb7e1b140c3b9257287c2bafec39",
      "parents": [
        "2f9d6d29aba95f2488ae2ba30114574c1c01f0f7"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Apr 22 14:22:41 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 14:24:38 2026"
      },
      "message": "Roll Perfetto Trace Processor Win from a32e18b36637 to b5e63adb74be\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/a32e18b36637..b5e63adb74be\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: I092c36b9ac5951bca3daae26a365cc4473791ee2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783267\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@{#1618853}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: e3c88dd50fa1a61af0497096ad33dcf31fa745c9\n"
    },
    {
      "commit": "2f9d6d29aba95f2488ae2ba30114574c1c01f0f7",
      "tree": "c4db03a93b018a1e3a3411f408a417d17540e9db",
      "parents": [
        "5e48985d8b7c0a0950509c2d64e29a38b2c5ff3d"
      ],
      "author": {
        "name": "Hitarth Kothari",
        "email": "hitarthkothari@google.com",
        "time": "Wed Apr 22 14:16:36 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 14:18:32 2026"
      },
      "message": "[TabStripContextMenus] Replace duplicate tabs flag with new flag\n\nBug: 468071299\nChange-Id: Iaa6fc8c8927e1a05c3bfe53e22c97f321f8c8e81\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7778290\nAuto-Submit: Hitarth Kothari \u003chitarthkothari@google.com\u003e\nCommit-Queue: Hitarth Kothari \u003chitarthkothari@google.com\u003e\nReviewed-by: Calder Kitagawa \u003cckitagawa@chromium.org\u003e\nCommit-Queue: Calder Kitagawa \u003cckitagawa@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618846}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 03fa6fce5c2d6316fe86c4475dd7659c50fada04\n"
    },
    {
      "commit": "5e48985d8b7c0a0950509c2d64e29a38b2c5ff3d",
      "tree": "78556162283c71223630e9771565b2e10654217c",
      "parents": [
        "4ce9c0dc2b6243a0c86ba6ba66c9c684aa4c7bf5"
      ],
      "author": {
        "name": "Ryan Harrison",
        "email": "rharrison@chromium.org",
        "time": "Wed Apr 22 14:05:33 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 14:07:52 2026"
      },
      "message": "Correctly write links to paths remapped using --path-equivalence\n\nThe coverage scripts rewrite the displayed paths in the reports so\nthat they reflect the source layout of the repo since that is more\nintuitive for developers. The actual report files are in report\ndirectory in the lcov layout created by lcov, so the links in the\nreport need to use the unmapped values to point to the correct file\nlocation.\n\nBug: 498083630\nChange-Id: Ibdc2cf3f43689b44e8bfde96d63f25b9dd82f06e\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780761\nReviewed-by: Jeff Yoon \u003cjeffyoon@google.com\u003e\nCommit-Queue: Ryan Harrison \u003crharrison@chromium.org\u003e\nAuto-Submit: Ryan Harrison \u003crharrison@chromium.org\u003e\nReviewed-by: Tibor Goldschwendt \u003ctiborg@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618843}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 92d41fddbd04df9b465f71718b8a711ab1d00776\n"
    },
    {
      "commit": "4ce9c0dc2b6243a0c86ba6ba66c9c684aa4c7bf5",
      "tree": "f647da9dec0b566ac72c22457ee1700a64c4366b",
      "parents": [
        "15e608aaf9ce822eede3d7f6018552257059aae5"
      ],
      "author": {
        "name": "chromium-autoroll",
        "email": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Apr 22 13:55:42 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 13:57:43 2026"
      },
      "message": "Roll Perfetto Trace Processor Linux from a32e18b36637 to b5e63adb74be\n\nhttps://android.googlesource.com/platform/external/perfetto.git/+log/a32e18b36637..b5e63adb74be\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: I918cc4bdc73d2cd5a34bb519aed95851cdcd7227\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783266\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@{#1618838}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: ec013ad299a1cb1d9c2964b1aa3f17686148dc87\n"
    },
    {
      "commit": "15e608aaf9ce822eede3d7f6018552257059aae5",
      "tree": "0d68b77d46f12e1775ccde2d1898c802c778827b",
      "parents": [
        "1df092a5cbc283df99b4d78b941b0df63fb4bbb7"
      ],
      "author": {
        "name": "Nicolas Ouellet-Payeur",
        "email": "nicolaso@chromium.org",
        "time": "Wed Apr 22 13:48:37 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 13:50:35 2026"
      },
      "message": "Add EXTENSION_UPDATE_CHECK remote command enum\n\nJust the enums and metrics, not the actual implementation code.\n\nBug: 504947130\nLink: https://chromium-review.googlesource.com/id/I47e17a51fa233bf2b61d8641ef59e5896a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7766091\nCommit-Queue: Nicolas Ouellet-Payeur \u003cnicolaso@chromium.org\u003e\nReviewed-by: Sergey Poromov \u003cporomov@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618835}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 89f8e30f91da7b520cf2675e4be9ab15996d337b\n"
    },
    {
      "commit": "1df092a5cbc283df99b4d78b941b0df63fb4bbb7",
      "tree": "3197dbbfa804acbdf279195e6c580302d0a23ece",
      "parents": [
        "14f45c9d3a95fec05a4184b5dbc48847f2249907"
      ],
      "author": {
        "name": "María del Pilar Domínguez Molina",
        "email": "mardelpi@google.com",
        "time": "Wed Apr 22 13:32:03 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 13:33:45 2026"
      },
      "message": "[Translate] Add recent target languages list to TranslatePrefs\n\nThis CL expands the TranslatePrefs class to support storing a list of up\nto 3 recent target languages instead of just a single string. This list\nwill be used to populate the \"Recent queries\" state in the upcoming\nsearchable list UI for target language selection.\n\nThis is part 1 of a 3-part CL series to achieve 100% target language\nparity between Google Translate and Chrome Translate.\n\nDesign Doc: https://docs.google.com/document/d/1tClLmIKVXgCXB--UAbPe9YgdngOUC7__RkDGHflVrto/edit?usp\u003dsharing\u0026resourcekey\u003d0-kWNi0jh9kmVRDOrM9-Fs0w\n\nChange-Id: I1c26a2f40aeb9598d652018a8da0d51255466dcb\nBug-Id: https://b.corp.google.com/issues/491502109\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7783215\nReviewed-by: Trevor Perrier \u003cperrier@chromium.org\u003e\nReviewed-by: Marc Treib \u003ctreib@chromium.org\u003e\nCommit-Queue: María del Pilar Domínguez Molina \u003cmardelpi@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618825}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: c691383655f9f7fbb67e1bc59a328a5623e0f80f\n"
    },
    {
      "commit": "14f45c9d3a95fec05a4184b5dbc48847f2249907",
      "tree": "af11c17060ceb9366f42d1ccd1d93edb36abac9a",
      "parents": [
        "3a55a3c4a302d044c7f8113e5b47d723c9dcf343"
      ],
      "author": {
        "name": "Jihad Hanna",
        "email": "jihadghanna@google.com",
        "time": "Wed Apr 22 11:36:35 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 11:38:25 2026"
      },
      "message": "Remove Autofill plus_address enum entries\n\nThis is part of deprecating plus addresses.\n\nBug: 503268023\nChange-Id: I23f751adf302178f39cdb60789646a4a6582bff3\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7772268\nAuto-Submit: Jihad Hanna \u003cjihadghanna@google.com\u003e\nCommit-Queue: Maria Kazinova \u003ckazinova@google.com\u003e\nCommit-Queue: Jihad Hanna \u003cjihadghanna@google.com\u003e\nReviewed-by: Norge Vizcay \u003cvizcay@google.com\u003e\nReviewed-by: Maria Kazinova \u003ckazinova@google.com\u003e\nReviewed-by: Friedrich Hauser \u003cfriedrichh@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618777}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d65a964f6f1d2a81b0d910514f1bab65f4204d62\n"
    },
    {
      "commit": "3a55a3c4a302d044c7f8113e5b47d723c9dcf343",
      "tree": "9b4ee244ad7b042675c2a4dd15306e75b853c71a",
      "parents": [
        "d9ba4c751bcbb6341ec2727ecd942188e7d9fb1f"
      ],
      "author": {
        "name": "Peter E Conn",
        "email": "peconn@google.com",
        "time": "Wed Apr 22 11:08:27 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 11:10:39 2026"
      },
      "message": "Log preconnect time until connection closed.\n\nAt the moment we\u0027ll only get notified when the connection closes for\nQUIC connections, but it\u0027s better than nothing.\n\nBug: 444385271\nChange-Id: Ia6769906005ae92bfa06a6887fe25160c0a172e4\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7772146\nReviewed-by: Keita Suzuki \u003csuzukikeita@chromium.org\u003e\nReviewed-by: Michael van Ouwerkerk \u003cmvanouwerkerk@chromium.org\u003e\nCommit-Queue: Peter Conn \u003cpeconn@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618771}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d274176fb7eb1ba60f8d63bd9a746827c1d313b1\n"
    },
    {
      "commit": "d9ba4c751bcbb6341ec2727ecd942188e7d9fb1f",
      "tree": "d27b2d722ec1f1193da692922993e8d3ee2f637a",
      "parents": [
        "2d9020288f07c38d379829f9607d0b2b22d4ad1e"
      ],
      "author": {
        "name": "Jiewei Qian",
        "email": "qjw@chromium.org",
        "time": "Wed Apr 22 11:05:22 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 11:07:14 2026"
      },
      "message": "remove unused google_toolbox_for_mac\n\nThe dependency is unused after https://crrev.com/c/7682296. Time to\nremove it from the tree.\n\nBug: 493761886\nChange-Id: I1c4d7cdc014f88b52a9e0da9cfbb5ce302405800\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7777551\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nAuto-Submit: Jiewei Qian \u003cqjw@chromium.org\u003e\nReviewed-by: Avi Drissman \u003cavi@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618770}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: bcd584729ca16363c9b8397f7bbdc9726adac2f6\n"
    },
    {
      "commit": "2d9020288f07c38d379829f9607d0b2b22d4ad1e",
      "tree": "be270a4fb56a1b4887ce5d0a59ab12f33480cf68",
      "parents": [
        "dddd1dd4d211ae993f53463c14acff5ec9a3e428"
      ],
      "author": {
        "name": "Nico Weber",
        "email": "thakis@chromium.org",
        "time": "Wed Apr 22 10:52:39 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 10:59:12 2026"
      },
      "message": "Reland \"Roll libc++ from cb9c06560a68 to af4386908c37 (64 revisions)\"\n\nThis is a reland of commit 1a580b58216b763955184e9796d04bbac5fc6010\n\nIt adds a CFI suppression.\n\nOriginal change\u0027s description:\n\u003e Roll libc++ from cb9c06560a68 to af4386908c37 (64 revisions)\n\u003e\n\u003e buildtools/third_party/libc++/__config_site needs two additions for\n\u003e these two commits:\n\u003e\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++] Introduce the notion of a minimum header version (#166074)\n\u003e 2026-01-15 vturanskyy@gmail.com [libc++] Provide flag for RUNTIMES_USE_LIBC\u003dllvm-libc (#174967)\n\u003e\n\u003e Depends on:\n\u003e https://chromium-review.googlesource.com/c/chromium/src/+/7774536\n\u003e\n\u003e https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/cb9c06560a68..af4386908c37\n\u003e\n\u003e 2026-01-19 com.webkit.iidmsa@gmail.com [libc++] Use correct Apple platform naming (#176290)\n\u003e 2026-01-19 com.webkit.iidmsa@gmail.com [libc++] Remove redundant code after static_assert(false) (#176294)\n\u003e 2026-01-19 ldionne.2@gmail.com [libc++] Update maintainer list (#175044)\n\u003e 2026-01-19 nikolasklauser@berlin.de [libc++] Remove benchmarks for ranges algorithms that have a std equivalent (#176138)\n\u003e 2026-01-16 aidengrossman@google.com [libcxx] Bump release runner image version (#176184)\n\u003e 2026-01-16 de34@live.cn [libc++][test] Fix `constexpr` stdver. for tests for `find_if(_not)` (#176303)\n\u003e 2026-01-15 vturanskyy@gmail.com [libc++] Provide flag for RUNTIMES_USE_LIBC\u003dllvm-libc (#174967)\n\u003e 2026-01-15 nikolasklauser@berlin.de Reapply \"[libc++] Optimize std::find_if\" (#175903) (#175921)\n\u003e 2026-01-14 com.webkit.iidmsa@gmail.com [libc++] Add parentheses around shift operations in bitwise expressions (#175407)\n\u003e 2026-01-14 ldionne.2@gmail.com [libc++][NFC] Refactor __request_unbuffered_mode (#168950)\n\u003e 2026-01-14 ldionne.2@gmail.com [runtimes] Post-branch tasks for the LLVM 23 release (#176007)\n\u003e 2026-01-14 ldionne.2@gmail.com [libc++] Remove CSV tracking for PSTL (#175797)\n\u003e 2026-01-14 nikolasklauser@berlin.de [libc++] Add benchmarks to the associative containers that don\u0027t go to the end of the container (#175005)\n\u003e 2026-01-14 prabhukr@google.com [libc++] Fix use of static in constexpr (#175667)\n\u003e 2026-01-14 nikolasklauser@berlin.de Revert \"[libc++] Optimize std::find_if\" (#175903)\n\u003e 2026-01-14 hghristov.rmm@gmail.com [libc++][ranges][NFC] Merge  `join_with_view`s `[[nodiscard]]` tests (#175734)\n\u003e 2026-01-13 ldionne.2@gmail.com [libc++] Fix backslash substitution in RST synchronization scripts\n\u003e 2026-01-13 ldionne.2@gmail.com [libc++] Improve the script to manage libc++ conformance issues (#172905)\n\u003e 2026-01-13 hghristov.rmm@gmail.com [libc++][ranges][NFC] Cleanup `nodiscard.verify.cpp` tests (#175725)\n\u003e 2026-01-13 nikolasklauser@berlin.de [libc++] Simplify __unwrap_iter a bit (#175153)\n\u003e 2026-01-13 hghristov.rmm@gmail.com [libc++][ranges] Applied `[[nodiscard]]` to Range access (#173550)\n\u003e 2026-01-13 de34@live.cn [libc++][test] Move the SFINAE test for return types of `quoted` to `libcxx/test/libcxx/` (#157026)\n\u003e 2026-01-13 ldionne.2@gmail.com [libc++] Fix typo in math special functions\n\u003e 2026-01-13 nikolasklauser@berlin.de [libc++] Replace uses of _LIBCPP_WEAK with [[gnu::weak]] (#171798)\n\u003e 2026-01-13 nikolasklauser@berlin.de [libc++] Optimize std::find_if (#167697)\n\u003e 2026-01-13 nikolasklauser@berlin.de [libc++] Remove empty container benchmarks that are meaningless from the associative containers (#175180)\n\u003e 2026-01-13 hehiralbi@gmail.com [libc++][NFC] Remove unused __key_equiv from flat_multimap and flat_multiset (#175612)\n\u003e 2026-01-13 nikolasklauser@berlin.de [libc++] Annotate filesystem::path with [[clang::lifetimebound]] (#175507)\n\u003e 2026-01-13 cullen.rhodes@arm.com Bump version to 23.0.0-git\n\u003e 2026-01-13 hghristov.rmm@gmail.com [libc++][istream] Removed `[[nodiscard]]` from `peek()` (#175591)\n\u003e 2026-01-12 nikolasklauser@berlin.de [libc++] Remove some low value benchmarks (#175178)\n\u003e 2026-01-12 ldionne.2@gmail.com [libc++] Fix filebuf resetting its underlying buffer upon close() (#168947)\n\u003e 2026-01-12 hghristov.rmm@gmail.com [libc++][memory_resource] Applied `[[nodiscard]]` (#172134)\n\u003e 2026-01-12 eiytoq@outlook.com [libc++] Removed unused internal helper functions from the midpoint.h header (#175514)\n\u003e 2026-01-12 nikolasklauser@berlin.de [libc++] Make basic_string::__erase_external_with_move noexcept (#171591)\n\u003e 2026-01-12 hghristov.rmm@gmail.com [libc++][scoped_allocator] Applied `[[nodiscard]]` (#175291)\n\u003e 2026-01-11 hghristov.rmm@gmail.com [libc++][NFC] Refactored `nodiscard.verify.cpp` tests (#175285)\n\u003e 2026-01-11 hghristov.rmm@gmail.com [libc++][chrono][NFC] Refactor `nodiscard.verify.cpp` (#175411)\n\u003e 2026-01-10 aidengrossman@google.com [libcxx][Github] Bump container version in premerge CI\n\u003e 2026-01-10 aidengrossman@google.com [libcxx][Github] Bump Github Runner Version to v2.331.0\n\u003e 2026-01-10 eiytoq@outlook.com [libc++][mdspan][NFC] Remove redundant `else` and trailing semicolons (#175024)\n\u003e 2026-01-10 wtranviet@proton.me [libc++] Guard `optional::iterator` range variables behind experimental (#175222)\n\u003e 2026-01-10 de34@live.cn [libc++][NFC] Small cleanups for `any` (#175164)\n\u003e 2026-01-10 vojta.michall@email.cz [libcxx] Add missing member `cend()` to `MinSequenceContainer` (#175114)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++] Make optional::iterator experimental (#173470)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++][NFC] Simplify the implementation of __mul_overflowed (#174956)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++][NFC] Refactor _LIBCPP_OVERRIDABLE_FUNCTION to be a normal attribute macro (#174964)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++] Fix {deque,vector}::append_range assuming too much about the types (#162438)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++] Refactor variant benchmarks (#174743)\n\u003e 2026-01-09 nikolasklauser@berlin.de [libc++] Introduce the notion of a minimum header version (#166074)\n\u003e 2026-01-09 wtranviet@proton.me [libc++] Correct `optional\u003cT\u0026\u003e` implementation (#174537)\n\u003e 2026-01-08 eiytoq@outlook.com [libc++] Fix LWG 4265: std::midpoint should not accept const bool (#174579)\n\u003e 2026-01-08 nikolasklauser@berlin.de [libc++][NFC] Update \u003cany\u003e to a more modern code style (#174619)\n\u003e 2026-01-08 hghristov.rmm@gmail.com [libc++][future] Applied `[[nodiscard]]` (#174924)\n\u003e 2026-01-08 nikolasklauser@berlin.de [libc++] Update our release notes for the upcoming release (#174625)\n\u003e 2026-01-08 nikolasklauser@berlin.de [libc++] Avoid ranges::upper_bound inside \u003cformat\u003e (#173150)\n\u003e 2026-01-08 nikolasklauser@berlin.de [libc++] Remove numpunct_byname::__init (#173283)\n\u003e 2026-01-08 nikolasklauser@berlin.de [libc++] Optimize search_n (#171389)\n\u003e 2026-01-08 hghristov.rmm@gmail.com [libc++][memory] Applied `[[nodiscard]]` to more functions (#172131)\n\u003e 2026-01-08 hghristov.rmm@gmail.com [libc++][numeric]  Modernized `std::midpoint` (#174596)\n\u003e 2026-01-08 de34@live.cn [libc++] Revert undesired `[[nodiscard]]` added to conversion functions (#173658)\n\u003e 2026-01-07 hui.xie1990@gmail.com [libc++] Refactor poll_with_backoff (#173184)\n\u003e 2026-01-07 ldionne.2@gmail.com [libc++] Force rebuilding of the CI Docker image\n\u003e 2026-01-07 nikolasklauser@berlin.de [libc++] Add benchmark for std::find(vector\u003cshort\u003e)\n\u003e\n\u003e If this roll has caused a breakage, revert this CL and stop the roller\n\u003e using the controls here:\n\u003e https://autoroll.skia.org/r/libcxx-chromium\n\u003e Please CC hans@chromium.org,thakis@chromium.org on the revert to ensure that a human\n\u003e is aware of the problem.\n\u003e\n\u003e To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry\n\u003e\n\u003e To report a problem with the AutoRoller itself, please file a bug:\n\u003e https://issues.skia.org/issues/new?component\u003d1389291\u0026template\u003d1850622\n\u003e\n\u003e Documentation for the AutoRoller is here:\n\u003e https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\u003e\n\u003e Bug: 503250165\n\u003e Change-Id: I927d67b5eeb35cb15f917542e08cc7c0b4c58884\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7495232\n\u003e Reviewed-by: Arthur Eubanks \u003caeubanks@google.com\u003e\n\u003e Commit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#1617751}\n\nBug: 503250165,504680934\nCq-Include-Trybots: luci.chromium.try:linux_chromium_cfi_rel_ng\nChange-Id: I44b7608b9d88b6c00362635f146f5f7b6dc31c95\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780722\nCommit-Queue: Hans Wennborg \u003chans@chromium.org\u003e\nReviewed-by: Hans Wennborg \u003chans@chromium.org\u003e\nAuto-Submit: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618768}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 8b96b55fd2a759c80471c8345adb999b7b1ea3d5\n"
    },
    {
      "commit": "dddd1dd4d211ae993f53463c14acff5ec9a3e428",
      "tree": "da492234ac61ff229851e4299475e70f7665ea7b",
      "parents": [
        "1c01e0835eef6dd0390bb21ae2cae191e90eb02f"
      ],
      "author": {
        "name": "Aisulu Rakhmetullina",
        "email": "aisulu@google.com",
        "time": "Wed Apr 22 10:35:37 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 10:40:54 2026"
      },
      "message": "Extend Incognito Reauth Promo histogram by 6 months\n\nFixed: 495423071\nChange-Id: I7175dd00c0105f86617683d5d3b92d5bb5132c73\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785171\nCommit-Queue: Michael van Ouwerkerk \u003cmvanouwerkerk@chromium.org\u003e\nAuto-Submit: Aisulu Rakhmetullina \u003caisulu@google.com\u003e\nReviewed-by: Michael van Ouwerkerk \u003cmvanouwerkerk@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1618761}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 2925abc714c7cb13cdc38f904d2a3e46d19dc23e\n"
    },
    {
      "commit": "1c01e0835eef6dd0390bb21ae2cae191e90eb02f",
      "tree": "d5f3214974a2ba5449ca1c3ca41643a405a302df",
      "parents": [
        "00f8036f7e12416f059634085f9d4f2d2bd1e86c"
      ],
      "author": {
        "name": "Ioana Pandele",
        "email": "ioanap@chromium.org",
        "time": "Wed Apr 22 09:55:01 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 10:00:15 2026"
      },
      "message": "[Passwords] Remove obsolete FormSubmissionsVsSavePrompts histogram\n\nOBSOLETE_HISTOGRAM[PasswordManager.FormSubmissionsVsSavePrompts]\u003dThis\nwas introduced to investigate a possible CCT bug and it\u0027s no longer needed.\n\nFixed: 495424655\nChange-Id: Ie9891b4ca8e231de5ebe2d8f2e91fe604343ffed\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780807\nCommit-Queue: Ioana Treib \u003cioanap@chromium.org\u003e\nReviewed-by: Maria Kazinova \u003ckazinova@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618747}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: bb223549ad4cb8161f99799c923e3f39e465431c\n"
    },
    {
      "commit": "00f8036f7e12416f059634085f9d4f2d2bd1e86c",
      "tree": "ff0fde946bccd2eb8b5f27fe7cbe83a2a5f51f84",
      "parents": [
        "c010a10c164f12fde14ca6e2b4824db61080be69"
      ],
      "author": {
        "name": "Aisulu Rakhmetullina",
        "email": "aisulu@google.com",
        "time": "Wed Apr 22 09:23:53 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 09:25:53 2026"
      },
      "message": "Extend Privacy Guide histograms by a quarter\n\nFixed: 495424137\nFixed: 495423974\nFixed: 495423302\n\nChange-Id: If6ddbdec8ff7b7487202107a57237cefb38ac3e7\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7785730\nCommit-Queue: Aisulu Rakhmetullina \u003caisulu@google.com\u003e\nReviewed-by: Christian Dullweber \u003cdullweber@chromium.org\u003e\nCommit-Queue: Christian Dullweber \u003cdullweber@chromium.org\u003e\nAuto-Submit: Aisulu Rakhmetullina \u003caisulu@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618734}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: fe1f28ee79ad7e9568a97672d104958da3bbd7c0\n"
    },
    {
      "commit": "c010a10c164f12fde14ca6e2b4824db61080be69",
      "tree": "e4a311ab0f5575637f8676c214c3d18fabcd94f3",
      "parents": [
        "5e375d52e7b41f71dcf01f77796f2a8625125197"
      ],
      "author": {
        "name": "Fiorella",
        "email": "fiorellab@google.com",
        "time": "Wed Apr 22 09:01:23 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 09:03:20 2026"
      },
      "message": "Extend FailedCapturingPageContent histogram.\n\nExtending it as APC has only recently rolled out globally, so we still\nneed to monitor this UMA metric.\n\nBug: 504633976\nChange-Id: Id40fe00e04a361e0c14099323307942bc8201ba0\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7782126\nReviewed-by: Mohamed Amir Yosef \u003cmamir@chromium.org\u003e\nCommit-Queue: Fiorella Barrientos Villalta \u003cfiorellab@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618727}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 348d18d971ce363d013caa4aac9dfb70a7c584ce\n"
    },
    {
      "commit": "5e375d52e7b41f71dcf01f77796f2a8625125197",
      "tree": "60936e9ae1bc1a73571d46a0a359267540ab7ddd",
      "parents": [
        "c890b977a3cf9b97a9d58aa44a34fd49a5df7757"
      ],
      "author": {
        "name": "Ahmed Raslan",
        "email": "rslan@google.com",
        "time": "Wed Apr 22 08:47:23 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Apr 22 08:49:31 2026"
      },
      "message": "Add Data Controls drag enforcement to chrome://flags\n\nBug: 406716605\nChange-Id: If8550298c2de7099f701cf7f15f1641d02202557\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7780627\nCommit-Queue: Ahmed Raslan \u003crslan@google.com\u003e\nReviewed-by: Sophie Chang \u003csophiechang@chromium.org\u003e\nReviewed-by: Aliaksei Bahdzevich \u003cthelex@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1618721}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 0d425f4132623206975147dfd0a1953bf18c64d6\n"
    }
  ],
  "next": "c890b977a3cf9b97a9d58aa44a34fd49a5df7757"
}
