1. Fix performance regression introduced by filter quality change
    
    In my previous cl, I tried to improve the filter quality for both medium
    and high quality filter:
    https://chromium-review.googlesource.com/c/chromium/src/+/5806239
    I updated medium filter to use cubic sampling instead of linear sampling
    for better quality. This change caused the frame dropping rate to
    increased by a lot. In this cl, I revert the behavior for medium filter
    to improve the performance.
    
    (cherry picked from commit 31f0e74193e5bb25ad476dcdc7a204d849f2b574)
    
    Bug: 373928745, 381127080
    Change-Id: Ied1258cb521b99e33c93ace6c7b43df32c13d369
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5947284
    Commit-Queue: Yi Xu <[email protected]>
    Reviewed-by: Florin Malita <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1372855}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6061368
    Reviewed-by: Yi Xu <[email protected]>
    Reviewed-by: Prudhvikumar Bommana <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2393}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  2. Incrementing VERSION to 131.0.6778.108
    
    Change-Id: I0b12be1b73d73892b491aaa391a1b7773d252f20
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064847
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2392}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  3. Incrementing VERSION to 131.0.6778.107
    
    Change-Id: Ibffdd39d62ca821f8be7ffbcfc57c3bfab58e9c3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064835
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2391}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  4. Incrementing VERSION to 131.0.6778.106
    
    Change-Id: I5ac8ff9a95e40de3398dc5b7bd434e498d9af695
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064228
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2390}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  5. Incrementing VERSION to 131.0.6778.105
    
    Change-Id: I7fee7e7d90f8dda8c6c8790ff2b2053f67cf0fb3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064788
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2389}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  6. Incrementing VERSION to 131.0.6778.104
    
    Change-Id: Ic91d505f9929a90fc81382c47ad8cf6e50e3e207
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064830
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2388}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  7. Resolve viewport units in @page against default page box size.
    
    For document contents for pagination we use the page area size of the
    first page, which is defined as the initial containing block, when
    resolving viewport units. This won't do for viewport units inside @page
    (and page margin boxes), because then there would be circular
    dependencies, as the `size` property may very well use viewport units,
    and the page area size may be derived from `size`.
    
    Make sure that we use the default page box size (from print parameters
    (typically based on settings in the print preview UI)) when resolving
    viewport units inside @page.
    
    (cherry picked from commit 34d2c82f303e5192465921a40e82412e7a13326c)
    
    Bug: 380860850
    Change-Id: I4c1f3d30c8aa5a678ed2a1ad414279916d28c969
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049104
    Commit-Queue: Morten Stenshorne <[email protected]>
    Reviewed-by: Rune Lillesveen <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1388330}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055820
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2387}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  8. M131: [A11y] Pass html-input-name even if AXMode::kHTML is off
    
    Manual cherry-pick of CL:6044020.
    
    Bug: 378908266
    Change-Id: Ief8ca24ffbf7d619801f3a152a4823c351966b38
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064158
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Commit-Queue: Aaron Leventhal <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Reviewed-by: Abigail Klein <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2386}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  9. M131: [A11y] Temporarily expose attributes for Omnipass, aka Fiserv Verifast
    
    Note for M131: this is a manual cherry pick of CL:6047896 + conflict resolution, bringing BrowserAccessibilityComWin::get_attributes()
    up to date.
    
    Omnipass / Fiserv Verifast broke in Chrome 130 because of our
    optimization that begins remove support for ISimpleDOM* interfaces.
    
    This restores get_attributes() to expose the attributes they need in
    the short term while providing standards-based solutions to consume
    those attributes in the long term. It's expected that Omnipass will
    migrate to the standards-based approach in the next 1-2 years,
    unblocking Chromium from removing ISimpleDOM* intefaces.
    
    Bug: 378908266
    Change-Id: Ib8d07e990e7d58618f367790fb5f3605469a1ac7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6062542
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Reviewed-by: Abigail Klein <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Commit-Queue: Aaron Leventhal <[email protected]>
    Reviewed-by: Ken Buchanan <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2385}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  10. Automatic update from google3
    
    Automatic update for 2024-12-02 UTC
    
    Change-Id: I97c12b49cc484ed7267d825be08c04d95f40f24b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6062541
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2384}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  11. Roll commits from side projects in M131
    
    Roll src/third_party/skia in M131 from c242d612bdf6 to f14f6b1ab7cf
    Commits rolled:
    https://skia.googlesource.com/skia.git/+log/c242d612bdf6..f14f6b1ab7cf
    
    Generated by: http://go/bbid/8729654426565567313
    
    Change-Id: If5afe7714039deb6578085db7b9e6acf6a87adbc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063999
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2383}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  12. Automated Commit: LKGM 16063.51.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8729704410888521825
    
    Change-Id: Ie4065df076e32144a1ece671a07d954c99ee0ff2
    CrOS-LKGM: 16063.51.0
    Cr-Original-Build-Id: 8729704410888521825
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063198
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2382}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  13. Roll commits from side projects in M131
    
    Roll src/third_party/webrtc in M131 from 8445abdf8069 to 79aff54b0fa9
    Commits rolled:
    https://webrtc.googlesource.com/src.git/+log/8445abdf8069..79aff54b0fa9
    
    Generated by: http://go/bbid/8729665751394695985
    
    Change-Id: I1541349f12f43c604c6bab6fcf404e73bee52a5d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063258
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2381}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  14. [M131] Disable SelectParserRelaxationEnabledPolicyBrowserTest
    
    These test failures were introduced by crrev.com/c/6032289, per the
    blamelist:
    https://ci.chromium.org/ui/p/chromium-m131/builders/ci/android-12-x64-rel/607/blamelist
    
    However, reverting that CL doesn't seem like a good idea as it disables
    a feature due to a regression. This browsertest tests that feature,
    which is why it now fails.
    
    This test was disabled on trunk in crrev.com/c/6034029, but that CL
    can't be cleanly cherry-picked as it affects multiple tests.
    
    Bug: 379724243
    Change-Id: Iba9c7d78a5a8110354655988e3845b17ba21bf53
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050759
    Reviewed-by: Salma Elmahallawy <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2380}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  15. Incrementing VERSION to 131.0.6778.103
    
    Change-Id: I69f89ffea26cf1be0aa5ce322681b82847c52293
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6059058
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2379}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  16. Automated Commit: LKGM 16063.50.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8729795388805697409
    
    Change-Id: I2cca3404ae117a3745c013259227ea474a70eb87
    CrOS-LKGM: 16063.50.0
    Cr-Original-Build-Id: 8729795388805697409
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6061200
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2378}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  17. Incrementing VERSION to 131.0.6778.102
    
    Change-Id: I6483858e44c9961cb826f8a5f26a496641818868
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054891
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2377}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  18. Automatic update from google3
    
    Automatic update for 2024-11-30 UTC
    
    Change-Id: I7cff1d64de183f7ccbc14b65011ad4f2aa0473fb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6060036
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2376}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  19. Automatic update from google3
    
    Automatic update for 2024-11-30 UTC
    
    Change-Id: Ib63fe49f83e89a93594eea67768077c04a64ac53
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6060415
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2375}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  20. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: Ieeb4882852e43f64d15ce985ccd6e61c607b074a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6060257
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2374}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  21. Automated Commit: LKGM 16063.49.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8729885767463743809
    
    Change-Id: Ic90bbb516d7ecb944a8f5d2717713ae10c9a821b
    CrOS-LKGM: 16063.49.0
    Cr-Original-Build-Id: 8729885767463743809
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6060713
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2373}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  22. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: Ie5ee0741ef73974476c8f0330b02fd9514b27240
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056257
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2372}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  23. Incrementing VERSION to 131.0.6778.101
    
    Change-Id: I8c66d1dcd7aa2e4ae4b0dc82d88127b453b813ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6060298
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2371}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  24. Automatic update from google3
    
    Automatic update for 2024-11-29 UTC
    
    Change-Id: I37e609b3d4b20459c5cfe9218f8a0c7655079448
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6059051
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2370}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  25. Automatic update from google3
    
    Automatic update for 2024-11-29 UTC
    
    Change-Id: I593b616d2a0b8713889eca4636a7a21646b07f11
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6058400
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2369}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  26. Automated Commit: LKGM 16063.48.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8729976491986716145
    
    Change-Id: Ic78e3fdcf9eeaf249a95b4cbb2fe47ba2f462adb
    CrOS-LKGM: 16063.48.0
    Cr-Original-Build-Id: 8729976491986716145
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6059193
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2368}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  27. Incrementing VERSION to 131.0.6778.100
    
    Change-Id: I4bb3a53a8cabc2bb90c58d4715d19065db39e831
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055289
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2367}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  28. Automatic update from google3
    
    Automatic update for 2024-11-28 UTC
    
    Change-Id: I895b9b32bafab2bc7ce74093c211f9ca7a5886a8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054088
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2366}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  29. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I49e1f62b91b984ee330ed3158fe00e2a59d469f9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6058210
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2365}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  30. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from 5c1193757320 to e38771cb283b
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/5c1193757320..e38771cb283b
    
    Generated by: http://go/bbid/8730009265799024369
    
    Change-Id: If87cf04753ee99d1693d1d94768de25c8b3d1ccb
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6053976
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2364}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  31. Automatic update from google3
    
    Automatic update for 2024-11-28 UTC
    
    Change-Id: I0c4a0872017da231623bc0356dfc4f7e68aef723
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054086
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2363}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  32. Automated Commit: LKGM 16063.47.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730066893573254577
    
    Change-Id: I2c482389ad9e2898787f1d69bff5cc8ff2c675ea
    CrOS-LKGM: 16063.47.0
    Cr-Original-Build-Id: 8730066893573254577
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056625
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2362}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  33. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from 0b75a5c411e9 to 5c1193757320
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/0b75a5c411e9..5c1193757320
    
    Generated by: http://go/bbid/8730037577030667105
    
    Change-Id: I8458e5218866ff0ccc4bf1697b858ff110036fb2
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054645
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2361}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  34. [M131] Add a metric on the dedicated worker devtools agent size
    
    To understand the effect of the current devtools agent creation timing
    mentioned in crbug.com/375992838, let me add a metric to tell the size
    of the agent recorded in the devtools agent manager.
    
    (cherry picked from commit dabc573bce1714300315d4cbb3d73c68199e6da7)
    
    Bug: 375992838, 378932946
    Change-Id: I1b902929e2348129df80b13e660b8433870788e8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6013931
    Commit-Queue: Yoshisato Yanagisawa <[email protected]>
    Reviewed-by: Alex Rudenko <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1382243}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056408
    Auto-Submit: Yoshisato Yanagisawa <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2360}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  35. [M131] Add metrics to measure the dedicated worker setup time
    
    To trace dedicated worker script load in the DevTools,
    DedicatedWorkerDevToolsAgentHost is created and kept in the
    WorkerDevToolsManager when DedicatedWorkerHost is created.
    It is assumed to bring some performance penalty if there is many
    dedicated workers.
    
    To understand the current elapsed time, let me add metrics to measure
    elapsed time for the dedicated worker host creation and devtools agent
    creation.
    
    (cherry picked from commit 48975d35d071643a5cd119297fd23d7a571e86c4)
    
    Bug: 375992838, 378932946
    Change-Id: I2bb1838e76a9076f08995804f48817c037e57c97
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6013911
    Reviewed-by: Keita Suzuki <[email protected]>
    Commit-Queue: Yoshisato Yanagisawa <[email protected]>
    Auto-Submit: Yoshisato Yanagisawa <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1382194}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056829
    Reviewed-by: Shunya Shishido <[email protected]>
    Commit-Queue: Shunya Shishido <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2359}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  36. Incrementing VERSION to 131.0.6778.99
    
    Change-Id: I3a2a1df595beee64bffc61c4363d6d30497b538b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056733
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2358}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  37. [merge 131][omnibox][ml] Fix crash due to invalid destination_url.
    
    This CL patches various call-sites that currently trigger client crashes
    due to an invalid `destination_url` being present on AutocompleteMatches
    during the process of generating Omnibox suggestions.
    
    (cherry picked from commit 9e737e25982d99a1c9eccc9e6b6a35ead6742710)
    
    Bug: 377942772
    Change-Id: I7e9b6f29de0d19e517c5ec1cbc5baf4f91de6692
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6042044
    Code-Coverage: [email protected] <[email protected]>
    Commit-Queue: Khalid Peer <[email protected]>
    Reviewed-by: Moe Ahmadi <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1387936}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6056154
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2357}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  38. [M131][History V2] Disable the message "Preparing AI" when model is not available
    
    (cherry picked from commit 07a44dd74f54cc91e8cafc8ff6ca58e5253b1eb1)
    
    Bug: 380137667, 381072666
    Change-Id: I1ab9c729b4cfad4115ed3efb2a35bc6e0bf6461d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049436
    Auto-Submit: Jun Zou <[email protected]>
    Reviewed-by: John Lee <[email protected]>
    Commit-Queue: Jun Zou <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1387939}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051020
    Reviewed-by: Moe Ahmadi <[email protected]>
    Reviewed-by: Orin Jaworski <[email protected]>
    Commit-Queue: Orin Jaworski <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2356}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  39. [M131][iOS] Fix FRE when force incognito
    
    This patch fixes the FRE when the enterprise policy forces incognito
    mode, and the user adds an identity.
    
    This patch moves regular EGTests testIncognitoForcedByPolicy to
    first_run_search_engine_choice_egtest.mm so the search engine screen
    is also tested with the enterprise policy.
    
    And this patch adds an EGTest for the add identity in the FRE
    with the enterprise policy.
    
    This fix should be cherry-pick in M131, with crrev.com/c/6012687.
    
    (cherry picked from commit 681267403d687e1cd8b3f4e1d9dc75b567754fa9)
    
    (cherry picked from commit fef16ae7738b65f118ecd8565448d5895adb4365)
    
    Bug: 378476916
    Fixed: 380095320
    Change-Id: Iec4542b8b5d4e3b569fdc21762a1e9a0331fef14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6023129
    Commit-Queue: Vincent Boisselle <[email protected]>
    Auto-Submit: Jérôme Lebel <[email protected]>
    Reviewed-by: Vincent Boisselle <[email protected]>
    Commit-Queue: Jérôme Lebel <[email protected]>
    Cr-Original-Original-Commit-Position: refs/heads/main@{#1383661}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032974
    Cr-Original-Commit-Position: refs/branch-heads/6834@{#552}
    Cr-Original-Branched-From: 47a3549fac11ee8cb7be6606001ede605b302b9f-refs/heads/main@{#1381561}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054203
    Cr-Commit-Position: refs/branch-heads/6778@{#2355}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  40. Roll commits from side projects in M131
    
    Roll src/third_party/skia in M131 from 94631d9b9a10 to c242d612bdf6
    Commits rolled:
    https://skia.googlesource.com/skia.git/+log/94631d9b9a10..c242d612bdf6
    
    Generated by: http://go/bbid/8730101748705922145
    
    Change-Id: I8f4ea5d3d5f8dffadde2910fe70616ed4a68305e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055621
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2354}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  41. Automatic update from google3
    
    Automatic update for 2024-11-27 UTC
    
    Change-Id: I60145298890e90cd65fd27035549381e271b54e8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054359
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2353}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  42. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: Iea10ecf144ddd70f79aebe3d6255d58b46b2c067
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055297
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2352}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  43. Remove GestureListenerManager as observer before destruction
    
    GestureListenerManager adds itself as InputEventObserver but doesn't
    remove itself from the observer list when getting destroyed, which
    causes dangling raw pointer failures (use-after-free) if
    GestureListenerManager gets destroyed before RenderWidgetHost and
    dangling raw pointer checks are enabled.
    
    Thus remove GestureListenerManager as observer when
    GestureListenerManager is destructed.
    
    Fixes regression from the following change:
    https://chromium-review.googlesource.com/c/chromium/src/+/5887051
    
    Change-Id: Ia24a0d4b80533e3a6406e7398351f37c682211fe
    
    (cherry picked from commit df77f100c3c2c7489eebb10c27d029c44e6f67dd)
    
    Bug: 378464985
    Change-Id: Ia24a0d4b80533e3a6406e7398351f37c682211fe
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6012419
    Reviewed-by: Bo Liu <[email protected]>
    Commit-Queue: Olle Liljenzin <[email protected]>
    Reviewed-by: Yaron Friedman <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1386220}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049559
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2351}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  44. Automated Commit: LKGM 16063.46.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730157735857400801
    
    Change-Id: I9a4a5f8eec7ea24118a0ef862cfb97deb71c0ead
    CrOS-LKGM: 16063.46.0
    Cr-Original-Build-Id: 8730157735857400801
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054957
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2350}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  45. [M131][ios] Allow to show FRE on incognito
    
    It is possible that the browser tab behind the FRE during the first
    startup is an incognito tab when the forced sign-in policy is active.
    
    This happens if the browser is installed from scratch under platform
    policies.
    
    The solution is to use the original Profile to get the needed
    services for supporting sign-in.
    
    (cherry picked from commit f333e80bc90f07d13bf4afd915e600bc06009e13)
    
    (cherry picked from commit e0278a0d1dcc2192aed84b91bbc6ab087b0be6ca)
    
    Change-Id: I8e1d678c8f35daaacdb8ac490c168201637ff6ff
    Bug: 378476916
    Bug: 380095320
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6012687
    Reviewed-by: Jérôme Lebel <[email protected]>
    Commit-Queue: Vincent Boisselle <[email protected]>
    Reviewed-by: Aliona Dangla <[email protected]>
    Cr-Original-Original-Commit-Position: refs/heads/main@{#1382984}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034398
    Owners-Override: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Commit-Queue: Jérôme Lebel <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Auto-Submit: Jérôme Lebel <[email protected]>
    Cr-Original-Commit-Position: refs/branch-heads/6834@{#544}
    Cr-Original-Branched-From: 47a3549fac11ee8cb7be6606001ede605b302b9f-refs/heads/main@{#1381561}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048878
    Commit-Queue: Sylvain Defresne <[email protected]>
    Reviewed-by: Sylvain Defresne <[email protected]>
    Reviewed-by: Vincent Boisselle <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2349}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  46. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from ad8b9f1f6027 to 0b75a5c411e9
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/ad8b9f1f6027..0b75a5c411e9
    
    Generated by: http://go/bbid/8730116847914898369
    
    Change-Id: I287d32ddb1955e37cac4101c2e406137684add0d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6053905
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2348}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  47. Centralize the samplingOptions setting in paint_op
    
    Relocate the sampling options setting from base_rendering_context_2d
    to paint_op.
    
    Bug: 378614522
    
    (cherry picked from commit f28abefd3b98f2d0ac9b71e3afda1af3c7baa36c)
    
    Change-Id: I0b95811ba670a084943b8706db00be71f671ec4a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5921547
    Commit-Queue: Yi Xu <[email protected]>
    Reviewed-by: Florin Malita <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1369639}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6052442
    Auto-Submit: Yi Xu <[email protected]>
    Reviewed-by: Xianzhu Wang <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2347}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  48. Automatic update from google3
    
    Automatic update for 2024-11-27 UTC
    
    Change-Id: I62c80c8450966587fa37dcf31fb966545903f017
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6052031
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2346}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  49. [131][lensoverlay] Capture top-level navigations in side panel.
    
    (cherry picked from commit 8ba60787b1f703c58f6e06af6a658236a0d8293f)
    
    Change-Id: I0ef244df0202d1fe2887365e938036fde6ef78c5
    Bug: b:379152175, 379338040
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024467
    Commit-Queue: Juan Mojica <[email protected]>
    Reviewed-by: Duncan Mercer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1383877}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6053192
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2345}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  50. [merge 131][omnibox][ml] Fix crash due to out-of-range substr().
    
    (cherry picked from commit beed272eb52a663a2b8a7d28aa92523e42a80413)
    
    Bug: 378787478
    Change-Id: Ia31d10473a053fb8f108881f01aae77f415d64ee
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6035455
    Code-Coverage: [email protected] <[email protected]>
    Reviewed-by: manuk hovanesian <[email protected]>
    Commit-Queue: Khalid Peer <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1385751}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050387
    Auto-Submit: Khalid Peer <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2344}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  51. Automatic update from google3
    
    Automatic update for 2024-11-26 UTC
    
    Change-Id: Id126bb81493967ebef4b8bf9237dd46496a2ef28
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049581
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2343}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  52. Incrementing VERSION to 131.0.6778.98
    
    Change-Id: Iaaaede380000246f18597439afccb95588ab18da
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049669
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2342}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  53. [131][UNO] Don't move password to account storage with butter disabled
    
    Currently, a sign in to an account which has butter for password
    disabled from a sign in promo after a password save would try to move
    the password to account storage, which results in the password being
    in a pending state where it is neither local nor in the account.
    It is uploaded to the account as soon as butter is enabled. However,
    it is also uploaded if the user signs out, signs into a different
    account, and turns on butter there. The password would then appear in
    the wrong account.
    
    This fixes this issue by waiting for the sync service to be available
    after a sign in through the promo. Once it is, it checks whether
    butter for password is enabled. If enabled, it moves the password. If
    not, it causes a no-op, resulting in the password staying in local
    storage.
    
    Bug: b:380049911
    
    (cherry picked from commit 3d9e74f9c81d7ac36f19f1fcadde28d77e03e6dc)
    
    Change-Id: Iccb716f4d9dde5bd83bb3b035cad2e885cbee643
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039213
    Commit-Queue: Amelie Schneider <[email protected]>
    Reviewed-by: David Roger <[email protected]>
    Reviewed-by: Ryan Sultanem <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1386684}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048765
    Commit-Queue: Krishna Govind <[email protected]>
    Owners-Override: Krishna Govind <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2341}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  54. [merge-131] Improve Save Passwords & Autofill UI Magic Stack Tips
    
    This update introduces two UI improvements for the Tips (Magic Stack)
    project:
    
    - The instructional overlays for Save Passwords & Use Autofill now
      occupy half of the screen in portrait mode and the entire screen in
      landscape mode:
      Before:
    https://drive.google.com/file/d/1kxHIzofv8OpxeXjYFgWJ9OtNkjGNgvSB/view?usp=drive_link&resourcekey=0-QAABuxFu-oFFR1lKQSfL3A
      After:
    https://drive.google.com/file/d/1_PdYiF5tishg0f80yKX93BuIJ2xljuUx/view?usp=drive_link&resourcekey=0-Uf8UYJ0cQhjjgrQDYgcR_Q
    
    - The spacing between the image, title, and subtitle has been updated:
      Before:
    https://drive.google.com/file/d/13c7DtEsIQW2FIXE_w2fSaZ93ovPsxof-/view?usp=drive_link&resourcekey=0-mad6IsEIPEOXsiKvOiH1DA
      After:
    https://drive.google.com/file/d/1Is90oYib98OoXjHvjo7Qn08sNk3ssnpm/view?usp=drive_link&resourcekey=0-g9s53iDOLQskT5_cc0rspw
    
    (cherry picked from commit d61173137eabd170f71f3e3d1071c5ecfebd50e3)
    
    Change-Id: I94c054691c67cc7a85d165eb0b0e891456f1f85a
    Bug: 376749707
    Fixed: 378904664
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5983039
    Owners-Override: Benjamin Williams <[email protected]>
    Commit-Queue: Benjamin Williams <[email protected]>
    Reviewed-by: Scott Yoder <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1379005}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6052130
    Commit-Queue: Scott Yoder <[email protected]>
    Auto-Submit: Benjamin Williams <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2340}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  55. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from 8b0027150f1e to ad8b9f1f6027
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/8b0027150f1e..ad8b9f1f6027
    
    Generated by: http://go/bbid/8730186684730353585
    
    Change-Id: I3e66f56904d68c85550200f6c5ac14b09a13e2a8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050590
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2339}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  56. [merge-131] Suppress Tips Ephemeral Modules Within 14 Days of FRE
    
    This CL updates the display logic for Tips-related ephemeral modules to
    consider the existing kIsNewUser signal when evaluating eligibility.
    This change aims to avoid overwhelming new users with multiple modules
    and potential conflicts with the Set Up List module.
    
    The updated logic ensures that Tips ephemeral modules are suppressed for
    new users, providing a more streamlined onboarding experience.
    
    (cherry picked from commit 814521ecbfb441ba1834278518170446133dc52c)
    
    Change-Id: I7e1a5bc015ac629fc2321fd93fa7fd45f72403a5
    Fixed: 377728768,378906325
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6000683
    Commit-Queue: Chris Lu <[email protected]>
    Auto-Submit: Benjamin Williams <[email protected]>
    Reviewed-by: Chris Lu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1379727}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048252
    Cr-Commit-Position: refs/branch-heads/6778@{#2338}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  57. Automated Commit: LKGM 16063.45.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730248186657778513
    
    Change-Id: I84f57b4ce826db65f2872d17f946707287b43df9
    CrOS-LKGM: 16063.45.0
    Cr-Original-Build-Id: 8730248186657778513
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6052151
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2337}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  58. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I82398aa06dc095f10c59651349f3f82ade41566d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051061
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2336}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  59. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from c3054d342b2d to 8b0027150f1e
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/c3054d342b2d..8b0027150f1e
    
    Generated by: http://go/bbid/8730198009102867201
    
    Change-Id: Iae8240a0e579353dd90d6eaf430717753c145216
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051406
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2335}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  60. Roll commits from side projects in M131
    
    Roll src/clank in M131 from 8d3d3e017ec8 to e196472c55a1
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/8d3d3e017ec8..e196472c55a1
    
    Generated by: http://go/bbid/8730209333370687873
    
    Change-Id: I08607a2660af2746e3fd47cdea9390dbcdbd3ab0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049304
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2334}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  61. Incrementing VERSION to 131.0.6778.97
    
    Change-Id: I5768beebed961f266c40ec775c62a606cbf6f5a7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049838
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2333}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  62. [M131][E2E] Read system bar insets for edge to edge
    
    Before this CL, EdgeToEdgeControllerImpl observe insets changes for
    navigation bar and status bar. On some OEM (e.g. Redmi), their split
    screen window has a captionBar insets which is not handled in edge to
    edge, and part of the Chrome UI will draw under those insets, make
    Chrome broken.
    
    This CL makes EdgeToEdgeController reads all systemBar insets
    (captionBar + statusBar + navigationBar) to fix the issue. Verified on
    device that doesn't use captionBars, there's no impact observed.
    
    --
    
    Risks: this new logic might be broken if we have captionBar insets coming from the bottom. TBD if any OEM has this behavior.
    
    --
    
    Demo:
    
    Redmi:
    https://screencast.googleplex.com/cast/NTE2MzgyMDY4NjI0NTg4OHxiMjIyNzAwOC1mYw
    Pixel 5a:
    https://screencast.googleplex.com/cast/NTU2ODI0MTMzMzE3NDI3MnxjZmNiOGM4My01OQ
    
    (cherry picked from commit 18966bc75cf721c39fd304fdceff1e40b80c6893)
    
    Fixed: 380312329
    Bug: 377620837
    Change-Id: Ib6c0bf1bd86d4c41e1c6db0d84fa44e0d7d66ce8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6020232
    Reviewed-by: Charles Hager <[email protected]>
    Code-Coverage: [email protected] <[email protected]>
    Commit-Queue: Wenyu Fu <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1382786}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050715
    Commit-Queue: Theresa Sullivan <[email protected]>
    Reviewed-by: Theresa Sullivan <[email protected]>
    Auto-Submit: Wenyu Fu <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2332}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  63. Automatic update from google3
    
    Automatic update for 2024-11-25 UTC
    
    Change-Id: I778a0a9f5cb940bd006cf21e0021b8dfbfa54eb7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048707
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2331}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  64. Automatic update from google3
    
    Automatic update for 2024-11-25 UTC
    
    Change-Id: I96b243a7c635e689810cf298cccd8560b851dbd5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048324
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2330}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  65. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I5a92b3c0b476f459ac717b36a18530a889ca5bef
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6047891
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2329}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  66. Automated Commit: LKGM 16063.44.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730338787038937665
    
    Change-Id: I8325313c9f28522442e8cf83e2efb0a0ce580009
    CrOS-LKGM: 16063.44.0
    Cr-Original-Build-Id: 8730338787038937665
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048695
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2328}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  67. Incrementing VERSION to 131.0.6778.96
    
    Change-Id: Id99c7a84c7ad67476ba3126e04699908fd7b0439
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6044356
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2327}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  68. Automatic update from google3
    
    Automatic update for 2024-11-24 UTC
    
    Change-Id: I5544c89d7371d8679005c9563726fd7dfa4c00ae
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6047042
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2326}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  69. Automatic update from google3
    
    Automatic update for 2024-11-24 UTC
    
    Change-Id: Iaa7e9710fc1775a35c7a36264f9fb6de4d289419
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6045497
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2325}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  70. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: Id4cc9422cf85a36621d512d9f345b3b2145b57e5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6044350
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2324}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  71. Automated Commit: LKGM 16063.43.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730429473549595425
    
    Change-Id: I87dbf3abfd601f9d9a3ebcb0e75c659ec7b16227
    CrOS-LKGM: 16063.43.0
    Cr-Original-Build-Id: 8730429473549595425
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6044959
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2323}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  72. Incrementing VERSION to 131.0.6778.95
    
    Change-Id: I586d27960cbe6dc0794bbaabc8a5d4bad99576cd
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6045114
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2322}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  73. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I37e10078cedfb718c9ccc8fc45ea401e4eaead09
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040130
    Commit-Queue: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2321}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  74. Automated Commit: LKGM 16063.42.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730519518707662017
    
    Change-Id: I466439ffa4cddcecf06f50c05cea8156116b123e
    CrOS-LKGM: 16063.42.0
    Cr-Original-Build-Id: 8730519518707662017
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6045403
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2320}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  75. Incrementing VERSION to 131.0.6778.94
    
    Change-Id: I4cc318ba850ccee8cdfeb6aeadac28a8b608e412
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6045324
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2319}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  76. Revert "[X11] Remove workaround for XFCE _GTK_FRAME_EXTENTS"
    
    This reverts commit a50672a76b5e2cabd9e28b300cb09e3f4cba0d1a.
    
    Reason for revert: https://crbug.com/378898637
    
    Original change's description:
    > [X11] Remove workaround for XFCE _GTK_FRAME_EXTENTS
    >
    > The workaround was originally added to fix an issue on older versions of
    > XFCE that had quirks dealing with _GTK_FRAME_EXTENTS. However the
    > workaround causes an issue on newer versions of XFCE with the fix [1],
    > so this CL removes the workaround (originally added in 2021) since most
    > supported systems have the newer version now.
    >
    > [1] https://g-issues.chromium.org/issues/347038254#comment38
    >
    > R=sky
    >
    > Change-Id: Ic17080f88a4468f2ada76bcc9656e015108c6b94
    > Bug: 347038254, 40201996
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5883123
    > Reviewed-by: Scott Violet <[email protected]>
    > Commit-Queue: Scott Violet <[email protected]>
    > Auto-Submit: Thomas Anderson <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1359337}
    
    (cherry picked from commit 1989a59ce8a3d99cfc0853c4c5268afe5ec7075b)
    
    Bug: 347038254, 40201996
    Fixed: 378898637
    Change-Id: I720aadd6a8b0b6f8316245bebcb3936d3d110f1a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021457
    Reviewed-by: Lei Zhang <[email protected]>
    Auto-Submit: Thomas Anderson <[email protected]>
    Commit-Queue: Thomas Anderson <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1382694}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6044901
    Bot-Commit: Rubber Stamper <[email protected]>
    Commit-Queue: Prudhvikumar Bommana <[email protected]>
    Owners-Override: Prudhvikumar Bommana <[email protected]>
    Reviewed-by: Thomas Anderson <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2318}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  77. Automatic update from google3
    
    Automatic update for 2024-11-22 UTC
    
    Change-Id: If07eb8733b20a38f81d295b03fdc131df538ad47
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043138
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2317}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  78. [merge to M131][Gardening] Disable failing ClientCertSourceWritableUnitTest
    
    Example failure is here:
    https://ci.chromium.org/ui/p/chromium/builders/ci/linux-chromeos-rel/81669/overview
    
    (cherry picked from commit 080c81e83039609d32cbe5c192d3bd83588031b8)
    
    Bug: 376923227, 378905537
    Change-Id: I516e9e8ba405f32fba94feed7a1e7e2802b0a55c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5984228
    Commit-Queue: Ian Vollick <[email protected]>
    Reviewed-by: Matt Mueller <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1377131}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6037576
    Auto-Submit: Matt Mueller <[email protected]>
    Commit-Queue: Hubert Chao <[email protected]>
    Reviewed-by: Hubert Chao <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2316}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  79. Automatic update from google3
    
    Automatic update for 2024-11-22 UTC
    
    Change-Id: I0b05be826febedb90d7c31e5e2c7b56a7f854fca
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043762
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2315}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  80. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I97719a46f416c39e8d65de0de9f985bac8b8f0ae
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043136
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2314}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  81. [M131 Merge] Reland "Subresource prefetch: Fix the referrer value"
    
    This reverts commit 63b8ae67c053018649b79444c33e0405d5a8c3ce.
    
    Reason for revert: Fixing incorrect expectation for DLOG-disabled builds
    
    Original change's description:
    > Revert "Subresource prefetch: Fix the referrer value"
    >
    > This reverts commit dcf0e47126378e009ecb753547896251b02cb645.
    >
    > Reason for revert: failures on mac13-arm64-rel bots, example failure:
    > https://ci.chromium.org/ui/p/chromium/builders/ci/mac13-arm64-rel-tests/38003/overview
    >
    > Original change's description:
    > > Subresource prefetch: Fix the referrer value
    > >
    > > PerformNetworkContextPrefetch() used an incorrect referrer_policy by
    > > default, leading to mismatches. It also failed to trim the referrer on
    > > cross-origin fetches.
    > >
    > > Use a referrer_policy of REDUCE_GRANULARITY_ON_TRANSITION_CROSS_ORIGIN
    > > and only include the origin on cross-origin fetches.
    > >
    > > Also prevent prefetches over insecure HTTP.
    > >
    > > Add tests for the new functionality.
    > >
    > > BUG=342445996
    > >
    > > Change-Id: I8900cb550f9d80df152b3b14f0bcc7707e9159f1
    > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021766
    > > Commit-Queue: Adam Rice <[email protected]>
    > > Reviewed-by: Lingqi Chi <[email protected]>
    > > Cr-Commit-Position: refs/heads/main@{#1384197}
    >
    > Bug: 342445996
    > Change-Id: Ica053e0b80c98f28473eeb0a0fb30c13b9077a28
    > No-Presubmit: true
    > No-Tree-Checks: true
    > No-Try: true
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6025841
    > Owners-Override: Rushan Suleymanov <[email protected]>
    > Auto-Submit: Rushan Suleymanov <[email protected]>
    > Bot-Commit: Rubber Stamper <[email protected]>
    > Commit-Queue: Rubber Stamper <[email protected]>
    > Cr-Commit-Position: refs/heads/main@{#1384209}
    
    (cherry picked from commit 729fa791631efe3f118349b22a7ca4298b727b98)
    
    Bug: 342445996,40072899,379767417
    Change-Id: Ibf2ec54d972528b6bb489f5e80bb3bdeb4e701f6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6029395
    Commit-Queue: Adam Rice <[email protected]>
    Reviewed-by: Kouhei Ueno <[email protected]>
    Reviewed-by: Lingqi Chi <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1384785}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038979
    Cr-Commit-Position: refs/branch-heads/6778@{#2313}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  82. Automated Commit: LKGM 16063.41.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730610622208610241
    
    Change-Id: I7931a26862e4e6767747e07bf0703d746e987eb7
    CrOS-LKGM: 16063.41.0
    Cr-Original-Build-Id: 8730610622208610241
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043537
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2312}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  83. Trigger component download when ScreenAI is needed and not downloaded.
    
    To have a smooth usage experience of ScreenAI service, client features
    should ensure it exists before they promise it to the client. This can
    be done either by first checking if the component exists, and then
    trying to use it, or trying to use it and monitoring failure through an
    on-disconnect handler.
    This CL triggers download for the latter case, and remove dump without
    crashing that is no more needed.
    
    (cherry picked from commit feaf52452906e897e78c0c506a48b8ee31d528db)
    
    AX-Relnotes: n/a
    Bug: 376063080
    Change-Id: Ie2081c5cd969b9078dcc801cccf2acfa85ba78ef
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975513
    Reviewed-by: Kyungjun Lee <[email protected]>
    Commit-Queue: Ramin Halavati <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1375207}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039238
    Commit-Queue: Kyungjun Lee <[email protected]>
    Auto-Submit: Ramin Halavati <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2311}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  84. Incrementing VERSION to 131.0.6778.93
    
    Change-Id: Id7f635ec5c06bf89aa6a6e714332483a32ccb451
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039089
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2310}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  85. M131: Disable SelectParserRelaxation by default
    
    A regression involving slotting for ListBoxSelectType was uncovered so I
    am disabling the feature until it is fixed.
    
    (cherry picked from commit e2078c43c5a2a553ff9b6a0cdc2f78fbf53bd731)
    
    Bug: 379034733
    Change-Id: I8b4c992102edf0a2d0706c39e8f29c667b5e2e1f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032289
    Auto-Submit: Joey Arhar <[email protected]>
    Commit-Queue: Mason Freed <[email protected]>
    Reviewed-by: Mason Freed <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1384508}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6042039
    Cr-Commit-Position: refs/branch-heads/6778@{#2309}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  86. Automatic update from google3
    
    Automatic update for 2024-11-21 UTC
    
    Change-Id: Ia6dab6b6166a09ebf46fd27b872a09def9e5378f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040418
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2308}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  87. Roll commits from side projects in M131
    
    Roll src/v8 in M131 from bd2671b97306 to c3054d342b2d
    Commits rolled:
    https://chromium.googlesource.com/v8/v8.git/+log/bd2671b97306..c3054d342b2d
    
    Generated by: http://go/bbid/8730637782019588977
    
    Change-Id: I46d7203dbcfb932613593b98ced9493107910ef6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038405
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2307}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  88. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: Id04ea5c4bce72b825dbb58d8e601dc391fba709a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039002
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2306}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  89. Automatic update from google3
    
    Automatic update for 2024-11-21 UTC
    
    Change-Id: Ibf3b46d2a8f43c800761d05247e34f62d125319b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040477
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2305}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  90. Automated Commit: LKGM 16063.40.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730701367525014993
    
    Change-Id: I233f2142fd45bc75ef26743b6fb7dc7dec927151
    CrOS-LKGM: 16063.40.0
    Cr-Original-Build-Id: 8730701367525014993
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6037968
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2304}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  91. Incrementing VERSION to 131.0.6778.92
    
    Change-Id: I4989c529aee56e9048c1c2717ead24fb4f6fac28
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039700
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2303}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  92. Roll commits from side projects in M131
    
    Roll src/third_party/dawn in M131 from c7ae86c0f8e2 to 740d2502dbbd
    Commits rolled:
    https://dawn.googlesource.com/dawn.git/+log/c7ae86c0f8e2..740d2502dbbd
    
    Generated by: http://go/bbid/8730707615878684449
    
    Change-Id: Ie7565e2dd7019d01d9e15b52afbe83114f3988bc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040277
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2302}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  93. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: I2cad5aa71aa3dfb981d215ef0833164b6dcd834f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039332
    Bot-Commit: Rubber Stamper <[email protected]>
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2301}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  94. Roll commits from side projects in M131
    
    Roll src/third_party/dawn in M131 from 7e742cac42c2 to c7ae86c0f8e2
    Commits rolled:
    https://dawn.googlesource.com/dawn.git/+log/7e742cac42c2..c7ae86c0f8e2
    
    Generated by: http://go/bbid/8730732152651757329
    
    Change-Id: If526986ef9bc7b804425f31ce83fab128a5d688a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038144
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2300}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  95. Automatic update from google3
    
    Automatic update for 2024-11-20 UTC
    
    Change-Id: I1e409d3d2866c1ead5a3c5412414100de62d5194
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038594
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2299}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  96. Automated Commit: LKGM 16063.39.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730791851278409873
    
    Change-Id: I04ee09da780dd7d8ee70f8205c38a52761500a27
    CrOS-LKGM: 16063.39.0
    Cr-Original-Build-Id: 8730791851278409873
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6037729
    Bot-Commit: ChromeOS bot <[email protected]>
    Commit-Queue: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2298}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  97. Incrementing VERSION to 131.0.6778.91
    
    Change-Id: I72c5def85bcf2fa1c5eb6f2704559694f2c444c0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6036705
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2297}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  98. Updating XTBs based on .GRDs from branch 6778
    
    Change-Id: If0832960610b5b7b5b32ac64e1fe1a17513a5fad
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6035451
    Auto-Submit: Ben Mason <[email protected]>
    Commit-Queue: Rubber Stamper <[email protected]>
    Bot-Commit: Rubber Stamper <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2296}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  99. [M131] infra: Set "cores:16|32" dimensions on CI Windows builderlful bots
    
    Similar to https://crrev.com/c/6011830, this prepares for bot spec migration https://crrev.com/i/7808548.
    
    This unblocks landing https://crrev.com/i/7808548.
    
    Change-Id: I9231aa335180f41c3fb981b5245489d2942231b5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034200
    Commit-Queue: Garrett Beaty <[email protected]>
    Reviewed-by: Garrett Beaty <[email protected]>
    Auto-Submit: Junji Watanabe <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2295}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  100. Automatic update from google3
    
    Automatic update for 2024-11-19 UTC
    
    Change-Id: I0be287e292335d7bbe28c3d4ba467f1bf6c613d9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032672
    Bot-Commit: PKI Metadata Updates Bot <[email protected]>
    Commit-Queue: PKI Metadata Updates Bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2294}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  101. Automated Commit: LKGM 16063.38.0 for chromeos.
    
    Uploaded by https://ci.chromium.org/b/8730881991173172913
    
    Change-Id: I6d5f08efb11fd5653702829ed9ced20bb82e1ad7
    CrOS-LKGM: 16063.38.0
    Cr-Original-Build-Id: 8730881991173172913
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033604
    Commit-Queue: ChromeOS bot <[email protected]>
    Bot-Commit: ChromeOS bot <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2293}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  102. Roll commits from side projects in M131
    
    Roll src/clank in M131 from 5e8fd8cbd84b to 8d3d3e017ec8
    Commits rolled:
    https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/5e8fd8cbd84b..8d3d3e017ec8
    
    Generated by: http://go/bbid/8730843512570303185
    
    Change-Id: I6d1a69acde1901540e8c5e8f1a1dac77f3e13059
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034926
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2292}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  103. [M131] infra: Set "cores:16|32" and unset "ssd:0" dimensions on CI Windows builderless bots
    
    This prepares for bot spec migration https://crrev.com/i/7808548.
    The builderless builders will use 16-cores/ssd bots.
    During the migration, the task dimensions need to match the both bot types.
    
    The builders are found from this list:
    https://chromium-swarm.appspot.com/tasklist?c=name&c=createdTs&c=pendingTime&c=duration&c=bot&c=builder-tag&c=pool-tag&c=state&d=desc&f=builderless-tag%3A1&f=os-tag%3AWindows%7CWindows-10%7CWindows-11&f=pool-tag%3Aluci.chromium.ci&f=cores-tag%3A32&f=ssd-tag%3A0&k=ssd-tag&s=builder-tag
    
    (cherry picked from commit 8d7b52cfaf3a03fc29fd56188587f27db776b1c9)
    
    Change-Id: I8af88a275cfda034ba12cedca709f3fc41b0839e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6011830
    Auto-Submit: Junji Watanabe <[email protected]>
    Commit-Queue: Junji Watanabe <[email protected]>
    Reviewed-by: Garrett Beaty <[email protected]>
    Reviewed-by: Gary Tong <[email protected]>
    Cr-Original-Commit-Position: refs/heads/main@{#1384729}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034631
    Reviewed-by: Takuto Ikuta <[email protected]>
    Cr-Commit-Position: refs/branch-heads/6778@{#2291}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  104. Incrementing VERSION to 131.0.6778.90
    
    Change-Id: Ifca32b6746a26dc9cbaed2d3992bc9d68dd476e0
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6034289
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2290}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  105. Incrementing VERSION to 131.0.6778.89
    
    Change-Id: I0c454de2002a27e4224e6f446aae2948025c0547
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032287
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2289}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  106. Incrementing VERSION to 131.0.6778.88
    
    Change-Id: Ic9727789ffb4dcacd526366afe9645fd24332701
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032522
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2288}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
    
  107. Incrementing VERSION to 131.0.6778.87
    
    Change-Id: I82864c41dc8fe1ee1af9f9cc2a4a8a26b4558363
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6032286
    Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/6778@{#2287}
    Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}