1. Incrementing VERSION to 121.0.6167.140
    
    Change-Id: I5a2afd68ebf289f63d6cebd17788fe6cd4fe8d1f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5247066
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1685}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  2. [M121] Switch AutoSizeLazyLoadedImages back to experimental
    
    This change switches the AutoSizeLazyLoadedImages flag back to
    experimental because of several bug reports for M121:
    https://crbug.com/1521479
    https://crbug.com/1522175
    https://crbug.com/1522116
    https://crbug.com/1522027
    
    The issues reported are because of the change to auto sizes img
    UA style rules defined in:
    https://html.spec.whatwg.org/#img-contain-size
    
    That was checked in with:
    https://chromium-review.googlesource.com/c/chromium/src/+/5050963
    
    Since several sites seem to be using `size=auto` without defining width
    and height attributes for images, the UA style rule is applied causing
    the images to not render as expected. To avoid this the UA style rule is reverted as well.
    
    There is a note mentioned in the html spec addressing this:
    https://html.spec.whatwg.org/#sizes-attributes
    "In addition, it is strongly encouraged to specify dimensions using the
    width and height attributes or with CSS. Without specified dimensions,
    the image will likely render with 300x150 dimensions because
    sizes="auto" implies contain-intrinsic-size: 300px 150px in the
    Rendering section."
    
    R=szager
    
    (cherry picked from commit 815ec12150b98f4205cab12076ee95626f784210)
    
    Bug: 1522175
    Change-Id: I5b4d04b0660528999196e5387beac2c3d63df277
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241231
    Reviewed-by: Stefan Zager <[email protected]>
    Commit-Queue: Traian Captan <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252944}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5247310
    Auto-Submit: Mason Freed <[email protected]>
    Commit-Queue: Srinivas Sista <[email protected]>
    Commit-Queue: Mason Freed <[email protected]>
    Commit-Queue: Stefan Zager <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1684}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  3. [M121] Mojo: Fix race in data pipe trap behavior
    
    The bug:
    
    When the IO thread receives data pipe updates from out-of-process, it
    may begin to dispatch a corresponding Mojo trap event. The relevant trap
    is partially updated, some bookkeeping is done, and then the event is
    dispatched.
    
    In the interim another thread may change the pipe's state and render
    it uninteresting to the pending event, causing the IO thread to
    ultimately suppress the event rather than dispatch it. Once it's
    finished processing, the IO thread disarms the trap in any case.
    
    Because the trap itself remains armed during this window, if another
    thread attempts to re-arm the trap before the IO thread is finished
    disarming the trap, re-arming will appear redundant and will early-out
    without actually ensuring that the trap is ready to catch a new state
    change.
    
    This can leave the application stuck in a state where it no longer
    receives notifications about available data on the pipe because it
    thinks it's watching when it's not.
    
    The fix:
    
    Stop suppressing events that appear spurious, since they aren't
    necessarily so. This is behind a feature flag (enabled by default)
    so we can Finch for performance evaluation.
    
    (cherry picked from commit 7b565e175a54b28ea27e7e42ca9172914a0b733e)
    
    Fixed: 1468933
    Fixed: b:289971807
    Change-Id: I0f4c0309aa9987fadefa281579820a0533e3d11c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231643
    Commit-Queue: Ken Rockot <[email protected]>
    Reviewed-by: Daniel Cheng <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252440}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246192
    Auto-Submit: Ken Rockot <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1683}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  4. [M121] Corrected ShelfShutdownConfirmationBubble size
    
    ShelfShutdownConfirmationBubble modifies the size of ContentView after
    setting the size of BubbleDialog. However, the size of the widget is not
    modified synchronously at this time.
    
    (cherry picked from commit 110f091c1addd4421c062691eb457df039c3e420)
    
    Bug: b/321182074
    Change-Id: Iabfd488db07c6528e36cb476a75db534ddbd917b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232971
    Reviewed-by: Keren Zhu <[email protected]>
    Reviewed-by: Mike Wasserman <[email protected]>
    Commit-Queue: Keren Zhu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252378}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5245291
    Auto-Submit: Keren Zhu <[email protected]>
    Commit-Queue: Mike Wasserman <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1682}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  5. Add debug dump to investigate crash in ScreenAIServiceRouter.
    
    `ScreenAIServiceRouter::LaunchIfNotRunning` is crashing because of a
    CHECK that ensures component is available.
    However `LaunchIfNotRunning` is not supposed to be called unless the
    component is downloaded and the only trigger point for this stack is
    from `PdfOcrController`, which only triggers the service after component
    is downloaded.
    To investigate the issue, two `DumpWithoutCrash` are added to silently
    collect more data and avoid the crash.
    
    (cherry picked from commit 20e3fb3b2564a968d5dabb7412dca62e24d7184e)
    
    AX-Relnotes: n/a
    Bug: 1510566
    Change-Id: I0f4dc7d3db2e4ca6063ef790d46fdfdd5d81c429
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5115299
    Commit-Queue: Ramin Halavati <[email protected]>
    Reviewed-by: Kyungjun Lee <[email protected]>
    Reviewed-by: David Tseng <[email protected]>
    Reviewed-by: Wes Okuhara <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1236817}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246385
    Owners-Override: Srinivas Sista <[email protected]>
    Auto-Submit: Ramin Halavati <[email protected]>
    Reviewed-by: Ramin Halavati <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1681}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  6. [skia] Opt into SKOTTIE_TRIVIAL_FONTRUN_ITER
    
    Use a TrivialFontRunIterator to avoid unsupported font fallback.
    
    (cherry picked from commit a5530d1c77808872a509af82f9f0311126a35a2d)
    
    Bug: 1520148
    Change-Id: I1a505d8bdb2b779969337ab3f0481879060efb6c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5238526
    Reviewed-by: Ben Wagner <[email protected]>
    Commit-Queue: Florin Malita <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252239}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246325
    Auto-Submit: Florin Malita <[email protected]>
    Commit-Queue: Ben Wagner <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1680}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  7. Incrementing VERSION to 121.0.6167.139
    
    Change-Id: Ia0157d606b2abfecef461d28d407d9e30bde606d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246746
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1679}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  8. Roll src/third_party/skia in M121 from 589c46555055 to a5f25943a09f
    Commits rolled:
    https://skia.googlesource.com/skia.git/+log/589c46555055..a5f25943a09f
    
    Generated by: go/bbid/8757541304725949553
    
    Change-Id: I296656f25bbc5f7c96b53a9a807edd51b4fd79ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246925
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1678}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  9. [TabOrganization][M121] Add logging in failure states for ModelQuality.
    
    (cherry picked from commit f2f452d3135260a67b0e57ca6446e0768d9519d1)
    
    Bug: b:322034157, b:322206302, 1510476
    Change-Id: I1c8e9dd783157308e1aafa6f9577da67ef5f04d1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237436
    Commit-Queue: David Pennington <[email protected]>
    Reviewed-by: Emily Shack <[email protected]>
    Reviewed-by: Sophie Chang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252791}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5244871
    Commit-Queue: Sophie Chang <[email protected]>
    Auto-Submit: David Pennington <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1677}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  10. Automatic update from google3
    
    Automatic update for 2024-01-29 UTC
    
    Change-Id: I2a554400e9190c5af06b3789adf046b735671601
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5245686
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1676}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  11. [M121] [DIPS] Add feature to prevent deleting Privacy Sandbox data.
    
    Merge to release branch
    
    As sites move to privacy-preserving tech, they will likely use old and
    new methods simultaneously. We should not delete PS data in such cases.
    
    (cherry picked from commit ef3c943219b01978c1413573f074b8273053f960)
    
    Bug: 1515991
    Change-Id: Icaa8306a7e007996677c4a34a78916faae5ad8a7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5181897
    Reviewed-by: Nan Lin <[email protected]>
    Commit-Queue: Ryan Tarpine <[email protected]>
    Reviewed-by: Joshua Hood <[email protected]>
    Reviewed-by: Avi Drissman <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1249533}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241739
    Cr-Commit-Position: refs/branch-heads/6167@{#1675}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  12. Roll src/internal in M121 from ae64b4a4579f to 72da1507d1bc
    Commits rolled:
    https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ae64b4a4579f..72da1507d1bc
    
    Generated by: go/bbid/8757550742218092145
    
    Change-Id: I9f0e28bfc98d4d32553dcf3b86f5d1e1a4263c7f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5245905
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1674}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  13. [M121][ios] Fix bad interaction between TabsCloser and RecentTabsMediator
    
    Ensure that the original Browser's WebStateList is considered as
    in the middle of a batch operation while confirming the "close all
    tabs" operation.
    
    This ensures that RecentTabsMediator wait until all the tabs are
    closed before refreshing its state, avoiding lots of unnecessary
    operations that can cause the watchdog to kick in and terminate
    the application.
    
    Add unit tests to check that the WebStateList is in a batch
    operation while the operation is confirmed.
    
    (cherry picked from commit c52f81853a84659a7e05865589c8594b2f3d51cd)
    
    Fixed: 1521867
    Change-Id: I9e62275c5e698b5970c0367d940e525678fa1b32
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237379
    Commit-Queue: Sylvain Defresne <[email protected]>
    Reviewed-by: Federica Germinario <[email protected]>
    Commit-Queue: Federica Germinario <[email protected]>
    Auto-Submit: Sylvain Defresne <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252557}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241317
    Reviewed-by: Rohit Rao <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1673}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  14. Automatic update from google3
    
    Automatic update for 2024-01-29 UTC
    
    Change-Id: Ia2d2cb54b91710e6b4eae2fe4aed156644bc3927
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5244670
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1672}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  15. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: Iec86b834ee3e5d67e1f5f4dd2727f74734a50457
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237939
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1671}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  16. Automated Commit: LKGM 15699.51.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8757608350148839729
    
    Change-Id: I479b80d714283168cfeea155df339f479e933ae6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5243317
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1670}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  17. Request bold trait in system UI font matching
    
    Sometimes, when we match Mac system UI font by italic traits and then
    adjust weight and width variations [0], we end up getting a CTFont
    which has a correct `wght` variation axis value, but it's trait value is
    not updated.
    
    This behaviour was only observed for Mac's system UI font of size 14px,
    see [1] or for the same Mac system UI font in the smaller sizes (i.e.
    <8px), compare [2].
    
    This CL proposes a workaround solution that adds bold trait if
    requested, in addition to italic trait, during system UI font matching.
    
    [0] https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/fonts/mac/font_matcher_mac.mm?q=MatchSystemUIFont
    [1] https://crbug.com/1520661
    [2] https://crbug.com/1516731
    
    (cherry picked from commit 39e266d529cdd4db3fcbe427345e8fe04baa93fe)
    
    Bug: 1516731
    Change-Id: Id375df428de5de242d5dcca48aed6c71863298af
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224989
    Commit-Queue: Munira Tursunova <[email protected]>
    Reviewed-by: Dominik Röttsches <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1252037}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237674
    Reviewed-by: Anders Hartvoll Ruud <[email protected]>
    Reviewed-by: Philip Jägenstedt <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1669}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  18. Relax is_user_initiated limitation for tel links
    
    Tel links will trigger a system popup, so it is possible to relax the
    constraint to show another popup if the navigation is not user
    initiated.
    Use a weaker "User interacted with the web view" instead.
    
    (cherry picked from commit df651a7c59d011d6dc52b99c3be0a3c1a1b0e871)
    
    Bug: 1518425
    Change-Id: I13d73e36aa12c2201c61eafd10d9d027ae41e78c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5195544
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: Ali Juma <[email protected]>
    Reviewed-by: Adrian Taylor <[email protected]>
    Commit-Queue: Olivier Robin <[email protected]>
    Reviewed-by: Rohit Rao <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1247504}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237476
    Cr-Commit-Position: refs/branch-heads/6167@{#1668}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  19. Roll src/v8 in M121 from cd50018ba97a to 1fbb9881419d
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/cd50018ba97a..1fbb9881419d
    
    Generated by: go/bbid/8757577166586126113
    
    Change-Id: I8a682b353f8c824ced11359ffc0e579f4197fafa
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241113
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1667}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  20. Incrementing VERSION to 121.0.6167.138
    
    Change-Id: Ic42311ffb99fa0976ff51c0c8ac5481a056ce506
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241944
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1666}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  21. Automatic update from google3
    
    Automatic update for 2024-01-28 UTC
    
    Change-Id: I5e20aebfd837f1143ea2189fd2e550f77bcdfa70
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241688
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1665}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  22. Automated Commit: LKGM 15699.50.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8757698857091480449
    
    Change-Id: I269fe9ea5fd05e695d0a77a2a48477c9bcb672e6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5243573
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1664}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  23. Automatic update from google3
    
    Automatic update for 2024-01-28 UTC
    
    Change-Id: I62ffb52e13a091fa41a1408243e0d361d357b507
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5243592
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1663}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  24. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: I9ec0d8caa363737e820f106476b7fe52c0e39fcf
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5240989
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1662}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  25. Incrementing VERSION to 121.0.6167.137
    
    Change-Id: If917398cc1c0caf2c4a4106565450c1fdafd9ebb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5243172
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1661}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  26. Automatic update from google3
    
    Automatic update for 2024-01-27 UTC
    
    Change-Id: I1e47b35e07997f46c64680f678de04f6d9f45926
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5242932
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1660}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  27. Automatic update from google3
    
    Automatic update for 2024-01-27 UTC
    
    Change-Id: I3b331831009ee2a6170946f2f43736c8df34d4ee
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241436
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1659}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  28. Automated Commit: LKGM 15699.49.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8757789294028855921
    
    Change-Id: I28d5d686bf498be0b5a509209f3d21cda512cfa9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241209
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1658}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  29. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: I027165ac468003b8929783fc93e0284c08f7d649
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5242101
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1657}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  30. [lacros skew tests] Refresh skew tests for M123
    
    This CL updates the ash version ['123.0.6267.0'] for Lacros version skew testing.
    This cl only affect linux-lacros config builders like
    linux-lacros-tester-rel, linux-lacros-rel.
    This cl will certainly NOT affect Lacros on-device builders
    (lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
    etc) or any other platforms.
    
    If this CL caused regressions, please revert and stop the autoroller
    at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Bug: None
    Change-Id: I2b32949504ec25dc12896e1fc12c5c1c0e9a4f65
    Requires-Testing: True
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237875
    Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1656}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  31. Incrementing VERSION to 121.0.6167.136
    
    Change-Id: I37473dcbfe77eec1a1ea5893466483add8b9329d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237933
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1655}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  32. Speculatively fix race in mojo ShutDownOnIOThread
    
    This acquires `write_lock_` before resetting handles used by WriteNoLock
    (which is called under the same lock in another thread). We also set
    `reject_writes_` to prevent future write attempts after shutdown. That
    seems strictly more correct.
    
    We also acquire `fds_to_close_lock_` before clearing the FDs.
    
    I was unable to repro locally as content_browsertests just times out
    in my local setup without reporting anything interesting. This seems
    strictly more correct though.
    
    (cherry picked from commit 9755d9d81e4a8cb5b4f76b23b761457479dbb06b)
    
    Bug: 1519980
    Change-Id: I96279936ca908ecb98eddd381df20d61597cba43
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226127
    Auto-Submit: Peter Boström <[email protected]>
    Reviewed-by: Ken Rockot <[email protected]>
    Commit-Queue: Ken Rockot <[email protected]>
    Commit-Queue: Peter Boström <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250580}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241240
    Cr-Commit-Position: refs/branch-heads/6167@{#1654}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  33. Automatic update from google3
    
    Automatic update for 2024-01-26 UTC
    
    Change-Id: I5dd46b784219f2df111aa9d1f9b0b03b49861442
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5240843
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1653}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  34. Automatic update from google3
    
    Automatic update for 2024-01-26 UTC
    
    Change-Id: I65ba21d2431d5964b79dcbf7058b04a9cc896f7f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5238158
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1652}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  35. Automated Commit: LKGM 15699.48.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8757879752691379057
    
    Change-Id: I0cfd6366fb915bd9454c88575d6a29498f908dbd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5239243
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1651}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  36. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: I644e6c715ce63e2711cedcd16aabf4da722a8348
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5239167
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1650}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  37. [omnibox][calc][m121] Unlaunch on ios
    
    m121 merge
    
    iOS calc suggestions don't display their query; they only display the
    answer.
    
    E.g., if the user types '1+1, then '1+2'; Then desktop will display:
    '1+2 = 3' & '1+1 = 2'; But iOS will display: '= 3' & ' = 2'.
    
    Originally launched in 120.0.6099.0 with crrev.com/c/4930540 .
    Unlaunched on android in m122 with crrev.com/c/5207230 .
    
    (cherry picked from commit 590d671aff9daad0085ab8bf9cf9186464e0328a)
    
    Bug: 1470347, 1518782, b/320563075
    Change-Id: I65933d50069a7bd06385109a9a399a7df657b69e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5218531
    Auto-Submit: manuk hovanesian <[email protected]>
    Commit-Queue: Justin Donnelly <[email protected]>
    Reviewed-by: Justin Donnelly <[email protected]>
    Commit-Queue: manuk hovanesian <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1249646}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237021
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1649}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  38. Incrementing VERSION to 121.0.6167.135
    
    Change-Id: I110461b65d96d24970624ab45c7d3104f63ecf36
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237869
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1648}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  39. M121: [A11y] Ensure invalid aria-owns parents update their children
    
    Test: fixes repro case in crbug.com/1518135 on music.youtube.com.
    Have not yet been able to turn this into a test.
    
    (cherry picked from commit 9a63eb11afd9d6507d29817c22712b37a5c07d48)
    
    Bug: 1518135
    Change-Id: I466d5090e8c681e3aea1b1ccc23559bfce651dd1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228557
    Reviewed-by: Chris Harrelson <[email protected]>
    Commit-Queue: Aaron Leventhal <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1251098}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5230363
    Cr-Commit-Position: refs/branch-heads/6167@{#1647}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  40. [dPWA Link Capturing M121] Crash fix for link capturing IPH custom action
    
    This is a cherry-pick to M121 to fix Stable crashes.
    
    This CL fixes the crash happening for the link capturing custom action
    IPH bubble by relaxing the app_id CHECK inside the callback to be
    more of an early exit.
    
    This seems to be happening if the custom action callback is triggered
    outside of the app window's context due to some race or the app window
    closing prematurely. In that case, we can just exit early.
    
    This CL also indents the code block to be more readable.
    
    (cherry picked from commit 6c05b4367f1d4c8c1ef25cb6d092b4b91e7a701b)
    
    Bug: 1517664
    Change-Id: Ie0981f04351b3907bf7bb6fa3f77c4d92b687593
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5190472
    Reviewed-by: Dana Fried <[email protected]>
    Commit-Queue: Dibyajyoti Pal <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1246265}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237710
    Auto-Submit: Dibyajyoti Pal <[email protected]>
    Commit-Queue: Dana Fried <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1646}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  41. Hide inactive media indicators in PiP
    
    A PiP window has its own PageSpecificContentSettings (PSCS) but
    PageSpecificContentSettingsDelegate notifies only the top-frame PSCS.
    That means when Camera/Mic permissions are changed, PiP window’s
    activity indicators get stale. To fix that,
    PageSpecificContentSettingsDelegate should notify PiP window’s PSCS.
    
    (cherry picked from commit 03259e357bc1c0114fbf3939c4cb715748076d16)
    
    Bug: 1516745, 1520838
    Change-Id: I979fff7e09e648a46370df89b3bbd452d45a89aa
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5215851
    Reviewed-by: Tommy Steimel <[email protected]>
    Reviewed-by: Martin Å rámek <[email protected]>
    Commit-Queue: Elias Klim <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250178}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237049
    Commit-Queue: Tommy Steimel <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1645}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  42. [M-121] Disable experimental AI IPH for non tabbed browser
    
    (cherry picked from commit e1598ca5dffa2920167e6c05b2f4d3d9ac9a391c)
    
    Fixed: 1507977 b/321781235
    Change-Id: Ic03c23cfcbb0551e931db3c404bff3b6a74d2b8b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226940
    Commit-Queue: Emily Shack <[email protected]>
    Reviewed-by: Emily Shack <[email protected]>
    Auto-Submit: Raj T <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250916}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5238165
    Cr-Commit-Position: refs/branch-heads/6167@{#1644}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  43. [merge to 121] cros: Speculative fix for OverviewWindowDragController crash
    
    The crash keys say `GetRootWindowBeingDraggedIn()` returns null when
    using mouse dragging. They also say the display id returned by the
    cursor manger is valid, but fetching the root window associated
    returns null. Something similar was seen before in CL:4245998. We will
    use a different display getter based on the screen cursor position.
    
    Due to no longer using the cursor manager, we don't need to call
    `OveviewWindowDragController` functions directly nor set the display
    to the cursor manager every time we drag to another display.
    
    (cherry picked from commit 4db45f38aee33fbb9b50fc9f8cbc44f6a89cbc37)
    
    Bug: 300700394
    Change-Id: I3044cb80ebbfee4ec5ddd8f1dd40a82818a24ce8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5215045
    Reviewed-by: Ahmed Fakhry <[email protected]>
    Commit-Queue: Sammie Quon <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1249712}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235643
    Reviewed-by: Yongshun Liu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1643}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  44. Automatic update from google3
    
    Automatic update for 2024-01-25 UTC
    
    Change-Id: I643860194e6e3189d467f411318f8e9590c8eaa2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237707
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1642}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  45. Automatic update from google3
    
    Automatic update for 2024-01-25 UTC
    
    Change-Id: I24a81461abf57ef02d4882e45004c9bd5fa50296
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237726
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1641}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  46. [M121] Prevent SessionAbortedDialog dismissal via keyboard accelerator
    
    This dialog has no Cancel/Close button, but it can still
    be dismissed via keyboard accelerator. This CL fixes the
    exploit mentioned in the issue, but extra work might be required
    to fix this behavior at dialog framework level.
    
    (cherry picked from commit 7495fc4e18459d3110e2125f2804c4c33185eea7)
    
    Bug: b:315761861, b:312113018
    Change-Id: I15291f74f625a0759403bd73f208455e1e96d8d7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5126184
    Reviewed-by: Allen Bauer <[email protected]>
    Commit-Queue: Denis Kuznetsov <[email protected]>
    Auto-Submit: Denis Kuznetsov <[email protected]>
    Reviewed-by: Xiyuan Xia <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1239090}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237227
    Reviewed-by: Ben Franz <[email protected]>
    Commit-Queue: Xiyuan Xia <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1640}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  47. Automated Commit: LKGM 15699.47.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8757970572596550369
    
    Change-Id: Iad1e4c3ea0b42d106f2886b41dc9ef81fce795bc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237346
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1639}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  48. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: I16a05c2b6fa52ee99f890f09146cb95047704c06
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237205
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1638}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  49. [omnibox][calc][m121] Unlaunch on android
    
    m121 merge.
    
    Android calc suggestions have a bug, where they display the user's input
    instead of calc query.
    
    E.g., if the user types '1+1, then '1+2';
    Then desktop will display: '1+2 = 3' & '1+1 = 2';
    But android will display:  '1+2 \n = 3' & '1+2 \n = 2'.
    
    It's not trivial to switch from displaying the user input to displaying
    match contents on android because for some reason the match contents
    isn't piped to the android autocompletion code (for neither search nor
    calc provider calc matches).
    
    Perhaps when parsing search suggestions, there's some platform specific
    code? Or perhaps the search server response is differs slighty per
    platform? Android devs don't have time to dig into this at the moment,
    so we're instead unlaunching calc suggestions on android.
    
    Originally launched in 120.0.6099.0 with crrev.com/c/4930540 .
    
    (cherry picked from commit 897a2b965233faf75757809e9e1107c249b2d646)
    
    Bug: 1470347, 1518782, b/320563075
    Change-Id: I30262691f42d869e3791d69368e14ff8be8c6a5d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5207230
    Commit-Queue: manuk hovanesian <[email protected]>
    Reviewed-by: Tomasz Wiszkowski <[email protected]>
    Auto-Submit: manuk hovanesian <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1249050}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237365
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1637}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  50. [lacros skew tests] Refresh skew tests for M123
    
    This CL updates the ash version ['123.0.6263.0'] for Lacros version skew testing.
    This cl only affect linux-lacros config builders like
    linux-lacros-tester-rel, linux-lacros-rel.
    This cl will certainly NOT affect Lacros on-device builders
    (lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
    etc) or any other platforms.
    
    If this CL caused regressions, please revert and stop the autoroller
    at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Bug: None
    Change-Id: Ice02dcabb8c366282eb94c85f7cf68d2062a53b8
    Requires-Testing: True
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235815
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1636}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  51. Incrementing VERSION to 121.0.6167.134
    
    Change-Id: I63c8a23177b122160013c4c570f6b603d6d36112
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232043
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1635}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  52. [Merge to 121] Revert "Migrate ToastManager's SystemToastStyle usages to new SystemToastView"
    
    This reverts commit 87c2920d274df42d54e0eeebe861c3c7961fce77.
    
    Reason for revert: Fix for b/321322263.
    
    In the CL migrating to `SystemToastView`, the `dismiss_callback` was
    overridden and stored in `toast_data` directly instead of in the
    `ToastOverlay` class. This dismiss_callback was tied to the overlay's
    `OnButtonClicked` function.
    
    During session state changes, a new overlay is created but the same
    `toast_data` object is copied from the last shown instance, which made
    clicking on toast's dismiss button's point to the non-existing overlay's
    `OnButtonClicked`. This crashed when toasts that were re-shown after a
    session state change are dismissed through the dismiss button.
    
    Original change's description:
    > Migrate ToastManager's SystemToastStyle usages to new SystemToastView
    >
    > https://goto.google.com/system-toast-view
    >
    > Use the new SystemToastView added in http://crrev/c/4894945 to be used
    > by the ToastOverlay object created through the ToastManager.
    >
    > Using this new view fixes an issue with the current SystemToastStyle
    > view where the shadows go out of bounds.
    >
    > screenshot comparisons old vs. new component:
    > one-line: https://screenshot.googleplex.com/8ru3aj5mEUPzAiT
    > multi-line: https://screenshot.googleplex.com/B6iHEtWT8AjtiSX
    >
    > Also made the following changes:
    > - Pass the `toast_data` parameter from ToastManager instead of sending
    > every contained parameter individually.
    > - Added `ToggleA11yFocus` and related member variables and functions to
    > SystemToastView to match behavior implemented in http://crrev/c/3692579.
    >
    > Bug: b:309842498
    > Change-Id: I306e2da7812eb2e352be2513e485ba0791ce05c8
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4913276
    > Commit-Queue: Kevin Radtke <[email protected]>
    > Reviewed-by: Alex Newcomer <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1223037}
    
    (cherry picked from commit d144b9e18a08dd89358d20c2d09091bf76919e1f)
    
    Bug: b:321322263
    Change-Id: I7397f77b59576755fc1de5435286a8d02ff7c99e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226132
    Reviewed-by: Kevin Radtke <[email protected]>
    Commit-Queue: Kevin Radtke <[email protected]>
    Reviewed-by: Alex Newcomer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250603}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5235143
    Cr-Commit-Position: refs/branch-heads/6167@{#1634}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  53. Roll src/clank in M121 from 2544b7ccc4b9 to 844fd8643c29
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/2544b7ccc4b9..844fd8643c29
    
    Generated by: go/bbid/8757981074947234561
    
    Change-Id: I141976c1d384dd19cfca56303f9342077689ad97
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232018
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1633}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  54. M121: [A11y] Remove PreSerializationConsistencyCheck in 6167 branch
    
    This is a bug that appears to be fixed in M122. For M121, just comment
    out the checks.
    
    Fixed: 1520355
    Change-Id: Ief1c13641bb4955bc6a4d83a03ae3f8d66520fa8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225301
    Reviewed-by: Mark Schillaci <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1632}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  55. [RTCPeerConnection] Exit early from RTCPeerConnectionHandler
    
    For certain operations that require a live client
    (i.e., RTCPeerConnection, which is garbage collected),
    PeerConnectionHandler keeps a pointer to the client on the stack
    to prevent garbage collection.
    
    In some cases, the client may have already been garbage collected
    (the client is null). In that case, there is no point in doing the
    operation and it should exit early to avoid UAF/crashes.
    
    This CL adds early exit to the cases that do not already have it.
    
    (cherry picked from commit 8755f76bec326c654370de6dd68eea693df74ede)
    
    Bug: 1514777
    Change-Id: I27e9541cfaa74d978799c03e2832a0980f9e5710
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5210359
    Reviewed-by: Tomas Gunnarsson <[email protected]>
    Commit-Queue: Guido Urdaneta <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1248826}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231507
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Guido Urdaneta <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1631}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  56. Automatic update from google3
    
    Automatic update for 2024-01-24 UTC
    
    Change-Id: I09dcd99001764e4321ba525dae8e8303a61b93cc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231828
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1630}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  57. Automatic update from google3
    
    Automatic update for 2024-01-24 UTC
    
    Change-Id: I34fb3d91ce4d4613932a975017aab19c48daba4f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5233045
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1629}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  58. Automated Commit: LKGM 15699.46.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8758061060144597089
    
    Change-Id: Iaf74f0175939611705f422c6becc7fc9007a3137
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5233826
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1628}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  59. Roll src/v8 in M121 from 10e031124843 to cd50018ba97a
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/10e031124843..cd50018ba97a
    
    Generated by: go/bbid/8758011277371366193
    
    Change-Id: I321c9bb5ab07324f68335636e39b07367b991b32
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232821
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1627}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  60. Updating XTBs based on .GRDs from branch 6167
    
    [email protected]
    
    Change-Id: If517505876e887975663a6978fd5532ddaa447ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5233341
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1626}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  61. [M-121] Move retryable and non-retryable errors to be loggable to model quality
    
    (cherry picked from commit 0bdd28f5dd1e47563b2b80f8b298327e7844303e)
    
    Bug: b:322034157
    Change-Id: I74f303b436d4f3f5b6ecabcf6bfe3740aa4e40ce
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5230863
    Commit-Queue: Simon Pelchat <[email protected]>
    Reviewed-by: Simon Pelchat <[email protected]>
    Commit-Queue: Sophie Chang <[email protected]>
    Auto-Submit: Sophie Chang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1251127}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231818
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1625}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  62. [merge to M121] snap-groups: Only skip overview pairing on mouse press
    
    This fixes the FasterSplitScreenSetup skip on mouse events. Note that we
    can't check `OnWindowActivating()` for the window since we don't yet
    know if it will start a resize, so we need to handle it earlier in
    `OnMouseEvent()`.
    
    (cherry picked from commit 0a4d3e288adbb1687690bfc70f76fbfdcb140e40)
    
    Test: modified
    Fixed: b/315213337
    Change-Id: I2be842a39dc3a26f10e68c3bfbc8eff8d4fd64b6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5097766
    Commit-Queue: Sophie Wen <[email protected]>
    Reviewed-by: Sammie Quon <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1234319}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231878
    Cr-Commit-Position: refs/branch-heads/6167@{#1624}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  63. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1706004111-9693222ed51892d07811ce3b9f47eb2573a14cc5.profdata to chrome-win32-6167-1706032279-8250668801f32e11d400c7469b590e515ba317f3.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I618d9213cdde4e9a334cfbc6cf260bf3cc97bec5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229421
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1623}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  64. Incrementing VERSION to 121.0.6167.133
    
    Change-Id: I14d343436e1e6e3e7abd366e3f656e4c5ccb826e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232460
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1622}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  65. [M121] Fix UAF in SourceStreamToDataPipe
    
    SourceStreamToDataPipe::ReadMore() is passing a callback with
    Unretained(this) to net::SourceStream::Read(). But this callback may be
    called even after the SourceStream is destructed. This is causing UAF
    issue (crbug.com/1511085).
    
    To solve this problem, this CL changes ReadMore() method to pass a
    callback with a weak ptr of this.
    
    (cherry picked from commit 6e36a69da1b73f9aea9c54bfbe6c5b9cb2c672a5)
    
    Bug: 1511085
    Change-Id: Idd4e34ff300ff5db2de1de7b303841c7db3a964a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5179746
    Reviewed-by: Adam Rice <[email protected]>
    Commit-Queue: Tsuyoshi Horo <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1244526}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5231537
    Reviewed-by: Kenichi Ishibashi <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1621}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  66. [User Education] Fix behavior and documentation for IPH spec lookup.
    
    A number of fixes in FeaturePromoRegistry:
     - Documentation for GetParamsForFeature() was outdated.
     - GetParamsForFeature() did not behave as expected and could return
       invalid data instead of null in certain edge cases.
     - We now check that an IPH specification has a valid type when it is
       registered, not when it is shown.
    
    (cherry picked from commit aa794e3694423eeff996ae2d22e62978648689d1)
    
    Bug: b/321311354
    Change-Id: I5e1cac838b5984813e7e9fae71c5eea477676370
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225575
    Reviewed-by: Mickey Burks <[email protected]>
    Commit-Queue: Dana Fried <[email protected]>
    Auto-Submit: Dana Fried <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250520}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5230919
    Reviewed-by: Dana Fried <[email protected]>
    Auto-Submit: Mickey Burks <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1620}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  67. [lacros] Update lacros QA qualified version
    
    This CL will update lacros version in //chrome/LACROS_QA_QUALIFIED_VERSION. This
    file will be used in Upreving the RootFS-Lacros in the CROS image.
    
    If this CL caused regressions, please revert and pause the autoroller at
    https://luci-scheduler.appspot.com/jobs/chrome/lacros-qa-qualified-tracking-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Change-Id: I21cf12ad0ad4b1486fe57d8c1fb0397a7a9ed9a7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229900
    Auto-Submit: lacros-tracking-roller@chops-service-accounts.iam.gserviceaccount.com <lacros-tracking-roller@chops-service-accounts.iam.gserviceaccount.com>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1619}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  68. M121: [A11y] Don't try to create objects unless processing deferred events
    
    This fixes an issue that no longer occurs in 122 but cherry picking
    some parts of CL:5123413, which prevents AXObjects from being
    created unless processing deferred events. Attempting to create
    AXObjects while the tree is frozen was triggering
    RepairChildrenOfIncludedParent(), which was in turn calling
    SetNeedsToUpdateChildren(), which checks that we are not in a frozen
    state.
    
    This is a safer, more limited of CL:5123413.
    - It directly changes several GetOrCreate() calls into
    Get() calls. However, CL:5123413 contains a lot more of this, and is
    overall too large of a change for this stage of 121,and would likely
    set off other issues.
    - This CL also removes the offending checks.
    - This CL also creates an early return for GetOrCreate() when
      not processing deferred events, changing it to a simple Get().
    
    Bug: 1519805
    Change-Id: I83bb062ec0eb0fd41124e61b6a1150a55b22d6dc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228640
    Commit-Queue: Krishna Govind <[email protected]>
    Reviewed-by: Chris Harrelson <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1618}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  69. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1706004111-4e147908d1241e39db009121f29374351d8e1480.profdata to chrome-win64-6167-1706032279-97e63d82a0938b7701d8cdf028299c39d523a3c6.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I43a3638ac5708d35b8d503d8891d0ef6184cb733
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229378
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1617}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  70. Fix use-after-free in DrawTextInternal
    
    DrawTextInternal was calling GetOrCreatePaintCanvas multiple times,
    once at the start of the function, once inside of the
    BaseRenderingContext2DAutoRestoreSkCanvas helper class and once in the
    Draw call. GetOrCreatePaintCanvas destroys the canvas resource provider
    if the GPU context is lost. If this happens on the second call to
    GetOrCreatePaintCanvas, destroying the resource provider will
    invalidate the cc::PaintCanvas returned by the first call to
    GetOrCreatePaintCanvas.
    
    The GPU process can technically crash at any point during the renderer
    process execution (perhaps because of something another renderer
    process did). We therefore have to assume that any call to
    GetOrCreatePaintCanvas can invalidate previously returned
    cc::PaintCanvas.
    
    (cherry picked from commit d4a197e4913f8e5072263b59aedc29f2b5af3e93)
    
    Change-Id: Ifa77735ab1b2b55b3d494f886b8566299937f6fe
    Fixed: 1511567
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5198419
    Reviewed-by: Fernando Serboncini <[email protected]>
    Commit-Queue: Jean-Philippe Gravel <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1248204}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5230177
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1616}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  71. Updating XTBs based on .GRDs from branch 6167
    
    [email protected]
    
    Change-Id: Id2d5a1469c4c525b624570f8f9c449c7a392ed33
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229219
    Owners-Override: Krishna Govind <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1615}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  72. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1706004111-48e868a187d4093f1fa127eff496a6fe392e9c3d.profdata to chrome-mac-6167-1706032279-25144dc1c87be275c5981becbafed7785e2f39f2.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Iac3f931d4b2684901d86d96768e7a12fc4cdf5b3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5229518
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1614}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  73. [ios] Update Parcel Tracking Consent Body String
    
    (cherry picked from commit ce839726d0378b87e41d0d7c2f4c03c8da2b2a74)
    
    Bug: 1519266
    Change-Id: I6161d77b22667f3c9d68942ecee717e4742905a1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5208234
    Commit-Queue: Chris Lu <[email protected]>
    Reviewed-by: Scott Yoder <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1248801}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225228
    Owners-Override: Krishna Govind <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1613}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  74. Automatic update from google3
    
    Automatic update for 2024-01-23 UTC
    
    Change-Id: I304ec38a3e3b97cbde0fc9b1154700dff7fc5e78
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228344
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1612}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  75. Roll src/internal in M121 from 120d3ccaafff to ae64b4a4579f
    Commits rolled:
    https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/120d3ccaafff..ae64b4a4579f
    
    Generated by: go/bbid/8758090549119967825
    
    Change-Id: If5271e3feda6cd54f1578b8edef79c251de18844
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228877
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1611}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  76. [M121][SecurityPageHaTS] Fix security page HaTS crashing issue
    
    We added a new product specific bit in the HaTS request, however, the
    survey_config file did not get updated. This caused a DCHECK failure
    when launching the survey. This CL updates the survey_config file to
    fix it. We also add a new histogram to track the number of surveys
    requested in this CL.
    
    (cherry picked from commit f5d7d738db4a9eb8ac4961d4e8b5cb93a1af0843)
    
    Fixed: 1517364
    Change-Id: Ibb9cb33c963db27b750a70281eb2242452cb8da7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5184891
    Reviewed-by: Martin Å rámek <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: John Lee <[email protected]>
    Commit-Queue: Zack Han <[email protected]>
    Reviewed-by: Javier Castro <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1246473}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5218852
    Cr-Commit-Position: refs/branch-heads/6167@{#1610}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  77. Automated Commit: LKGM 15699.45.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8758149609682894001
    
    Change-Id: I0c84e7ca04052f1f9216859e5c5b554c574c8d4f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5228297
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1609}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  78. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705981198-bfc32f5053fb58722785ad05abddb11cdab7247c.profdata to chrome-linux-6167-1706004111-41f78c57fb3a1fe49a5c549b16f0221465339af9.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: Ib9fbc14837e6cd1d12c91fe407807ce4cb491368
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226457
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1608}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  79. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705981198-380f725f64ffa73138ad74f59c8455b28cac6606.profdata to chrome-win64-6167-1706004111-4e147908d1241e39db009121f29374351d8e1480.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Id7ee74af1f4cb2a6a4695e4a724eda7f1694ef4d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5227794
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1607}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  80. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705981198-fc41673c35d14e3bbfe02a58a861d6a3e77120ae.profdata to chrome-win32-6167-1706004111-9693222ed51892d07811ce3b9f47eb2573a14cc5.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ib160b57698478cb320b0aed3501625794f26dc75
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5227793
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1606}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  81. Automatic update from google3
    
    Automatic update for 2024-01-23 UTC
    
    Change-Id: I35a0301b6aa96b2abb9b9a0c5060f7f2fba1cae8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225809
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1605}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  82. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705981198-eee1c9086c2b73f048c9fb5065425e4c1f2df118.profdata to chrome-mac-6167-1706004111-48e868a187d4093f1fa127eff496a6fe392e9c3d.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Ife230fa90e647109144af882164999ff6d680d9a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5227470
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1604}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  83. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: Ibecd324f8e37d995972eba094210196897fab901
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224918
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1603}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  84. Roll src/clank in M121 from 9b63c452155e to 2544b7ccc4b9
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/9b63c452155e..2544b7ccc4b9
    
    Generated by: go/bbid/8758109424415555265
    
    Change-Id: If9b200d32c863dc5a4807573d9f0214e4f87262f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225231
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1602}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  85. Roll src/third_party/webrtc in M121 from 0f741da200c0 to 79ba9b0b2b28
    Commits rolled:
    https://webrtc.googlesource.com/src.git/+log/0f741da200c0..79ba9b0b2b28
    
    Generated by: go/bbid/8758118861813965601
    
    Change-Id: I30a332c51f9e58248ca102357130f7a9ab3a61ec
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5227840
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1601}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  86. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705966360-5e3d1cd18c18ebbb0b2e52c7c2023c327fbc4eda.profdata to chrome-win32-6167-1705981198-fc41673c35d14e3bbfe02a58a861d6a3e77120ae.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: Iaa9bcc9d2dd8e2ca5c65ab7c72c03c5bc55e048a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226550
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1600}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  87. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705966360-1044612289ee64e4467f041549dbf4222dfd7e7e.profdata to chrome-win64-6167-1705981198-380f725f64ffa73138ad74f59c8455b28cac6606.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I6d7967f271b1d969d7d9e7e2fd48d0097e71e7ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226753
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1599}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  88. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705966360-1f2be61147093f899d5b6b94b54557c5f33dbece.profdata to chrome-linux-6167-1705981198-bfc32f5053fb58722785ad05abddb11cdab7247c.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: Icfd3bf088b926c5132a3a1ee7abf495bd5e614ec
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226618
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1598}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  89. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705966360-aa0ad57283dbf708458c8ce363c77fd3283de198.profdata to chrome-mac-6167-1705981198-eee1c9086c2b73f048c9fb5065425e4c1f2df118.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: If7befcfa8c01a6b4fd0e8840fc062529eea9cbe0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5227422
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1597}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  90. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705943037-8348a998c0a6dbcff914f25e406185130fd1cd8b.profdata to chrome-win64-6167-1705966360-1044612289ee64e4467f041549dbf4222dfd7e7e.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I0a8134c7e822176fa6c99e1f77c89a51b6df25e8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226631
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1596}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  91. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705943037-0b7b37c34658dae86ad16399bad7ad243b8cddf4.profdata to chrome-win32-6167-1705966360-5e3d1cd18c18ebbb0b2e52c7c2023c327fbc4eda.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ic6ce8c6f2d926e0afd31800583b250c94b7de3a8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226131
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1595}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  92. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705943037-1943508b9bc6f7ebb2bc3119f8c7d838ef48f76a.profdata to chrome-mac-6167-1705966360-aa0ad57283dbf708458c8ce363c77fd3283de198.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Id35a19d52cace1cb820f40472f0630d5b2591a7a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226727
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1594}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  93. [lacros skew tests] Refresh skew tests for M122 M122
    
    This CL updates the ash version ['122.0.6260.0', '122.0.6241.0'] for Lacros version skew testing.
    This cl only affect linux-lacros config builders like
    linux-lacros-tester-rel, linux-lacros-rel.
    This cl will certainly NOT affect Lacros on-device builders
    (lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
    etc) or any other platforms.
    
    If this CL caused regressions, please revert and stop the autoroller
    at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    [email protected]
    
    Bug: None
    Change-Id: I9ba4f230a068ab688841d502fe18618d1d1fef4d
    Requires-Testing: True
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226461
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1593}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  94. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705943037-9e4550774bf62bcc00470bfb3e13021a9ed3bc93.profdata to chrome-linux-6167-1705966360-1f2be61147093f899d5b6b94b54557c5f33dbece.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I2a24c155d12c7e3c4d8f36a465b9a47ffd4997d7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226944
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1592}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  95. [skylab_tests] Update skylab cros img (release)
    
    This cl only affect Lacros or Skylab on-device config builders like
    lacros-amd64-generic-chrome-skylab or "ChromeOS FYI Release Skylab
    (kevin)". This cl will certainly NOT affect linux-lacros builders
    (linux-lacros-tester-rel, linux-lacros-rel, etc) or any other platforms.
    This CL will update cros image version for skylab tests.
    CROS_BOARD_DEV, CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according
    to Omaha.
    
    If this CL caused regressions, please revert and pause the autoroller at
    https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
    Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
    
    
    [email protected]
    
    Requires-Testing: True
    Change-Id: I30f9ad740542bbefcc121ebb1a865c51da2fc555
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225111
    Auto-Submit: skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com <skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1591}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  96. Do not overwrite logging metadata in UploadModelQualityLogs
    
    (cherry picked from commit 7387f6946b2554f9b524ff6edc9617106be719f3)
    
    Bug: b:312482220
    Change-Id: I224748c9b9a8caf4a20f2db979b8a53fd02be2b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226172
    Reviewed-by: Simon Pelchat <[email protected]>
    Commit-Queue: Sophie Chang <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1250462}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226124
    Reviewed-by: Tarun Bansal <[email protected]>
    Auto-Submit: Sophie Chang <[email protected]>
    Reviewed-by: Michael Crouse <[email protected]>
    Commit-Queue: Michael Crouse <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1590}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  97. Incrementing VERSION to 121.0.6167.132
    
    Change-Id: I3724bd48cd205a374a1a96db595c4b592a19d09e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5223530
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1589}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  98. Add UMA for UserFeedback for each feature
    
    BUG=b/301323955
    
    (cherry picked from commit 1384bb4224f7c5fc20665a6145fd5289c612a3af)
    
    Change-Id: I6f935a39ce91aa2e42bbc71410faf3529e8665f0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5127113
    Auto-Submit: Sreeja Kamishetty <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: Sophie Chang <[email protected]>
    Commit-Queue: Sophie Chang <[email protected]>
    Commit-Queue: Sreeja Kamishetty <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1239864}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225254
    Reviewed-by: Tarun Bansal <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1588}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  99. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705916201-7a5b29a1427da9f7dd5f9d9482bcb24741ee1db2.profdata to chrome-win32-6167-1705943037-0b7b37c34658dae86ad16399bad7ad243b8cddf4.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I98da571d2f3225cfce817452060ffe43bd8917bb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225470
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1587}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  100. Ensure that illegal aria-owns children get correct cached values
    
    (cherry picked from commit 8ed12c3fd420474234b7540d5bd222289e7f1d7d)
    
    Fixed: 1510323,1506361,1506895
    Change-Id: Ie113fd2f6a015cc4f85cbfec6da5d3f4f1b82a33
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5136678
    Reviewed-by: Chris Harrelson <[email protected]>
    Auto-Submit: Aaron Leventhal <[email protected]>
    Commit-Queue: Aaron Leventhal <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1239493}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5214430
    Owners-Override: Daniel Yip <[email protected]>
    Commit-Queue: Chris Harrelson <[email protected]>
    Reviewed-by: Aaron Leventhal <[email protected]>
    Auto-Submit: Daniel Yip <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1586}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  101. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705916201-ebac4f2d6519937f425729a59935ff68c804edcc.profdata to chrome-win64-6167-1705943037-8348a998c0a6dbcff914f25e406185130fd1cd8b.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I11d672841bef3802a583c0c8cb75b2aade17d581
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225786
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1585}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  102. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705916201-6af2234732f6f731af0bd31d0e9b63ff23e1d865.profdata to chrome-mac-6167-1705943037-1943508b9bc6f7ebb2bc3119f8c7d838ef48f76a.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I76203d1dad3fd7b039eb5ef5b7d9a08c492ce310
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225788
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1584}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  103. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705916201-1c40bc71ede1e2b3aa08f1bdbed30a02a37a9715.profdata to chrome-linux-6167-1705943037-9e4550774bf62bcc00470bfb3e13021a9ed3bc93.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: Ic7cf5d583c96c5bcba18070c6bcd3dd651e6f6b0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225473
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1583}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  104. Reintroduce ios/web_view/features.gni for output name variable
    
    This variable will be reused in more than one BUILD.gn.
    
    (cherry picked from commit 4c1ff114d9861299500f3073c5bf52017042c74b)
    
    Change-Id: I094daded4a88cb21538aed02c62869346b4c9062
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5193396
    Reviewed-by: Sylvain Defresne <[email protected]>
    Commit-Queue: Sylvain Defresne <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1247130}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5223708
    Commit-Queue: Ali Juma <[email protected]>
    Reviewed-by: John Wu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1582}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  105. Roll src/ios_internal in M121 from 2a3ae3d0d73c to 1f11f0029d89
    Commits rolled:
    https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/2a3ae3d0d73c..1f11f0029d89
    
    Generated by: go/bbid/8758175484868415153
    
    Change-Id: Iefd5284a802839a722da02c1051baf729623843f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226100
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1581}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  106. Setting version to 121.0.6167.131
    
    Change-Id: Iaca1bc4f446add2cc0ee1d4978be59d4db7c8df1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225302
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1580}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  107. Fix issue where HttpClient is not always used on the UI thread
    
    Also add regression tests.
    
    (cherry picked from commit a0b3fa6125d128974ea8d6e57a0822da497d0149)
    
    Bug: 1517165
    Change-Id: I8571ef0790182446f4e66da300269251465e3c55
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5206573
    Auto-Submit: Mohamed Heikal <[email protected]>
    Reviewed-by: Sam Maier <[email protected]>
    Commit-Queue: Mohamed Heikal <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1248361}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5225400
    Commit-Queue: Sam Maier <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1579}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  108. Fix test failure due to function sig change
    
    Change-Id: I703bc0165ccc3c1af4ab2173bd61c62e685546c0
    
    
    CookieSettings: Skip WebUIAllowlist for clear on exit checks
    
    Third-party cookie exceptions in WebUIAllowlist should not affect
    whether regular cookies are cleared on exit.
    
    (cherry picked from commit 692f8366b7ba2ca3569573cf0be0afa30e411fa8)
    
    Bug: 1514740
    Change-Id: I3451afc0dfd788e550b5648aa9f68b5622638199
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5204486
    Reviewed-by: Demetrios Papadopoulos <[email protected]>
    Commit-Queue: Demetrios Papadopoulos <[email protected]>
    Reviewed-by: Theodore Olsauskas-Warren <[email protected]>
    Auto-Submit: Christian Dullweber <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1248203}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224204
    Reviewed-by: Martin Å rámek <[email protected]>
    Auto-Submit: Mohamad Arab <[email protected]>
    Reviewed-by: Daniel Yip <[email protected]>
    Owners-Override: Daniel Yip <[email protected]>
    Commit-Queue: Mohamad Arab <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1578}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  109. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705893423-fe1d08d010688e698089752a9e3207c3133bbae2.profdata to chrome-win32-6167-1705916201-7a5b29a1427da9f7dd5f9d9482bcb24741ee1db2.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I312b0f03aa8902ed600cc944348598e6792b65a7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5222822
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1577}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  110. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705893423-d8e26fd6d5db42117992306c5f92f566940978d2.profdata to chrome-win64-6167-1705916201-ebac4f2d6519937f425729a59935ff68c804edcc.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I867f5312ff6421f5ab1a379a395085fa3337e42b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5222821
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1576}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  111. Automated Commit: LKGM 15699.44.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8758240711733372801
    
    Change-Id: Ie66481683ff37628256c8d951581960f6647b70a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224383
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1575}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  112. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705893423-62b93819be67ee48aabd568f1f25d6b7c54cb30d.profdata to chrome-mac-6167-1705916201-6af2234732f6f731af0bd31d0e9b63ff23e1d865.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I4a294232ee01765efec1a830167a8f6fec8c3711
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5223542
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1574}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  113. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705893423-eb7c57cbe2aabb23919fa627fe78d4585f09ba6b.profdata to chrome-linux-6167-1705916201-1c40bc71ede1e2b3aa08f1bdbed30a02a37a9715.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I2bdccfdb91202f313203ef201f3e1f6a73d377db
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224381
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1573}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  114. Setting version to 121.0.6167.101
    
    Change-Id: Ia0ae3f9491397cd24784c9aafa101c5b0a2daa81
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224760
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1572}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  115. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705872244-d0eb0b7c04b1b26bb1d54908ee85e60e7299e9b4.profdata to chrome-win32-6167-1705893423-fe1d08d010688e698089752a9e3207c3133bbae2.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I459aaa7460e2609697082d9e72daacce80a210db
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220268
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1571}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  116. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705872244-ef6277cf2e30bd8eee3838e0c17f793fd547cecf.profdata to chrome-win64-6167-1705893423-d8e26fd6d5db42117992306c5f92f566940978d2.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I6ab7188eef771cf95988a1eaed8ed12ecf1f9ba1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220160
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1570}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  117. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705872244-6391c4ed041e89e7691e83fe0910c10a392f8647.profdata to chrome-mac-6167-1705893423-62b93819be67ee48aabd568f1f25d6b7c54cb30d.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I89c1801f8599f19edb3f7541e6b6a8f33136c34f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220623
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1569}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  118. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705872244-92946f6b260a013bd0c75e46f579eb4af6d4ef38.profdata to chrome-linux-6167-1705893423-eb7c57cbe2aabb23919fa627fe78d4585f09ba6b.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I7150fb4cbd9dbf92b4836f6f218d54286fde63c4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221305
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1568}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  119. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705849634-4abd5a2d915404f622bf804e407c5424bbb279de.profdata to chrome-win64-6167-1705872244-ef6277cf2e30bd8eee3838e0c17f793fd547cecf.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ib3215d6aa3fb14217c8fa3b3a16bed2cce8addff
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221843
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1567}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  120. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705849634-c72f29b770a7bcaf4f59481171d2fe10de8d0c86.profdata to chrome-win32-6167-1705872244-d0eb0b7c04b1b26bb1d54908ee85e60e7299e9b4.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I9bb0b34e752bc1fb935cf0dd81178d71d0d2611c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221782
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1566}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  121. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705831183-91b86bc34099e5c8d81e00f37dd9a34dc0431ef1.profdata to chrome-linux-6167-1705872244-92946f6b260a013bd0c75e46f579eb4af6d4ef38.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I8937b67d99b7518df8aa56dc42f1a7f9f6227dd8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220564
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1565}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  122. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705849634-957159205fa93dcf69d57b0132c8ea925416cc72.profdata to chrome-mac-6167-1705872244-6391c4ed041e89e7691e83fe0910c10a392f8647.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I050924798391d7a759f84a359e6c13a3e327533d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221881
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1564}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  123. Incrementing VERSION to 121.0.6167.91
    
    Change-Id: I8cadc6f6c6c632b5a3a776db7601dcc98032cf14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219954
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1563}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  124. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705831183-97eaed402902fad97670834a722dfc38a28a1594.profdata to chrome-win32-6167-1705849634-c72f29b770a7bcaf4f59481171d2fe10de8d0c86.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: Icb428a14b8388b55a5c121a817cdcebdfff2cbef
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221543
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1562}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  125. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705831183-4e84a31c927e5e802a87d9648e8d4fe232c96535.profdata to chrome-win64-6167-1705849634-4abd5a2d915404f622bf804e407c5424bbb279de.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: I68aa8d637e533754465f7dba1dd6236b3b68ac55
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221156
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1561}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  126. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705831183-937cda6357d66f6430742ea974409697fd6d8a9b.profdata to chrome-mac-6167-1705849634-957159205fa93dcf69d57b0132c8ea925416cc72.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I7f220c8598641b64f228fb4ae414ad07b596b53d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220808
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1560}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  127. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705807907-f61e8073bd1f8ea1989dcb0f92142350fb78e62b.profdata to chrome-win64-6167-1705831183-4e84a31c927e5e802a87d9648e8d4fe232c96535.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Iee36e7039955d5facd4ba7ffd0ff8909fea6f5dc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221141
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1559}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  128. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705807907-6c8297b06dc53c1f61050fc4204a6317589ea4de.profdata to chrome-win32-6167-1705831183-97eaed402902fad97670834a722dfc38a28a1594.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: Ic9737281f44b424cf466ba683dad13355cf3e4ad
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220529
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1558}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  129. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705807907-6ee7ce6d90b9b16364ea610f901e8e6b46606726.profdata to chrome-mac-6167-1705831183-937cda6357d66f6430742ea974409697fd6d8a9b.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I9702acf6756c2263e091a7c990d9a5e7e4771ed3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220531
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1557}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  130. Automated Commit: LKGM 15699.43.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8758331157802663809
    
    Change-Id: I21f5777ac7ee827657445edfeddffbf01dee1fb5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220532
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1556}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  131. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705807907-8c3669f62387bd94b9b838ca173caaee98ae22a1.profdata to chrome-linux-6167-1705831183-91b86bc34099e5c8d81e00f37dd9a34dc0431ef1.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: Ica5c57501361a7adf915f58243961816d81bc46d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221145
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1555}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  132. Updating XTBs based on .GRDs from branch 6167
    
    Change-Id: I9f21b2a2c5cae26858d2a69f4405fe40e0452d86
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221400
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1554}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  133. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705763543-ed9ae1d3cdf0083ad8ef69eb410af6033564fdea.profdata to chrome-win32-6167-1705807907-6c8297b06dc53c1f61050fc4204a6317589ea4de.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I942f8e31742ecd10b405b26916b2b97663966f0f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5221120
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1553}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  134. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705792886-b6288d7352170a20c80bac247784647e5444c24f.profdata to chrome-win64-6167-1705807907-f61e8073bd1f8ea1989dcb0f92142350fb78e62b.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ib18f75d83e0cd29a22f13aad6629af279b3f6146
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220888
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1552}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  135. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705792886-10d317797564f22f2404a0dab106d61525451cec.profdata to chrome-mac-6167-1705807907-6ee7ce6d90b9b16364ea610f901e8e6b46606726.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: I49074dbf3aa32680e4c6809862757e039e7f8e9c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5218847
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1551}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  136. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705792886-210506a69e4ef41a331cee84f7c98881d9bbd6a9.profdata to chrome-linux-6167-1705807907-8c3669f62387bd94b9b838ca173caaee98ae22a1.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: Id181e8f877c9ce593b501796a48a4a89ed08a298
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219990
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1550}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  137. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705763543-9e5fd2e2996d3d0d24ddae20ff8fb1c91f46c9df.profdata to chrome-win64-6167-1705792886-b6288d7352170a20c80bac247784647e5444c24f.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ie72ce027eab23814efe9d1c6c66e8460d8f94f08
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219795
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1549}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  138. Roll Chrome Mac PGO Profile
    
    Roll Chrome Mac PGO profile from chrome-mac-6167-1705763543-aa990f2b04128564bae2a78eefba44d0c51bcd50.profdata to chrome-mac-6167-1705792886-10d317797564f22f2404a0dab106d61525451cec.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-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-m121.try:mac-chrome
    Tbr: [email protected]
    Change-Id: Ide5f496cd60293056fd10eee9a9a2e7642e17307
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219796
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1548}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  139. Roll Chrome Linux PGO Profile
    
    Roll Chrome Linux PGO profile from chrome-linux-6167-1705763543-3d23577e17d00e7b8351a67d3a9c9f923a8dfe72.profdata to chrome-linux-6167-1705792886-210506a69e4ef41a331cee84f7c98881d9bbd6a9.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-linux-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-m121.try:linux-chrome
    Tbr: [email protected]
    Change-Id: I15dc36fbf2388184bd7d28d49c1f956143cc0a74
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5218250
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1547}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  140. Incrementing VERSION to 121.0.6167.90
    
    Change-Id: Ida0f031b54856b42660776955973d67c8066b03a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219333
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1546}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  141. Roll Chrome Win64 PGO Profile
    
    Roll Chrome Win64 PGO profile from chrome-win64-6167-1705742058-10bdd0ff86dcaac4f675b27cae3e0a67e280ab78.profdata to chrome-win64-6167-1705763543-9e5fd2e2996d3d0d24ddae20ff8fb1c91f46c9df.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-m121.try:win64-chrome
    Tbr: [email protected]
    Change-Id: Ie57cce6d212952c9317aa4cb62e08423be0c2025
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219603
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1545}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  142. Roll Chrome Win32 PGO Profile
    
    Roll Chrome Win32 PGO profile from chrome-win32-6167-1705742058-4908c1dcb9d73b2d357fd2efd6d5fbbc49afaade.profdata to chrome-win32-6167-1705763543-ed9ae1d3cdf0083ad8ef69eb410af6033564fdea.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-m121.try:win-chrome
    Tbr: [email protected]
    Change-Id: I99f24edda8283e44a6c05ec2cd21f9e534977d60
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5219979
    Bot-Commit: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6167@{#1544}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  143. Incrementing VERSION to 121.0.6167.89
    
    Change-Id: I96ffd2a1859efd764b343b1fed76befc7c42f934
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220743
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1543}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  144. Incrementing VERSION to 121.0.6167.88
    
    Change-Id: I8464262d8d710699481f9aedaac23a6d80c177b4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220742
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1542}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
    
  145. Incrementing VERSION to 121.0.6167.87
    
    Change-Id: Ibcce229b9fc741a9c6cdea7f05a378927adff139
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5220741
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6167@{#1541}
    Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}