1. [M129] Carry over focused frame after LocalFrame<->LocalFrame swap
    
    Previously same-origin navigations will keep the same LocalFrame,
    and we track focused frames in the controller as LocalFrames. This
    means the "focused" frame status will survive same-origin navigations.
    
    With RenderDocument, we won't keep the same LocalFrame after
    navigations, and will clear out the focused frames as the previous
    LocalFrame gets swapped out/detached. This is causing regressions,
    see also linked bug. This CL makes it so that we keep the previous
    behavior by keeping track of whether the previous LocalFrame is
    the focused frames, then marking the new LocalFrame as focused.
    
    (cherry picked from commit 14fe301c3af915c6b3f23af89e55f23be71ce0dd)
    
    Fixed: 360705823
    Change-Id: I9fcf2f936775fd17b63f381919b05805edeff3bb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5802555
    Commit-Queue: Rakina Zata Amni <[email protected]>
    Reviewed-by: Nate Chapin <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348396}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825604
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Rakina Zata Amni <[email protected]>
    Owners-Override: Rakina Zata Amni <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#811}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  2. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725363353-d5c486d0f96dcb0b8e4127df6b231cb3cb44c506-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata to chrome-win64-6668-1725386101-9f061157c22ca23244055d26d42ffdd07d9a40b1-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I4c012c7b1c1fe5c49de817f3236d6d05206c3f20
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833557
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#810}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  3. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725379050-9a8f54058e7ff8ded9710477c0ae34a86ed00a59-b1669c2fd8ba4789be054f031a901c8daaf5b590.profdata to chrome-android64-6668-1725393094-0e9753d53fa204acc43c8e62653dfc719fac512d-445057f4140e8386a595bb673256e701f99784d3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I5d8b8c39bbdbc8875a0ccd5e762574eb928aa78b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834659
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#809}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  4. [M129] content: Disable kCdmStorageDatabaseMigration feature by default
    
    As we move to the next step of the transition of the CdmStorageDatabase,
    this CL disables the CdmStorageDatabaseMigration feature to primarily
    use the CdmStorageDatabase.
    
    We leave the feature there right now without removing it so that it can
    still be controlled by emergency overrides.
    
    (cherry picked from commit 1e2cb92409bce84034c494cc585892fd2bea0777)
    
    Bug: 362766114
    Change-Id: I039c4830ab74399062dbe1b5ec4df59eccc198ee
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5689476
    Commit-Queue: Vikram Pasupathy <[email protected]>
    Reviewed-by: John Rummell <[email protected]>
    Reviewed-by: Kinuko Yasuda <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348088}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828476
    Cr-Commit-Position: refs/branch-heads/6668@{#808}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  5. [Notif] Revert the recent notifcation change due to metrics breakage
    
    Before M128 stable https://screenshot.googleplex.com/5bhbTT8tLe6v2ar,
    and after https://screenshot.googleplex.com/3xxcWL99bcLMFQe
    
    Beta metrics changes after the merge of commit
    b734a066c36f288b61a64cdb7e732dc552dc96fe:
    https://screenshot.googleplex.com/7jFUvqox5FEdNxY.
    
    Commit 0a2f5420450daa1fba80192560017c809a7c8520 is a completion for
    the above commit. It shouldn't exist without the first commit, so
    revert it together.
    
    Revert "[Notif] Improve the overall checking for content notification"
    This reverts commit b734a066c36f288b61a64cdb7e732dc552dc96fe.
    Revert "[Notif] Fix notification settings won't show"
    This reverts commit 0a2f5420450daa1fba80192560017c809a7c8520.
    
    (cherry picked from commit 3cc1f3dbd71e7e388a61be0881994cdfba8349bb)
    
    Low-Coverage-Reason: TESTS_IN_SEPARATE_CL
    Bug: 362841803
    Change-Id: Ia9b6b30e7036b0fa57e2461d1c9daf39a3790742
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825169
    Reviewed-by: Sergio Collazos <[email protected]>
    Commit-Queue: Tina Wang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349004}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833216
    Reviewed-by: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Owners-Override: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#807}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  6. [Merge 129] Add checks for GetCurrentText crash.
    
    There seems to be an occasional crash happening
    when IsTextForReadAnything is called with a null
    anchor node.
    
    I haven't been able to repro this, but we're seeing
    this in crash logs.
    
    (cherry picked from commit 460cf18b017cc02132951cf1f59de5052a2850c1)
    
    Bug: 349065776
    Change-Id: Ib93d0ac116f7b4fa5401eb31b80036bfe1b5d331
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5818477
    Reviewed-by: Tzarial Kuznia <[email protected]>
    Commit-Queue: Lauren Winston <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348124}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834253
    Reviewed-by: Abigail Klein <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#806}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  7. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725363353-934754d37e2c61f98a7c9e6bc445e1c4dad6001a-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata to chrome-win32-6668-1725386101-caca8411eb143205635584cb9ea367012ed9c600-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I11da78e919dab74463332f1c302a8dd3ecb000af
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834332
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#805}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  8. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725386101-fd628b45e8e76afa78d8a55c162658a499e54c26-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata to chrome-mac-arm-6668-1725393094-888655648999f00652aaa2a720384726ef31ad8c-445057f4140e8386a595bb673256e701f99784d3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I7c69e31cc69f16c54d5a887795fbf4cae92c00fd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834599
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#804}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  9. [Merge to M129] focus-mode: fix crash when double clicking to complete task
    
    Currently, if the user attempts to spam click the complete task button
    in the tray contextual panel during an ongoing focus session, a crash
    will occur. This is due to the `task_item_view_` being cleared by the
    first callback to `AnimateBubbleResize`.
    
    This CL mitigates the crash by preventing any subsequent post tasks to
    the resize animation if either the selected task or the task view no
    longer exist.
    
    (cherry picked from commit 2cfb86cb29ccd83abc13c324978f3213a6e25b91)
    
    Bug: b/363291923
    Test: manual, added new test coverage
    Change-Id: I8334e78d0aaf839be0a566d38ae9e4e857bf0d2a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830081
    Reviewed-by: Sean Kau <[email protected]>
    Commit-Queue: Richard Chui <[email protected]>
    Auto-Submit: Richard Chui <[email protected]>
    Reviewed-by: Yongshun Liu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349491}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828633
    Commit-Queue: Sean Kau <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#803}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  10. Also consider stretch/-webkit-fill-available in code that used to use Length::IsSpecified.
    
    This fixes an error in commit 57b34a9c9d1c20f24307766f3c16242c3a6365e8,
    which converted callers of Length::IsSpecified to handle calc-size().
    The changes in that CL didn't consider the -webkit-fill-available (or,
    in the future, stretch) keyword, which is not covered by
    HasAutoOrContentOrIntrinsic().
    
    This makes these callers consider that case as well.
    
    (cherry picked from commit b48701bac2af86d7c901002349180d331885e541)
    
    Fixed: 361601751
    Bug: 313072
    Change-Id: I9ecaf6b6f3b0c108e33068325b302a5100f1fb28
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823770
    Reviewed-by: Ian Kilpatrick <[email protected]>
    Commit-Queue: David Baron <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349460}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832198
    Auto-Submit: David Baron <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#802}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  11. [M129][TabGroupIndicators] Do not display dialog for incognito
    
    (cherry picked from commit 38aa29041290c5856ec166c21b814e2d90e12ada)
    
    Bug: 362412894
    Change-Id: I492867a026ee5ae7d2336e33d2d84ec78f3a5bb8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5815008
    Code-Coverage: [email protected] <[email protected]>
    Commit-Queue: Zhe Li <[email protected]>
    Reviewed-by: Neil Coronado <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347472}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834204
    Reviewed-by: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Owners-Override: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#801}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  12. Roll commits from side projects in M129
    
    Roll src/v8 in M129 from c3f5cc2f2c7a to 9ac68e42abe1
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/c3f5cc2f2c7a..9ac68e42abe1
    
    Generated by: http://go/bbid/8737789278526073569
    
    Change-Id: Ie2856728e3bc5f6ae0799b68eb7056d2921fce3e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834429
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#800}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  13. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725386101-5c7a48efab1eb472e6fc09a29cccccd4d548076d-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata to chrome-mac-arm-6668-1725386101-fd628b45e8e76afa78d8a55c162658a499e54c26-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Idb7e6bc233a341b3be7d3b4ec725d45ca99c8a09
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833233
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#799}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  14. When doing lazy parsing, update the parser's offset correctly.
    
    This would mistakenly not being updated after skipping a block,
    which could cause us to somehow go backwards in the stream at the
    wrong time, ignoring the rest of the block.
    
    This would only happen in nesting, since seeing a bare ident
    would trigger a restart, which happened to use this offset
    before it would be corrected by the next Consume() call.
    
    (cherry picked from commit 18969efc77d1b14bf5cc6028bba5b38f19170702)
    
    Fixed: 362674384
    Change-Id: I8236adbab640b61d45fd2d9e412ac1cffc88d302
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823485
    Auto-Submit: Steinar H Gunderson <[email protected]>
    Commit-Queue: Steinar H Gunderson <[email protected]>
    Reviewed-by: Anders Hartvoll Ruud <[email protected]>
    Commit-Queue: Anders Hartvoll Ruud <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349121}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830776
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#798}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  15. [declutter] Close regular tab if it's already archived
    
    When a tab isn't closed successfully (e.g. a declutter pass happening
    very near to shutdown), close it during subsequent declutter passes.
    The end result of this change will be to close regular which have ids
    that are present in the archived tab model.
    
    (cherry picked from commit db43fbe49463db6cb71befa539d59d5e2599e29a)
    
    Bug: 362313323
    Change-Id: Ibbcec958278fe942c0bd2937f2c2a5d5e952a4f6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5814244
    Commit-Queue: Brandon Wylie <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: Calder Kitagawa <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347147}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825507
    Commit-Queue: Calder Kitagawa <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#797}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  16. [declutter] Skip duplicate tabs within the same model
    
    When there are duplicate tab ids in a metadata file, then only create
    the first tab for each unique id. Adding a killswitch for this as a
    best practice, but it should be safe to rollout.
    
    (cherry picked from commit 36e6fae5ae6349a62f434d37ecae8447b7c516fd)
    
    Bug: 362313220
    Change-Id: Iac5d51b1b303d1c24d9c650c6a5790748a05780c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5815528
    Commit-Queue: Brandon Wylie <[email protected]>
    Reviewed-by: Henrique Nakashima <[email protected]>
    Reviewed-by: Calder Kitagawa <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347687}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830041
    Commit-Queue: Calder Kitagawa <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#796}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  17. M129: Stop showing Snackbar to UNO sync kids users upon turning off sync
    
    (cherry picked from commit 4de129638e8c1d5ae4c0724a61881f71545f23c3)
    
    Bug: 362960191
    Change-Id: I646845a6d1dcf46877a47db7effd86f185c85b1c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823360
    Commit-Queue: Mahmoud Rashad <[email protected]>
    Reviewed-by: Marc Treib <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348745}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832749
    Reviewed-by: Boris Sazonov <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#795}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  18. [m129][ios] Stop transaction sheet coordinators if cant present
    
    This is to avoid zombie coordinators (crbug.com/355237262) that
    result in preempting the keyboard on form fields because the
    listeners that auto-blur these fields are never detached.
    
    The patch we did in http://crrev.com/c/5740135 doesn't prevent all
    zombie coordinators. Probably because `presentedViewController` isn't
    always the baseViewController.
    
    A better approach is to just cleanup the coordinator if there is
    no `presentingViewController` after calling -presentViewController
    which means that the bottom sheet couldn't be presented hence the
    coordinator isn't valid.
    
    `presentingViewController` is set iff the view controller is being
    presented, so `presentingViewController` will be nil if
    there is already a presented view controller that prevents presenting
    the view controller for the bottom sheet.
    
    With this approach, there will be attempts to show the bottom sheet
    until the bottom sheet can be presented, which will give
    the opportunity to detach the listeners through the bottom sheet.
    
    NO_IFTTT=we've done the update but this doesn't prevent the error
    
    (cherry picked from commit 160a5c3194ef5521fe25f7780943a010c66cc747)
    
    Change-Id: I9b35c5885221f7f9ede747ad484da5e97e840ab2
    Bug: 355237262
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5816436
    Reviewed-by: Tommy Martino <[email protected]>
    Reviewed-by: Sebastien Seguin-Gagnon <[email protected]>
    Reviewed-by: Federica Germinario <[email protected]>
    Commit-Queue: Vincent Boisselle <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349241}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832279
    Reviewed-by: Krishna Govind <[email protected]>
    Owners-Override: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#794}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  19. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725379050-56251601061a6897992b2fb1303e5aadd45719d2-b1669c2fd8ba4789be054f031a901c8daaf5b590.profdata to chrome-mac-arm-6668-1725386101-5c7a48efab1eb472e6fc09a29cccccd4d548076d-1b04559f8625c67d1a34cbadf891a0bc622ec193.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3985d89fa4940a7258dde79fd5e06b2bc17010e4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833230
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#793}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  20. [M129] fido/enclave: ensure Transaction is still pending after signing
    
    Transaction::RequestReady() may be invoked after Transaction has already
    run `callback_` and reset `client_`, e.g. because the websocket was
    closed while UV was still pending. Avoid crashing with a CHECK() failure
    in this case.
    
    (cherry picked from commit 18155b046ba0573daa844e336f4cc94cfe1cf80d)
    
    Fixed: 362523874
    Change-Id: Ie7cdf26b5d4df91782b1491a6e14c0e8f7a0e94f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824561
    Reviewed-by: Adam Langley <[email protected]>
    Commit-Queue: Martin Kreichgauer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348726}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834111
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Martin Kreichgauer <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#792}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  21. [M129] Check WindowAndroid before push safe area insets to web contents
    
    (cherry picked from commit c7200641bc1511ca79fbfb21a9b11f9cd4a69f3c)
    
    Fixed: 362792881
    Change-Id: Id0fbf4835a43408f52ef85c19fe8d5197328abba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825733
    Commit-Queue: Theresa Sullivan <[email protected]>
    Reviewed-by: Theresa Sullivan <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Auto-Submit: Wenyu Fu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348977}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833719
    Reviewed-by: Charles Hager <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Wenyu Fu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#791}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  22. [129][Compare] Bulk merge for fast path
    
    This patch is a flattened version of the following list of patches.
    The only change is marking strings as non-translateable since we'll
    be experimenting in the US only in this milestone.
    
    crrev.com/c/5804541 - [Compare] Hook up the 'no logging' mode of the enterprise policy
    crrev.com/c/5798145 - [Compare] Add a11y labels for full-page ui
    crrev.com/c/5798583 - [Compare] Add metrics to record table column modifications
    crrev.com/c/5798520 - [Compare] Add metrics for table url count
    crrev.com/c/5791671 - Update product specifications table to support multiple content types
    crrev.com/c/5801308 - [Compare] Complete disclosure dialog
    crrev.com/c/5801789 - [Compare] Use actual learn more link in full page
    crrev.com/c/5804444 - [Compare] Fix typo in disclosure
    crrev.com/c/5801390 - Add API for fetching price insights info for URL in WebUI
    crrev.com/c/5784430 - [specs] Show detail titles on first visible column after scroll ends.
    crrev.com/c/5804834 - [specs] Fix padding for first column's detail-title.
    crrev.com/c/5807604 - Add buying options section element for product specifications
    crrev.com/c/5805006 - [Compare] Add metrics for FRE dialog
    crrev.com/c/5805595 - Add buying options row to product specifications table
    crrev.com/c/5808700 - [Compare] Update disclaimer for full page
    crrev.com/c/5809323 - [Compare] Fix disclosure dialog title role
    crrev.com/c/5810750 - [Compare] Add metrics for proactive entry point
    
    Bug: 362565956
    Change-Id: Iee6b4ed47879db1699350d8e47673f2286feb586
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824150
    Commit-Queue: Matthew Jones <[email protected]>
    Reviewed-by: Matt Simmons <[email protected]>
    Owners-Override: Srinivas Sista <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#790}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  23. M128: [A11y] Do not update object's owner's children at a bad time
    
    Speculative fix for referenced DumpWithoutCrashing bugs in
    AXRelationCache::IsAriaOwned. The check is triggered when
    an object says it is not owned, but the current parent is
    not the natural parent. The main case for this triggered check seems
    to be that that current parent has an aria-owns relation pointing to
    that child, so at first glance it's strange that the child does not
    think it is owned.
    
    This seems to occur while we are removing an entire subtree. If one
    of the objects that's being removed was owned, then we are updating
    that owner's children in the middle of removing the
    subtree. The owner could be inside the subtree that's being removed,
    resulting in shenanigans.
    
    Solution: don't try to update the owner's children at this time.
    Queue the owner up for a later update instead.
    
    Did not create a test because do not have repro case.
    
    (cherry picked from commit 7ad5dd8eebed1655c03056689c4503dcff386ee3)
    
    Fixed: 360875398,350178454,360158390
    Change-Id: Ib46e8198037a657ca7d287140c11d92c09f6651a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5800155
    Auto-Submit: Aaron Leventhal <[email protected]>
    Reviewed-by: Jacques Newman <[email protected]>
    Commit-Queue: Aaron Leventhal <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1344784}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830987
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#789}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  24. [iOS] Customization a11y improvements and bug fixes
    
    Several a11y improvements:
    - Focuses the menu heading when it's opened
    - Adds a "button" trait to the cell titles when they're navigable
    - Prevents the page underneath the presented one from being
    interact-able
    
    Bug fixes:
    - Disables the overflow menu when the customization sheet is shown
    - Fixes the condition to hide the new feature badge
    - Syncs menu when using in multi-window
    
    (cherry picked from commit 806b6a27a8a437a28d1e9e09f3aaa73759566956)
    
    Fixed: 362237726, 361664543, 362475804, 361745484, 362229276
    Change-Id: Ied83bc4c4535cfed1a123fa9e298040e5d300f41
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5815581
    Reviewed-by: Scott Yoder <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Commit-Queue: Adam Arcaro <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347615}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832278
    Auto-Submit: Adam Arcaro <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#788}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  25. Automatic update from google3
    
    Automatic update for 2024-09-03 UTC
    
    Change-Id: I7de86bbecaf4e5be176b99673128458c9dc9b5a5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834070
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#787}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  26. [Merge-M129] Dial up the limited entropy synthetic trial to 100% in stable.
    
    (cherry picked from commit 3f8ba438ce62c42113b56b5cf2887824e96bf560)
    
    Bug: 360888490
    Change-Id: Ib8440d9df8f1d551845a79ad68f11c489ea5bbf0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799801
    Reviewed-by: Caitlin Fischer <[email protected]>
    Commit-Queue: Yulun Zeng <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1344129}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832359
    Cr-Commit-Position: refs/branch-heads/6668@{#786}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  27. M129: Fix crash caused by shouldReplaceSyncSettingsWithAccountSettings
    
    The shouldReplaceSyncSettingsWithAccountSettings() function should
    remain constant throughout the ManageSyncSettings screen's lifecycle.
    This change calculates shouldReplaceSyncSettingsWithAccountSettings only
    once when the screen is created and ensures the screen is destroyed if
    shouldReplaceSyncSettingsWithAccountSettings changes.
    
    (cherry picked from commit f99eeca233823aa397095a6611d8f3aecbc98078)
    
    Bug: 357662592
    Change-Id: If9cf75b121e76d190f5f3bbd3736d364d5292c20
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822570
    Reviewed-by: Tanmoy Mollik <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Commit-Queue: Mahmoud Rashad <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348591}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834014
    Bot-Commit: Rubber Stamper <[email protected]>
    Reviewed-by: Boris Sazonov <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#785}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  28. M129:Fix crash upon revoking the sync consent while UNO flag is enabled
    
    SignOutCoordinator.validateSignOutReason() incorrectly asserted that
    ChromeFeatureList.REPLACE_SYNC_PROMOS_WITH_SIGN_IN_PROMOS was disabled.
    This assertion is invalid for supervised accounts, which can have the
    flag enabled when revoking sync consent(i.e. a child syncing account
    with the flag enabled).
    
    (cherry picked from commit 170e14a359dac31ef1bf76ddc2ce19758749297f)
    
    Bug: 361049854
    Change-Id: I41c82cfc094279bbb99a5da07ff4986db0148aa7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822591
    Commit-Queue: Mahmoud Rashad <[email protected]>
    Reviewed-by: Menghan Yang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348625}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829366
    Commit-Queue: Mikel Astiz <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#784}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  29. Roll commits from side projects in M129
    
    Roll src/third_party/angle in M129 from 1a191b1d5dc8 to 1b71a29fea97
    Commits rolled:
    https://chromium.googlesource.com/angle/angle.git/+log/1a191b1d5dc8..1b71a29fea97
    
    Generated by: http://go/bbid/8737794942412408097
    
    Change-Id: Ic16366fc07955c232b19283d77d9d7f4a0c45071
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824800
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#783}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  30. Reland "Update guest mode in the profile picker on adding/removing a SU"
    
    Note: This is a pure cherry-pick created in Gerrit, no merges required.
    
    This is a reland of commit 80e17e82e12238b62666a9627cdbbd51f2987acd
    Difference to original change: On the Lacros only tests,
    in profile_picker_handler_unittest, the method
    `CreateTestingProfile` had been accidentally renamed. Restored the
    original name.
    
    Original change's description:
    > Update guest mode in the profile picker on adding/removing a SU
    >
    > The ui of the profile picker is updating the guest mode
    > button, following an addition or deletion of a supervised
    > profile, or change in supervision status for a profile.
    >
    > Bug: b/361570723, b/361725332
    > Change-Id: I88ab08b3c8d28e1b4fd326cce23e5b5360087f91
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5809498
    > Commit-Queue: Anthi Orfanou <[email protected]>
    > Reviewed-by: Alex Ilin <[email protected]>
    > Code-Coverage: [email protected] <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1349145}
    
    (cherry picked from commit ccbd7a027c9d485ff658b92cd4c706939c4f575d)
    
    Bug: b/361570723, b/361725332, 363931550
    Change-Id: I0af10302dc9f6c78b57904ae12dcd0f3c5d98d9b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829049
    Reviewed-by: Alex Ilin <[email protected]>
    Commit-Queue: Anthi Orfanou <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349794}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5834090
    Cr-Commit-Position: refs/branch-heads/6668@{#782}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  31. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725371938-7c44b1933d5cc37e49593bb00137e278fd1193c9-7e09ba2dde99ac264aa5b9488803eab2e192e063.profdata to chrome-mac-arm-6668-1725379050-56251601061a6897992b2fb1303e5aadd45719d2-b1669c2fd8ba4789be054f031a901c8daaf5b590.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Idccd773e3c4f15a16080782258fe3e02a20399ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833038
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#781}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  32. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725371938-6b6f9a6660dd293a60c9c0a455ec04c6001e681d-7e09ba2dde99ac264aa5b9488803eab2e192e063.profdata to chrome-android64-6668-1725379050-9a8f54058e7ff8ded9710477c0ae34a86ed00a59-b1669c2fd8ba4789be054f031a901c8daaf5b590.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic67cc6774cacc45c53129fe2a9e0cd8a870ad362
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832456
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#780}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  33. Fix license metadata for freetype, libzip, neon_2_sse
    
    (cherry picked from commit f57b08172e7c21a55d4cbf9599d730a91e4ceff2)
    
    Bug: b/361140175
    Change-Id: I8316fd87c0c2048b43855b54c2d93c306e5621d4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824138
    Auto-Submit: Andrew Grieve <[email protected]>
    Commit-Queue: Dominik Röttsches <[email protected]>
    Reviewed-by: Dominik Röttsches <[email protected]>
    Owners-Override: Andrew Grieve <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349085}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832803
    Commit-Queue: Srinivas Sista <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Owners-Override: Srinivas Sista <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#779}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  34. [M129] webauthn: fix GPM account information footer in request modal dialog
    
    For operations involving the GPM PIN, we show GPM account information in
    a footer to the WebAuthn request dialog. The information (avatar, full
    name, email) is currently pulled from ProfileAttributesEntry, but this
    appears to be unpopulated for Ash profiles in practice.
    
    Instead, have AuthenticatorRequestDialogModel pull the AccountInfo for
    the Profile associated with the request from IdentityManager.
    
    Also get rid of AuthenticatorRequestDialogModel.account_name since
    that's effectively redundant.
    
    (cherry picked from commit 1cf0eac1b6fa93ae9045239306d5c02095fe802a)
    
    Fixed: 362315657
    Change-Id: Icb3bd690127da1a4ac2801e75c5f39289571876d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5814370
    Commit-Queue: Martin Kreichgauer <[email protected]>
    Reviewed-by: Adam Langley <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347076}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832442
    Commit-Queue: Adam Langley <[email protected]>
    Auto-Submit: Martin Kreichgauer <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#778}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  35. Automatic update from google3
    
    Automatic update for 2024-09-03 UTC
    
    Change-Id: I85a9f1e853eecb969e18df5380d9b4ab1675fc43
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833487
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#777}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  36. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725338970-540777bd13c5c72692a51683ec0246d8ca8e9406-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata to chrome-win64-6668-1725363353-d5c486d0f96dcb0b8e4127df6b231cb3cb44c506-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ie3d20710546a961287d5a2c080e2c36f07d20430
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833798
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#776}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  37. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725338970-e68033cbe56d476338c7cf7581a1c16f8d301d4f-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata to chrome-win32-6668-1725363353-934754d37e2c61f98a7c9e6bc445e1c4dad6001a-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I1b86385904cfc65601a1ef30437f5d45dedfb3a5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832348
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#775}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  38. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725363353-e14df8cf9785254d2e094c49a504cd79dc86e9a4-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata to chrome-android64-6668-1725371938-6b6f9a6660dd293a60c9c0a455ec04c6001e681d-7e09ba2dde99ac264aa5b9488803eab2e192e063.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icb6e567c74186e3aeae9bd15b9a670a4616b59d8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831717
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#774}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  39. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725363353-8f6017dffe583f510387213cf3762bcb3576d935-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata to chrome-mac-arm-6668-1725371938-7c44b1933d5cc37e49593bb00137e278fd1193c9-7e09ba2dde99ac264aa5b9488803eab2e192e063.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0c14d1b3a0f0f166973711c4505f2809567f413a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832902
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#773}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  40. [M129] Wayland text-input-v3: Do not call enable in ShowInputPanel
    
    Due to no specified request in the protocol to show input panel, it was
    implemented using `enable` as a workaround, which can be problematic in
    input field where the ShowInputPanel gets called after the cursor
    position is sent in which case the cursor position is no longer retained
    leading to the popup being shown in the top-left corner of the window.
    
    So simply remove the workaround to avoid unexpected potential state
    resets, as the keyboard does show up when the input is activated.
    
    (cherry picked from commit 5e2b8185c684ae6d155e93ba3eeedef7469b222c)
    
    Fixed: 362191728
    Change-Id: I86ec50f842b6c81939acab237e0bcb6ec9628833
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812749
    Commit-Queue: Orko Garai <[email protected]>
    Reviewed-by: Nick Yamane <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347398}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828209
    Auto-Submit: Orko Garai <[email protected]>
    Commit-Queue: Nick Yamane <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#772}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  41. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: I10b53fd1129ecae1f41bad9a7a785243f4f6fbda
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829740
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#771}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  42. Roll ChromeOS Bigcore AFDO profile from 129-6668.0-1725241656-benchmark-129.0.6668.27-r1 to 129-6668.0-1725241656-benchmark-129.0.6668.28-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id6c8deaf87121160e98597153266f181fcf94921
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828330
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#770}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  43. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725338970-e049bfaa7a365d8a419bf9112d72b93b23d220a2-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata to chrome-android64-6668-1725363353-e14df8cf9785254d2e094c49a504cd79dc86e9a4-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id2bd832727816d6f9d5110d852098389fee23ec1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833032
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#769}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  44. Roll ChromeOS Atom AFDO profile from 129-6668.18-1725243551-benchmark-129.0.6668.27-r1 to 129-6668.18-1725243551-benchmark-129.0.6668.28-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib28bdfcf22e920952bc9225f05f0644a36fe44e5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832349
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#768}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  45. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725355709-4585da68d447e9f95c2c2a73d3186c32950e8bcc-c9d5ceca53538327a5411d0713aa0b4722412cc5.profdata to chrome-mac-arm-6668-1725363353-8f6017dffe583f510387213cf3762bcb3576d935-8f126d55ceafe69d4aa96be747bdca9c808c885d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib032f74d5ac4ef0c65daed313fd435779adda053
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832571
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#767}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  46. Automated Commit: LKGM 16002.17.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8737859903337986817
    
    Change-Id: I79eb3f2984ae14195fe639e7f7e970627a016d01
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833661
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#766}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  47. Roll ChromeOS Arm AFDO profile from 129-6668.0-1725243490-benchmark-129.0.6668.27-r1 to 129-6668.0-1725243490-benchmark-129.0.6668.28-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie5dac6b2980082fb6301fdab8d8616c2a987b7b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833729
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#765}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  48. [129][PEPC] Correct the default UI prompt position
    
    The default prompt position was changed by mistake in
    https://chromium-review.googlesource.com/c/chromium/src/+/5713156
    (EmbeddedPermissionPromptBaseView::GetPromptPosition() function move).
    
    This means that the no-op group of the experiment have actually been
    receiving the incorrect UI position. This CL fixes that and adds tests.
    
    (cherry picked from commit 63462f022adf292f3d42ca988f572f6389e2be22)
    
    Bug: 362684605
    Fixed: 363218648
    Change-Id: I8993e6cc47e5c7da5a5929648cc410915a9dd2da
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824634
    Reviewed-by: Elias Klim <[email protected]>
    Commit-Queue: Andy Paicu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349146}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831007
    Auto-Submit: Andy Paicu <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#764}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  49. Roll commits from side projects in M129
    
    Roll src/clank in M129 from b121c0c06627 to 3eb35a0bbf31
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/b121c0c06627..3eb35a0bbf31
    
    Generated by: http://go/bbid/8737819478346171553
    
    Change-Id: I4a53172fa02f336c4bc97b629fb21df4b046aec7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830983
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#763}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  50. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725347594-d5b7670d8d6774c55da35640d74347450b01258e-1511f6efc4489566718f4ecb617f331f7a0ef3e4.profdata to chrome-mac-arm-6668-1725355709-4585da68d447e9f95c2c2a73d3186c32950e8bcc-c9d5ceca53538327a5411d0713aa0b4722412cc5.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia9bb099b8c3ff6fa1cf1e9cf6b5d51bd7b288794
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833225
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#762}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  51. [M129] - [QuickStart] Add ScopedSessionRefresher
    
    Add a ScopedSessionRefresher to QuickStart's 'Setup Complete' step.
    This will keep Cryptohome's authsession alive while the user remains
    on this specific step. Previously, if the user remained for 5 minutes
    on this step, the rest of the flow would trigger a crash. Also add
    a check in QuickStart's browser test to ensure this behaviour.
    
    This commit is a clean cherry-pick from the following commits:
    
    (cherry picked from commit 6f0e6ac8624ed5fff9d59bf8d0129eacf157041d)
    (cherry picked from commit 13a5b6ae68ddf558ea8e1ceb6093981cff16b2f7)
    (cherry picked from commit 5d06f1759b3126115eec84eecdc083c2eed23331)
    
    Test= Manually verified on M129
    
    Bug: b/356348917
    Change-Id: I00f36851fd65fdc2c4527b4722aed8f49dc3257d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5803092
    Reviewed-by: Brittany Hartmire <[email protected]>
    Commit-Queue: Renato Silva <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348620}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831431
    Reviewed-by: Denis Kuznetsov <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#761}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  52. Roll Amd64 AFDO from 129.0.6668.27_rc-r1-merged to 129.0.6668.28_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I9b58cdd0acd5fe7985736fc0248a7520597043ab
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833365
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#760}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  53. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725317241-25ff09845f4c6d9c4f9354f3be1ee55542ca7b05-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata to chrome-win32-6668-1725338970-e68033cbe56d476338c7cf7581a1c16f8d301d4f-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Id85d5a1ec0cf09ee48ebef6df34b6b8d62bda3be
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832843
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#759}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  54. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725317241-b25c93cb0c80a1ad76f4e43ee27b2265b47000f6-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata to chrome-win64-6668-1725338970-540777bd13c5c72692a51683ec0246d8ca8e9406-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I9bfb7b9219c280bfd414accad42daa4ace37348b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832157
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#758}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  55. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725338970-ee03ec432cdd8a348d8be5244e049b41cb995cba-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata to chrome-mac-arm-6668-1725347594-d5b7670d8d6774c55da35640d74347450b01258e-1511f6efc4489566718f4ecb617f331f7a0ef3e4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I438a4f31a65d913b470c7e74b047cf14cba13107
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830058
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#757}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  56. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725326005-a88addbb53921a540bf3b638ddb4232f3497d77a-beb176aabe996ae34ecccf182b1a275a6051825f.profdata to chrome-android64-6668-1725338970-e049bfaa7a365d8a419bf9112d72b93b23d220a2-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib28ba0c8381f6cf48c8a5c2052cf5568c082546c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832738
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#756}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  57. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725338970-0593ab4228d5f3f399c23618f00aaf031b18e411-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata to chrome-mac-arm-6668-1725338970-ee03ec432cdd8a348d8be5244e049b41cb995cba-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iac1e24ac0b772846b66736c4b8a20c428a03bdc1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832889
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#755}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  58. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725333697-0a1278800019936969b4a79bf1c7b128cbd9c0a6-249c46c1da400de853d68bc5bd53199e216df0dc.profdata to chrome-mac-arm-6668-1725338970-0593ab4228d5f3f399c23618f00aaf031b18e411-d9485b7c8e20cb18b3a699fd494790192349dce9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I557ac1c235017abaa02fec6d9fb68725e0260b4c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832155
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#754}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  59. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725326005-c8cd71ccd1c58a382388f08cf376b6073b884bc9-beb176aabe996ae34ecccf182b1a275a6051825f.profdata to chrome-mac-arm-6668-1725333697-0a1278800019936969b4a79bf1c7b128cbd9c0a6-249c46c1da400de853d68bc5bd53199e216df0dc.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iaa6aa510d8ff2c90a42c6ab502277004cd0116a3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832730
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#753}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  60. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725299443-fa647e596dc0cea97a687e81fa97132e15f5693a-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata to chrome-win64-6668-1725317241-b25c93cb0c80a1ad76f4e43ee27b2265b47000f6-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I09513b942a4be7579d3dbb28f90b1ed94e561f75
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832801
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#752}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  61. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725317241-3c4186c3062020a0956e2224e746006268d1915f-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata to chrome-android64-6668-1725326005-a88addbb53921a540bf3b638ddb4232f3497d77a-beb176aabe996ae34ecccf182b1a275a6051825f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I97201c735b05412b29c0033a1e651b2e3326664d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833021
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#751}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  62. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725299443-86f5fed7c9ba6e7cbb3603192cf96a66fcd57863-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata to chrome-win32-6668-1725317241-25ff09845f4c6d9c4f9354f3be1ee55542ca7b05-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I8e7c4b7728e026c91c8535bc7cc205b0f97ae206
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832684
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#750}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  63. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725317241-4f23b6036b3936ac0301413413b5aa36f5c97ff8-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata to chrome-mac-arm-6668-1725326005-c8cd71ccd1c58a382388f08cf376b6073b884bc9-beb176aabe996ae34ecccf182b1a275a6051825f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I9967dd5c50cadbf7efbc5cc1b4a3c955cdf3102e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831829
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#749}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  64. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725312073-63f78a4b0907b686b5116ed6fad79c30f96c2ccf-a37a0465ce3f535337a2485b0e4fe3baad33bbe3.profdata to chrome-android64-6668-1725317241-3c4186c3062020a0956e2224e746006268d1915f-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iea26f1c1f6ea2ffd2791c5368cbd068150b8776f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828640
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#748}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  65. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725312073-46077529128e93fb154dc29e7fd6f9fa9cad913c-a37a0465ce3f535337a2485b0e4fe3baad33bbe3.profdata to chrome-mac-arm-6668-1725317241-4f23b6036b3936ac0301413413b5aa36f5c97ff8-18bed4ed76d603f20dfa7f666335f0ad987f2af4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icda256c4f8fba172034af36a585eb10438019f8e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828639
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#747}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  66. Incrementing VERSION to 129.0.6668.29
    
    Change-Id: I0aa6934c361837576c6d69a234607afbde35ba1e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824231
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#746}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  67. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725304569-5b18755969b996049a341c8599c4176b1e159c5c-c2e3846ab3de2719187537f96ff57eebd39a0f2e.profdata to chrome-android64-6668-1725312073-63f78a4b0907b686b5116ed6fad79c30f96c2ccf-a37a0465ce3f535337a2485b0e4fe3baad33bbe3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I331965ed54fd16ac4bb11cb4acbb350bb28ebbaf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832665
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#745}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  68. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725304569-e457f52d273bd43ae19d3fb9e90d15e52b1abc81-c2e3846ab3de2719187537f96ff57eebd39a0f2e.profdata to chrome-mac-arm-6668-1725312073-46077529128e93fb154dc29e7fd6f9fa9cad913c-a37a0465ce3f535337a2485b0e4fe3baad33bbe3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ifdc63d677369356a3753cae2a2ccfe3ab3a8467c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831514
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#744}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  69. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725285258-cb2812a9d01afff6f0b8d16e7713faadb2490de0-52cf967a78962b915119b319b15d48fd3de9d2e8.profdata to chrome-android64-6668-1725304569-5b18755969b996049a341c8599c4176b1e159c5c-c2e3846ab3de2719187537f96ff57eebd39a0f2e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I8a246e018a1aaca2b3cca06e44b9815266c0fde3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831512
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#743}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  70. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725275168-c7f8404005e0ed3962d3f0a22d9e69fcdc8d3ed1-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata to chrome-win64-6668-1725299443-fa647e596dc0cea97a687e81fa97132e15f5693a-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I521efb41101717a935007423dfbc8c5332dae072
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831509
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#742}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  71. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725275168-f0075e6715d805e8e7d97753f47f8fa7e00f5547-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata to chrome-win32-6668-1725299443-86f5fed7c9ba6e7cbb3603192cf96a66fcd57863-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: If0827e2477d0d380704ac1b6edaa7749161189c3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831859
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#741}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  72. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725299443-f5d56723a58b2fc9566e9e815013d3a552627b73-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata to chrome-mac-arm-6668-1725304569-e457f52d273bd43ae19d3fb9e90d15e52b1abc81-c2e3846ab3de2719187537f96ff57eebd39a0f2e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I813dd771a9c651fb9e57b6bd76bdab9168c215ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832113
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#740}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  73. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725299443-d5e2419ecf427730845d44734d831d3cfb1c8d2c-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata to chrome-mac-arm-6668-1725299443-f5d56723a58b2fc9566e9e815013d3a552627b73-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0e7b4626479d0f30846299698294ee2aefd20be8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831876
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#739}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  74. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725289472-990e238a64e1e7108177dc0c637eaa53dcd283e5-cce2c07c8ff790a56c2902179d13d3c41c9119a4.profdata to chrome-mac-arm-6668-1725299443-d5e2419ecf427730845d44734d831d3cfb1c8d2c-28a5e1e62da3d112e3b90a7b752ec0a7bb536976.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I99f3bc6101c9cbbcf29c4f4d5cf500c02d38535f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832430
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#738}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  75. Automatic update from google3
    
    Automatic update for 2024-09-02 UTC
    
    Change-Id: Ic2c7faff5e7528b2990bbea50cd81b9f7cb54e66
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830495
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#737}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  76. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725253525-4d9031c5dec4c9d1185f21f9018aff0ef017e960-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata to chrome-win32-6668-1725275168-f0075e6715d805e8e7d97753f47f8fa7e00f5547-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I6fd72b75fb3f267947a4a233acf98e9b47773608
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832129
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#736}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  77. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725285258-6d8bfcd50361c456d8ba4baa53a622002c169cfc-52cf967a78962b915119b319b15d48fd3de9d2e8.profdata to chrome-mac-arm-6668-1725289472-990e238a64e1e7108177dc0c637eaa53dcd283e5-cce2c07c8ff790a56c2902179d13d3c41c9119a4.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I307fa1827934f37b14dee530d36738cdd88e5f98
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830053
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#735}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  78. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725253525-0c06163c027c37eb8d5d17fce086af47a8994959-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata to chrome-win64-6668-1725275168-c7f8404005e0ed3962d3f0a22d9e69fcdc8d3ed1-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: If78ed2d73b4bfa08f78933ef0972f9067dffa02f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832343
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#734}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  79. Automatic update from google3
    
    Automatic update for 2024-09-02 UTC
    
    Change-Id: I14b4a2f22bae6e7bb9a3b56bbc9307095809c0c6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829108
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#733}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  80. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725275168-bf01aecbf6eb320b5f2ed9a3d3f9549361bb8fbb-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata to chrome-android64-6668-1725285258-cb2812a9d01afff6f0b8d16e7713faadb2490de0-52cf967a78962b915119b319b15d48fd3de9d2e8.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ida1453563268b7ad3eebfa242dd2d69c7635e028
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831780
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#732}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  81. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725275168-87005023224a985ba844a9cd8afcacbe219affc9-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata to chrome-mac-arm-6668-1725285258-6d8bfcd50361c456d8ba4baa53a622002c169cfc-52cf967a78962b915119b319b15d48fd3de9d2e8.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: If2a1ca7d6e8093864fea613f2a09a8c19009fdaa
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832140
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#731}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  82. Roll ChromeOS Bigcore AFDO profile from 129-6630.0-1724638737-benchmark-129.0.6668.26-r1 to 129-6668.0-1725241656-benchmark-129.0.6668.27-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iecbfc470addfbe73d7bfe058b4a0c2b74dc82907
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832318
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#730}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  83. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725270894-126d580981a2b48f0eb1078963a1fcad872898a9-eeb3b1969322f0b1ca99ea828f4737602258ed2d.profdata to chrome-android64-6668-1725275168-bf01aecbf6eb320b5f2ed9a3d3f9549361bb8fbb-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: If1041ae50334a978cea37745c587c93a4e27b4f4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832312
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#729}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  84. [Merge][M129] Update ListMembers config to accept request params.
    
    Currently ListMembers is set to trigger an HTTP GET request which does
    not allow for request params. Update the configuration to the POST
    method.
    
    Ensure that future uses of GET will immediately trigger debug failures
    if a request payload is attached.
    
    (cherry picked from commit 72255fba2f934bb09f3832e58fa42f40ddaab8c0)
    
    Bug: b:353213687, 362896031
    Change-Id: I44df82fa34419147d32bceab2193f007d64bf625
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5816511
    Reviewed-by: Xiangdong Kong <[email protected]>
    Reviewed-by: Gauthier Ambard <[email protected]>
    Commit-Queue: Nohemi Fernandez <[email protected]>
    Reviewed-by: Tomek Jurkiewicz <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348492}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828550
    Reviewed-by: Sylvain Defresne <[email protected]>
    Reviewed-by: Alex Ilin <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#728}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  85. Automated Commit: LKGM 16002.16.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8737950649611596849
    
    Change-Id: Ic98ff27f47f9dde9127ef2d4a155557a5e077d16
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832046
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#727}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  86. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725270894-77f3ea47f66c6066e8d2976e052edae9a980b8db-eeb3b1969322f0b1ca99ea828f4737602258ed2d.profdata to chrome-mac-arm-6668-1725275168-87005023224a985ba844a9cd8afcacbe219affc9-6dc1994fcba59fcc3533bf604c5fc5ed4bb7a940.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I7b4ae8e5bb63b683b4ee14556cac3c4ce893374d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832128
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#726}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  87. Roll ChromeOS Atom AFDO profile from 129-6668.0-1724640517-benchmark-129.0.6668.26-r1 to 129-6668.18-1725243551-benchmark-129.0.6668.27-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie19faa8deb46366da7168dfc58bbdff504c1a24a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830296
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#725}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  88. Roll ChromeOS Arm AFDO profile from 129-6668.0-1724639597-benchmark-129.0.6668.26-r1 to 129-6668.0-1725243490-benchmark-129.0.6668.27-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2cde29f7f56aa6618b2ef2c2949302ed78f465ce
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831256
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#724}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  89. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725261831-f6c4340362097da5699186342783e6c35f0cbc3c-aedccb377952181ad384a5deecddc5466ee0b097.profdata to chrome-android64-6668-1725270894-126d580981a2b48f0eb1078963a1fcad872898a9-eeb3b1969322f0b1ca99ea828f4737602258ed2d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1a3ca0a5cb9227c411b8d894659e54e449a3bfb1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831849
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#723}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  90. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725261831-1f09a08942decb926d34c588ed3bdaa93d162b58-aedccb377952181ad384a5deecddc5466ee0b097.profdata to chrome-mac-arm-6668-1725270894-77f3ea47f66c6066e8d2976e052edae9a980b8db-eeb3b1969322f0b1ca99ea828f4737602258ed2d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1fed3b10770098e36515866b73bb47bae3c2e01a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831867
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#722}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  91. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725230916-592e77bc816fa5e3ed0164c36e04d8c03dd73e66-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata to chrome-win64-6668-1725253525-0c06163c027c37eb8d5d17fce086af47a8994959-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I3d05f811345db9083ba13046eb477e058b0eb123
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830591
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#721}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  92. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725230916-29eaa041e8acff87eaee227edfb1c7f7bb12979b-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata to chrome-win32-6668-1725253525-4d9031c5dec4c9d1185f21f9018aff0ef017e960-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I5581d0119614e31fd700781161915d5419405598
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831708
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#720}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  93. Roll commits from side projects in M129
    
    Roll src/v8 in M129 from fc8830784ec6 to c3f5cc2f2c7a
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/fc8830784ec6..c3f5cc2f2c7a
    
    Generated by: http://go/bbid/8737917623536973185
    
    Change-Id: Id7b62fcbb9731d5fdc2fa9f89019a9c2e54d9647
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830753
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#719}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  94. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725253525-0e6394774be898735d065a69910974c73f4c8f86-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata to chrome-android64-6668-1725261831-f6c4340362097da5699186342783e6c35f0cbc3c-aedccb377952181ad384a5deecddc5466ee0b097.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id77d15cbfb489241ea29af8bb15c5692b9f2a843
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831845
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#718}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  95. Roll Amd64 AFDO from 129.0.6668.26_rc-r1-merged to 129.0.6668.27_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id0a847332a32c9a6eae1776a2c9c83adf3caab0c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831695
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#717}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  96. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725253525-ae9588cb36838d9f348617e67bcfd74ee480f2cc-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata to chrome-mac-arm-6668-1725261831-1f09a08942decb926d34c588ed3bdaa93d162b58-aedccb377952181ad384a5deecddc5466ee0b097.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I921a720a0608f0ab03996a0377963e0ae9d3dbdf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5832101
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#716}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  97. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725249232-cf16e6cdbfb0d62aa1e756171f12f3c13944fb37-8d71a55b0fa0b8f85e1793ca7720de872787a735.profdata to chrome-android64-6668-1725253525-0e6394774be898735d065a69910974c73f4c8f86-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I6035404b3e596592ef85b436641b71ea35bfdbf2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830859
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#715}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  98. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725249232-2325b83786536e4413d6dd97c34c9eceb5f3f7f1-8d71a55b0fa0b8f85e1793ca7720de872787a735.profdata to chrome-mac-arm-6668-1725253525-ae9588cb36838d9f348617e67bcfd74ee480f2cc-0c6b5d0feef6b3ddd2edd87628cdc881f4b86ae9.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I02636d8f10e3f3da1c34aa322a215cfad0d4298b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831797
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#714}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  99. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725241124-bd01b3419f8ac306bd449b6bda06bebd95f58026-5ea2d7d322399608d53c3dc58cce2bf474b549b7.profdata to chrome-android64-6668-1725249232-cf16e6cdbfb0d62aa1e756171f12f3c13944fb37-8d71a55b0fa0b8f85e1793ca7720de872787a735.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie7230a815a818c9f51afc706d8384104f0367041
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831689
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#713}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  100. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725241124-e34aa49dfc5e00568f8c7dad3ba75485f35eb2bb-5ea2d7d322399608d53c3dc58cce2bf474b549b7.profdata to chrome-mac-arm-6668-1725249232-2325b83786536e4413d6dd97c34c9eceb5f3f7f1-8d71a55b0fa0b8f85e1793ca7720de872787a735.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie0278f8a0d28b09fa1446f79682689a24552ae9f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831587
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#712}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  101. Fix 304 responses handling in ResourceLoader
    
    After crrev.com/c/362788339, ResourceLoader::DidReceiveResponse()
    doesn’t handle the body of 304 response for revalidation request. This
    is causing the 304 resource loading failure. This happens when the
    disconnection of the passed body pipe is handled in the network service
    as if the request was canceled, before the network service sends the
    URLLoaderClient's OnComplete IPC.
    
    To fix this issue, this CL changes the DidReceiveResponse() method to
    keep the body handle in the ResourceLoader.
    
    (cherry picked from commit ffd48736e9e90e833af3bb5ba6d42faa797f77be)
    
    Bug: 362788339
    Change-Id: Ic0e5e5d41965940ebc6239291dce0c768dfdbb9a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822737
    Owners-Override: Srinivas Sista <[email protected]>
    Reviewed-by: Brandon Maslen <[email protected]>
    Reviewed-by: Kouhei Ueno <[email protected]>
    Commit-Queue: Kouhei Ueno <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348877}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825914
    Reviewed-by: Tsuyoshi Horo <[email protected]>
    Commit-Queue: Tsuyoshi Horo <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#711}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  102. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725210275-8bf75786c37ff0636a0072b5b529712db7e9d603-930222624fd00bd8e699d3733a32b12a23f9135e.profdata to chrome-win64-6668-1725230916-592e77bc816fa5e3ed0164c36e04d8c03dd73e66-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: If089a5b32aadef1eb7cd045e2a229a1a69406bcf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830843
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#710}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  103. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725210275-aa21cf9924006cc0056e6988e1155a8813835899-930222624fd00bd8e699d3733a32b12a23f9135e.profdata to chrome-win32-6668-1725230916-29eaa041e8acff87eaee227edfb1c7f7bb12979b-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I02e6610c8591dbbb64bbf96b964eb626550c991e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831563
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#709}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  104. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725230916-934928eb686d54f7a8429537bd82188a1246bf8d-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata to chrome-android64-6668-1725241124-bd01b3419f8ac306bd449b6bda06bebd95f58026-5ea2d7d322399608d53c3dc58cce2bf474b549b7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I572725fa6960ffd75354a6484073af1b617f6bdd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831703
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#708}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  105. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725230916-29a14986eb2040a554fa1b8a41d64355b8ec4a7d-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata to chrome-mac-arm-6668-1725241124-e34aa49dfc5e00568f8c7dad3ba75485f35eb2bb-5ea2d7d322399608d53c3dc58cce2bf474b549b7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I92237d916f4883b3f49921cba438dd83d1c3d3eb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831683
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#707}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  106. Merge to M129 Fenced frames: Fix DNS prefetch check crash when given 
    host port pair and there is a NetworkAnonymizationKey.
    
    The current check on network status assumes the `host` is always
    `host->is_scheme_host_port() == true`. If the NetworkAnonymizationKey
    has a nonce, and the host is a host port pair instead of scheme host
    port, it will fail the check `CHECK(tag_ == Tag::kSchemeHostPort)`
    in `get_scheme_host_port()`.
    
    This CL will be merged back to M129.
    
    (cherry picked from commit c972169b7084c0b3307b1270db465695398f14c7)
    
    Bug: 359628054, 362675967
    Change-Id: Ib5a18e5f9473fd32d830a4abc9c6a3af31edc5b0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813013
    Reviewed-by: Kenichi Ishibashi <[email protected]>
    Commit-Queue: Xiaochen Zhou <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348003}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824290
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#706}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  107. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725217932-9e668de5c20d7adeefd5fdbeca30458114c621a1-a9c15000626657ae865253c32804a5788b5cc5a1.profdata to chrome-android64-6668-1725230916-934928eb686d54f7a8429537bd82188a1246bf8d-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib9481db0b4fa5595042aa243489cacb036cf1363
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830195
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#705}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  108. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725224623-04afcf152075e7fbdfe333b801f65ce699a5f435-5690130553bc075cd02bc716450fee2a0224d496.profdata to chrome-mac-arm-6668-1725230916-29a14986eb2040a554fa1b8a41d64355b8ec4a7d-85baf0c1df3f69dc0f16bce5815b57bb131fbd09.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ife386b004520bdaad6aa6062aec28d9acc57abbc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831231
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#704}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  109. Incrementing VERSION to 129.0.6668.28
    
    Change-Id: I7df44ed0807fbe51789fa5122f80ae89cab07710
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826835
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#703}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  110. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725217932-102092f75b83d8910b0835bad998b3bdee18fef9-a9c15000626657ae865253c32804a5788b5cc5a1.profdata to chrome-mac-arm-6668-1725224623-04afcf152075e7fbdfe333b801f65ce699a5f435-5690130553bc075cd02bc716450fee2a0224d496.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: If58d938b0a5d8c9d3ff53bf85d377c3909226343
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830840
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#702}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  111. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725191510-efed4a593a4c91bfd4e98434619c4353e22afccb-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata to chrome-win64-6668-1725210275-8bf75786c37ff0636a0072b5b529712db7e9d603-930222624fd00bd8e699d3733a32b12a23f9135e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ib913cadad4fd4a9f72460b59d9c0caf9e21b40bd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830838
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#701}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  112. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725191510-635a98affce79bcab8fa0904ed97f9e010df7e46-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata to chrome-win32-6668-1725210275-aa21cf9924006cc0056e6988e1155a8813835899-930222624fd00bd8e699d3733a32b12a23f9135e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I23ae2e39b43f79090efe4a7e8cba40321422040a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830940
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#700}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  113. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725210275-210021f02f41e8240f0179fe40e57716b5ae445a-930222624fd00bd8e699d3733a32b12a23f9135e.profdata to chrome-android64-6668-1725217932-9e668de5c20d7adeefd5fdbeca30458114c621a1-a9c15000626657ae865253c32804a5788b5cc5a1.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I637e8d9a96d6ea8056c56c5752866c13c11480e1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829577
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#699}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  114. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725210275-d55fa1d3161f17adff96092ded442b0510741ae0-930222624fd00bd8e699d3733a32b12a23f9135e.profdata to chrome-mac-arm-6668-1725217932-102092f75b83d8910b0835bad998b3bdee18fef9-a9c15000626657ae865253c32804a5788b5cc5a1.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia8cb50cb9e544aed9dcf140c04c86322db86a31e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830191
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#698}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  115. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725196067-0e761f48b42c679f353ea85a5ceec94b9d6ab2e9-9d6dc3a39793a8e937d72fffed5c10fbe617b96c.profdata to chrome-android64-6668-1725210275-210021f02f41e8240f0179fe40e57716b5ae445a-930222624fd00bd8e699d3733a32b12a23f9135e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I7795e9b3adc44ac5796a31b8a5ae5336598f376d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830939
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#697}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  116. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725204683-c849fe5b1907a6e1efacfa61e606e269f84a418b-5e2ecf9c72d62fcc38b22ae0ed5cdff1a03cd4cb.profdata to chrome-mac-arm-6668-1725210275-d55fa1d3161f17adff96092ded442b0510741ae0-930222624fd00bd8e699d3733a32b12a23f9135e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic0ba38d387d94a2e002d0a8c3621cb7f0b79ffd6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830937
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#696}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  117. Automatic update from google3
    
    Automatic update for 2024-09-01 UTC
    
    Change-Id: I653941679613a3666b21ae6645b484234003546a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831361
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#695}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  118. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725196067-ea73e5551c5fcab392c1c8e6586e7f2bff4c1ad9-9d6dc3a39793a8e937d72fffed5c10fbe617b96c.profdata to chrome-mac-arm-6668-1725204683-c849fe5b1907a6e1efacfa61e606e269f84a418b-5e2ecf9c72d62fcc38b22ae0ed5cdff1a03cd4cb.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I87e36aecdbc0e6f1cbff73eb147b5ab006840c68
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830132
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#694}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  119. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725166037-d44b496cc800b676e7c4511cb1943d4c7a0389ae-c3ec0ee3706c407afd1982c099527ad16319a963.profdata to chrome-android64-6668-1725196067-0e761f48b42c679f353ea85a5ceec94b9d6ab2e9-9d6dc3a39793a8e937d72fffed5c10fbe617b96c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I7284b00323539609ae82278630cc77b91ccf498c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830294
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#693}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  120. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725191510-36330f9adbc8d17a104b3a1e281e7449547f205c-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata to chrome-mac-arm-6668-1725196067-ea73e5551c5fcab392c1c8e6586e7f2bff4c1ad9-9d6dc3a39793a8e937d72fffed5c10fbe617b96c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie62edef2559ba839660f2e50751b5fc96bb62189
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830293
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#692}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  121. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725166037-34ac43922cb26b64818e1dbe63e90e0677bd7612-c3ec0ee3706c407afd1982c099527ad16319a963.profdata to chrome-win32-6668-1725191510-635a98affce79bcab8fa0904ed97f9e010df7e46-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ibdb63b18ad431f56843c73bd44598e0b983781dc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830731
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#691}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  122. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725166037-f7c00c171b01326344c86ea385b4646f9c351f32-c3ec0ee3706c407afd1982c099527ad16319a963.profdata to chrome-win64-6668-1725191510-efed4a593a4c91bfd4e98434619c4353e22afccb-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ib183ac8af583a967dcd0272cd3d56ae0f270e608
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830657
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#690}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  123. Automatic update from google3
    
    Automatic update for 2024-09-01 UTC
    
    Change-Id: I789c4e4126874117418d996fd8c18443b12322e4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825592
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#689}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  124. Roll ChromeOS Bigcore AFDO profile from 129-6630.0-1724638737-benchmark-129.0.6668.25-r1 to 129-6630.0-1724638737-benchmark-129.0.6668.26-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icbef6ab2c3351f8b725e4d5e2f014e5328eb73c9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830169
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#688}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  125. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725191510-12956789d67f8d9c7915dd060d5f5844b97952a8-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata to chrome-mac-arm-6668-1725191510-36330f9adbc8d17a104b3a1e281e7449547f205c-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I632387d6d1e7ac3db02c8af6203a553c7c8185b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830656
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#687}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  126. Automated Commit: LKGM 16002.15.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8738041349637025233
    
    Change-Id: I356f147cc03b9d52fce48be49b953e6adbee7d25
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831241
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#686}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  127. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725181503-5c9af7d2f1da280db5844276be0367e0a1f95f45-355a9bd7dc03c60e67062cb34e5695abca9d2142.profdata to chrome-mac-arm-6668-1725191510-12956789d67f8d9c7915dd060d5f5844b97952a8-22a4ec6134ade4dab72c22a2dea7882b530aeedd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I470eb34d9a4cfea642e876f6a09ff36749044773
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830654
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#685}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  128. Roll ChromeOS Atom AFDO profile from 129-6668.0-1724640517-benchmark-129.0.6668.25-r1 to 129-6668.0-1724640517-benchmark-129.0.6668.26-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I88de8316216927d6e37c2b357d16f8a40a79a03e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830290
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#684}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  129. Roll ChromeOS Arm AFDO profile from 129-6668.0-1724639597-benchmark-129.0.6668.24-r1 to 129-6668.0-1724639597-benchmark-129.0.6668.26-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I105580c12d6b23cc0324b503f9d5d87e118b45f8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830650
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#683}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  130. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725146747-419d2996e4d33a3b1652ab72c7035fb5ff9444dc-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata to chrome-win32-6668-1725166037-34ac43922cb26b64818e1dbe63e90e0677bd7612-c3ec0ee3706c407afd1982c099527ad16319a963.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I322650e1ab97d4bb1e416e6393df6dc6c5fabbcc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830933
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#682}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  131. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725146747-486753c3cdf7de0fd106916ee6917829942c5f91-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata to chrome-win64-6668-1725166037-f7c00c171b01326344c86ea385b4646f9c351f32-c3ec0ee3706c407afd1982c099527ad16319a963.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I1353167bba54e2b1e0fa9d96b5ad64336bc38564
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830288
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#681}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  132. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725175089-568dfffc73f18fbd87972b8b474c0ec1b98e5ee0-33d26b58e19b7a22764d954096867d4870a9e03e.profdata to chrome-mac-arm-6668-1725181503-5c9af7d2f1da280db5844276be0367e0a1f95f45-355a9bd7dc03c60e67062cb34e5695abca9d2142.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic8f29a515efaa432bdfb3009d527bbdbf3468768
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830834
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#680}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  133. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725166037-8abf8c5c3de4146e3bca6bc9a1104e6e25193d52-c3ec0ee3706c407afd1982c099527ad16319a963.profdata to chrome-mac-arm-6668-1725175089-568dfffc73f18fbd87972b8b474c0ec1b98e5ee0-33d26b58e19b7a22764d954096867d4870a9e03e.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3d853c62d0c53dbc0a8775598a54432b07f0152e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830868
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#679}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  134. Roll Amd64 AFDO from 129.0.6668.25_rc-r1-merged to 129.0.6668.26_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icb93f02e974d65a50579e87fa2abc49f4e4d725d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830638
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#678}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  135. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725161290-5bd2de7a515a388dc21bec1f7ecad5c83bf2d63c-4814b3eee58cb783f182e3baaa1e1b3ecc0a0798.profdata to chrome-android64-6668-1725166037-d44b496cc800b676e7c4511cb1943d4c7a0389ae-c3ec0ee3706c407afd1982c099527ad16319a963.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I401fac05e729e61581b2882c0a7453623ef71b14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830128
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#677}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  136. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725161290-a57bfe2b4f615a648c63a36db58a19b5191d6607-4814b3eee58cb783f182e3baaa1e1b3ecc0a0798.profdata to chrome-mac-arm-6668-1725166037-8abf8c5c3de4146e3bca6bc9a1104e6e25193d52-c3ec0ee3706c407afd1982c099527ad16319a963.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id94b7b6c461d53c50752679788175b7815ac3e2f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830724
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#676}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  137. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725122798-05647d280898ebeb066536221b61c40ce0685b17-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata to chrome-win64-6668-1725146747-486753c3cdf7de0fd106916ee6917829942c5f91-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: If01c60813ecf314eb35b97151e6a3c462a6f1b0d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829295
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#675}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  138. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725153529-34034c41b5b38ccf95e1f8921845023eb793ca04-1268deed77ebf958fecc7371aec5941fe8e6edfe.profdata to chrome-mac-arm-6668-1725161290-a57bfe2b4f615a648c63a36db58a19b5191d6607-4814b3eee58cb783f182e3baaa1e1b3ecc0a0798.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iadb5c4fec84470cc532b05583c3d15219bbe9e88
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830637
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#674}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  139. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725153529-191b4065faca30b70f309b2536f8457f300fa095-1268deed77ebf958fecc7371aec5941fe8e6edfe.profdata to chrome-android64-6668-1725161290-5bd2de7a515a388dc21bec1f7ecad5c83bf2d63c-4814b3eee58cb783f182e3baaa1e1b3ecc0a0798.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Icd64ad316d60cbedd1a9dbbfd7321df0d0deed30
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830110
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#673}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  140. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725122798-b8f9bfa8477ca683c72138233b59e3b0b6549e72-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata to chrome-win32-6668-1725146747-419d2996e4d33a3b1652ab72c7035fb5ff9444dc-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I61177d8b34f7595f8577c9cbbe022ad74b35d58e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830632
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#672}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  141. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725146747-eaf28e319b6e16ee08385d25dc107a0947c4b7d9-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata to chrome-mac-arm-6668-1725153529-34034c41b5b38ccf95e1f8921845023eb793ca04-1268deed77ebf958fecc7371aec5941fe8e6edfe.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ibb183cd4ff4b0766cb6e6b8eb7b3f9d22a0a78d4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830832
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#671}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  142. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725146747-cc53798734e5e657ba97a07e6f71dc3a712fe803-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata to chrome-android64-6668-1725153529-191b4065faca30b70f309b2536f8457f300fa095-1268deed77ebf958fecc7371aec5941fe8e6edfe.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I129c994f2b9a8b1bab09d63852afe7ed4b53a04b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830644
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#670}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  143. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725146747-c0c49db52370d217287f9966ed6d9f2b9f0100f5-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata to chrome-mac-arm-6668-1725146747-eaf28e319b6e16ee08385d25dc107a0947c4b7d9-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I73fa5ed63ec6bbf79689ada3c937df676513a9a2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830925
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#669}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  144. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725140995-5b6efc53c7b4085dfe90bbecef3ad553f9163415-6101e8b761cc276002c8e6de8fdfa6a04d2dc39f.profdata to chrome-mac-arm-6668-1725146747-c0c49db52370d217287f9966ed6d9f2b9f0100f5-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3d64e54d6f4cbd2001a4572f0230dd8915614922
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830924
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#668}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  145. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725140995-64f8e2c70b6120c79cee3ec461481d1b16e140f0-6101e8b761cc276002c8e6de8fdfa6a04d2dc39f.profdata to chrome-android64-6668-1725146747-cc53798734e5e657ba97a07e6f71dc3a712fe803-bc15a4036770334da1fe3a1d9b6d8bed95f839e2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0872d98e0ad2b6504c36420bd6d7e1286aa601ca
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830828
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#667}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  146. Incrementing VERSION to 129.0.6668.27
    
    Change-Id: I2d15403582f1001f1e7166119ffd46a4726aef84
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5831061
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#666}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  147. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725122798-4fcab4a1dfb5bb4deb7498a23e46381058c83f61-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata to chrome-android64-6668-1725140995-64f8e2c70b6120c79cee3ec461481d1b16e140f0-6101e8b761cc276002c8e6de8fdfa6a04d2dc39f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I838f5d04ea41ebf5365206489649917713b3b47e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830923
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#665}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  148. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725131400-49f82fcf25f57c6e1ae435603cb094a6d6e2d2a2-8152b4fabfd2d152fb54da9d585f8758e78a9291.profdata to chrome-mac-arm-6668-1725140995-5b6efc53c7b4085dfe90bbecef3ad553f9163415-6101e8b761cc276002c8e6de8fdfa6a04d2dc39f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id719a1d598d965378065d721506d00dafa3a9c22
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829780
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#664}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  149. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725101744-a2dfc4a57d6113508d97e374f3314212a44c44a2-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata to chrome-win64-6668-1725122798-05647d280898ebeb066536221b61c40ce0685b17-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Icfe59ceb22133f097f35cf7478c51d7a8e2e7102
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830904
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#663}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  150. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725101744-f92c5acee266c319eee0fb28c9516f1dc2ecf02f-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata to chrome-win32-6668-1725122798-b8f9bfa8477ca683c72138233b59e3b0b6549e72-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ic41cd283b0ed01373348f5d392af4e23f85f8841
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830921
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#662}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  151. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725122798-f418613e3f2f0e598446a66bd366f097f4182cee-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata to chrome-mac-arm-6668-1725131400-49f82fcf25f57c6e1ae435603cb094a6d6e2d2a2-8152b4fabfd2d152fb54da9d585f8758e78a9291.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I8b8e5152a06ec81746ecbf6fa570b2dc78677233
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830048
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#661}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  152. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725112081-c7bc50bd1bfe0479b4220dac1dd1bc443ed6be58-558d612008448d555b2bb7dfa3a5340a34cab282.profdata to chrome-android64-6668-1725122798-4fcab4a1dfb5bb4deb7498a23e46381058c83f61-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3d07466ce2c441bd8b02e441bc31b5b20a502f74
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829779
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#660}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  153. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725122798-b14bd8b11f668d1ca301c118c95fc58dde971678-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata to chrome-mac-arm-6668-1725122798-f418613e3f2f0e598446a66bd366f097f4182cee-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I34cb34e38090f7fc20f3eeacdd27329f97098ecd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830903
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#659}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  154. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725118966-0b8d35c8002a7c10a19216fe2d9bf73c3541a5fe-ffe2f2e4bc3a6d44dc65df5ea4616f11865b32dd.profdata to chrome-mac-arm-6668-1725122798-b14bd8b11f668d1ca301c118c95fc58dde971678-b4583eda02d030f9d2424e486fdd3d25378062fd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2de9d7402a8d66e4cbc8b60a3073a3c0ac1f1a05
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830901
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#658}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  155. Automatic update from google3
    
    Automatic update for 2024-08-31 UTC
    
    Change-Id: Id869a4fa2ca6b16322c7023d977da7217c464b27
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830701
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#657}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  156. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725112081-d7ea8f0effe08ce5e1ce00b06eca5207ea3ac48e-558d612008448d555b2bb7dfa3a5340a34cab282.profdata to chrome-mac-arm-6668-1725118966-0b8d35c8002a7c10a19216fe2d9bf73c3541a5fe-ffe2f2e4bc3a6d44dc65df5ea4616f11865b32dd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id76b76c4095a6234a1e940d99b55ff258ccd1d4f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830282
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#656}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  157. Automatic update from google3
    
    Automatic update for 2024-08-31 UTC
    
    Change-Id: Idf15889fcad79b589e7a30f565503c90a9cf7aec
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825759
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#655}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  158. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725081587-e64ba4228e737ff0e4888ed959f6e4d33501584d-187e09134f8a3a0b763e61aa04de7821174685d7.profdata to chrome-win32-6668-1725101744-f92c5acee266c319eee0fb28c9516f1dc2ecf02f-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I339284692b86673b9221d0bb141ae1f7a2886f58
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829568
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#654}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  159. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725081587-7ad193dca4fc3ca003147cceaff4404d79e478ea-187e09134f8a3a0b763e61aa04de7821174685d7.profdata to chrome-win64-6668-1725101744-a2dfc4a57d6113508d97e374f3314212a44c44a2-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I11eed700b9d5b76c314ecaee86af4b2b52ff9d8e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830661
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#653}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  160. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725101744-da900fe9d9fa180436c41c72ea45d669c699cc45-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata to chrome-mac-arm-6668-1725112081-d7ea8f0effe08ce5e1ce00b06eca5207ea3ac48e-558d612008448d555b2bb7dfa3a5340a34cab282.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I931d5c99762b4d994bbcc34f5d68ccf58f141573
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829837
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#652}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  161. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725101744-9baf7e3ee5e5837317b018993b3a80ca2854106d-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata to chrome-android64-6668-1725112081-c7bc50bd1bfe0479b4220dac1dd1bc443ed6be58-558d612008448d555b2bb7dfa3a5340a34cab282.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3d6144a0fdab013a39fb48931c172591f56be334
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829680
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#651}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  162. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: Iaab6fe187f869aa65a5fee294141572971b2397e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829983
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#650}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  163. Automated Commit: LKGM 16002.14.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8738131772960006353
    
    Change-Id: Ic769c5ef79ffa884324a9f36f044b44f8bf6dabc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829569
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#649}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  164. Roll ChromeOS Bigcore AFDO profile from 129-6630.0-1724638737-benchmark-129.0.6668.24-r1 to 129-6630.0-1724638737-benchmark-129.0.6668.25-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2ee6d1178da82de0fbbc9fd1c434ac763184874e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829677
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#648}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  165. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725087598-7ca9e390abeb6adf2a2f840e43b0b011903d90ce-7044356407c47a2f3560bd071287cd4e012691e6.profdata to chrome-android64-6668-1725101744-9baf7e3ee5e5837317b018993b3a80ca2854106d-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib15200ee10926e707162ef55ac9e3a31447452c9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830404
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#647}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  166. Roll ChromeOS Atom AFDO profile from 129-6668.0-1724640517-benchmark-129.0.6668.24-r1 to 129-6668.0-1724640517-benchmark-129.0.6668.25-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ifbc52934fbb8473b10cb5c28de3e5394014d2634
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829675
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#646}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  167. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725101744-0605015c2eaa692426840c40c541b8951da93a1a-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata to chrome-mac-arm-6668-1725101744-da900fe9d9fa180436c41c72ea45d669c699cc45-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I8acb389ae4d0d077b7c3030f889171b27308deb4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830641
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#645}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  168. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725098163-599026da9d84bae91aba041e96dbb0c79344deee-4ecedb0455e5e37b66f67b55a9e8398847d7bb44.profdata to chrome-mac-arm-6668-1725101744-0605015c2eaa692426840c40c541b8951da93a1a-00c8408ce117b73a5eb061435e71add4489cf7c0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I345b4e3e8958a519f85e18c3ed66078f191d2d9f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830582
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#644}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  169. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725087598-cac8fcb215d7a04947aec4fb348793ba73680ece-7044356407c47a2f3560bd071287cd4e012691e6.profdata to chrome-mac-arm-6668-1725098163-599026da9d84bae91aba041e96dbb0c79344deee-4ecedb0455e5e37b66f67b55a9e8398847d7bb44.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia7e55027e02dd3ca839f383935deec1de55a52ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829836
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#643}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  170. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725058883-cc5e5f2b25d4500256b8918868fc4b182ad74ebe-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata to chrome-win64-6668-1725081587-7ad193dca4fc3ca003147cceaff4404d79e478ea-187e09134f8a3a0b763e61aa04de7821174685d7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I95cb8f4767e8deb830eb3438728bba76a736701a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830094
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#642}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  171. Roll Amd64 AFDO from 129.0.6668.24_rc-r1-merged to 129.0.6668.25_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic3b3130fdc64fbab2cd595822bf6a02938c5d764
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830402
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#641}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  172. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725058883-02c6c787df663d7a59e5fe00dc263ec28228c4e2-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata to chrome-win32-6668-1725081587-e64ba4228e737ff0e4888ed959f6e4d33501584d-187e09134f8a3a0b763e61aa04de7821174685d7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I950af0ee7cf0392b8a1d475bb4f3ffb259bc526b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824586
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#640}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  173. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725081587-694b029569b5acc2a202bece57f1e8254339b55d-187e09134f8a3a0b763e61aa04de7821174685d7.profdata to chrome-android64-6668-1725087598-7ca9e390abeb6adf2a2f840e43b0b011903d90ce-7044356407c47a2f3560bd071287cd4e012691e6.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I291513bd1690faac77a6e7e17e8e7e29987e3e5a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830019
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#639}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  174. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725081587-fa0e8aa0263b47d76a81561e5d885e8514aa59ed-187e09134f8a3a0b763e61aa04de7821174685d7.profdata to chrome-mac-arm-6668-1725087598-cac8fcb215d7a04947aec4fb348793ba73680ece-7044356407c47a2f3560bd071287cd4e012691e6.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Idbcd45940b7f4647616368c7842d554adc8efd8c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830096
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#638}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  175. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725073744-97ec34dacebf140f484221c47dc3365ccaab5e9c-6f112fd20695e9854ab94c111870015e48acf35b.profdata to chrome-mac-arm-6668-1725081587-fa0e8aa0263b47d76a81561e5d885e8514aa59ed-187e09134f8a3a0b763e61aa04de7821174685d7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iec065e8795aba02d4c8f127cdd6c90fd12ec8065
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829833
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#637}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  176. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725073744-76bb4b4b26ed08ed7a299aa3740898bed3537c6d-6f112fd20695e9854ab94c111870015e48acf35b.profdata to chrome-android64-6668-1725081587-694b029569b5acc2a202bece57f1e8254339b55d-187e09134f8a3a0b763e61aa04de7821174685d7.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id9a95a05e88d99648f0367139632b7e5cdc9892d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830016
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#636}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  177. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725066684-994bed875109e2cd419d1a0a8acb727271b37b99-23551f52dd925675e6dfb4b1b4822bd2168c3aca.profdata to chrome-android64-6668-1725073744-76bb4b4b26ed08ed7a299aa3740898bed3537c6d-6f112fd20695e9854ab94c111870015e48acf35b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie9ee79e1b3156a6b9f91185090544c7ce37875bb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829832
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#635}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  178. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725066684-c9abc74ad62bd8f6a4b2b4d93232e3f9027dbf4b-23551f52dd925675e6dfb4b1b4822bd2168c3aca.profdata to chrome-mac-arm-6668-1725073744-97ec34dacebf140f484221c47dc3365ccaab5e9c-6f112fd20695e9854ab94c111870015e48acf35b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I25095e2eef5abe50ef3236f45373258d9dc4c3a4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830265
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#634}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  179. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725053759-18e83a05ab461610a7c0d0ce69af80c7b711b69a-41df0cee470ab52ee17f053a5d5fcbbe7c851ddd.profdata to chrome-android64-6668-1725066684-994bed875109e2cd419d1a0a8acb727271b37b99-23551f52dd925675e6dfb4b1b4822bd2168c3aca.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I787ec5845909c71d40a8e3c92da3f72d91ebfca8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830011
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#633}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  180. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725039112-1e5725655ac82b038e60c989bc634a22bd271ed3-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata to chrome-win64-6668-1725058883-cc5e5f2b25d4500256b8918868fc4b182ad74ebe-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ie8fc4d4cb9236a2355f91ab0c5e0527dcdedf96d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829690
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#632}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  181. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725039112-11d0d8498608b1b2bf6ba87659d5b0d4f33bdf43-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata to chrome-win32-6668-1725058883-02c6c787df663d7a59e5fe00dc263ec28228c4e2-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I7949ca9e63b4e21c1793ac38193b9401f2801c54
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830261
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#631}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  182. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725058883-ad2d658f7aa2332b339b1baf664b0fc4c34d2a4e-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata to chrome-mac-arm-6668-1725066684-c9abc74ad62bd8f6a4b2b4d93232e3f9027dbf4b-23551f52dd925675e6dfb4b1b4822bd2168c3aca.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Idcda905a7287c4b7d9b17f210b6076ac53edc8b7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830065
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#630}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  183. [M129][HTTP Cache] For the initiator experiment groups, use site vs. origin
    
    During review it was noted that we should key using initiator site
    instead of initiator origin because "our entire threat model for
    caching is site-based, not origin-based (e.g. foo.example.com can
    always learn about the contents of the cache on
    sensitive.example.com)." This CL updates the experiment groups
    accordingly and adds a test for this.
    
    (cherry picked from commit 3fa04a85250979519ffdf454e69fad474b120716)
    
    Change-Id: I2e1db7c27d387e115effe833e1e325639cfb0a5b
    Bug: 347934841
    Fixed: 362092189
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5808376
    Reviewed-by: Maks Orlovich <[email protected]>
    Commit-Queue: Andrew Williams <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1346869}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5816435
    Cr-Commit-Position: refs/branch-heads/6668@{#629}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  184. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725053759-061900dfe4b3984897a5277acc2629e4351cc761-41df0cee470ab52ee17f053a5d5fcbbe7c851ddd.profdata to chrome-mac-arm-6668-1725058883-ad2d658f7aa2332b339b1baf664b0fc4c34d2a4e-401d0ba72faadff16e25b8d54a89bcdbf8d0d204.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I85170fcf89b5df3e9d3de0e9dbcc735b42c65833
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828894
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#628}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  185. Incrementing VERSION to 129.0.6668.26
    
    Change-Id: I6988947835cb6d12575a764c42682dcd0993538d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828264
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#627}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  186. [M129 Merge] Fix challenge selection re-triggering crash
    
    If a user initiates a challenge selection flow, but does not complete
    it, then initiates it again, this CHECK() will be reached and Chrome
    will crash. This is however a valid use-case and is handled correctly,
    as the CardUnmaskAuthenticationSelectionDialogControllerImpl's
    destructor will just dismiss the current dialog showing, and then the
    new controller will show a new dialog. So this CHECK() should be
    removed.
    
    (cherry picked from commit 17e58cb880937c91e485e9c068f401be315204a2)
    
    Bug: 345361322
    Change-Id: Iecc4221edd1a211b1371ceaa762e37acdfa4671b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5818206
    Commit-Queue: Vinny Persky <[email protected]>
    Reviewed-by: Siyu An <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347631}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825497
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#626}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  187. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725047042-44ca59e99e3118651008a06e92442062c37329b2-e070b94e19eeadfbe08e7cf324d6438223ed25a2.profdata to chrome-mac-arm-6668-1725053759-061900dfe4b3984897a5277acc2629e4351cc761-41df0cee470ab52ee17f053a5d5fcbbe7c851ddd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0c635ddb7e095a1b301a406b1f2d2c6d57949f64
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828378
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#625}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  188. [M129][Compose] Split nudge delay into focus and input delay
    
    This CL adds four new config parameters for Compose:
    
     - proactive_nudge_focus_delay: default 0 seconds
     - proactive_nudge_input_delay: default 1 second
     - proactive_nudge_text_change_count: default 10
     - selection_nudge_once_per_focus: default false
    
    The focus delay is the wait after a text field is focused before
    showing the nudge.
    
    The input delay is the wait after the text change count limit has been
    reached and no typing is detected before showing the nudge.
    
    The previous value |proactive_nudge_delay| has been removed and split
    into the two new delays. If the new delays are non-positive the nudge
    is disabled for that triggering method.
    
    This CL also updates the Compose Proactive Nudge flag to use the new
    parameters.
    
    (cherry picked from commit 35ebb7ab67852ac283c2129a2b970cdaf0bf40be)
    
    Bug: 361101530, b/359669657
    Change-Id: I2540a81f13641a1a1fbab2c7debc7786a96651b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799103
    Reviewed-by: Justin DeWitt <[email protected]>
    Commit-Queue: Trevor Perrier <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347756}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828474
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Trevor Perrier <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#624}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  189. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725047042-8a33f861c08c2dfb5c5de444165f27afbc7d1ac2-e070b94e19eeadfbe08e7cf324d6438223ed25a2.profdata to chrome-android64-6668-1725053759-18e83a05ab461610a7c0d0ce69af80c7b711b69a-41df0cee470ab52ee17f053a5d5fcbbe7c851ddd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0a9385a5a60e0b221416cecd6fa50f7e59f708fb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830028
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#623}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  190. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1725016412-d12cf885fcd905fbfc48a599933b8a2e95348596-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata to chrome-win64-6668-1725039112-1e5725655ac82b038e60c989bc634a22bd271ed3-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I2bb7f999ae68871760c5600cf698bd61d011270d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828884
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#622}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  191. [iOS] Customization Menu: Swipe dismiss, Hide new badge on open
    
    Improves 2 aspects of the Home Customization menu:
    - Fixes an issue where dismissing a submenu by swiping would dismiss
    the entire menu. This is done by intercepting the native "willDismiss"
    call and handling the dismissal in the same way as when the user taps
    "X" to close.
    - Hides the "new feature badge" immediately when the menu is tapped
    instead of just preventing it from showing in subsequent impressions.
    
    (cherry picked from commit 750d30cd5e28ed362232bbd7442d592c944d4518)
    
    Fixed: 362229276, 362230686
    Change-Id: Iaed3814beaadd30a78eba57868a74307431d741e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813502
    Commit-Queue: Adam Arcaro <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: Chris Lu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347060}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829089
    Auto-Submit: Adam Arcaro <[email protected]>
    Commit-Queue: Chris Lu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#621}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  192. [M129][FSA] Mac - Add FSEvents implementation to handle all 'root changed' event types
    
    Update `DispatchEvents` to handle 'root change' events that represent:
    the target path being created initially, and a rename (move into-scope) along
    the target path. Add handling to coalesce any duplicate create events after
    reporting a 'created' event as a result of the 'root change' event.
    
    Note that all tests within `FilePathWatcherWithChangeInfo.*` pass, unless
    noted otherwise. This test suite is still disabled as a part of this change
    due to flakiness.
    
    (cherry picked from commit 97df4ecb63a88ba119135932e6231a407be59204)
    
    Bug: 357118831
    Change-Id: I0e2d2fa3b6074caab45c15df7be98d83c669efa1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797954
    Reviewed-by: Daseul Lee <[email protected]>
    Reviewed-by: Nathan Memmott <[email protected]>
    Commit-Queue: Christine Hollingsworth <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348092}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823856
    Cr-Commit-Position: refs/branch-heads/6668@{#620}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  193. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725039112-dd04f9e76eaf7f1451ac2e73f5400fdc6945964b-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata to chrome-android64-6668-1725047042-8a33f861c08c2dfb5c5de444165f27afbc7d1ac2-e070b94e19eeadfbe08e7cf324d6438223ed25a2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3a34a0fddc67998b3fea39e162fe4f6fc27cb95f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828757
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#619}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  194. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1725016412-e0e656588ff01832e339a237f3644eed5183b3b7-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata to chrome-win32-6668-1725039112-11d0d8498608b1b2bf6ba87659d5b0d4f33bdf43-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I0dcdd72a34be581da721053adceafc918ed6ab63
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829665
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#618}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  195. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725039112-f91dbe3a508e184280c6b93d1a72e65311e11c6f-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata to chrome-mac-arm-6668-1725047042-44ca59e99e3118651008a06e92442062c37329b2-e070b94e19eeadfbe08e7cf324d6438223ed25a2.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2609992967aae09607d2dcf5da7306025380efb3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829459
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#617}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  196. m129: Android and WebView fieldtrial for FrameIntervalDecider
    
    (cherry picked from commit ba42c249359c181d2ff200105fdb70e5563869e9)
    
    Bug: 346732738
    Change-Id: Ic11f620414a138710211f6133aedd4196ef69dc6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5816252
    Auto-Submit: Bo Liu <[email protected]>
    Reviewed-by: Vasiliy Telezhnikov <[email protected]>
    Commit-Queue: Vasiliy Telezhnikov <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347532}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827018
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#616}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  197. [iOS] Take velocity into account for Contextual Panel gestures
    
    Before, when panning the Panel stopped, the final resting place was only
    determined by the height of the Panel. This was a weird user experience.
    
    This CL now takes velocity of the gesture into account. Essentially,
    it calculates an approximate resting point for the panel for if the
    view decelerated after the user lifted their finger. Then it sees which
    detent that resting point is closest to.
    
    (cherry picked from commit 0fa923de2518fd4611d059b7f50c73d63c02a227)
    
    Bug: 349856760
    Change-Id: I35c7ad548ccffabdbb8073d4da3063ef7f770da2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813530
    Commit-Queue: Robbie Gibson <[email protected]>
    Reviewed-by: Guillaume Jenkins <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347650}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829607
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#615}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  198. [FPF] Move UKM collection to only emit when a resource is acted upon.
    
    For the dry_run experiment, we need to re-purpose the previously-[approved ukm](https://docs.google.com/document/d/112N5Zc7ofjaavXwB73C2R6rH5N0d-rouY_WPgcrVM1s) designed for user-bypass analysis to understand the sites that would have filtering outside of dry_run mode. So, record the ukm only after the navigation throttles compute either a "DISALLOW" or "WOULD_DISALLOW" load policy.
    
    
    TESTED=locally - [dry_run](https://screenshot.googleplex.com/9xWqJJPkGpmeZaF); [activated](https://screenshot.googleplex.com/5vEpxxtELMTDpeA)
    
    (cherry picked from commit f78c017ba0b01a16e588bbd5196a447b00024e53)
    
    Bug: 361429154
    Change-Id: I8b9b914cb37a4cec7bbb6759e932f59aa064868c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817475
    Commit-Queue: Patricia Alfonso <[email protected]>
    Reviewed-by: Martin Verde <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348097}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827008
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#614}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  199. [m129] gpu: Cache max texture size in SharedContextState
    
    If GetMaxTextureSize() is called after context loss (or destruction),
    the value returned by GL_MAX_TEXTURE_SIZE may be 0 which trips a CHECK.
    Cache the max texture size in SharedContextState on the first call so
    that we avoid triggering this CHECK. Also, make it a DCHECK to avoid
    crashes on the first call.
    
    (cherry picked from commit 5d905ceb2b287a2843e88426d6fbb0acf67848a7)
    
    Bug: 359127346
    Change-Id: I370abb49589d1fae045ad5169e22f2f32cc5758f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5809919
    Reviewed-by: Saifuddin Hitawala <[email protected]>
    Auto-Submit: Sunny Sachanandani <[email protected]>
    Commit-Queue: Sunny Sachanandani <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347731}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824676
    Reviewed-by: Vasiliy Telezhnikov <[email protected]>
    Commit-Queue: Saifuddin Hitawala <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#613}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  200. [M129][Oidc Enrollment] Add valid OIDC redirection source for Conditional Access
    
    Add a new valid regex for OIDC enrollment capture for Conditional Access
    
    This is a cherrypick of crrev.com/c/5823736, approved in 362800982
    
    (cherry picked from commit d30cca6ebbd96c359fec36017f96971c5e99bc9f)
    
    Bug: 362800982, 362752750
    Change-Id: Iaa8f404f242baa6b0f015fc22aab2a7af24f77f6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823736
    Reviewed-by: Sébastien Lalancette <[email protected]>
    Commit-Queue: Sébastien Lalancette <[email protected]>
    Commit-Queue: Zonghan Xu <[email protected]>
    Auto-Submit: Zonghan Xu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348300}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827041
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#612}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  201. webview: initialize BuildInfo earlier to avoid a race.
    
    The BuildInfo singleton is initialized on first use, but its constructor
    accesses the command line, so it's potentially risky to do this on an
    arbitrary thread early in startup when the main thread is still
    potentially modifying the command line: the command line is not
    threadsafe.
    
    See linked bug for a suspected case where this is happening. To try to
    avoid this, just trigger the creation of the singleton earlier, on the
    main thread, right after we set up the required browser package info.
    
    (cherry picked from commit 6f75aac5df224292412188ae26dc20b6f5c87d24)
    
    Bug: 361370800
    Change-Id: Ibc86ac878899e95d95710d6696411bbbd251b397
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5804108
    Commit-Queue: Nate Fischer <[email protected]>
    Auto-Submit: Richard (Torne) Coles <[email protected]>
    Reviewed-by: Nate Fischer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1345490}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829643
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#611}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  202. Roll commits from side projects in M129
    
    Roll src/internal in M129 from f67756e23f88 to cbe8d66cc8f8
    Commits rolled:
    https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f67756e23f88..cbe8d66cc8f8
    
    Generated by: http://go/bbid/8738153555745030049
    
    Change-Id: I2fa8666b426511fbfae55e874a155daec34c1a63
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829861
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#610}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  203. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725033549-61feac05081f4324cdac9c7284266678d108755f-14a92b764c515a0df7b6e6b75bceb1c8ccf38fdd.profdata to chrome-mac-arm-6668-1725039112-f91dbe3a508e184280c6b93d1a72e65311e11c6f-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I32be9f0fe0cace42354901219a2a395f2a502651
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829663
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#609}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  204. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725033549-48789b3aa54efe91616d4731aab7ab56945aacdc-14a92b764c515a0df7b6e6b75bceb1c8ccf38fdd.profdata to chrome-android64-6668-1725039112-dd04f9e76eaf7f1451ac2e73f5400fdc6945964b-a1afce56b54c2cae84d75ff9fe8fe91d78b44e5c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2d8ac7b8dc30797c0cc30cf6017c4c3ad7d734d8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828373
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#608}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  205. Automatic update from google3
    
    Automatic update for 2024-08-30 UTC
    
    Change-Id: I59bc0ec989934f322853fe3ebe4112eba1472d3e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829321
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#607}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  206. Roll commits from side projects in M129
    
    Roll src/v8 in M129 from a74c1d5b8519 to fc8830784ec6
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/a74c1d5b8519..fc8830784ec6
    
    Generated by: http://go/bbid/8738161099241365169
    
    Change-Id: I1fba3ba28e48ef91728da82e59b9856f1cb32988
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825303
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#606}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  207. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725026094-78e8a02dc463665080911c13c6d8ffd9c43641cd-e39f3f582b0c01fbc40503a5d5c123c9bdfcc0af.profdata to chrome-android64-6668-1725033549-48789b3aa54efe91616d4731aab7ab56945aacdc-14a92b764c515a0df7b6e6b75bceb1c8ccf38fdd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I85d307c1b59136e7a352bbb28dfb7e8e998a148d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828397
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#605}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  208. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725026094-c3cb9dc24ab7067b50d3f9df3b29f7650694c262-e39f3f582b0c01fbc40503a5d5c123c9bdfcc0af.profdata to chrome-mac-arm-6668-1725033549-61feac05081f4324cdac9c7284266678d108755f-14a92b764c515a0df7b6e6b75bceb1c8ccf38fdd.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iecdee504491a940e01309304121a31f31704cf76
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829286
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#604}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  209. Automatic update from google3
    
    Automatic update for 2024-08-30 UTC
    
    Change-Id: Ifdab1c2f48ff795ee6eec8db9e6ed8f37ec22921
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829162
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#603}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  210. [a11y] Remove debug link proto during development.
    
    (cherry picked from commit ab69d5280c1e64c062569c7e6cee7c7c3d257838)
    
    Bug: 358224257, 358211208
    Change-Id: I13449e8c072693f2b926b5ce8d84f2c4b3922050
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824281
    Reviewed-by: Sophie Chang <[email protected]>
    Commit-Queue: Andrew Grieve <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1349166}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825495
    Auto-Submit: Andrew Grieve <[email protected]>
    Commit-Queue: Sophie Chang <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#602}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  211. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724995539-cc4947199453e14373efbe4d577c91b044e22113-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata to chrome-win32-6668-1725016412-e0e656588ff01832e339a237f3644eed5183b3b7-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Iaa753a078ac0d6eb280ffe6099d13607aac2af58
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828588
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#601}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  212. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: I3e7cf6f2845a94cf1481940ec8eb8d0a5528b67c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826323
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#600}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  213. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724995539-98049cef178c118509f77a5dc189a739b02b0061-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata to chrome-win64-6668-1725016412-d12cf885fcd905fbfc48a599933b8a2e95348596-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ia39dd5350c0978a0f625da43280f9ac227980993
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828510
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#599}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  214. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725016412-17283c6626f70aac39084bfd5876c59fd8311be7-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata to chrome-android64-6668-1725026094-78e8a02dc463665080911c13c6d8ffd9c43641cd-e39f3f582b0c01fbc40503a5d5c123c9bdfcc0af.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I549ce9ce081ed4aa1167c01e23c4c9cfead914fd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828160
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#598}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  215. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725016412-da4cce93142ff9c6d93d6c413ef2a9f3217e382f-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata to chrome-mac-arm-6668-1725026094-c3cb9dc24ab7067b50d3f9df3b29f7650694c262-e39f3f582b0c01fbc40503a5d5c123c9bdfcc0af.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I74eb366b76baf5a655e1c642e09581c47c138338
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5829025
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#597}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  216. Roll ChromeOS Bigcore AFDO profile from 129-6630.0-1724638737-benchmark-129.0.6668.21-r1 to 129-6630.0-1724638737-benchmark-129.0.6668.24-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie8c6665494c6fd823a74153f99bd1572dba0725d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828515
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#596}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  217. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1725003937-35f1b1761d482d397d87b770c1682071d37d820e-2cde179b9ca6dbd646e6de62e972cee1db66f1e8.profdata to chrome-android64-6668-1725016412-17283c6626f70aac39084bfd5876c59fd8311be7-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I88fa161880e9a504d79c724615261d07e9f6f98e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828857
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#595}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  218. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725016412-15bd1fa820a67c3ee68f94b44ea70c23189e9a46-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata to chrome-mac-arm-6668-1725016412-da4cce93142ff9c6d93d6c413ef2a9f3217e382f-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3c969a6db980fdcbccfb18b40470245989a51c2a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827976
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#594}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  219. Roll ChromeOS Atom AFDO profile from 129-6668.0-1724640517-benchmark-129.0.6668.21-r1 to 129-6668.0-1724640517-benchmark-129.0.6668.24-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1183d3368819c19f323415217d0c49c89b026942
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828157
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#593}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  220. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725010796-8d0486745773f4ddfd56755e0aeef68a74a89aed-c57a0b3e8881c44ba4e2240d70a1f2568c7d478c.profdata to chrome-mac-arm-6668-1725016412-15bd1fa820a67c3ee68f94b44ea70c23189e9a46-b51dc7e7432651756ff5cd821c28d784459eff0c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I73cefb222b8f8c023694f94e237441c3e220b5a1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828079
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#592}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  221. Automated Commit: LKGM 16002.13.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8738222512361516865
    
    Change-Id: I7ed529df2a356f49cac792f01712e16f88f89116
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828921
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#591}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  222. Roll ChromeOS Arm AFDO profile from 129-6668.0-1724639597-benchmark-129.0.6668.23-r1 to 129-6668.0-1724639597-benchmark-129.0.6668.24-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3080be66fa5dc7e709b3d2c36fdde71b6fbece1c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827974
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#590}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  223. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1725003937-658f4d4a21c5b6102cd31c29c12453b9a631eb82-2cde179b9ca6dbd646e6de62e972cee1db66f1e8.profdata to chrome-mac-arm-6668-1725010796-8d0486745773f4ddfd56755e0aeef68a74a89aed-c57a0b3e8881c44ba4e2240d70a1f2568c7d478c.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia5df40b0f07e572c58dc9bb69f61ecc81473f158
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828801
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#589}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  224. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724974247-e70d5c890951019b903792978abacee1063f1287-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata to chrome-win32-6668-1724995539-cc4947199453e14373efbe4d577c91b044e22113-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I2a19a3ec472bec8fc31338f1ff76d5a896d6df3a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828060
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#588}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  225. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724974247-5eb366b1af2a798b493ccfb41421634ae940721a-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata to chrome-win64-6668-1724995539-98049cef178c118509f77a5dc189a739b02b0061-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Idf6a5255e51a5b5bfd506ebfe7604a638fa6b91d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827896
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#587}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  226. Roll Amd64 AFDO from 129.0.6668.21_rc-r1-merged to 129.0.6668.24_rc-r1-merged
    
    This CL may cause a small binary size increase, roughly proportional
    to how long it's been since our last AFDO profile roll. For larger
    increases (around or exceeding 100KB), please file go/crostc-bug.
    
    Please note that, despite rolling to chrome/android, this profile is
    used for both Linux and Android.
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/afdo-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I98b404a94907c15719ec8bbc8b76f02c39b174f0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827971
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#586}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  227. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724995539-b121d7f86c0a724273ddf19cac0ca77e357f2a5b-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata to chrome-mac-arm-6668-1725003937-658f4d4a21c5b6102cd31c29c12453b9a631eb82-2cde179b9ca6dbd646e6de62e972cee1db66f1e8.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I2d0adc903f69f017c4d391fdaea04694a6c3f65a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828370
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#585}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  228. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724995539-2db8c95efc7a4a4bdacc695b10f784b1d940b11d-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata to chrome-android64-6668-1725003937-35f1b1761d482d397d87b770c1682071d37d820e-2cde179b9ca6dbd646e6de62e972cee1db66f1e8.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id79f044392f790612a0eddaec0dd979ced738a68
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827898
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#584}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  229. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724968430-18ba6a0405c5f93f85d49ced18c6d985e7e1f865-055311a47d502099c478ba677eed2376891c4818.profdata to chrome-android64-6668-1724995539-2db8c95efc7a4a4bdacc695b10f784b1d940b11d-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I0d8ba2c76bda7fec87910bc3836b4c5d68ea055e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828059
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#583}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  230. [Merge to 6668] Avoid crash in SecurityStatePageLoadMetricsObserver.
    
    SecurityStatePageLoadMetricsObserver can be created in situations
    without SecurityStateTabHelper. While this may not conceptually makes
    sense, this currently happens in practice for
    SideSearchTabContentsHelper::CreateSidePanelContents.
    
    (cherry picked from commit 6c53fbcdfd642d2dd5fb1c624642bc54426e8e97)
    
    Bug: 355894536
    Change-Id: Ibe9d218a5d072c566c2dade20e6823b2c3478254
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799315
    Reviewed-by: Thomas Lukaszewicz <[email protected]>
    Commit-Queue: Erik Chen <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1343978}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823823
    Cr-Commit-Position: refs/branch-heads/6668@{#582}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  231. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724989240-e3a31a0e0e144492a6fe1b45f13c91bbc6fb2d41-0be5988a07b3b54769d038b697f0c4a323e6d9db.profdata to chrome-mac-arm-6668-1724995539-b121d7f86c0a724273ddf19cac0ca77e357f2a5b-682011140c8b239ca4fbbd87f0528e05ca007a8b.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I8f0f1dc7f317f590a764202fc5239b9fd54570a5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827955
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#581}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  232. BlueZ: Wait for the Manager available before calling object manager
    
    Similar to crrev/c/5758660, we need to wait for the Floss manager to be
    ready before calling it's method.
    
    The different thing is that we don't need a workaround for the
    betty-chrome callback issue since there is no callbacks in the existing
    success or fail case.
    
    Bug: 359331848
    Test: With Floss disabled.
    stop ui; stop btmanagerd; start ui; start btmanagerd. Verify
    bluetooth is shown in the system tray.
    
    (cherry picked from commit aa1fba767596cc081d7ea60c3b0188b57176410d)
    
    Change-Id: Id0d6eba8e609958a2a35c9bba65fd3d0691dfd95
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806265
    Reviewed-by: Hsin-chen Chuang <[email protected]>
    Auto-Submit: Yun-hao Chung <[email protected]>
    Commit-Queue: Katherine Lai <[email protected]>
    Reviewed-by: Katherine Lai <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1345431}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5815651
    Commit-Queue: Ying Hsu <[email protected]>
    Reviewed-by: Ying Hsu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#580}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  233. [omnibox][ml] Fix "slow omnibox" bug due to costly annotation logic.
    
    As part of the changes introduced in crrev/c/5673055, we also added some
    new SQL logic to aggregate various bits of data needed to populate
    history scoring signals (visit_count, typed_count, etc.) with the proper
    values. Unfortunately, this SQL query proved to be quite costly for some
    users with large history DBs (due to performing a linear table scan
    under-the-hood), potentially resulting in a severe slowdown in Omnibox
    responsiveness.
    
    Therefore, this CL gates the offending logic behind a feature flag
    (disabled-by-default) which will cut off control flow from this part of
    the code (thereby fixing the issue for all users of Chrome).
    
    Performance tracing:
      - [BEFORE](http://shortn/_gscdwXjOHX): ~2ms run time (max) for `HistoryScoringSignalsAnnotator::AnnotateResult()`
      - [AFTER](http://shortn/_4aeyr2CWwM): ~0.15 ms run time (max) for `HistoryScoringSignalsAnnotator::AnnotateResult()`
    
    (cherry picked from commit a9c3b7ff80318989190fb846050ded482db2c46b)
    
    Bug: 362116525,335461869
    Change-Id: I56067439c4d9138343662f60caaf1729f02460f4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826829
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: Moe Ahmadi <[email protected]>
    Commit-Queue: Khalid Peer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348792}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826404
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#579}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  234. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724982055-f119e0cd840dce7fdd44dc5cae1836e1f54d03ba-41793ac51e1586a45037ae3735aeea3956d7879d.profdata to chrome-mac-arm-6668-1724989240-e3a31a0e0e144492a6fe1b45f13c91bbc6fb2d41-0be5988a07b3b54769d038b697f0c4a323e6d9db.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id9dbda5a855106f8d3793ab6fd33e7b3e42257d2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827267
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#578}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  235. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724952979-e4d24cc45c0d48e203ca6c3252de1b923699fb0d-0a379901793ad19d0eff07e57de37275e827c3dc.profdata to chrome-win32-6668-1724974247-e70d5c890951019b903792978abacee1063f1287-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ie4df976b19a86f58cc5c9b1c66d8447c984b0073
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825126
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#577}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  236. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724952979-cd557d95094c74d3c2a2cb62c9a82e815e4f5a34-0a379901793ad19d0eff07e57de37275e827c3dc.profdata to chrome-win64-6668-1724974247-5eb366b1af2a798b493ccfb41421634ae940721a-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I78f27ba1e63fcf490e8f6124f7179f9b765138b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827423
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#576}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  237. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724974247-bb1e21386a6958abfd0473602c2ea6bfe0e25c81-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata to chrome-mac-arm-6668-1724982055-f119e0cd840dce7fdd44dc5cae1836e1f54d03ba-41793ac51e1586a45037ae3735aeea3956d7879d.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iaa1096203264b5e0abffbfc2b4548af7ad6c1750
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827888
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#575}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  238. [Merge to M129] focus-mode: fix crash when trying to create system tile
    
    After updates to adding in the holdback flags for M129 to include focus
    mode, there is a crash because the check to create the system tile is
    only checks if kFocusMode is enabled instead of calling
    `IsFocusModeEnabled`, which checks the holdback flag.
    
    (cherry picked from commit 94d2900bdd83860917cbb1d8afa2474b116b953c)
    
    Bug: b/362445239
    Change-Id: I9a8c5e411a3d2b16e771de4ff955555bb2901be4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826227
    Commit-Queue: Richard Chui <[email protected]>
    Reviewed-by: Alex Newcomer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348933}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827867
    Auto-Submit: Richard Chui <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#574}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  239. [M129 Merge] launcher: disable image search OCR.
    
    According to the bug, this feature is triggering a crash loop under
    certain circumstances. Disable this feature before the root cause is found.
    
    (cherry picked from commit d447ff29893c8846cd0e3b846f06634f51c86442)
    
    Bug: b/353758011
    Change-Id: I4af38173fa741344e73565ea3919d120b690653a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5802633
    Reviewed-by: Xinglong Luan <[email protected]>
    Commit-Queue: CJ Huang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1345250}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822657
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#573}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  240. Roll commits from side projects in M129
    
    Roll src/clank in M129 from 6618c245838f to b121c0c06627
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/6618c245838f..b121c0c06627
    
    Generated by: http://go/bbid/8738221502397309217
    
    Change-Id: I203924099087a961a21e12255c2a6caf9eaf8f32
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5828023
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#572}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  241. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724968430-c9470f9cda99f08ad21fc31678ca4d46c0687e9b-055311a47d502099c478ba677eed2376891c4818.profdata to chrome-mac-arm-6668-1724974247-bb1e21386a6958abfd0473602c2ea6bfe0e25c81-967d81b9dec2eccf47cd1f3f584530884ea63d11.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I7ea8d2afc6cff4b2ad02bd7d76e2b8d6c209ed9a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826405
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#571}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  242. Incrementing VERSION to 129.0.6668.25
    
    Change-Id: I680767a8e3e018f6bd2b3475cb917a67d16f71b5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825432
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#570}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  243. [M129] ui: Clear mask from previous layer when setting to a new layer
    
    Clear mask layer reference from the previous layer when setting it
    to a new layer. This handles the case where mask layer is first set
    to layer A, then set to layer B. Before the CL, layer A would still
    reference the mask layer. This CL fixes the issue by clearing
    layer A's reference.
    
    (cherry picked from commit 2761dc912f23db25d88976c0038a1c35f6f6b766)
    
    Bug: 361651569
    Change-Id: I3828e6958c38b952e7f40d7fa24e6a6f76e2d9ce
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817910
    Commit-Queue: Xiyuan Xia <[email protected]>
    Reviewed-by: Scott Violet <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348026}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827359
    Cr-Commit-Position: refs/branch-heads/6668@{#569}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  244. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724959674-05d3dade74be27177d5cc32a65065ae93abe076a-518a40f46f347ef97b4a22e4a3755242e33a427f.profdata to chrome-android64-6668-1724968430-18ba6a0405c5f93f85d49ced18c6d985e7e1f865-055311a47d502099c478ba677eed2376891c4818.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib7b816e8f209dc437da7ccddb400c6faa2ffa946
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827447
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#568}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  245. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724959674-5c7b11bc23259d3f9eaf3be8670f0ee8e33ef9ba-518a40f46f347ef97b4a22e4a3755242e33a427f.profdata to chrome-mac-arm-6668-1724968430-c9470f9cda99f08ad21fc31678ca4d46c0687e9b-055311a47d502099c478ba677eed2376891c4818.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia6065f2a7ac5e992db47dd5a9f82affe817ed356
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827258
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#567}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  246. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724952979-e0db8033b5a2e65b7b133d4936a669d65147a4e3-0a379901793ad19d0eff07e57de37275e827c3dc.profdata to chrome-android64-6668-1724959674-05d3dade74be27177d5cc32a65065ae93abe076a-518a40f46f347ef97b4a22e4a3755242e33a427f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3fb5e12ab2bbf03e5d514dc57fdc80ce9470f9e9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827459
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#566}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  247. M129: [A11y] Do not let minimum role interfere with row naming
    
    A <div draggable=true> can currently mask the fact that a row is
    part of a grid, causing the row to have no name. This affects
    Google Drive and possible other apps.
    
    Fixed: 361153415
    Change-Id: I5a21a26c46560f37fdb4177b79f5fc2dcd447cc3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824052
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Reviewed-by: Jacques Newman <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#565}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  248. [M129] Move //chrome/android/res_overlay/values/styles.xml to values-v33
    
    For applying Google Sans Text, a res_overlay approach was taken to
    prevent WebView from using the new defaultFontFamily custom theme
    attribute.
    
    This didn't work on Monochrome because all resources are packaged, so
    the //chrome/android/ res_overlay overriding TextAppearance also
    affected code shared with WebView.
    
    Move the res_overlay to values-v33 so that it's only applied on T+,
    which matches the current logic for when we map the theme attribute to
    Google Sans Text for //chrome/android Activitys during runtime.
    
    (cherry picked from commit 1b5e43a26a4ec291718b36d0e6de68c449ffa8e5)
    
    Bug: 361587111
    Change-Id: Id79f416822c1f9d9d3e45868b3bf3e43e5d31502
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824788
    Auto-Submit: Theresa Sullivan <[email protected]>
    Reviewed-by: Sky Malice <[email protected]>
    Commit-Queue: Sky Malice <[email protected]>
    Commit-Queue: Theresa Sullivan <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348146}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827508
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#564}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  249. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724931193-37e4493e2776e0100dcaf78c7d3c538c2d9eff37-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata to chrome-win32-6668-1724952979-e4d24cc45c0d48e203ca6c3252de1b923699fb0d-0a379901793ad19d0eff07e57de37275e827c3dc.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I8c339424d8c2a76a524090664c25ba470030fd0c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827162
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#563}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  250. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724931193-ef65d0ecfab888072cbb2ce8e65c4b5713a194d5-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata to chrome-win64-6668-1724952979-cd557d95094c74d3c2a2cb62c9a82e815e4f5a34-0a379901793ad19d0eff07e57de37275e827c3dc.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I7a0816849cd42a0298d3420b2d45e4a45f8156fe
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827160
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#562}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  251. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: I2c27cb5f8b39ebad7bcec4f233946647904b6bbb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824282
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#561}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  252. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724952979-90cdaa879d38262c1aa7a360fed853789210266a-0a379901793ad19d0eff07e57de37275e827c3dc.profdata to chrome-mac-arm-6668-1724959674-5c7b11bc23259d3f9eaf3be8670f0ee8e33ef9ba-518a40f46f347ef97b4a22e4a3755242e33a427f.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib564df53e88152a192e02cb064010c49ceaca924
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827455
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#560}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  253. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: I0956b10c819c1e53ee07bf8c7e35366bb5945ae0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825397
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#559}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  254. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724945108-b2c3597e55bedab3593cff2720ce2a150570d65c-8d97ebd4a29360834241107975d2dea369f55f74.profdata to chrome-mac-arm-6668-1724952979-90cdaa879d38262c1aa7a360fed853789210266a-0a379901793ad19d0eff07e57de37275e827c3dc.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iffa33f87bf6c277041e66359be95cf3ff6d5565a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827353
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#558}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  255. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724945108-33aa23aa3be4bc1a3bf7c45cb162654d4dedf8ca-8d97ebd4a29360834241107975d2dea369f55f74.profdata to chrome-android64-6668-1724952979-e0db8033b5a2e65b7b133d4936a669d65147a4e3-0a379901793ad19d0eff07e57de37275e827c3dc.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I8644b5dd62f5f0662e219267e849899b3900153f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5827272
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#557}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  256. Roll commits from side projects in M129
    
    Roll src/v8 in M129 from 8d743c6f3745 to a74c1d5b8519
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/8d743c6f3745..a74c1d5b8519
    
    Generated by: http://go/bbid/8738247926331673025
    
    Change-Id: I0f403c79d38103a1b7c84e7d5a963fac107437e1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824194
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#556}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  257. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724936359-3a1503513bae73ab8cad5a65b8f789ddcb73cf37-73e1804dc898867b0149d28b27d7afac02ff0345.profdata to chrome-android64-6668-1724945108-33aa23aa3be4bc1a3bf7c45cb162654d4dedf8ca-8d97ebd4a29360834241107975d2dea369f55f74.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I55dc36e0964f087e470d77c8d62bf0ab8538e8b0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826955
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#555}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  258. Roll commits from side projects in M129
    
    Roll src/clank in M129 from d658a45cb5b9 to 6618c245838f
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/d658a45cb5b9..6618c245838f
    
    Generated by: http://go/bbid/8738249813591879729
    
    Change-Id: I1873ddadaf1a419f4742085cb90bc4a054fe8c65
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824986
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#554}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  259. Add fieldtrial config for UseSCContentSharingPicker
    
    (cherry picked from commit 604bb1ece9aad2b90ee465b5e1a00564f1cbef13)
    
    Bug: 5797167, 362522333
    Change-Id: I710a8b1d4a0d41bc9b9f5068628f602d607cefaf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812150
    Commit-Queue: Tove Petersson <[email protected]>
    Reviewed-by: Guido Urdaneta <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347275}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822764
    Commit-Queue: Guido Urdaneta <[email protected]>
    Auto-Submit: Tove Petersson <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#553}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  260. Automatic update from google3
    
    Automatic update for 2024-08-29 UTC
    
    Change-Id: I6680988161457ac944d493a954c73d55976943f5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826851
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#552}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  261. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724936359-d848bb30a9947e6a88ed5fee76222c15fcbcd8cc-73e1804dc898867b0149d28b27d7afac02ff0345.profdata to chrome-mac-arm-6668-1724945108-b2c3597e55bedab3593cff2720ce2a150570d65c-8d97ebd4a29360834241107975d2dea369f55f74.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I99c56b36c83b30592da44b9ad710989c8dc45a51
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826817
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#551}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  262. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724908465-598f17bd91a3ea1e4631ceeb8c238228a672aea1-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata to chrome-win32-6668-1724931193-37e4493e2776e0100dcaf78c7d3c538c2d9eff37-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: I9116b5605944dfb85b2930c93e6800df2cb840c9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825824
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#550}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  263. [Merge][Desktop] Measure multiple simultaneous PaymentRequest calls
    
    This CL adds a histogram that is recorded during a
    PaymentRequest.show() call, measuring whether or not the call
    was blocked due to another ongoing show() call. The goal is to
    measure the impact of the current inability to have multiple
    PaymentRequests active at once.
    
    This CL is desktop only; a follow-on CL will add metrics for
    Android.
    
    (cherry picked from commit ebe88ba8f233017d6f3723e73d10795c573d62f5)
    
    Bug: 41427529, 362762189
    Change-Id: Ied6f74c6e92edbca838b6ad838721a5c8e75d8c8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806070
    Commit-Queue: Stephen McGruer <[email protected]>
    Reviewed-by: Darwin Yang <[email protected]>
    Reviewed-by: Rouslan Solomakhin <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347521}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824985
    Auto-Submit: Stephen McGruer <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#549}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  264. [m129][ios] Autofill across frames: dont parse forms with a wrong frame id
    
    The frame where extraction was requested may differ from the frame
    where extraction did actually happen, making the FormData `frame_id`
    different from the Id of the frame associated with the request.
    
    FormData not associated with the right frame should be invalidated
    hence skipped during parsing.
    
    (cherry picked from commit a5367892b30c344220a13537c2429bc9705d91a0)
    
    Change-Id: I7ac6245de4884b50c02250117d23e34e15420868
    Bug: 361375700
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812295
    Reviewed-by: Tommy Martino <[email protected]>
    Commit-Queue: Vincent Boisselle <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347336}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824278
    Reviewed-by: Ernesto Izquierdo Clua <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#548}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  265. Automatic update from google3
    
    Automatic update for 2024-08-29 UTC
    
    Change-Id: Ic6d99618237aea8c6410ef2c9aba570ea0e4046b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823356
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#547}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  266. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724931193-2f3e55e418e5baa1f11b727bf96ba08ca677e81b-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata to chrome-android64-6668-1724936359-3a1503513bae73ab8cad5a65b8f789ddcb73cf37-73e1804dc898867b0149d28b27d7afac02ff0345.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ia1881cd27220d0c802fa2f6e82515f6411f60e0b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826500
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#546}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  267. [M129][Oidc Enrollment] Adjust OIDC enroll throttle URL matching logic
    
    Expand the URL range that OIDC enrollment throttle:
    - https://login.microsoftonline.com/common/reprocess to https://login.microsoftonline.com/*/reprocess
    - https://login.microsoftonline.com/common/login to https://login.microsoftonline.com/*/login
    
    Also update the code from string matching to use URLMatcher + regex
    
    This is a cherrypick of crrev.com/c/5813010, approved in 362767927
    
    (cherry picked from commit 9e6fba772a6d5840493c48e4c5f3798e95afbba1)
    
    Bug: 360394753, 362767927
    Change-Id: Ie15f324ba21a18795b1373399b656ddd80c76eb8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5813010
    Reviewed-by: Sébastien Lalancette <[email protected]>
    Commit-Queue: Zonghan Xu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348099}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825670
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Zonghan Xu <[email protected]>
    Commit-Queue: Sébastien Lalancette <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#545}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  268. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724908465-4a922254d4fc4a4306e4361c29d3ca9bf56e807b-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata to chrome-win64-6668-1724931193-ef65d0ecfab888072cbb2ce8e65c4b5713a194d5-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I40e580a59493d8adf542efd9be681f61e0e082d2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826769
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#544}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  269. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724931193-c9b592157a1b6dab3bb64feca084b3032469cf7c-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata to chrome-mac-arm-6668-1724936359-d848bb30a9947e6a88ed5fee76222c15fcbcd8cc-73e1804dc898867b0149d28b27d7afac02ff0345.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I4c345a3c6871bbb0567ca0c3f3201409d5c299b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826581
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#543}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  270. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724922654-2a73e3be25abf125239d8a0a61b2d42fc9b83b18-7f397c9d4750fad3fcf730dc0799035360830149.profdata to chrome-mac-arm-6668-1724931193-c9b592157a1b6dab3bb64feca084b3032469cf7c-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Iaf621eeb40dc270c115db0b414a190108b0c841d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826768
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#542}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  271. Automated Commit: LKGM 16002.12.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8738312030455687585
    
    Change-Id: I32b0db5d1717191e83bd0966a4c067ad7fe29783
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826365
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#541}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  272. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724922654-56570eaae91988ac8f671ca1121a8094afcf71d8-7f397c9d4750fad3fcf730dc0799035360830149.profdata to chrome-android64-6668-1724931193-2f3e55e418e5baa1f11b727bf96ba08ca677e81b-afdb9fd5c974370bbeb72f32cfc38d31ae6f01da.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie90b3e76859b3f0334d5f134ec467b8197e54520
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824387
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#540}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  273. Roll ChromeOS Arm AFDO profile from 129-6668.0-1724639597-benchmark-129.0.6668.21-r1 to 129-6668.0-1724639597-benchmark-129.0.6668.23-r1
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I5bc849e59524dc7718b3ff1b30bf2e499cfb1ec5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826575
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#539}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  274. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724888003-cc8187354c7b1495878e5f7bf907d8a7187ac648-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata to chrome-win64-6668-1724908465-4a922254d4fc4a4306e4361c29d3ca9bf56e807b-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I3b42d0f8fdc6e2f3a04bc7381c3b1f4a303dd66c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823930
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#538}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  275. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724918243-22f727fc57d6bc8a08a9a10d557870860132d76c-ccddb2cb331ba41ca39c0755d07b5664ce162128.profdata to chrome-android64-6668-1724922654-56570eaae91988ac8f671ca1121a8094afcf71d8-7f397c9d4750fad3fcf730dc0799035360830149.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I781f803d755607f4fd398c7115c3eb3e501209bf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826364
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#537}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  276. [M129] - [OOBE][QuickStart] Fix entry point visibility
    
    Fixes an issue on the Network Screen that could cause visibility issues
    for the QuickStart flow. Also adds checks to harden common flows.
    Additionally adds a couple of tests to ensure correctness.
    
    Test=Manual testing of many flows on M129.
    
    (cherry picked from commit 6f99f4bc25aa00db000e059a373d7286cf4465ce)
    
    Bug: b/362262041, b/361236374
    Change-Id: I915bf51d08ce5d5cb9aa054573c6f686c1840e3a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5812906
    Commit-Queue: Renato Silva <[email protected]>
    Reviewed-by: Brittany Hartmire <[email protected]>
    Commit-Queue: Brittany Hartmire <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347097}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5822593
    Reviewed-by: Andrey Davydov <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#536}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  277. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724918243-3fdbd8c73c49d5957a73095bbffb31b48376e03a-ccddb2cb331ba41ca39c0755d07b5664ce162128.profdata to chrome-mac-arm-6668-1724922654-2a73e3be25abf125239d8a0a61b2d42fc9b83b18-7f397c9d4750fad3fcf730dc0799035360830149.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I24d85a4b57d9bd97627deb2fcec150b1b33d7a39
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826376
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#535}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  278. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724888003-3dc24e754f28ccd4ef59bfdddc92bf6f1ba4b3a5-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata to chrome-win32-6668-1724908465-598f17bd91a3ea1e4631ceeb8c238228a672aea1-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Icdc67c821b256f4a0b84e0e20ef54edd1fbed322
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826351
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#534}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  279. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724908465-3609036e1e1f21982eabf1265d1ef06a96f05530-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata to chrome-android64-6668-1724918243-22f727fc57d6bc8a08a9a10d557870860132d76c-ccddb2cb331ba41ca39c0755d07b5664ce162128.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I899ce2b69480b64f3ee05af50827f380cc245bcb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826372
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#533}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  280. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724908465-f0bba8dbd3a296494ef6554539bcbad05434236c-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata to chrome-mac-arm-6668-1724918243-3fdbd8c73c49d5957a73095bbffb31b48376e03a-ccddb2cb331ba41ca39c0755d07b5664ce162128.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I833d5454e7dca4976d9dec154827eb8cfaa21868
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826354
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#532}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  281. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724908465-5649394ebd7343cf29e2eae89c9a7973536e2174-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata to chrome-mac-arm-6668-1724908465-f0bba8dbd3a296494ef6554539bcbad05434236c-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Idcc046e03940bc2fdd00ccb174437627f22fed13
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826212
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#531}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  282. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724894724-ff2693e8f237fe29e2de91ba60ef15a852a19b69-1ed0ef52bf821834d202cc5a9787dfc214fbba95.profdata to chrome-android64-6668-1724908465-3609036e1e1f21982eabf1265d1ef06a96f05530-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I96697cb69aa953b499954640848d2aa7a59143d5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825581
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#530}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  283. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724900016-961ede2574eb3e45651184a011c3c35b4988aa3b-b592fe14a18374bbbd8276a31ac7cff3fa521ba0.profdata to chrome-mac-arm-6668-1724908465-5649394ebd7343cf29e2eae89c9a7973536e2174-eff2f43df1b63e0c0ceacee97a3d3a8e649abf68.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ie57cff146c0d180d1287a24efd31d85da6a06b2c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824565
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#529}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  284. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724894724-9fe1b239b99aab117fc6392b0d5cd8ae7dea78ac-1ed0ef52bf821834d202cc5a9787dfc214fbba95.profdata to chrome-mac-arm-6668-1724900016-961ede2574eb3e45651184a011c3c35b4988aa3b-b592fe14a18374bbbd8276a31ac7cff3fa521ba0.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I46a60259ffd5c204d0e32c6ebce0ee9084902cb3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825574
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#528}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  285. [M129 Merge] Reset CCAM when a VCN 3DS flow is complete
    
    CCAM must be reset after a VCN 3DS flow, or else no other payments
    autofill flow can happen on the page afterwards since
    `is_authentication_in_progress_` does not get reset.
    
    (cherry picked from commit e15497218636b41f702ea6b40a743578fc1bf851)
    
    Bug: 41490740, 362353125
    Change-Id: Ia30efb9639e4e998cc80be81c1d4197b88dddff6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5814610
    Reviewed-by: Siyu An <[email protected]>
    Commit-Queue: Vinny Persky <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347084}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823795
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#527}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  286. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6668-1724866961-efa49bdabd37851cb52cb7b885229e3e571220f4-3069ad7d02d52fc7f7c9d342ae2a6f00ad6cfafb.profdata to chrome-win32-6668-1724888003-3dc24e754f28ccd4ef59bfdddc92bf6f1ba4b3a5-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win32-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win-chrome
    Tbr: [email protected]
    Change-Id: Idc663acce3c697e144762a8dc54d4ed17b06d9a1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825545
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#526}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  287. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6668-1724866961-fdfa823e33e1035f1a86d9a9956286809d06225e-3069ad7d02d52fc7f7c9d342ae2a6f00ad6cfafb.profdata to chrome-win64-6668-1724888003-cc8187354c7b1495878e5f7bf907d8a7187ac648-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-win64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Cq-Include-Trybots: luci.chrome-m129.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I8242fe4a5e4ef2a223ecc60e9f90a4a9656657a8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824720
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#525}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  288. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724888003-76bae5c4dd84c7a521321c6f4c1e8a811c944c93-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata to chrome-mac-arm-6668-1724894724-9fe1b239b99aab117fc6392b0d5cd8ae7dea78ac-1ed0ef52bf821834d202cc5a9787dfc214fbba95.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I02514ce0b3c9cdfd5c5ba1aa64bc1e3d01496690
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826013
    Commit-Queue: chromium-autoroll <[email protected]>
    Bot-Commit: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#524}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  289. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724888003-c8cfce6aa4b20bc7651973a53e1f5e615b5b7057-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata to chrome-android64-6668-1724894724-ff2693e8f237fe29e2de91ba60ef15a852a19b69-1ed0ef52bf821834d202cc5a9787dfc214fbba95.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1f982ab042e2f6ef7b33fc4116649dd9e3a6824b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5826108
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#523}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  290. Roll src/third_party/crabbyavif/src/ 21d52e35a..381f3ef58 (10 commits)
    
    Merge to release branch 6668 for Chrome M129.
    
    https://chromium.googlesource.com/external/github.com/webmproject/CrabbyAvif.git/+log/21d52e35aa0f..381f3ef583e6
    
    $ git log 21d52e35a..381f3ef58 --date=short --no-merges --format='%ad %ae %s'
    2024-08-23 vigneshv reformat: Implement conversion for YcgcoRe
    2024-08-23 image-codecs-eng Update gain map parsing: - check version, minimum_version and writer_version fields - ignore gain map if the 'tmap' brand is not present in compatible_brands - only populate gainmap_present if enable_parsing_gainmap_metadata is true - forbid enable_parsing_gainmap_metadata=false enable_decoding_gainmap=true combination
    2024-08-21 vigneshv Update YcgcoRe and YcgcoRo values
    2024-08-19 vigneshv pixels: Validate pointer and size in PointerSlice::create
    2024-08-19 vigneshv Add safety comments for some unsafe blocks
    2024-08-16 vigneshv android_mediacodec: Remove stale TODOs
    2024-08-16 vigneshv safety: Wrap native pointers in a struct
    2024-08-13 vigneshv image: Simplify steal_or_copy_from
    2024-08-08 vigneshv image: Reset chroma planes in steal_or_copy_from
    2024-08-08 vigneshv decoder: Validate MIAF compliance for grid dimensions
    
    Created with:
      roll-dep src/third_party/crabbyavif/src
    
    (cherry picked from commit 0e5504df1229ba1b657a15af6790c3f1f20d5732)
    
    Bug: 361583895
    Change-Id: I0a7e0c7be073e07a4f727e412f707ea9bf21cd4d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5808000
    Reviewed-by: Urvang Joshi <[email protected]>
    Reviewed-by: Wan-Teh Chang <[email protected]>
    Commit-Queue: Urvang Joshi <[email protected]>
    Auto-Submit: Vignesh Venkat <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1346121}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823797
    Commit-Queue: Wan-Teh Chang <[email protected]>
    Auto-Submit: Wan-Teh Chang <[email protected]>
    Reviewed-by: James Zern <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#522}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  291. Roll src/third_party/libavif/src/ 3e4b9c887..c2177c331 (5 commits)
    
    Merge to release branch 6668 for Chrome M129.
    
    https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/3e4b9c88761a..c2177c3316a4
    
    $ git log 3e4b9c887..c2177c331 --date=short --no-merges --format='%ad %ae %s'
    2024-08-22 wtc Update to SVT-AV1 v2.2.0
    2024-08-22 wtc Also check the type "skip" for a FreeSpaceBox
    2024-08-22 maryla Fix fuzzer following gain map API changes (#2405)
    2024-08-22 yguyon Empty HandlerBox name instead of "libavif" (#2378)
    2024-08-21 maryla Ignore gain maps in files that don't have the 'tmap' brand. (#2403)
    
    Created with:
      roll-dep src/third_party/libavif/src
    
    Change-Id: I048dc9a7ccb77690c6ea63d860f38cc8d639e2ba
    
    (cherry picked from commit d1ca9cb82394729b924bc1cac7c2f0d27bcc0111)
    
    Bug: 361583895
    Change-Id: I048dc9a7ccb77690c6ea63d860f38cc8d639e2ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5803145
    Reviewed-by: Wan-Teh Chang <[email protected]>
    Reviewed-by: Urvang Joshi <[email protected]>
    Commit-Queue: Urvang Joshi <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1345998}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824322
    Reviewed-by: James Zern <[email protected]>
    Commit-Queue: Wan-Teh Chang <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#521}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  292. Roll src/third_party/libavif/src/ 0d3e5e215..3e4b9c887 (7 commits)
    
    Merge to release branch 6668 for Chrome M129.
    
    https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/0d3e5e215dff..3e4b9c88761a
    
    $ git log 0d3e5e215..3e4b9c887 --date=short --no-merges --format='%ad %ae %s'
    2024-08-21 maryla Change gain map parsing API. (#2399)
    2024-08-20 yguyon Improve 'mini' read and write of float and brand (#2400)
    2024-08-20 maryla Update gain map test files. (#2402)
    2024-08-20 yguyon Check for ftyp precedence in avifParse() (#2398)
    2024-08-15 wtc Fix an incorrect file name in tests/data/README.md
    2024-08-19 maryla Fix group id conflicting with item id. #2391 (#2396)
    2024-08-15 wtc Minor comment fixes for the mini box code
    
    Created with:
      roll-dep src/third_party/libavif/src
    [email protected],[email protected]
    
    (cherry picked from commit 6cfdadefb3a1f15636b3cc0fba120a93a7f70ede)
    
    Bug: 361583895
    Change-Id: I5256d2e9a8815e231950916c20780f182a5e2f1c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806847
    Commit-Queue: Wan-Teh Chang <[email protected]>
    Commit-Queue: James Zern <[email protected]>
    Reviewed-by: James Zern <[email protected]>
    Auto-Submit: Wan-Teh Chang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1345576}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825540
    Cr-Commit-Position: refs/branch-heads/6668@{#520}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  293. Roll Chrome Android ARM64 PGO Profile
    
    Roll Chrome Android ARM64 PGO profile from chrome-android64-6668-1724866961-e4c0698f7969f6d4beb89f1a4cc8e322a18ec91a-3069ad7d02d52fc7f7c9d342ae2a6f00ad6cfafb.profdata to chrome-android64-6668-1724888003-c8cfce6aa4b20bc7651973a53e1f5e615b5b7057-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-android-arm64-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic93a62c827f2704e87ed5aa8af08b3a59426b94a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825426
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#519}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  294. [129 merge][lensoverlay] Add fieldtrial testing config for post-launch adjustments.
    
    Now that the feature is launched, we would like to disable the find in
    page entry point and enable the video frame feature.
    
    (cherry picked from commit 950b1fd243a0b1d13b1c28a6691f95f23ead5b94)
    
    Bug: 362753653, b/362350808
    Change-Id: I28ccfc2524c89d5c15f361bd7bfa2161dd59b757
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5814804
    Reviewed-by: Duncan Mercer <[email protected]>
    Commit-Queue: Justin Donnelly <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347502}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824149
    Cr-Commit-Position: refs/branch-heads/6668@{#518}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  295. [M129] Revert "Support [PassAsSpan] for unions of sequence<> and typed arrays"
    
    This reverts commit 07e6befcb26ed23361ca3e9253fd018ee63a7dbd.
    
    Reason for revert: b/361823993
    
    Original change's description:
    > Support [PassAsSpan] for unions of sequence<> and typed arrays
    >
    > As a drive-by, bring back an explicit [BufferSourceTypeNoSizeLimit] extended attribute, which is a no-op for now with [PassAsSpan], but will be used later.
    >
    > Change-Id: Idb732e4f233671c76a741ce4889c9d7cddc96436
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5670987
    > Reviewed-by: Nate Chapin <[email protected]>
    > Reviewed-by: Kai Ninomiya <[email protected]>
    > Commit-Queue: Andrey Kosyakov <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1325857}
    
    BUG=361823993
    (cherry picked from commit 6de67429ccc6725a614a1354a338865a39508fff)
    
    Binary-Size: Reverting a binary size win due to breakage
    Fuchsia-Binary-Size: Reverting a binary size win due to breakage
    Change-Id: Ibfa73fca54f51ed8b8c13f4995a9069af2756311
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5815283
    Reviewed-by: Kai Ninomiya <[email protected]>
    Reviewed-by: Kenneth Russell <[email protected]>
    Commit-Queue: Andrey Kosyakov <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1347709}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5819992
    Reviewed-by: Nate Chapin <[email protected]>
    Commit-Queue: Kenneth Russell <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#517}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  296. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724882062-6bb1cfe247818e86dd6eb42b15d8728fcdac0362-342c010da66b0e89195bf862af632e3e43fed659.profdata to chrome-mac-arm-6668-1724888003-76bae5c4dd84c7a521321c6f4c1e8a811c944c93-37e58374ce37739a75aa2240fd72d254a0731fb3.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ib62428c6ff1c9a8a2881220b97a4a975eefb0ec7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825363
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#516}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  297. Incrementing VERSION to 129.0.6668.24
    
    Change-Id: I9607bc8ae9307b0f87d5d3d8e1a68c361d5030d5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825729
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#515}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  298. [OOBE] Update skiplogic to Gamgee depending on perkdiscovery experiments
    
    M129 cherry pick
    
    (cherry picked from commit c1d625763d0fb3fe3c5c2751cfd5f508cdc0e981)
    
    Bug: b/360303369 b/355519310 b/330135232
    Change-Id: Ibea728e554ab258d0b37ed37c317cd87f7d4f765
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5807575
    Commit-Queue: Simon Ziegltrum <[email protected]>
    Reviewed-by: Simon Hangl <[email protected]>
    Reviewed-by: Li Lin <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1348214}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823060
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#514}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  299. [M129]Exit GLContextEGL Initialization if Config is NULL
    
    We are seeing a group of gpu crashes that occur at engle
    glGetConfigAttrib, with SEGV_MAPERR @0x0000006c. 0x6c is the member
    offset for egl::Config::renderableType, which means the egl::Config is
    NULL. Unclear yet why chrome running on a VM with 0x0 as gpu vendor
    does not fallback to software mode earlier and crashed here.
    
    Adding a guard to early out the context initialization here for now, it
    should help gpu fallback to software mode.
    
    (cherry picked from commit d65ca03e13a291fbcf75d1a8dd40ab80e46fdee5)
    
    Bug: 359987747
    Change-Id: Ia335e8d13246af6b3c9eecb9ee3c1be011eecdff
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806075
    Reviewed-by: Zhenyao Mo <[email protected]>
    Commit-Queue: Kramer Ge <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1346757}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5824672
    Commit-Queue: Zhenyao Mo <[email protected]>
    Auto-Submit: Kramer Ge <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#513}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  300. Roll Chrome Mac Arm PGO Profile
    
    Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6668-1724875189-4e8344b316efa5726f1b33f43b7f8578931a6c95-4f35ecf09a716cad81a32e0c075a20ce93294054.profdata to chrome-mac-arm-6668-1724882062-6bb1cfe247818e86dd6eb42b15d8728fcdac0362-342c010da66b0e89195bf862af632e3e43fed659.profdata
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/pgo-mac-arm-chromium-beta
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1bf1f253e004eaf1541f3872e7e108bc8593cd91
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825011
    Bot-Commit: chromium-autoroll <[email protected]>
    Commit-Queue: chromium-autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#512}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  301. Updating XTBs based on .GRDs from branch 6668
    
    Change-Id: I4cb72925bac38728401074a4cfa1d051dcf712a2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5823708
    Commit-Queue: Krishna Govind <[email protected]>
    Owners-Override: Krishna Govind <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6668@{#511}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}
    
  302. Incrementing VERSION to 129.0.6668.23
    
    Change-Id: I2a8a1bd86d38415f3fd1e162f4fa673936d324e9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5825389
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6668@{#510}
    Cr-Branched-From: 05bc664984ca075216b7f2198c88b9725bfa1b9b-refs/heads/main@{#1343869}