Incrementing VERSION to 131.0.6778.135
Change-Id: Id7709ef64a2c4bbafedad5bb32aae331586845f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6081054
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2761}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733751263-ef678d1a65c1ddd63f5094762b3172d2b641aa83-b1e00124b2ec1fe4dd41451de9ab23c4923888b6.profdata to chrome-android64-6778-1733761965-27f5b14f32be1d029e45f8b7b629efe04f808071-e26e789f5f34cc5f6628bf73ff7a0f2a0194a5fd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I1af364363e1c382c09cdf5353d0a351b5eda0874
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080838
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2760}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[6778] Fix browser edit menu on iOS18.2
NOTE:
Unclean.
CP in PS1
Conflicts resolution in PS2
Customizing the WKWebView edit menu can be done using
`UIResponder buildMenuWithBuilder:`.
Until iOS18.1, this was done in BrowserContainerViewController
which is in the responder chain.
However, starting on iOS18.2, the call to buildMenuWithBuilder
does not reach BrowserContainerViewController.
This CL moves the customization of the edit menu in
`CRWWebView buildMenuWithBuilder:` which is lower in the
UIResponder chain and still receives the call.
This call is then passed to BrowserContainer via ChromeWebClient.
(cherry picked from commit dbeef0c8f579c5d15ebc9bc2cd9f6636888cb383)
(cherry picked from commit f47f31c50847538fc2fd47267688c44bed789d65)
Bug: 380809903, 381242852, 381242205
Change-Id: Ic8a1f7924ec5018dad7f15a86590e6b5a9ea89fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6039268
Reviewed-by: Gauthier Ambard <[email protected]>
Commit-Queue: Olivier Robin <[email protected]>
Cr-Original-Original-Commit-Position: refs/heads/main@{#1388477}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054707
Reviewed-by: Mark Cogan <[email protected]>
Cr-Original-Commit-Position: refs/branch-heads/6834@{#1192}
Cr-Original-Branched-From: 47a3549fac11ee8cb7be6606001ede605b302b9f-refs/heads/main@{#1381561}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076166
Owners-Override: Krishna Govind <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Commit-Queue: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2759}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] fix a crash when resuming a download in reduced mode
Download should be tied to a browserContext. However, when resuming
a download in reduced mode, it is possible that profile is not
created. And thus causing Chrome to crash if we are getting
profile from DownloadItem.
This CL skips the is_download_safe check if tab is null since that
variable is only used for pdf native tab. And if tab is non-null,
chrome must not be in reduced mode.
(cherry picked from commit 02ed69489edd118953b5db5ad04a2e16c2e8a67b)
Bug: 380502785
Change-Id: Ib42ed42d46f998b8a4f38ca120807da5247caade
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6040302
Commit-Queue: Min Qin <[email protected]>
Reviewed-by: Shu Yang <[email protected]>
Commit-Queue: Shu Yang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1387155}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079725
Reviewed-by: Sirisha Kavuluru <[email protected]>
Reviewed-by: Min Qin <[email protected]>
Auto-Submit: Shu Yang <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2758}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Avoid crash when pdf page url fails to decode
(cherry picked from commit 2167234bbd85a9f28842dfe4e01768d83534453d)
Bug: 379770426
Change-Id: I2560c2d21609d5bb5af6c7d713d6409b4fad25c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033086
Reviewed-by: Sirisha Kavuluru <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Commit-Queue: Shu Yang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1385024}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080092
Cr-Commit-Position: refs/branch-heads/6778@{#2757}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Hide open in Chrome for blob url
(cherry picked from commit feddb61857f785408c01e1c7c6445c477b3707fc)
Bug: 380936306
Change-Id: Ib6da96f7eae71be9322a97c5f9ea8baea5bd0a3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6050101
Commit-Queue: Shu Yang <[email protected]>
Reviewed-by: Sirisha Kavuluru <[email protected]>
Commit-Queue: Theresa Sullivan <[email protected]>
Reviewed-by: Theresa Sullivan <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Auto-Submit: Shu Yang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1387938}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080064
Cr-Commit-Position: refs/branch-heads/6778@{#2756}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733720817-e882ebe2f703844516b1b7d613bcf6a2736a2c01-e017f812106d1e6d1eec47549c6a908f068ff606.profdata to chrome-win32-6778-1733743285-65c55791c7ba8a8ff22ca21cc923a931a15e5323-c5b22c8f58afaedf28f1e065d0f6600926154bba.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I92853305ec6c31efb1994e76de98b595eb29e0e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080654
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2755}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Disable LogAuthenticatedCookieResets on iOS
This code leads to the entire request failing, significantly reducing
the protective value of realtime lookups.
(cherry picked from commit 2837faf68349825312e276ba59d21bb9605bf633)
Bug: 382303498
Change-Id: Iad2c37ee6b8c8c46c4b65d5643878df6930cdfe8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072265
Reviewed-by: thefrog <[email protected]>
Commit-Queue: Daniel Rubery <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1392423}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078439
Commit-Queue: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2754}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733720817-7e7aa1db3ca77ba27fdf1f69557062f8c70de338-e017f812106d1e6d1eec47549c6a908f068ff606.profdata to chrome-win64-6778-1733743285-93dad71fd275586c21456aca7c25a07c626b4cd2-c5b22c8f58afaedf28f1e065d0f6600926154bba.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Ic7dd7739497518ffcbbafc788ca31d5548785df3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080576
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2753}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733746592-e1972ba2604172c502a2333e4dd8cfb4f9a95902-94f63c77668db7200303898abd9bdbba5b8c28b0.profdata to chrome-android64-6778-1733751263-ef678d1a65c1ddd63f5094762b3172d2b641aa83-b1e00124b2ec1fe4dd41451de9ab23c4923888b6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I1e624823f100dc0e29217ed655a74a4aae20465a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080872
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2752}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733743285-733f7fc3b52beb13fb242c196d5228703892c624-c5b22c8f58afaedf28f1e065d0f6600926154bba.profdata to chrome-android64-6778-1733746592-e1972ba2604172c502a2333e4dd8cfb4f9a95902-94f63c77668db7200303898abd9bdbba5b8c28b0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5d4ad57678dfa0b4f2a8565e716c39cc88ceefa1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079729
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2751}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Updating XTBs based on .GRDs from branch 6778
Change-Id: I5c611d1ef3fe2de21027974ad812194c14fbc04c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080693
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@{#2750}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733720817-cf57b3fbe93bb343f6ae56dc61b8d4f53aeb69b3-e017f812106d1e6d1eec47549c6a908f068ff606.profdata to chrome-mac-6778-1733743285-707e28c580a7cf5cd46d8e43a15f79ec5151c8b7-c5b22c8f58afaedf28f1e065d0f6600926154bba.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: If404f921be6a655696ec3ab6b9a663bd06814728
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080575
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2749}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.58.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729070287095634737
Change-Id: I3e098fe5615a3d44122993c640af49907c32f4bb
CrOS-LKGM: 16063.58.0
Cr-Original-Build-Id: 8729070287095634737
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080459
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2748}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733720817-69897d897257f6125a26dcb3e7f4998de9000cb7-e017f812106d1e6d1eec47549c6a908f068ff606.profdata to chrome-linux-6778-1733743285-538a9c3326488f8e769b6e3d14f3c28be1dfc086-c5b22c8f58afaedf28f1e065d0f6600926154bba.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I994c3dad6597f743cfd56133d5b3f1b54c9a5cb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080636
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2747}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Fix wrong emoji presentation selection on Android
Currently we rely on the assumption that the only color font installed
on Android platform is Noto Color Emoji when retrieving platform
fallback font for character.
So currently if the monochromatic glyph presentation was requested and
the found font is "Noto Color Emoji" font, we override it with system
monochromatic font. Although if the monochromatic presentation of the
glyph was requested and the found font was colored font, but it's
postscript name is not "NotoColorEmoji", we use that colored font, even
when there is a font with monochromatic presentation of the searching
glyph in the system.
To fix that we check whether the font is colored or not based on the
presence of color table in the font.
(cherry picked from commit 8ecd68a72fe5c67c55a69c5e68ed2fd9c27d43d0)
Bug: 379709899
Change-Id: I89a16a8bbe43b8ed6d2468a585452f204047ab2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038776
Commit-Queue: Munira Tursunova <[email protected]>
Reviewed-by: Dominik Röttsches <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1388344}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080514
Commit-Queue: Dominik Röttsches <[email protected]>
Auto-Submit: Munira Tursunova <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2746}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733740545-78c0f3c8a9c9d5bf8aa111494f5effa51ff96a2b-880d66acee313ddd493bdf706ec87876f056813d.profdata to chrome-android64-6778-1733743285-733f7fc3b52beb13fb242c196d5228703892c624-c5b22c8f58afaedf28f1e065d0f6600926154bba.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ia057633597081d81e4bcb059e3c43fea02237bfd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080461
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2745}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733735148-75fa71d66b79cf0a4959c45b36cd025f05ea9bc5-84bfcb38ea455861fb19bcef662c144f7eb225bd.profdata to chrome-android64-6778-1733740545-78c0f3c8a9c9d5bf8aa111494f5effa51ff96a2b-880d66acee313ddd493bdf706ec87876f056813d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Idef3b9046f51d04e38a6a38967a6689ddc09dc89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080651
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2744}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733701927-b088553dd8afa0572f8e06ac4fd216d703e231f3-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata to chrome-win32-6778-1733720817-e882ebe2f703844516b1b7d613bcf6a2736a2c01-e017f812106d1e6d1eec47549c6a908f068ff606.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I7760be3a79ae6480f5f62690c5305deb3c074b03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080077
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2743}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733724281-788057b1ef077b8b1d49fcd84bc44c78600139a8-2d47804820d96658166f6ea4114db38dc2dc3fa2.profdata to chrome-android64-6778-1733735148-75fa71d66b79cf0a4959c45b36cd025f05ea9bc5-84bfcb38ea455861fb19bcef662c144f7eb225bd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9bd32a3a83adb91f45874cab510a1b64dfa688cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080084
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2742}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733701927-b9a8672c5decdcac979a758ac6b52dcd164014de-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata to chrome-win64-6778-1733720817-7e7aa1db3ca77ba27fdf1f69557062f8c70de338-e017f812106d1e6d1eec47549c6a908f068ff606.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I92cc7d28a226e0b31a784719fca5557486246f05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080252
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2741}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733720817-8d8dd1e7dd203a8098906a7f4581b52c114ed1ee-e017f812106d1e6d1eec47549c6a908f068ff606.profdata to chrome-android64-6778-1733724281-788057b1ef077b8b1d49fcd84bc44c78600139a8-2d47804820d96658166f6ea4114db38dc2dc3fa2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I8aad4659cc27e750d40b617dfec0e171e388fad9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080009
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2740}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733701927-71588d0f81790de5b1b052b795a499e1bcaa64dc-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata to chrome-mac-6778-1733720817-cf57b3fbe93bb343f6ae56dc61b8d4f53aeb69b3-e017f812106d1e6d1eec47549c6a908f068ff606.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I4f052707a87658c177203d7322901ec62d72dd92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080191
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2739}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] PrefetchNewWaitLoop: Allow transition to kPrefetchEvictedForNewerPrefetch
We've found that there is a case that a `PrefechContainer` fails (with
PrefetchStatus representing failure) and then evicted by starting a new
PrefetchContainer. For more details, see [1].
This CL
- allows transition of `PrefetchStatus` from one representing failure to
`kPrefetchEvictedForNewerPrefetch`.
- adds crash keys for illegal transition of `PrefetchStatus`.
[1] https://docs.google.com/document/d/1G48SaWbdOy1yNBT1wio2IHVuUtddF5VLFsT6BRSYPMI/edit?tab=t.hpkotaxo7tfh
(cherry picked from commit 081c9d9302ac870000c753856971800445a9cd79)
Bug: 372937019
Change-Id: Ic1f49ab18359ae58bc1d200dbd384b20f7db0838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5999751
Reviewed-by: Hiroki Nakagawa <[email protected]>
Commit-Queue: Ken Okada <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1382233}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073090
Auto-Submit: Ken Okada <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2738}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733701927-bc43b1c6ff90dcb0f3f1bc46f604bdd7c1ae8143-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata to chrome-linux-6778-1733720817-69897d897257f6125a26dcb3e7f4998de9000cb7-e017f812106d1e6d1eec47549c6a908f068ff606.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia7e412ad608d23bf61ec0c151303478afd63a739
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6080004
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2737}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733719475-7c7cb752f87e291f5e8940b073f6a9c4ce0d7ed9-525dc5a392255ba3710b835a7086c50a25e8af51.profdata to chrome-android64-6778-1733720817-8d8dd1e7dd203a8098906a7f4581b52c114ed1ee-e017f812106d1e6d1eec47549c6a908f068ff606.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib38c699cd2f9941aa5707f33226ec3f0a60dba77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079470
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2736}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733715522-6e27603c5959a0c3b0abe117f99c577913e9789a-2f17682c5f41b9725219aac0aaf36ecebd34a175.profdata to chrome-android64-6778-1733719475-7c7cb752f87e291f5e8940b073f6a9c4ce0d7ed9-525dc5a392255ba3710b835a7086c50a25e8af51.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iaa739cdd929ab3dcdb698605122c74ec498d0165
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079570
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2735}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733711216-cbbf8775b248846d6e4b02351db02407c87946a1-c5fe0e5221086c35412196bc4f883786e2f26d42.profdata to chrome-android64-6778-1733715522-6e27603c5959a0c3b0abe117f99c577913e9789a-2f17682c5f41b9725219aac0aaf36ecebd34a175.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib19503bfd7acd5a5d14bec7ee850a8eab69a481b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078969
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2734}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733680039-1cdced4ffeddf7f65f580a2367807b42f20c51c1-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.profdata to chrome-win32-6778-1733701927-b088553dd8afa0572f8e06ac4fd216d703e231f3-dbf39523c7f45c25feb695b45cf123825fad8c3d.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I3e3f1b57a3fa5b07444dd2213bf86634034b0022
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079645
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2733}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733709416-adbed577ebad32f7d97f41874e7d75ae8a666b76-19fb69ccaa120aa3055a7440bdc649a5531a29ca.profdata to chrome-android64-6778-1733711216-cbbf8775b248846d6e4b02351db02407c87946a1-c5fe0e5221086c35412196bc4f883786e2f26d42.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iffe01e6c37a35a9e5360c9f7feaa48a07c746277
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079349
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2732}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733680039-c467153e12c8e4fbaf6de3a5a35c7b7939bbf209-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.profdata to chrome-win64-6778-1733701927-b9a8672c5decdcac979a758ac6b52dcd164014de-dbf39523c7f45c25feb695b45cf123825fad8c3d.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I8cd09864404eb59888b2fda034dbfa9b241a5780
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079558
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2731}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733680039-3cd5e75dd935914b6b190b36975ac9834ab71b09-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.profdata to chrome-mac-6778-1733701927-71588d0f81790de5b1b052b795a499e1bcaa64dc-dbf39523c7f45c25feb695b45cf123825fad8c3d.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Icf316295e8716cdf0de538bca2c401baeb98358c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079649
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2730}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733706439-c3e780c13bfaaea7919566be184bba198640dc10-60e1acd7125356d6e6fd771306d2f400379c4561.profdata to chrome-android64-6778-1733709416-adbed577ebad32f7d97f41874e7d75ae8a666b76-19fb69ccaa120aa3055a7440bdc649a5531a29ca.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I913b49022a05b073eb434b94860884f593d021a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078962
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2729}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733701927-859bed407d95bd49e8e25b423481b803ead52b7e-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata to chrome-android64-6778-1733706439-c3e780c13bfaaea7919566be184bba198640dc10-60e1acd7125356d6e6fd771306d2f400379c4561.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I10026a0e77ed7bd425cbd41f0b098d44134d94e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078500
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2728}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733680039-0e16dc6d19e6e80709cd603c01f349ab8b7ba1ec-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.profdata to chrome-linux-6778-1733701927-bc43b1c6ff90dcb0f3f1bc46f604bdd7c1ae8143-dbf39523c7f45c25feb695b45cf123825fad8c3d.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I3836a1df14081211d7ab849e2dea6c8067faa177
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079647
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2727}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733699621-834cc7f7f0c53f6fe09789aae2c2508dbb323969-4482c37fede89281b5ad3a56b4355cceb0d44f1c.profdata to chrome-android64-6778-1733701927-859bed407d95bd49e8e25b423481b803ead52b7e-dbf39523c7f45c25feb695b45cf123825fad8c3d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I965b51007204f8d952647b5153074269b1d62529
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079851
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2726}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733697959-3bfe1dcb658029b49a9fc27d15359489a0c16ff7-dd921947db33dacf21349a991cfa00e552b71113.profdata to chrome-android64-6778-1733699621-834cc7f7f0c53f6fe09789aae2c2508dbb323969-4482c37fede89281b5ad3a56b4355cceb0d44f1c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I47f747479ee391daeaa6ced75a9d5db8604d0010
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078929
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2725}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.134
Change-Id: Idf0f1eaccc461d33a38690f06ba7e49e4198151f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079472
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2724}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733692256-69409c34ee1f14a3b102fef6f93393062d709e96-de1e94ba9d6d4d1679e2aee45c3f5ca20cd30644.profdata to chrome-android64-6778-1733697959-3bfe1dcb658029b49a9fc27d15359489a0c16ff7-dd921947db33dacf21349a991cfa00e552b71113.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I55b8712b047a282743fb94c436d596951c0d6130
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079554
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2723}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733687418-372f0137b9f7fb8c0006ddebf9a0e8bc505deb0e-b6ffd0b1df118fdc5314ea0b6056af050bb153aa.profdata to chrome-android64-6778-1733692256-69409c34ee1f14a3b102fef6f93393062d709e96-de1e94ba9d6d4d1679e2aee45c3f5ca20cd30644.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I71c7296b243ca1e718b808793422f406937a2f5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079678
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2722}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733658167-b19e76905237fdb9a7441541bf9654f987f3bcf8-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata to chrome-win32-6778-1733680039-1cdced4ffeddf7f65f580a2367807b42f20c51c1-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ida30d4479fe830b64169a24b0ff2ae6e9d03ed4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079462
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2721}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733658167-a1cd53f90dd82e59a0ef9a170d18887fd8333e16-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata to chrome-win64-6778-1733680039-c467153e12c8e4fbaf6de3a5a35c7b7939bbf209-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Id76abf95c5aa628dc58d991590ab6236f1f8f9ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078990
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2720}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733684702-2a2272f1c3bfd6c3a283ce7c65adf2fbbebf70b8-aee4c5bacab6006225e37b492aadc379b568cdcd.profdata to chrome-android64-6778-1733687418-372f0137b9f7fb8c0006ddebf9a0e8bc505deb0e-b6ffd0b1df118fdc5314ea0b6056af050bb153aa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie15c90751ed7952309e370e2492855804ccee0dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079618
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2719}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733658167-613ee0321f2d81b01cd7cad761c0f5a4032aa5eb-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata to chrome-mac-6778-1733680039-3cd5e75dd935914b6b190b36975ac9834ab71b09-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ie578a75aee41423d2b14dae1f2b7c2dcab8867b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079443
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2718}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733682315-b14d1fb56ba69a585a3bcb4c3967c0c437c34b63-04b4962cb3e88247714fa64fd68dc92c707deec1.profdata to chrome-android64-6778-1733684702-2a2272f1c3bfd6c3a283ce7c65adf2fbbebf70b8-aee4c5bacab6006225e37b492aadc379b568cdcd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib8be4fb817ea6dcf5a127f693e166480bd7e3c3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079636
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2717}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733680911-2dcfe28f7e21ce3bb099725998917df30eafb767-2635d459cc456a6d1ece57d9bd4e6fca1d360915.profdata to chrome-android64-6778-1733682315-b14d1fb56ba69a585a3bcb4c3967c0c437c34b63-04b4962cb3e88247714fa64fd68dc92c707deec1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9b77155f3fb094340c0510d277f2323f20a9fcb1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078989
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2716}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733658167-28c550d7c8de086fc2cecb98541a1e1631783629-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata to chrome-linux-6778-1733680039-0e16dc6d19e6e80709cd603c01f349ab8b7ba1ec-729d41f825af8ff29a7ca445d60dbef8c4f5ba5b.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: If0d6bbace69960e13c50e13d08c5f0bf82fc3f53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079655
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2715}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733678034-bbb87f294fa690b891db174e1c633c62c7eb9e1c-19db9c533362e47514851d9d2185c8f4c532067f.profdata to chrome-android64-6778-1733680911-2dcfe28f7e21ce3bb099725998917df30eafb767-2635d459cc456a6d1ece57d9bd4e6fca1d360915.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I085b528b432d839979165c8b1a903dc62b1f4149
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079444
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2714}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733676584-6736b3f3d0e03b1dccec80338ace8836883dc126-9fbecec885701284ba6cf3948aa262dee452d40c.profdata to chrome-android64-6778-1733678034-bbb87f294fa690b891db174e1c633c62c7eb9e1c-19db9c533362e47514851d9d2185c8f4c532067f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I6d2ba1cb5d578dcb40559453483775b121d64d0b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079210
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2713}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-08 UTC
Change-Id: I0b9c04a4d58d926379ded570984588e1f1100cb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079075
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2712}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733674090-1c52e5c5d1e64beb26266503760691eff3949639-ee559c19a4304b01866cb1cbf6045e0be1da95ce.profdata to chrome-android64-6778-1733676584-6736b3f3d0e03b1dccec80338ace8836883dc126-9fbecec885701284ba6cf3948aa262dee452d40c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I2cf4ee9dc9deadfb8b16c1afb5de7a192195c8ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079461
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2711}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733669449-ae260891e9726c8c57073d45efee5f04067e0333-37c70c51354835ff56f049d1d12a2b0b1567f1fd.profdata to chrome-android64-6778-1733674090-1c52e5c5d1e64beb26266503760691eff3949639-ee559c19a4304b01866cb1cbf6045e0be1da95ce.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iea92a4477d030236f41869f9958bfc3198b0e60b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079459
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2710}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733634053-9901b59986e3440d48bb0c6352507dadddd1cd64-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.profdata to chrome-win32-6778-1733658167-b19e76905237fdb9a7441541bf9654f987f3bcf8-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I11eade6854ec4103f9d4f8a17ede97a23541af07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078458
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2709}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733666697-8bd3372ff23a399ec60d7ac4c0cd88987efaa7a2-650ae73d2ad5d4819eed5d8f97e3739899dff274.profdata to chrome-android64-6778-1733669449-ae260891e9726c8c57073d45efee5f04067e0333-37c70c51354835ff56f049d1d12a2b0b1567f1fd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib231edfbfd906780a54058ae8377952c5e0c0e38
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079208
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2708}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-08 UTC
Change-Id: I7e0f937dc48a19844e4f9a8d5c37f29804497181
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074495
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2707}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733634053-c129721558411120a0272f287221f0624c7ff590-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.profdata to chrome-win64-6778-1733658167-a1cd53f90dd82e59a0ef9a170d18887fd8333e16-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I0cda45c6221804148f8741078be85eb04d6c552f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078460
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2706}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733664506-28bec1e9eaae95fb7e670b9182b1e6b9319f0beb-4c0b4c41af8578fcea46390701fded7a6245e36a.profdata to chrome-android64-6778-1733666697-8bd3372ff23a399ec60d7ac4c0cd88987efaa7a2-650ae73d2ad5d4819eed5d8f97e3739899dff274.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I145c97bb12179706dc45e6c4d6508ee47ce3cd7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078495
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2705}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733662225-164d3cc614b5d3e9329f8fbb6704a2b938f3b64e-b4fe8d8514c2648717d7e8186251e88e95c92c5d.profdata to chrome-android64-6778-1733664506-28bec1e9eaae95fb7e670b9182b1e6b9319f0beb-4c0b4c41af8578fcea46390701fded7a6245e36a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib572cb9b03f6b861d62b23f9bb5d20b52973dc68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078494
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2704}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733634053-3260e5f358bd8702c51b39c82120ab317fb09fb3-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.profdata to chrome-mac-6778-1733658167-613ee0321f2d81b01cd7cad761c0f5a4032aa5eb-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I92035516bd302b49641f0598c04fd19b9efb5afe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078459
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2703}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733634053-ee4333934d4a0e140bc00007fae593c3909695c7-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.profdata to chrome-linux-6778-1733658167-28c550d7c8de086fc2cecb98541a1e1631783629-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib6327bd50f561a6dab7d9a070c6e7ecb84cb0730
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079451
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2702}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733660899-9291f21675f1fcd98df36c5ffb663cca17de97af-22283ba24b6e26c73a7c2d1e8266f75049bb3eea.profdata to chrome-android64-6778-1733662225-164d3cc614b5d3e9329f8fbb6704a2b938f3b64e-b4fe8d8514c2648717d7e8186251e88e95c92c5d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0c1c163c4293f60d3057e008ccce916817e0eafc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078461
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2701}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733658167-cb9e361864943856c35ae2c2dd75e12d08ab03a4-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata to chrome-android64-6778-1733660899-9291f21675f1fcd98df36c5ffb663cca17de97af-22283ba24b6e26c73a7c2d1e8266f75049bb3eea.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Idd91bebe4ad8da41b2ef88120ba2fdc01c150347
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079432
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2700}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733655261-0d8b247329b5ef49386518b54a91f3331c41263a-9933896802dad49c922f17c74cf32f46d3498067.profdata to chrome-android64-6778-1733658167-cb9e361864943856c35ae2c2dd75e12d08ab03a4-a7844f26d355c1761f093a2c2ae881f08ff9b5c5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib4c4de588ee23c980ea9dc1a2eb0c0a583a53c73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079163
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2699}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.57.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729160959096176545
Change-Id: Ia0d3d56014f2022047cd554dcb21d841e9d2c7eb
CrOS-LKGM: 16063.57.0
Cr-Original-Build-Id: 8729160959096176545
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079303
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2698}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733652672-a24779e6768ec95403261d8947d685f76042bbef-8cb34abd4d65101bc7af2cd08651602b2ee02c08.profdata to chrome-android64-6778-1733655261-0d8b247329b5ef49386518b54a91f3331c41263a-9933896802dad49c922f17c74cf32f46d3498067.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0f6edb5af07b730b564d4ab7a16e62040b675d0c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078322
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2697}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733645550-89ac88bd00f7d5d0e74761b233d44cb30a9ae776-b15768028baff24f90cb738b131271ba5a138a34.profdata to chrome-android64-6778-1733652672-a24779e6768ec95403261d8947d685f76042bbef-8cb34abd4d65101bc7af2cd08651602b2ee02c08.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I230543b895e214567993ea7ff60faf8f4e1b2040
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079161
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2696}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733612500-7e22be600b629e70e1305d9fee9a63b86e986e63-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata to chrome-win32-6778-1733634053-9901b59986e3440d48bb0c6352507dadddd1cd64-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ic96497203062898feb3a14eb4585621667a50d89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079339
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2695}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733638519-36a9c59109d24d11625f4ebec171db0cf466c3ea-3bc22f7e2818c1412d3095978d7536d574264332.profdata to chrome-android64-6778-1733645550-89ac88bd00f7d5d0e74761b233d44cb30a9ae776-b15768028baff24f90cb738b131271ba5a138a34.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie39ec3ec5a03a8cf295ec656c7f61f05147bcb20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079300
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2694}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733612500-2147702b5bc41e1bf11db3857d9363feaa4a664d-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata to chrome-win64-6778-1733634053-c129721558411120a0272f287221f0624c7ff590-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Id60e1b44e08e50fd33c11a453e844d33081eab60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078986
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2693}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733630149-e5e48baefb27f722eb3464b83f2576b89fca374f-2610f586e16894db73e07463a6ee620fc7ea70df.profdata to chrome-android64-6778-1733638519-36a9c59109d24d11625f4ebec171db0cf466c3ea-3bc22f7e2818c1412d3095978d7536d574264332.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I99171294808be74bdfcacc5a9fe253f7b336b781
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079197
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2692}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733612500-1ae0843983dcb312cbf9ff52608842e0151a56f5-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata to chrome-mac-6778-1733634053-3260e5f358bd8702c51b39c82120ab317fb09fb3-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Iedeb9d41bb6c8fb7220107d503dce7bfb09674f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078923
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2691}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733612500-84cee79aa6b0ae0a253e16bfe8f650e800fd4978-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata to chrome-linux-6778-1733634053-ee4333934d4a0e140bc00007fae593c3909695c7-3a313aa7f5ed80a3c4fbc3dd2ecde49dd18e36e1.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I0d07057e85f5221200d2390827fde31375612a90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078960
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2690}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733628402-18eb839ffe9e9401034bd4d5210387ecefd6a1f7-177a6e64ff04cdb5422bf7d9cf159b3226bcb99a.profdata to chrome-android64-6778-1733630149-e5e48baefb27f722eb3464b83f2576b89fca374f-2610f586e16894db73e07463a6ee620fc7ea70df.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7af157b3dce2a21ee1c18c5c593a50d32b280eb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078490
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2689}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733591972-aea2aad73274a58608740ea3b0e70ce21615d4d7-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata to chrome-win32-6778-1733612500-7e22be600b629e70e1305d9fee9a63b86e986e63-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I3994670e2c8a43ea79f290ebe84dbcffdaf65ed3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078316
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2688}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733626206-3c64bca0fc1a6a1b45238333e67e11cad24b7580-cb9f11c71e07ec8a42d1d30448e037d87919ba43.profdata to chrome-android64-6778-1733628402-18eb839ffe9e9401034bd4d5210387ecefd6a1f7-177a6e64ff04cdb5422bf7d9cf159b3226bcb99a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Icc2da3b3ae1ef81367e7341107c3113a3180169d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079334
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2687}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733622129-ce64b051c34d23db907bdd97fd31d27ef46b9e2b-1f51966ef94a655df2e2ad0b31389a1ddff987bc.profdata to chrome-android64-6778-1733626206-3c64bca0fc1a6a1b45238333e67e11cad24b7580-cb9f11c71e07ec8a42d1d30448e037d87919ba43.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9d5072dbfa1efa3cfa36170e8024dad109744331
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079042
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2686}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733591972-957a9a98309a3c7ceb6fa0dd271fd2dcf41905cb-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata to chrome-win64-6778-1733612500-2147702b5bc41e1bf11db3857d9363feaa4a664d-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I4bb1257601a013095d471ce3875222889719d9df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078631
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2685}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733612500-889fb231922631f821e580fe92286b334f4a2d3f-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata to chrome-android64-6778-1733622129-ce64b051c34d23db907bdd97fd31d27ef46b9e2b-1f51966ef94a655df2e2ad0b31389a1ddff987bc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I496c5073d91bf9ffcad4e39a78bf74f8d29a6428
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078488
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2684}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733591972-79d2492d2bf478c8c33e3717501df934daa9684c-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata to chrome-mac-6778-1733612500-1ae0843983dcb312cbf9ff52608842e0151a56f5-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I9a6851827e4ae562b9342a25c394153284d5cdf5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078601
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2683}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733591972-8fb1b10761574e39dff07748ed3c15fcdb55e507-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata to chrome-linux-6778-1733612500-84cee79aa6b0ae0a253e16bfe8f650e800fd4978-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I49a38b11f280a7b7ca60034b9aba38bad9876bba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079133
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2682}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.133
Change-Id: Idbcc1c63eda5bfb2aef570f493968b8aab39625e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078477
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2681}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733604396-895fffa1ab07575d9eef01c890b1879468b948f8-6d64445d060f09ce1a039067589c96af937994f5.profdata to chrome-android64-6778-1733612500-889fb231922631f821e580fe92286b334f4a2d3f-12a1fb6f11561c3a127c9eb5ea39668cb6fd544a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I55f6245b6bf9d0d7f2cf9953bd460ea2f88e3abd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078760
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2680}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733572458-fffa228f54015ff38a99d56a4d1c17680f8fa83e-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata to chrome-win32-6778-1733591972-aea2aad73274a58608740ea3b0e70ce21615d4d7-a8510f00db9d6f4b2b1d257322bdd87028970eb3.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ia985fa3e664db55d3ba87c7467ff1e77553080ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078769
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2679}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733572458-ebc17617f6a9f1d855e8c4460854b42592287d53-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata to chrome-win64-6778-1733591972-957a9a98309a3c7ceb6fa0dd271fd2dcf41905cb-a8510f00db9d6f4b2b1d257322bdd87028970eb3.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Iad33850d8e34d1577e8666b6dee7ca94a5e86aa7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078773
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2678}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733591972-dfc3dedb01098a10822bf264a508f35281ce50c0-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata to chrome-android64-6778-1733604396-895fffa1ab07575d9eef01c890b1879468b948f8-6d64445d060f09ce1a039067589c96af937994f5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: If39cc57874f998758068271c1c5ce039dfcd19d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079021
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2677}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733572458-7743f5ab9ff540773fed3c5ac74a1116462ae406-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata to chrome-mac-6778-1733591972-79d2492d2bf478c8c33e3717501df934daa9684c-a8510f00db9d6f4b2b1d257322bdd87028970eb3.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I4ea5d43ebb304a4b694dcdb52407e2cbcaa84834
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078532
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2676}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733588821-01bdc0816e39f419ef712740165ce79faaf59840-57841372d60d81f1282e8d0536169b40db6142ad.profdata to chrome-android64-6778-1733591972-dfc3dedb01098a10822bf264a508f35281ce50c0-a8510f00db9d6f4b2b1d257322bdd87028970eb3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I6aec49f7678f808f53a173821edc92721370c0e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6079012
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2675}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733572458-881ded8c4d09e0322a8221e996e4a3317fbe96dd-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata to chrome-linux-6778-1733591972-8fb1b10761574e39dff07748ed3c15fcdb55e507-a8510f00db9d6f4b2b1d257322bdd87028970eb3.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I48daa474b0293ac364f5b961035f330950842d83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078772
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2674}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733583532-8cc05fbd2602f97dde3e4763ebef10e4541818d0-5ccdc4338859f2b9a0a7671c129f1a7104937468.profdata to chrome-android64-6778-1733588821-01bdc0816e39f419ef712740165ce79faaf59840-57841372d60d81f1282e8d0536169b40db6142ad.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5407ebed259b3fd2724094e18d763d818d101f7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078768
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2673}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733579986-dbb9b0b742a1dde4a79ccfd5a307615c9549e060-f8f144f2f8e73e23c5e10de505217aa9e57717f1.profdata to chrome-android64-6778-1733583532-8cc05fbd2602f97dde3e4763ebef10e4541818d0-5ccdc4338859f2b9a0a7671c129f1a7104937468.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I81f2d2dcfe10fda3ebe34947c77e4fc1c03e70c5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077536
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2672}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733551005-f262dbd727287e7e34a432e911f117977f7a410a-4f214e215218dd1395c8beda2bd96ddd34dbfb60.profdata to chrome-win32-6778-1733572458-fffa228f54015ff38a99d56a4d1c17680f8fa83e-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I9a80e47b77c287b461290dee377dbb5e46849a54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078915
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2671}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733551005-3c95c01c37378c8f381725ce650f1cb5bed60311-4f214e215218dd1395c8beda2bd96ddd34dbfb60.profdata to chrome-win64-6778-1733572458-ebc17617f6a9f1d855e8c4460854b42592287d53-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Iac46f84016c92ea4e08d7a4d27ac532cf6eca76e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077317
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2670}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.56.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729251656056681409
Change-Id: I20a8556845d63ae424f836c70749c1f24b84126a
CrOS-LKGM: 16063.56.0
Cr-Original-Build-Id: 8729251656056681409
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078599
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2669}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733578967-02723a6f9ab4cf8081c8ae904da3a701cdde6ee8-d9ecdf9e2b26fc22a17671297239bdafa5481eac.profdata to chrome-android64-6778-1733579986-dbb9b0b742a1dde4a79ccfd5a307615c9549e060-f8f144f2f8e73e23c5e10de505217aa9e57717f1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I8d3d8b9291e8ee3f420bda5f27906bb34d2c0d57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078753
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2668}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733572458-d148597a45f42b2adfa722f11c3cc040e0c10cb6-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata to chrome-android64-6778-1733578967-02723a6f9ab4cf8081c8ae904da3a701cdde6ee8-d9ecdf9e2b26fc22a17671297239bdafa5481eac.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id1d09ba0445f49ae583b60b050e7df8713990b2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078948
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2667}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733529427-fdcac71421200eeec9607e9c43159dfcd6396145-b89e7e79d04870ccfe84a15166f32e43e57614b4.profdata to chrome-mac-6778-1733572458-7743f5ab9ff540773fed3c5ac74a1116462ae406-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I050cda7ca9b65ae1d5bcd17a7fd40d10aaf01ef2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078917
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2666}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733570030-f2982946f8f9bbe218c155dac80362c6d2b1efd0-8a4901311d437397284d5204b7163758dc4db4fc.profdata to chrome-android64-6778-1733572458-d148597a45f42b2adfa722f11c3cc040e0c10cb6-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I31bb29c0904cce5673d7afcfdf2387b53e3ee754
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077850
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2665}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733551005-2a2064ee5cb70234892177bc0b2bd05e7de85b96-4f214e215218dd1395c8beda2bd96ddd34dbfb60.profdata to chrome-linux-6778-1733572458-881ded8c4d09e0322a8221e996e4a3317fbe96dd-2ab268652a1616d8f2bd9f3d99f7ee5aed63529e.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Id0873db8b5a05c6555a1fbf41a9ae20968359e47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078937
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2664}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733565491-47053d88bc918dfe5795e9a0fca61a7d76a0b5e5-fceddc474cc684ed59beaf787db08d953c5f0be0.profdata to chrome-android64-6778-1733570030-f2982946f8f9bbe218c155dac80362c6d2b1efd0-8a4901311d437397284d5204b7163758dc4db4fc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I056ae4e98de9dc406799f93805b2b9a4c3a21dcc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078914
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2663}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733561618-a71d57dc967bf3b43d8fdb9af1adb1f20a6e4ecf-27863da6b3fb40b7bb46ca45e38067ea48f28f4a.profdata to chrome-android64-6778-1733565491-47053d88bc918dfe5795e9a0fca61a7d76a0b5e5-fceddc474cc684ed59beaf787db08d953c5f0be0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I34cc605122e06a9c3626ab2516f79ae5f2adc1ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078912
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2662}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733529427-719311375ba5464f922714a7ef43ff33b6334ba8-b89e7e79d04870ccfe84a15166f32e43e57614b4.profdata to chrome-win32-6778-1733551005-f262dbd727287e7e34a432e911f117977f7a410a-4f214e215218dd1395c8beda2bd96ddd34dbfb60.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ied78bb1eaccb1cceb6f989992ace64450c633327
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075800
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2661}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733553391-08c98d99746046c1ebee1d2d7c0906616e98f7d5-f46609f60d54ff021ef85b91604d1fd226a17426.profdata to chrome-android64-6778-1733561618-a71d57dc967bf3b43d8fdb9af1adb1f20a6e4ecf-27863da6b3fb40b7bb46ca45e38067ea48f28f4a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7d3c32df409d4b0df6ba9131adce2e5179c7937a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078744
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2660}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733551005-86c83df71df30196d256bba97c3df4fa1eb7fbf5-4f214e215218dd1395c8beda2bd96ddd34dbfb60.profdata to chrome-android64-6778-1733553391-08c98d99746046c1ebee1d2d7c0906616e98f7d5-f46609f60d54ff021ef85b91604d1fd226a17426.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I10ef1bc97dec0b395f6bc39610c989fc66ca8e91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078743
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2659}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733529427-c6096193fa63feb82d4e73cdb54c6ed0aa2d6de2-b89e7e79d04870ccfe84a15166f32e43e57614b4.profdata to chrome-win64-6778-1733551005-3c95c01c37378c8f381725ce650f1cb5bed60311-4f214e215218dd1395c8beda2bd96ddd34dbfb60.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Idf0b6c83b254e3c2acbfcfdc4a3e71fec64ba5ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078589
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2658}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733548614-c09f31afa75d44808d2c12c795b5325ffd887768-21673e6049b0ff82bc4e849d498bf32e1dc9e56c.profdata to chrome-android64-6778-1733551005-86c83df71df30196d256bba97c3df4fa1eb7fbf5-4f214e215218dd1395c8beda2bd96ddd34dbfb60.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I00708c139e871699876963240d1642ed69fcb6b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078178
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2657}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733529427-b20bc342e7d2ccd955c30a7983c5e3c0e09e5f27-b89e7e79d04870ccfe84a15166f32e43e57614b4.profdata to chrome-linux-6778-1733551005-2a2064ee5cb70234892177bc0b2bd05e7de85b96-4f214e215218dd1395c8beda2bd96ddd34dbfb60.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia096223daeec71b45e3e56cbb79b5228ea39bda5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078529
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2656}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733546193-fb75daa42ba04f9d48cf15c21eef02783e1eecb0-d7c4d284aa5fa743b93571afd66c8bb699c887ea.profdata to chrome-android64-6778-1733548614-c09f31afa75d44808d2c12c795b5325ffd887768-21673e6049b0ff82bc4e849d498bf32e1dc9e56c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I293f4a83a9886593c73af87ade67c0681723fad3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075799
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2655}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733544043-45d9b431ef541d4a37f54f11316f5e262fd779cf-a1cbe82744dacb0823e3d07d410eddb5def9c8ba.profdata to chrome-android64-6778-1733546193-fb75daa42ba04f9d48cf15c21eef02783e1eecb0-d7c4d284aa5fa743b93571afd66c8bb699c887ea.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ia7d5e25fbe7528c5e435057c8499fe3b725c725a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078341
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2654}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733507220-4d61b9f811131bd9e069121916bb30d5bd57b52d-12cc1592b1521d007c6ce977677d7b52c790524e.profdata to chrome-win64-6778-1733529427-c6096193fa63feb82d4e73cdb54c6ed0aa2d6de2-b89e7e79d04870ccfe84a15166f32e43e57614b4.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I129b18f8311ac91ccef617c332fef93fc1b1a52d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078430
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2653}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733542617-2108bb895f14ffef487ee7e69d5a33a4e686af22-9d9442c26f7272699145b112030677f486c319aa.profdata to chrome-android64-6778-1733544043-45d9b431ef541d4a37f54f11316f5e262fd779cf-a1cbe82744dacb0823e3d07d410eddb5def9c8ba.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4b3d531f9b944b1eccfd4796969933562224c5bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078173
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2652}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733539762-03edde5f5d3215f2869c6c234b7de1673ef7252a-c153b876436652ec4f2cb88725a8d6f14117c84d.profdata to chrome-android64-6778-1733542617-2108bb895f14ffef487ee7e69d5a33a4e686af22-9d9442c26f7272699145b112030677f486c319aa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I09fd9ad02d6263484004db7a76d46214dc109b3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078584
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2651}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733535941-0162c6e32a04179ad7334d481f22ddd5e357300d-3e5977c2ec117a7c346e5ab7a8b7b81b7fc54b2d.profdata to chrome-android64-6778-1733539762-03edde5f5d3215f2869c6c234b7de1673ef7252a-c153b876436652ec4f2cb88725a8d6f14117c84d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9a96d6c7b3897d247f304db746854f94a8cdb126
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078395
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2650}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733535348-26a9932dd44104fc7a0780dd9d3bc90514bcf689-b5241bcb204f4445055301677e408a206a2cea5d.profdata to chrome-android64-6778-1733535941-0162c6e32a04179ad7334d481f22ddd5e357300d-3e5977c2ec117a7c346e5ab7a8b7b81b7fc54b2d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I072e0a27f358f32bd9580cdd4069893988e63cac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075796
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2649}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733507220-e45060fa917d54ce3fa2a7e080ff7fb32d3ab238-12cc1592b1521d007c6ce977677d7b52c790524e.profdata to chrome-win32-6778-1733529427-719311375ba5464f922714a7ef43ff33b6334ba8-b89e7e79d04870ccfe84a15166f32e43e57614b4.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I5c005c575e3e51b24fa70e808f43746f1871afae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078234
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2648}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733507220-09da4e9b012bd7285274ea6a2fa0fda4bf2b4a0c-12cc1592b1521d007c6ce977677d7b52c790524e.profdata to chrome-mac-6778-1733529427-fdcac71421200eeec9607e9c43159dfcd6396145-b89e7e79d04870ccfe84a15166f32e43e57614b4.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ib8a46e4027c882cf3868251fa3787042bf043ba8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078310
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2647}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733531683-c6711ad7bc01397ee838218be8fd9ee465ad6f06-75fa2cfbd31b315f3f697fbaa585b941957e3849.profdata to chrome-android64-6778-1733535348-26a9932dd44104fc7a0780dd9d3bc90514bcf689-b5241bcb204f4445055301677e408a206a2cea5d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie257ca9b29b5d57907b8f442775b2907352f8246
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078072
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2646}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733530334-31d22aa0e00e090417261a21052ba2c4b7c785cf-05bbdee572da4cf131b1e6dcb64d7aebd1d01fee.profdata to chrome-android64-6778-1733531683-c6711ad7bc01397ee838218be8fd9ee465ad6f06-75fa2cfbd31b315f3f697fbaa585b941957e3849.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I2a044a2c7db8edb14bee014b5e3c6404281d9f7c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078237
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2645}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733507220-10f54f6a39f06b5eb6611d8f7664b10d7d8af645-12cc1592b1521d007c6ce977677d7b52c790524e.profdata to chrome-linux-6778-1733529427-b20bc342e7d2ccd955c30a7983c5e3c0e09e5f27-b89e7e79d04870ccfe84a15166f32e43e57614b4.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I67d1415b99505f4346f1c900b8101fafab43a1f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078429
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2644}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733527939-7ebe6adcda30f213d74c1ad65ec494a08e05660a-556caa2e73437436def4792d535322293a365309.profdata to chrome-android64-6778-1733530334-31d22aa0e00e090417261a21052ba2c4b7c785cf-05bbdee572da4cf131b1e6dcb64d7aebd1d01fee.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic9e8c1b728187279e4a0a1b34ad28eac9bcda85d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078170
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2643}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.132
Change-Id: Ia72f2dd8d2e72d1b18afbaf3e8d9a851c32bcd7f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078387
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2642}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733524510-2bbc3e00234edcbf324188edf8c6eb0ea5b74c33-d301b1df78fb074e95e3826eca6efc7a4c5d723a.profdata to chrome-android64-6778-1733527939-7ebe6adcda30f213d74c1ad65ec494a08e05660a-556caa2e73437436def4792d535322293a365309.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I83996f6443f8b606853ba7a246ab30378360f726
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078050
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2641}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733484083-d72087c33d45b783a24e3e521bd48dc78aff518f-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata to chrome-win64-6778-1733507220-4d61b9f811131bd9e069121916bb30d5bd57b52d-12cc1592b1521d007c6ce977677d7b52c790524e.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I547d1af8b660458727912d16e3ac660db12bf2da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076503
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2640}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733522815-a73f182115cb82394d71bf6d7681ed3b2c23ff4e-44ede487ac5cf9f406373260c524eef169f90954.profdata to chrome-android64-6778-1733524510-2bbc3e00234edcbf324188edf8c6eb0ea5b74c33-d301b1df78fb074e95e3826eca6efc7a4c5d723a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9177ff441938fb0fa20db5802855a2650e0c5dfd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078049
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2639}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Cherry pick: Revert "[a11y]: enable image description alternate routing by default"
This CL cherry picks into M131: crrev.com/c/5905165
Bug: b/382720391
-------------------
This reverts commit 1d2aa3d338d634251b169b9641c90fc390a8e360.
Reason for revert: regression reported in support.
Bug: 371071849
Original change's description:
> [a11y]: enable image description alternate routing by default
>
> [email protected]
>
> Change-Id: I1d62b1821e27c5d4638f20715932292b41250292
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5838020
> Reviewed-by: Jacob Francis <[email protected]>
> Reviewed-by: Andrew Moylan <[email protected]>
> Commit-Queue: David Tseng <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1352813}
(cherry picked from commit 2d520489b5158b64b0b7b74eded22768c903ebee)
Change-Id: I0dd2839eed8717e67b2d61a2a0e8acbaaaa03b47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5905165
Reviewed-by: Andrew Moylan <[email protected]>
Commit-Queue: Jacob Francis <[email protected]>
Reviewed-by: Jacob Francis <[email protected]>
Reviewed-by: Mark Schillaci <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1371761}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077451
Owners-Override: Harry Souders <[email protected]>
Commit-Queue: Mark Schillaci <[email protected]>
Reviewed-by: Harry Souders <[email protected]>
Commit-Queue: Harry Souders <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2638}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733518183-d2579a2c088789f936f4676b2723d1be91030801-36922b523b22f7ed44f5257bc912e2f86978b01b.profdata to chrome-android64-6778-1733522815-a73f182115cb82394d71bf6d7681ed3b2c23ff4e-44ede487ac5cf9f406373260c524eef169f90954.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iea73407076961e8b8496a1e97c361b5fc987b56a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6078283
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2637}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733513967-f13d6028816b7f26309dabdd35bf8f2346c47f94-6e3085350b5d7060732801572f1600c1b1562d58.profdata to chrome-android64-6778-1733518183-d2579a2c088789f936f4676b2723d1be91030801-36922b523b22f7ed44f5257bc912e2f86978b01b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I801349c1e6a477bd49dd4470c326a961c43e4f26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075839
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2636}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733484083-3e359eb854a308f3aec9ed502c73c36c72f387d1-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata to chrome-win32-6778-1733507220-e45060fa917d54ce3fa2a7e080ff7fb32d3ab238-12cc1592b1521d007c6ce977677d7b52c790524e.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Iced9317e4ad4a599e8517a8161b56c15426b0b48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077300
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2635}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733508594-6340b8d0bf1ab96db8ee050e205a16f04cc7b64e-03aea6f82857b6cb70f0d9db61b7a178748ba2c7.profdata to chrome-android64-6778-1733513967-f13d6028816b7f26309dabdd35bf8f2346c47f94-6e3085350b5d7060732801572f1600c1b1562d58.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib08867df7895bc251adbd827e6264796c2e4f8c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075912
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2634}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733484083-b45f5f39f6e411640f926843ee70e95e0b885aab-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata to chrome-mac-6778-1733507220-09da4e9b012bd7285274ea6a2fa0fda4bf2b4a0c-12cc1592b1521d007c6ce977677d7b52c790524e.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I61769fdf183b9ae3db0f7f44a63d5d2773ce87c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077668
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2633}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733504295-d65f54f678e0b3b2046c7ea021a3d709a9396f40-6d107f8aec4c8f8efe2e4574c5a4f2f1c2613e15.profdata to chrome-android64-6778-1733508594-6340b8d0bf1ab96db8ee050e205a16f04cc7b64e-03aea6f82857b6cb70f0d9db61b7a178748ba2c7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic7cc2b98e00e8e2fce0c3ca0a7fc0e08371c6011
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077733
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2632}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[Merge-M131][PriceInsights][iOS] Fix entrypoint showing with no price history.
This CL adds a check to see if PriceInsightsInfo has a valid price history.
This will fix the bug where Price Insights have high confidence but no
graph.
(cherry picked from commit d2351f0a2a2a5e69dd5b3bee309426dbf1be3d1d)
Bug: chromium:381127505
Change-Id: I6aa20901f6be83b1237bc4b58fd652dc5fc2cc00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063786
Reviewed-by: Robbie Gibson <[email protected]>
Reviewed-by: Ayman Almadhoun <[email protected]>
Commit-Queue: Cheick Cisse <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1390744}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075706
Reviewed-by: Gayane Petrosyan <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2631}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733484083-221adfcbd9b03e734397d6b79bff8f88ba1026fb-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata to chrome-linux-6778-1733507220-10f54f6a39f06b5eb6611d8f7664b10d7d8af645-12cc1592b1521d007c6ce977677d7b52c790524e.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Icffa9bc6822b708332292e4d50315d2400c4a034
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077865
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2630}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131 Merge] [ntp] CWS theme Doodle colors
NO_IFTTT=already present in the material mixer
Screenshot: https://screenshot.googleplex.com/5yWTUquHBdo6wFz
(cherry picked from commit 7e1bc52f369d2e3db4ecd21ad9045796d02f23b8)
Bug: 356773953, 335751262
Change-Id: I7d5ee8b9bdf95c3053807e0c6406a836b2dddeac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064539
Commit-Queue: Roman Arora <[email protected]>
Auto-Submit: Roman Arora <[email protected]>
Reviewed-by: Thomas Lukaszewicz <[email protected]>
Commit-Queue: Thomas Lukaszewicz <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1390522}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077480
Reviewed-by: Riley Tatum <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2629}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131][Clank][SafetyHub] Allow max 2 lines for title on magic stack card
This CL introduces a temporary fix to https://crbug.com/380296145: It
allows the magic stack card title to have a max 2 lines, allowing more
of the title copy to be shown. A proper fix is currently being discussed
with UXD.
(cherry picked from commit fd0ed3c3ceb3dfc2ae38285b699fe3f58b8102e1)
Fixed: 381235015
Bug: 380296145
Change-Id: Ia6c31183c379dba0cff0706c6057d7d6a0d94fd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054937
Reviewed-by: Zaina Al-Mashni <[email protected]>
Commit-Queue: Filipa Senra <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1388809}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074130
Commit-Queue: Zaina Al-Mashni <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2628}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733501681-ed5d3ecf9fd9d6c0acd8118fa5e784abd405fd31-6858d044627d2bb174e362e354d01e9439c508de.profdata to chrome-android64-6778-1733504295-d65f54f678e0b3b2046c7ea021a3d709a9396f40-6d107f8aec4c8f8efe2e4574c5a4f2f1c2613e15.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3b94d5976fc85c9e5d8d97900703d3ef1aba4f54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077723
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2627}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-06 UTC
Change-Id: I779f8ccf6c0c90c5d93feafe30a67abbee809dda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074485
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2626}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733499585-bd118619557cd4f28790ce787cea4c9953f76b6a-323bcc45c1eb0e8ea31b4fdc68cf3d4e74000ccb.profdata to chrome-android64-6778-1733501681-ed5d3ecf9fd9d6c0acd8118fa5e784abd405fd31-6858d044627d2bb174e362e354d01e9439c508de.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I24095dc72e44ec9d90c380b1b629d1f863469ac1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073629
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2625}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733496868-914421e73271d06f550324b8686e386d9ece202f-dd97c2868d434206c9ee4421082b3e802752d7cc.profdata to chrome-android64-6778-1733499585-bd118619557cd4f28790ce787cea4c9953f76b6a-323bcc45c1eb0e8ea31b4fdc68cf3d4e74000ccb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie4de74235d27dbbb8dc57ff9ee21b9f45c070d19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076493
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2624}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733464293-c6f0f3c77c0feebe698dff865b2a02e19704f418-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata to chrome-win64-6778-1733484083-d72087c33d45b783a24e3e521bd48dc78aff518f-c3c4b2e464570b379bcdf98c2ab11e5a01730257.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I76fcbf53f1cfa24cfd2c8abf7829d04389054634
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077287
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2623}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733493993-f23fb9b2931bbc8661515f1d01f0bb801fbf14fb-fbbb35c1c2bdc1769bc22ef6be10e39a706cd1e0.profdata to chrome-android64-6778-1733496868-914421e73271d06f550324b8686e386d9ece202f-dd97c2868d434206c9ee4421082b3e802752d7cc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I55fee791bf489c02341c94671662481e42be535a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076757
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2622}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-06 UTC
Change-Id: Ifa1aa6d78649ecd5200dda23f3695dba6ad386c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074383
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2621}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733464293-9f0938ec22e20f1118161197a3c192299ce029f9-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata to chrome-win32-6778-1733484083-3e359eb854a308f3aec9ed502c73c36c72f387d1-c3c4b2e464570b379bcdf98c2ab11e5a01730257.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ib710af3735b86918c3f8d9539696f3b45bef86e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077347
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2620}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Updating XTBs based on .GRDs from branch 6778
Change-Id: Ieecab6c67e1289d6c703b603e01c8b5e2038319c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077423
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@{#2619}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733491338-a99dd6f26c9e879ec01b2f3fc6b81353a11086eb-473f278b3529b4814b7b22abba3b0b42fe19355b.profdata to chrome-android64-6778-1733493993-f23fb9b2931bbc8661515f1d01f0bb801fbf14fb-fbbb35c1c2bdc1769bc22ef6be10e39a706cd1e0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3944672a88c06e3cc00e6caa22728ab7d8c42b1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076124
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2618}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733464293-40e7616b2f839aa399f3717c176a175ee9d2fccc-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata to chrome-mac-6778-1733484083-b45f5f39f6e411640f926843ee70e95e0b885aab-c3c4b2e464570b379bcdf98c2ab11e5a01730257.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ia6443f7909240d24a7e781790bc64a64124bf133
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076748
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2617}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733489160-196a6fd86188276059e5296bc934b334d791fe83-a0c9948a486b9544caea2239d2b57940f92164c7.profdata to chrome-android64-6778-1733491338-a99dd6f26c9e879ec01b2f3fc6b81353a11086eb-473f278b3529b4814b7b22abba3b0b42fe19355b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I6f024e06fa1cd1936d8ba28d323628f6ca3d68b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076268
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2616}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733464293-83eee188fcda80f9fc6c67c7daff6601da0c0216-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata to chrome-linux-6778-1733484083-221adfcbd9b03e734397d6b79bff8f88ba1026fb-c3c4b2e464570b379bcdf98c2ab11e5a01730257.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ifb18336b6c13c547272c4c2f4d6af76e6c71b54b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6077384
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2615}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733486660-579bdeb2634ddfb9acde3cfcf54e3e3762826bf7-8f1521e9f5262728e0dc764a5f3d265d7a2eb7c9.profdata to chrome-android64-6778-1733489160-196a6fd86188276059e5296bc934b334d791fe83-a0c9948a486b9544caea2239d2b57940f92164c7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0f89f70fee11a6f91cbab0511f2af8fc9282a73f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071636
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2614}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733484083-f86eeca9e68e3bbaffa2465c1fe958a96cbd250e-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata to chrome-android64-6778-1733486660-579bdeb2634ddfb9acde3cfcf54e3e3762826bf7-8f1521e9f5262728e0dc764a5f3d265d7a2eb7c9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I46be15fb46ff49df5a5ab25a485cd1fcd32c4cd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076485
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2613}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733482375-5c65ccb7fcc5cd44d254ae149ef16eaa3188bb77-5eeefb00e8f4bbd97bd692e03e01798c15af73b9.profdata to chrome-android64-6778-1733484083-f86eeca9e68e3bbaffa2465c1fe958a96cbd250e-c3c4b2e464570b379bcdf98c2ab11e5a01730257.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I50678d99817c65725795b6ff6c2854250a7ce575
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076482
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2612}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.55.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729342391687537345
Change-Id: I1fb78b27acb3d6c5aba799a86ae3f9f2e3bab7fe
CrOS-LKGM: 16063.55.0
Cr-Original-Build-Id: 8729342391687537345
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076323
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2611}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733479901-85d1dec50e0b9183ce528fc3a70885f011419203-09e6ba68f1589202c6a8321489c00344cdf2c451.profdata to chrome-android64-6778-1733482375-5c65ccb7fcc5cd44d254ae149ef16eaa3188bb77-5eeefb00e8f4bbd97bd692e03e01798c15af73b9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9f63057d7723ae8c9e3c4078c91999e2131c89c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075827
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2610}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733477946-e7fa080ce11d1f281d14b68b167fbb31fc67ea6e-4d1e1cd61cfc7a5d23550cde9e18c9ced364ca90.profdata to chrome-android64-6778-1733479901-85d1dec50e0b9183ce528fc3a70885f011419203-09e6ba68f1589202c6a8321489c00344cdf2c451.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id0c6b8d054d8271b403aef8d50ffb981f4a023a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076076
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2609}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733442492-ce62b7adf703781375209cdad0f86ec08be030ca-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata to chrome-win64-6778-1733464293-c6f0f3c77c0feebe698dff865b2a02e19704f418-7e5100fd323d771a19fafbf79e10fed9c3be21a6.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I5e4b341e7973067fc7982c3a6a32103ca7eba10c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076157
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2608}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733475259-9d8ed1753f8a8bc67420ddafe4bc0610a067fff0-d082aa146a975921d33d6968f435012c939bf409.profdata to chrome-android64-6778-1733477946-e7fa080ce11d1f281d14b68b167fbb31fc67ea6e-4d1e1cd61cfc7a5d23550cde9e18c9ced364ca90.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I71a7792c51516acf26af39f0cbf60a58d02be2d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076052
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2607}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733466540-3a2208bf6d0dec58f276a90b9d2fb5c98c65f7e5-47e2444e59de946819cff285be91d5ea5d83bf01.profdata to chrome-android64-6778-1733475259-9d8ed1753f8a8bc67420ddafe4bc0610a067fff0-d082aa146a975921d33d6968f435012c939bf409.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie1655f414120ed08c4835b600a1cbb6e8123cafe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076479
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2606}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733464293-98e84b95dee1ccb03a4de026797c7adc7f0ea406-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata to chrome-android64-6778-1733466540-3a2208bf6d0dec58f276a90b9d2fb5c98c65f7e5-47e2444e59de946819cff285be91d5ea5d83bf01.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I753f9ad24f8163f22ea345e0ad404697cf648d79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075933
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2605}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733442492-535f985f5e6df07442a661d42eb8023226fc6382-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata to chrome-win32-6778-1733464293-9f0938ec22e20f1118161197a3c192299ce029f9-7e5100fd323d771a19fafbf79e10fed9c3be21a6.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I7bc3a75c38f87200d21f4d657697556ebfbddb40
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071791
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2604}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733442492-02295c7109739e2e37bb806dbd4dc4557ef602e5-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata to chrome-mac-6778-1733464293-40e7616b2f839aa399f3717c176a175ee9d2fccc-7e5100fd323d771a19fafbf79e10fed9c3be21a6.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ie29990f6fabbc363a80a8b422337fbaef5082b6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076071
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2603}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733442492-be08b02895eeaba5b8df1f2522c435e7a1c674a5-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata to chrome-linux-6778-1733464293-83eee188fcda80f9fc6c67c7daff6601da0c0216-7e5100fd323d771a19fafbf79e10fed9c3be21a6.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I2324b0530d7172d78b0d587c786c6544d94541ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071795
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2602}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733461550-ffb536570d811acbfaa9cf3a066d1686b4948b49-c2bdc80f62b2c83e373eaf5371dc97776a531221.profdata to chrome-android64-6778-1733464293-98e84b95dee1ccb03a4de026797c7adc7f0ea406-7e5100fd323d771a19fafbf79e10fed9c3be21a6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib2dfc5e4b17849578c3117eecf3bfda7dc3e7e0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076158
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2601}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733460494-11b88653c4fc4f7af674111ad02da63dbfb6cb6e-45cfc7335f943b83d6f32ba8f76f665f6206b630.profdata to chrome-android64-6778-1733461550-ffb536570d811acbfaa9cf3a066d1686b4948b49-c2bdc80f62b2c83e373eaf5371dc97776a531221.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie5c99e483b4492abbfded4e436b17f20ad8d25dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076048
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2600}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733456941-726203e81397fd5b289516e422f3402f3cb0bbd4-b37f3b755b52cbd4eef5b7aa567bfdf9b028543e.profdata to chrome-android64-6778-1733460494-11b88653c4fc4f7af674111ad02da63dbfb6cb6e-45cfc7335f943b83d6f32ba8f76f665f6206b630.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie20dac59a5e7eeb0f9d2ffbbef5c1c7a45bfa49d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075928
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2599}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733456301-6df0b43e366646ee0b947351b6ac3ffa55335129-cacfcb7bd8c53aae84bd7ea1b0501bd40cef77eb.profdata to chrome-android64-6778-1733456941-726203e81397fd5b289516e422f3402f3cb0bbd4-b37f3b755b52cbd4eef5b7aa567bfdf9b028543e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I73aa73dcf9e7bc1d4cdc1a5bff89fbcde393a2c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075996
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2598}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Merge "Layout: Fix a crash with tex-transform and -webkit-text-security" to M131 branch
Uppercasing U+1FB7 and applying -webkit-text-security caused a crash.
- Changing an existing DCHECK to CHECK to catch errors like this
earlier.
(cherry picked from commit 3cbcad3b1071ed1395d5e7eb268f6e9724b524c1)
Bug: 379254069
Change-Id: I50080aee06fdf35124a0b7fa6071a5e9dfe0fa42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6055965
Auto-Submit: Kent Tamura <[email protected]>
Reviewed-by: Koji Ishii <[email protected]>
Commit-Queue: Koji Ishii <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1390243}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073214
Cr-Commit-Position: refs/branch-heads/6778@{#2597}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733453935-665758b79f3da88d8981fb255261eb80ca8786a5-3e3dd0d0e5b504fe6cc3334ec2622846b528956b.profdata to chrome-android64-6778-1733456301-6df0b43e366646ee0b947351b6ac3ffa55335129-cacfcb7bd8c53aae84bd7ea1b0501bd40cef77eb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0a5e465eeb48cb90a51760a9749c9b27dc40ad1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075927
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2596}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733448626-9970cfd41d60f3882115fd6f0c20ba9253621bbd-fff03ba8c25219675498eb7ef500e990d1bdfd00.profdata to chrome-android64-6778-1733453935-665758b79f3da88d8981fb255261eb80ca8786a5-3e3dd0d0e5b504fe6cc3334ec2622846b528956b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I07bad9d9876fba154d2cec2e200fe4fb67cc9ced
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075989
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2595}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733419553-59aad118a6d42ae302fb0700fdda3dd673964811-72b9b9adf418886314523834287350557ae66b2c.profdata to chrome-win64-6778-1733442492-ce62b7adf703781375209cdad0f86ec08be030ca-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I20ecba9d558ee16c4e2cf7193bb2a42d4ca4fc09
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075865
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2594}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733419553-59e1f1a85ae978fc52d417031218ea09fe925f39-72b9b9adf418886314523834287350557ae66b2c.profdata to chrome-win32-6778-1733442492-535f985f5e6df07442a661d42eb8023226fc6382-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I1e872d587585f01203de681ae5f96d9d90ce2c5c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075694
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2593}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733446837-e97414a3441e5a9ae0b8d0f28cfd60afafe3d9a0-c7878cd9291ccca756944b347f28e2acc0c314b4.profdata to chrome-android64-6778-1733448626-9970cfd41d60f3882115fd6f0c20ba9253621bbd-fff03ba8c25219675498eb7ef500e990d1bdfd00.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I768565f3ca613ec48dcd034bf4fd5541558d469a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076141
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2592}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733419553-9f5585095a413810b93eb8ff6adc40505046d2b1-72b9b9adf418886314523834287350557ae66b2c.profdata to chrome-mac-6778-1733442492-02295c7109739e2e37bb806dbd4dc4557ef602e5-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I3c38cab468beb40d9635e1f41665a939eb8d8324
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075697
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2591}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733443826-7b5a6b5235ae2ad34faa3d3d22c47410dc86a30c-f4ce1a66b19273670241eba7f00dbc6733c559cd.profdata to chrome-android64-6778-1733446837-e97414a3441e5a9ae0b8d0f28cfd60afafe3d9a0-c7878cd9291ccca756944b347f28e2acc0c314b4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I56b47ed29207cae7ff063f32052040b3d52743c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076043
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2590}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733419553-8acba7de755cbe07e457182925a703c3feb21a40-72b9b9adf418886314523834287350557ae66b2c.profdata to chrome-linux-6778-1733442492-be08b02895eeaba5b8df1f2522c435e7a1c674a5-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib7bff36721d03e83d849863a275d27c7168b4e77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076002
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2589}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733442492-e442cf51ecdeea4bc8907857d6d6693bf288937d-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata to chrome-android64-6778-1733443826-7b5a6b5235ae2ad34faa3d3d22c47410dc86a30c-f4ce1a66b19273670241eba7f00dbc6733c559cd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I99abde717c19b169c0b77128718d4ed1ac2ad7de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6076001
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2588}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.131
Change-Id: I0e0a17cf4a6a5cb5d834a4dbe3385d34f87ea6ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075495
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2587}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733439450-84b3c67231cc4007536a1bf4bba8684e2c327ec8-57218fdaafc8d385e376dc8922c194006a6a6536.profdata to chrome-android64-6778-1733442492-e442cf51ecdeea4bc8907857d6d6693bf288937d-9b74ea11f8bdf3800de2a36a6348b47da21cc7dd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I769db985fc57c71bc01f51ad3ff98e453573eb96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075901
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2586}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733438639-59dbcc7301784ac8fea5391aa587160272583734-3d786ac352797bcdcc9f3069e85c8437717dc059.profdata to chrome-android64-6778-1733439450-84b3c67231cc4007536a1bf4bba8684e2c327ec8-57218fdaafc8d385e376dc8922c194006a6a6536.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic4dfafb9968f0ccd4916948008c02f3e5f6bc016
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075862
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2585}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733434587-b47f69d91a3f405cfd1f454fdde849894b46754a-0a6961f63099982b24ab3fde68a2b39d0b26032d.profdata to chrome-android64-6778-1733438639-59dbcc7301784ac8fea5391aa587160272583734-3d786ac352797bcdcc9f3069e85c8437717dc059.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id3f954196dbc0c4808934c196522439f41eb4886
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075573
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2584}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733432945-bd52e0f70bba2fd37b82ff8e5b0f551d5df26f09-1e6fb1b4b7fc334a8f1dc114df99c85880bb8b4d.profdata to chrome-android64-6778-1733434587-b47f69d91a3f405cfd1f454fdde849894b46754a-0a6961f63099982b24ab3fde68a2b39d0b26032d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I29cc8609305da2fd90467e0cb461b66dc4fcd7c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072765
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2583}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733398781-f8ac2afe1b246d4c56e73ac531ae417b2371d48a-0922596152dd00824761ab706354ac3ef6afa2cf.profdata to chrome-win64-6778-1733419553-59aad118a6d42ae302fb0700fdda3dd673964811-72b9b9adf418886314523834287350557ae66b2c.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I775600f78b9c2028e46c0f209f8a3571f1f9cf35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075561
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2582}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733398781-c961c733f615906adabb5941c4082117983eb5dd-0922596152dd00824761ab706354ac3ef6afa2cf.profdata to chrome-win32-6778-1733419553-59e1f1a85ae978fc52d417031218ea09fe925f39-72b9b9adf418886314523834287350557ae66b2c.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Id50c66dcfb29bcd11728678ddd411453fc20daa3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075058
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2581}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733427345-2cdb10c313a0d9bb5b5a0009947a736aa4edd58b-cc38c7591c0b449d5f659a692558caf0368a1bb2.profdata to chrome-android64-6778-1733432945-bd52e0f70bba2fd37b82ff8e5b0f551d5df26f09-1e6fb1b4b7fc334a8f1dc114df99c85880bb8b4d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0b7fe8ae5438e3d8c1737e5f82be08c8270031ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075468
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2580}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733423897-6748a66c7802d473fdf14d4437274b2b5b8e8b06-e798d5fab177e899856b5f3b545a9c467cda3206.profdata to chrome-android64-6778-1733427345-2cdb10c313a0d9bb5b5a0009947a736aa4edd58b-cc38c7591c0b449d5f659a692558caf0368a1bb2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3e3064e5e9b9acfb41e1b69a3c756df83445e2f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074998
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2579}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733398781-acbd0a5b04faaa44166b97281952bdd43ca04ac3-0922596152dd00824761ab706354ac3ef6afa2cf.profdata to chrome-mac-6778-1733419553-9f5585095a413810b93eb8ff6adc40505046d2b1-72b9b9adf418886314523834287350557ae66b2c.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I5c150ba1f6096a38647e60bae4127b8f49fd894f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075120
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2578}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-05 UTC
Change-Id: Iea208c4eaa063fa5b362ce8395726535547ef890
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073511
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2577}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733419553-b212d34f12f902c0f4da291499d440fcf1db83d6-72b9b9adf418886314523834287350557ae66b2c.profdata to chrome-android64-6778-1733423897-6748a66c7802d473fdf14d4437274b2b5b8e8b06-e798d5fab177e899856b5f3b545a9c467cda3206.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Idc0941742c34c48c1d8a940a61fe47a071f2c736
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074993
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2576}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733398781-22e5637d0a413120f778c9efbf6ace6a4d493ef0-0922596152dd00824761ab706354ac3ef6afa2cf.profdata to chrome-linux-6778-1733419553-8acba7de755cbe07e457182925a703c3feb21a40-72b9b9adf418886314523834287350557ae66b2c.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I856f7ffe9377ca7791dee5f0c19f8c0a5d227447
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075119
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2575}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Fix callbacks in LanguageDetectionModel::NotifyModelLoaded.
(cherry picked from commit 9c299bcdb77c63cc75c29c009ed035c6c223067e)
Bug: 379516109
Change-Id: Idb9a853f71478fe3da8676df486076e5f87fd9f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6054828
Reviewed-by: Tsuyoshi Horo <[email protected]>
Commit-Queue: Fergal Daly <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1389623}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069027
Reviewed-by: Alexander Bolodurin <[email protected]>
Auto-Submit: Fergal Daly <[email protected]>
Commit-Queue: Prudhvikumar Bommana <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2574}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733416728-79b7f23d34db8d4ac2a2f74140de065221ab00ee-f235bc8f18e1c4d313bc321ef6b0718c889a42f5.profdata to chrome-android64-6778-1733419553-b212d34f12f902c0f4da291499d440fcf1db83d6-72b9b9adf418886314523834287350557ae66b2c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iaa65310bfc35c7ed5efb0862ffd6e2128b08249b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075387
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2573}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131 Merge]Fix a nullptr dereference in AppendVideoItems.
(cherry picked from commit 28ae93d759de785a5fae1b00ce1d46a136bdc2bc)
Bug: 378120897
Change-Id: I50acf6c9f456d738710c44ba65bf782862833d4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6013898
Commit-Queue: Erik Chen <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Thomas Lukaszewicz <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1381532}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064978
Reviewed-by: Erik Chen <[email protected]>
Commit-Queue: Prudhvikumar Bommana <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2572}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-05 UTC
Change-Id: Id5e9fbae56ba036f314b167f961d2bc5542267e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074676
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2571}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[Passwords] Mask field when typing with visible generation popup
This CL ensures that the password is masked after a user types a
character in the password generation flow (without declining the popup
with a button) since with the recently launched UI for generation, the
password is previewed in the field straight away and any character
typed counts as a rejection.
The only exception is when the user enters the editing flow after
accepting the generation - then the password should stay unmasked
when focused until it's fully cleared.
The logic is updated in TextDidChangeInTextField:
* whenever the password is not generated and the length is 0, the
generation should be offered
* whenever the password is not generated and the length is >0, it
counts as a rejection and the field should be masked except for the
after-editing state
Recording with fix: https://drive.google.com/file/d/1ftEJ4Hz-CRh43S0UIm5JMHyBbEvfSAJY/view?usp=sharing
(cherry picked from commit fd72854a8ce89420008e742634ec827e8f161957)
Fixed: 380789330
Change-Id: I3fa256887fc9da23641a9599d66666b6085e38c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6048834
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Maria Kazinova <[email protected]>
Commit-Queue: Rafał Godlewski <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1388460}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075088
Commit-Queue: Prudhvikumar Bommana <[email protected]>
Owners-Override: Prudhvikumar Bommana <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2570}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733412634-91c04930b34a759a6d6f4d789a1616f3d4500502-ca16f33fffd94b604adc446c30b5f46998f814cc.profdata to chrome-android64-6778-1733416728-79b7f23d34db8d4ac2a2f74140de065221ab00ee-f235bc8f18e1c4d313bc321ef6b0718c889a42f5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I81b0b64cd87171b9bdba54087f53b4d9fb29ea82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075114
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2569}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-05 UTC
Change-Id: I87f1b5e08895227c0391d27bd608a0705d3589bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074730
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2568}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733410599-04433549d20a96097d43b4eaa780221699946585-56534bfc6a2ff173880a6265958e02dc5aa71202.profdata to chrome-android64-6778-1733412634-91c04930b34a759a6d6f4d789a1616f3d4500502-ca16f33fffd94b604adc446c30b5f46998f814cc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4623a5707b4df35837030f2529927517be076b4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075053
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2567}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733378067-c830c12fd30fecc1aa64391d4c2d3ce7ed308588-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata to chrome-win64-6778-1733398781-f8ac2afe1b246d4c56e73ac531ae417b2371d48a-0922596152dd00824761ab706354ac3ef6afa2cf.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I73e2ea0a13eaf631889ed8ad38de739458f81f61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072256
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2566}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733409130-e0754e7c7076c04b7a8eb5e25980e99d9ae4356c-50eb69e2bf53caf154535d1cc659532e8bb1e36b.profdata to chrome-android64-6778-1733410599-04433549d20a96097d43b4eaa780221699946585-56534bfc6a2ff173880a6265958e02dc5aa71202.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I500241175e5f7b98d03637b1d1ba2f700d14e769
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073319
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2565}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733378067-e24165fea90860d644687d71b0339ad25685e785-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata to chrome-win32-6778-1733398781-c961c733f615906adabb5941c4082117983eb5dd-0922596152dd00824761ab706354ac3ef6afa2cf.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Icb1e90535529aeab02f606ef3585372df96e25d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074983
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2564}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733406855-62c8e521e8d15b9c7c830b0ebda48e9807f319ec-77234ec4b7848522792c9fc74b4d12964846664e.profdata to chrome-android64-6778-1733409130-e0754e7c7076c04b7a8eb5e25980e99d9ae4356c-50eb69e2bf53caf154535d1cc659532e8bb1e36b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ied486694d3646f9caf1dac22f9430aa3dccd4ce5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075049
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2563}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733401380-df84cd85dd00cedc81e644d9de470b68196abb50-3e7e23743ab11019371c2e8c0c93d2eaba6d66db.profdata to chrome-android64-6778-1733406855-62c8e521e8d15b9c7c830b0ebda48e9807f319ec-77234ec4b7848522792c9fc74b4d12964846664e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ibedfdff7972188a5d003509c35b35d2d4c2ad282
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073316
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2562}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Updating XTBs based on .GRDs from branch 6778
Change-Id: Ic9fa6e8fc60a19e7f84f4b679a93aab3a420c788
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073249
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@{#2561}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733378067-d8f217401489ad62a8e5809e9ec95818183512a2-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata to chrome-mac-6778-1733398781-acbd0a5b04faaa44166b97281952bdd43ca04ac3-0922596152dd00824761ab706354ac3ef6afa2cf.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Id35a8620f10d91860b7e7f66518c6e605f232826
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072101
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2560}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.54.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729432909710867553
Change-Id: I5c1140e880f55693ac882a1de60c49b7d8ad35b3
CrOS-LKGM: 16063.54.0
Cr-Original-Build-Id: 8729432909710867553
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072110
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2559}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733398781-19e5a76dc26192173c8ad6dc3984b8f4e0557742-0922596152dd00824761ab706354ac3ef6afa2cf.profdata to chrome-android64-6778-1733401380-df84cd85dd00cedc81e644d9de470b68196abb50-3e7e23743ab11019371c2e8c0c93d2eaba6d66db.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I359075197b8544c7d61ad8fb66969a68574c65e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074264
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2558}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733378067-ab94e1816d02585c65e868d55e3559a0b9dac73d-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata to chrome-linux-6778-1733398781-22e5637d0a413120f778c9efbf6ace6a4d493ef0-0922596152dd00824761ab706354ac3ef6afa2cf.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I7b9095f190b975799d15d2e3c93407ecea41c8a3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074262
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2557}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733396309-e791b51d3ccae39e09368097fc97615d0462e8dd-f15c383c4a796ede1bf03c893f57f0f83f044ba9.profdata to chrome-android64-6778-1733398781-19e5a76dc26192173c8ad6dc3984b8f4e0557742-0922596152dd00824761ab706354ac3ef6afa2cf.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iaf8495a1017eb5ecd38366fa7ff11464540e64d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074968
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2556}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll commits from side projects in M131
Roll src/v8 in M131 from e38771cb283b to b97fcc24b352
Commits rolled:
https://chromium.googlesource.com/v8/v8.git/+log/e38771cb283b..b97fcc24b352
Generated by: http://go/bbid/8729386410353906865
Change-Id: Iaf1665d3efab8341f4dfa390793fb299ef5f2d59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6075084
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2555}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733394894-1e9d292c8547ef6bddcedd0191cd0a595be2f077-0d99501daf4508971d7b7eefe7bd80dedea35502.profdata to chrome-android64-6778-1733396309-e791b51d3ccae39e09368097fc97615d0462e8dd-f15c383c4a796ede1bf03c893f57f0f83f044ba9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I961a591001b2c8c90368e96beb4c6a65e26a8023
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074963
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2554}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733390895-cc8263a49e861a2338a94e9b584cd4628321d601-8cfb8e20cdbe97e8d1f83b543639ab322ee53517.profdata to chrome-android64-6778-1733394894-1e9d292c8547ef6bddcedd0191cd0a595be2f077-0d99501daf4508971d7b7eefe7bd80dedea35502.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic5af5c33033824e294e9f9e9671a88beb0e4d6c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074749
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2553}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733388744-775ef5c6efd0579b5fa6e0d9884bd94bb3979162-5a0557edd47307a3d2bf22f01661c10d12158c7c.profdata to chrome-android64-6778-1733390895-cc8263a49e861a2338a94e9b584cd4628321d601-8cfb8e20cdbe97e8d1f83b543639ab322ee53517.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I727c11d5da716766e81cae4d4718b153d7b72eb6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074654
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2552}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733356737-c5f3acfc2205067142d98c1f6dd592a925ba9663-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata to chrome-win32-6778-1733378067-e24165fea90860d644687d71b0339ad25685e785-64f491c3d86116a99c720fb35f4a5a315af4bffa.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I6409e75a4da84d5c872bac71e8975846f6d77b68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072035
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2551}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733356737-b4f6367b9b38bae2a34f13e240e5ea33c683fb8e-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata to chrome-win64-6778-1733378067-c830c12fd30fecc1aa64391d4c2d3ce7ed308588-64f491c3d86116a99c720fb35f4a5a315af4bffa.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I5c7f4e19a03851e46f727d62dbdb175733022484
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073681
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2550}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733387266-768ea0c7fc7abf6580b47ef0dc8b1c1efc397d24-975ed8c58a1c4fe3bf4c5cca07e0fe476e90b931.profdata to chrome-android64-6778-1733388744-775ef5c6efd0579b5fa6e0d9884bd94bb3979162-5a0557edd47307a3d2bf22f01661c10d12158c7c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I8272b8c788bf96e0f96efebed3b2a6103278be61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072536
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2549}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733380699-036f33ba0e7acd40294507321b4baaff20a3e4eb-d68972271e5cc595efc7ad53ea5a43a8b8e88df5.profdata to chrome-android64-6778-1733387266-768ea0c7fc7abf6580b47ef0dc8b1c1efc397d24-975ed8c58a1c4fe3bf4c5cca07e0fe476e90b931.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib86832d66a762c614c3c39a101a04f4327f7ed85
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074392
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2548}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733356737-133346fe7ee8ccdfed48bb313407beaeb4031c53-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata to chrome-mac-6778-1733378067-d8f217401489ad62a8e5809e9ec95818183512a2-64f491c3d86116a99c720fb35f4a5a315af4bffa.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I1e9d8f06d8563d6d249f785bde9ad22f0abac9d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071888
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2547}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733378067-59bcf16b59f2cd71b94c8496860ce3d101d0541d-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata to chrome-android64-6778-1733380699-036f33ba0e7acd40294507321b4baaff20a3e4eb-d68972271e5cc595efc7ad53ea5a43a8b8e88df5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I6ae65c945bed4a9b5f6ef61ca1904558bc9dd229
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074252
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2546}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733356737-8dbc2d4597b40d2343d6005d14f60b8f1c77e2ad-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata to chrome-linux-6778-1733378067-ab94e1816d02585c65e868d55e3559a0b9dac73d-64f491c3d86116a99c720fb35f4a5a315af4bffa.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Iddc83a26e779623fc2b1cd2dbfbba88a9b7e541c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074291
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2545}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733370758-c62fc51d0f6f325194880bd98e47b4a84fd97aa5-1d90d5dbdbf46fc2c7022542558e886f977c7dc3.profdata to chrome-android64-6778-1733378067-59bcf16b59f2cd71b94c8496860ce3d101d0541d-64f491c3d86116a99c720fb35f4a5a315af4bffa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I572ce769082fb62f25c38d556f70c772069f7f8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074251
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2544}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733367073-746f5df6f92438a08b1897f3cd19fa71c18b962a-0b66eae22355ea0f0609b8c39fca39579fb07856.profdata to chrome-android64-6778-1733370758-c62fc51d0f6f325194880bd98e47b4a84fd97aa5-1d90d5dbdbf46fc2c7022542558e886f977c7dc3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iab32a3e332eea517462f918a383c5b7e7369e9c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074248
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2543}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733362921-f773cff467b2502f7787ceb07b4f4faeb842d72e-e925f300acf837cef7398b051a2e4fee888f0a98.profdata to chrome-android64-6778-1733367073-746f5df6f92438a08b1897f3cd19fa71c18b962a-0b66eae22355ea0f0609b8c39fca39579fb07856.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id4fcd21bec3abd2f8a2b67765a5347efc8d81daf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072032
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2542}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733360613-0a60d2f013a745a66ec4fe14a9d84ff218cb0352-63f213cc93a4bd2d7a27bea78029c36c45739310.profdata to chrome-android64-6778-1733362921-f773cff467b2502f7787ceb07b4f4faeb842d72e-e925f300acf837cef7398b051a2e4fee888f0a98.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib16c9006b8477f1a19c76c5a648a1620de0d2bd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072632
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2541}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733334666-7b76c9efa5727f9c6005a220b643d7ef1563d5a5-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata to chrome-win32-6778-1733356737-c5f3acfc2205067142d98c1f6dd592a925ba9663-e29ecef687eb89eddeaceb6afe53b4497369f673.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I75544761ec21292379f5bac8b609a96d5e787f14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071998
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2540}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733334666-3f76558a342083218166a6d267b514387c77a373-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata to chrome-win64-6778-1733356737-b4f6367b9b38bae2a34f13e240e5ea33c683fb8e-e29ecef687eb89eddeaceb6afe53b4497369f673.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: If82e12fa7db700ef10fb74dceef72b772d2fcea9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071757
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2539}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733334666-433059b20b705f527dcc5893e68b409da4028eb7-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata to chrome-mac-6778-1733356737-133346fe7ee8ccdfed48bb313407beaeb4031c53-e29ecef687eb89eddeaceb6afe53b4497369f673.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ifae82db29a4b4be1527eec87544f6af0990493ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072566
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2538}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733359723-b2b1f9c74c79744125577cf9731cbfe5a9c40bde-892c3d902993a77add26cda1bc9c771cbe1a2849.profdata to chrome-android64-6778-1733360613-0a60d2f013a745a66ec4fe14a9d84ff218cb0352-63f213cc93a4bd2d7a27bea78029c36c45739310.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic019f9b2bf19b9d88961862514b0301f2d9ca11f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072090
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2537}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733334666-ae6375af3ef035b01783da04d52dba261226cfb3-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata to chrome-linux-6778-1733356737-8dbc2d4597b40d2343d6005d14f60b8f1c77e2ad-e29ecef687eb89eddeaceb6afe53b4497369f673.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I94e11c7f4bd6c1292061ba83962765813de2362b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072511
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2536}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733356737-358dfddd5cec17b785c8862a817d47508178c85b-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata to chrome-android64-6778-1733359723-b2b1f9c74c79744125577cf9731cbfe5a9c40bde-892c3d902993a77add26cda1bc9c771cbe1a2849.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I83e6c8908d278565337df586629a7ccf342355ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6073243
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2535}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733354170-502c67f3562dd9b113f8adf60c8a9b18befe00ab-d89e42418e0fd15d9df8834662f07dad3085b3a7.profdata to chrome-android64-6778-1733356737-358dfddd5cec17b785c8862a817d47508178c85b-e29ecef687eb89eddeaceb6afe53b4497369f673.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iad166a510c3af22f92df4146f934fa9ca9ad8007
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071856
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2534}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.130
Change-Id: Ie8691ff1b1839cc9eb856ef81d3e98b2e7783d4b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072972
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2533}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[TZ update][M131] Roll ICU
Intended to fix a bug with Factory timezone id
https://chromium.googlesource.com/chromium/deps/icu/+/4239b15..ba7ed88
(cherry picked from commit 99c9668343446ad51e881fa4c48f16850aebe7f7)
Bug: 381620359
Change-Id: I15c6a1cd1fda406738a33becca2d3773cad56475
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068230
Commit-Queue: David Yeung <[email protected]>
Reviewed-by: Shu-yu Guo <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1391356}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068074
Cr-Commit-Position: refs/branch-heads/6778@{#2532}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733352478-e6d213ef127cc0fcf1fde79d35d7bddfc7781896-468e38172413c81a0c002f24d6d1d0f07a9dff76.profdata to chrome-android64-6778-1733354170-502c67f3562dd9b113f8adf60c8a9b18befe00ab-d89e42418e0fd15d9df8834662f07dad3085b3a7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ieb0bf4984f9f414287967856416dc256a6e9f1d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071995
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2531}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733350533-7f0525bd59a4668621275af511af0d26eee5cba6-66c0d252c5925e1d2e0f306c785021cfb08461cb.profdata to chrome-android64-6778-1733352478-e6d213ef127cc0fcf1fde79d35d7bddfc7781896-468e38172413c81a0c002f24d6d1d0f07a9dff76.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I00905bc7decdd66157349b8f2322e06a9ca01f32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072085
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2530}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733346712-bee5b7c6c050b8d0a21759c61e4f09cda05e2128-a58468085ce0430734076514b5c6604dc48aa2cd.profdata to chrome-android64-6778-1733350533-7f0525bd59a4668621275af511af0d26eee5cba6-66c0d252c5925e1d2e0f306c785021cfb08461cb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I33a76bf4260e01afc3e3e63a7a74daf21ff29eb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071693
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2529}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733343999-dcc715c6a82c22c6a8d6b40f1ceec30136b312a2-1e1b196af95e9f05b0c3d0b544d418274c239e22.profdata to chrome-android64-6778-1733346712-bee5b7c6c050b8d0a21759c61e4f09cda05e2128-a58468085ce0430734076514b5c6604dc48aa2cd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ifd145508f31bb58f66d73c5a0017921990bdff1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6072183
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2528}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733311291-4a90e2467c02924d86703642bb3bc6b7c011d5cd-4af311654ae204f25b94363ef788ff22de930d8d.profdata to chrome-win64-6778-1733334666-3f76558a342083218166a6d267b514387c77a373-4f57c3556c840cf02e2a0170c995c22eb980334d.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: If4623011673ca162ca399557e9751ac422206d45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070417
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2527}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733311291-a3225648ab72fbb56a87d324496254cb19ff4bcf-4af311654ae204f25b94363ef788ff22de930d8d.profdata to chrome-win32-6778-1733334666-7b76c9efa5727f9c6005a220b643d7ef1563d5a5-4f57c3556c840cf02e2a0170c995c22eb980334d.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I088b95557e834405a4e436637a9accefb6cd2eff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071351
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2526}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733342027-19de27399659a775b41473373c86c41af88cb72a-00b49415e6eb43029e9a64c9ac487f485678cef9.profdata to chrome-android64-6778-1733343999-dcc715c6a82c22c6a8d6b40f1ceec30136b312a2-1e1b196af95e9f05b0c3d0b544d418274c239e22.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic5d6dcb473148efa1d36f13481361de9babbac51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071744
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2525}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733291434-4ce1634b0067f99c2cde7e30f2d368230a79d538-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-mac-6778-1733334666-433059b20b705f527dcc5893e68b409da4028eb7-4f57c3556c840cf02e2a0170c995c22eb980334d.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ic49ed5565fd852f94d4a039949ea7ab0d8ea53bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071422
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2524}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733334666-a1b64007b18b363f63b69d9b808fda2e4c34cea1-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata to chrome-android64-6778-1733342027-19de27399659a775b41473373c86c41af88cb72a-00b49415e6eb43029e9a64c9ac487f485678cef9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I45f62d3e9d166e1e1bd1eff54a4ccb7587ca2df8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071133
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2523}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733331109-b27de22daf24aadb55eb8b5ce6eeaf629fdce037-d277601a3bf28d4dab866a38c931ee52f3b62899.profdata to chrome-android64-6778-1733334666-a1b64007b18b363f63b69d9b808fda2e4c34cea1-4f57c3556c840cf02e2a0170c995c22eb980334d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I60271bfb199708fdd5b13a8902403666e182a513
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071207
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2522}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733311291-0e6740e4b3ef4dd7ea869204b58c58dc3df5b679-4af311654ae204f25b94363ef788ff22de930d8d.profdata to chrome-linux-6778-1733334666-ae6375af3ef035b01783da04d52dba261226cfb3-4f57c3556c840cf02e2a0170c995c22eb980334d.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I35c6a71688bba16c5b7f33b0764bc236c7f72e17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068685
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2521}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733326161-4550b294da2caad1b12c6e718da27ca899045da7-7fb417d00410ff2321432017860f21b229f984d3.profdata to chrome-android64-6778-1733331109-b27de22daf24aadb55eb8b5ce6eeaf629fdce037-d277601a3bf28d4dab866a38c931ee52f3b62899.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ieda4b9640174ebdbc1ed14fce51587d12d36ee59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071127
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2520}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Setting version to 131.0.6778.129
Change-Id: Id58a9ac295c0a188f7ab7dac1c46ff3b6742382e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068680
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2519}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733322722-8cd2c97d26bf487b052bbc9b74d7469e8adc7562-4d37b7861ef43eba4199439e84bf6856a80ab86b.profdata to chrome-android64-6778-1733326161-4550b294da2caad1b12c6e718da27ca899045da7-7fb417d00410ff2321432017860f21b229f984d3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib2e0224271446fde928effa833cc415b357c0337
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071068
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2518}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.53.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729523401971809633
Change-Id: I0365d6787974cb61f839f9e8df6152188499d80d
CrOS-LKGM: 16063.53.0
Cr-Original-Build-Id: 8729523401971809633
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071062
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2517}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733291434-f0d4cb45a28a868b44e79e1145af1acd0518fbc7-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-win64-6778-1733311291-4a90e2467c02924d86703642bb3bc6b7c011d5cd-4af311654ae204f25b94363ef788ff22de930d8d.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I83423283e245442be077315d21f0ffaae558bb5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070923
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2516}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automatic update from google3
Automatic update for 2024-12-04 UTC
Change-Id: I448021d6ce92dd293df3592004bb2fc69bba0b3b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070091
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2515}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733319613-49fbd2e2330be99317779a29d92fa7d05accebc3-0f298fb10046d40f939c6417e3194341fa922b48.profdata to chrome-android64-6778-1733322722-8cd2c97d26bf487b052bbc9b74d7469e8adc7562-4d37b7861ef43eba4199439e84bf6856a80ab86b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I87e28957f0f8645f6253f81a93d8c1b6a15d80be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069084
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2514}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733291434-69786c1bb0603e8ca7bdd6c85636f0cb23841e0b-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-win32-6778-1733311291-a3225648ab72fbb56a87d324496254cb19ff4bcf-4af311654ae204f25b94363ef788ff22de930d8d.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Id1e0885f5e8e46300ffa781e52f65ac7d7c820a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069485
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2513}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733317178-1c49393ccf555d2117f4b9b516162fcbd17ef736-352c0208960572635da7785421b6ed8baea898d6.profdata to chrome-android64-6778-1733319613-49fbd2e2330be99317779a29d92fa7d05accebc3-0f298fb10046d40f939c6417e3194341fa922b48.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I100251b60fc3a0a7ddaf1aa5a388c1a73069057b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070926
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2512}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Updating XTBs based on .GRDs from branch 6778
Change-Id: If1a727a00838a148f5c85ea8edc1f853e701ea27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067788
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@{#2511}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733311291-cae7b8ce5c6b2d14406d65472fa73b52852ca0d4-4af311654ae204f25b94363ef788ff22de930d8d.profdata to chrome-mac-arm-6778-1733319613-62dc5393488e44cbd9e9a804510798d24f4c426c-0f298fb10046d40f939c6417e3194341fa922b48.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0c0f94031b172342416d83a165271ee07d895e0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070709
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2510}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Bigcore AFDO profile from 131-6778.96-1733110272-benchmark-131.0.6778.112-r1 to 131-6778.96-1733110272-benchmark-131.0.6778.113-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0f6f3845efae81b1e9680853122e4c855d55d0ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070626
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2509}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733314714-396f4f028ed4fb8e91047590ef3df756a656e9eb-cf4263cc4d0c915f8a2429795cba05be5f6569aa.profdata to chrome-android64-6778-1733317178-1c49393ccf555d2117f4b9b516162fcbd17ef736-352c0208960572635da7785421b6ed8baea898d6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ibbb747f217ea5bec3744e2c958b970aaa81978ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070746
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2508}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733311291-84e6804280fb15d4bd669715c9af2c5deed15254-4af311654ae204f25b94363ef788ff22de930d8d.profdata to chrome-android64-6778-1733314714-396f4f028ed4fb8e91047590ef3df756a656e9eb-cf4263cc4d0c915f8a2429795cba05be5f6569aa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ia38d0bc98ee2037dd3d21622a73d240c55c07ca4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070637
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2507}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733291434-b4634fb5a098bb05008351429b8a871dcf3ee649-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-linux-6778-1733311291-0e6740e4b3ef4dd7ea869204b58c58dc3df5b679-4af311654ae204f25b94363ef788ff22de930d8d.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib248d5907d1f717e35fa24b595119ddd0cb9ed66
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069676
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2506}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Atom AFDO profile from 131-6778.96-1733109744-benchmark-131.0.6778.112-r1 to 131-6778.96-1733109744-benchmark-131.0.6778.113-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I10699694fd2610dacae5484921fa35b7a934931c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069677
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2505}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733305859-6a51410ee728f456e1a07f5f4cf898ea58ce61f8-94fc2ffee4408618b53595bd231bbb7255a10ca1.profdata to chrome-mac-arm-6778-1733311291-cae7b8ce5c6b2d14406d65472fa73b52852ca0d4-4af311654ae204f25b94363ef788ff22de930d8d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I62a3b29802858c880117d8e6d15030dc6779f543
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069187
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2504}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733309649-6b97fb9258820a1dcf4ae65b9f2d28d5936ee029-e48db767dedd2bad8da04166ce2e7c6779d3d875.profdata to chrome-android64-6778-1733311291-84e6804280fb15d4bd669715c9af2c5deed15254-4af311654ae204f25b94363ef788ff22de930d8d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie0d4366337863ced07275cd5a40a3ca8b0d7ed23
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070705
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2503}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733307308-572e0b4a6efeb7205d892d055278315f80578482-1aff332d8b87715361f02d18ab17d2fc98ecf658.profdata to chrome-android64-6778-1733309649-6b97fb9258820a1dcf4ae65b9f2d28d5936ee029-e48db767dedd2bad8da04166ce2e7c6779d3d875.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4e2b6f28848f2aae579bb078c5e9a55757a8a3c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6070616
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2502}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733302570-2b5c32b2eb6cd3d28463116dd5d0eb5752445162-ae6b03ec4b636437559d1cb6527dc748b0e2c3bf.profdata to chrome-android64-6778-1733307308-572e0b4a6efeb7205d892d055278315f80578482-1aff332d8b87715361f02d18ab17d2fc98ecf658.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9bb4874f8c5b099344182f7d830f94c3000203ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068460
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2501}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733299171-82f6072ac2e36bbf1dfbac4f205c7fdd286c7dfe-39f8aae16be4b6d9166ed96bcc841a7af1ebff1c.profdata to chrome-mac-arm-6778-1733305859-6a51410ee728f456e1a07f5f4cf898ea58ce61f8-94fc2ffee4408618b53595bd231bbb7255a10ca1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I55bf9f9642c58441d2b8e68480b2787ca19e2a34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068505
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2500}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733268890-f3d151eafbc7ab129668a8dfda1ccfca97a28338-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-win64-6778-1733291434-f0d4cb45a28a868b44e79e1145af1acd0518fbc7-219d6b76c06254bfe845d5692a599b1681f1db45.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I629344674d68b1e45423848d3434839044ac3f28
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069655
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2499}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733268890-5799d44b124c65769624af353f879760941b9f8a-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-win32-6778-1733291434-69786c1bb0603e8ca7bdd6c85636f0cb23841e0b-219d6b76c06254bfe845d5692a599b1681f1db45.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ie472699b03cc0b0faa817e0e0d468472ceb294d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069579
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2498}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733299904-f30928783229a823f9a6acf9afed78f735163e20-5040a6164a1f17d03ca25ee36d8c93bbfbd685a3.profdata to chrome-android64-6778-1733302570-2b5c32b2eb6cd3d28463116dd5d0eb5752445162-ae6b03ec4b636437559d1cb6527dc748b0e2c3bf.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: If553a4c0e64d7fba0658035a3bd2042b7f1aea75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069595
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2497}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Amd64 AFDO from 131.0.6778.112_rc-r1-merged to 131.0.6778.113_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I86b73e355372b5a99ec9b61354e17c8d82f470c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068501
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2496}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733294344-9eff5e6a08b7fedfc1e0ef61f08b658270a48847-586fb14ff4781b3fb58f9ca1b96266c4bb911473.profdata to chrome-android64-6778-1733299904-f30928783229a823f9a6acf9afed78f735163e20-5040a6164a1f17d03ca25ee36d8c93bbfbd685a3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iba43d6bf8e3e4f32e3a810d9060d0b5b052549b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069581
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2495}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733291434-0b67f939a02d32cdc9538c7bfc0eab22564e48b1-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-mac-arm-6778-1733299171-82f6072ac2e36bbf1dfbac4f205c7fdd286c7dfe-39f8aae16be4b6d9166ed96bcc841a7af1ebff1c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id0380825ed8a9a19ceb82d582539001136bee0b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069580
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2494}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733291434-c657f6d91aca15ea76b48e041f574493c87cb9bb-219d6b76c06254bfe845d5692a599b1681f1db45.profdata to chrome-android64-6778-1733294344-9eff5e6a08b7fedfc1e0ef61f08b658270a48847-586fb14ff4781b3fb58f9ca1b96266c4bb911473.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id9962d4e5bdf5f4d7e46ec56fb034607df41df1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068455
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2493}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733268890-e7f6bb73bd3e8e705213c58c33ede1eca592aed9-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-mac-6778-1733291434-4ce1634b0067f99c2cde7e30f2d368230a79d538-219d6b76c06254bfe845d5692a599b1681f1db45.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I96f105780797ad5343e5e53f70f3e6e195bfe44e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069652
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2492}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733288296-457021f343ebfe0351cf8fd20d3b35052e39cc60-a68b6ee404caa6bcab89c698caa160d51d7839ac.profdata to chrome-android64-6778-1733291434-c657f6d91aca15ea76b48e041f574493c87cb9bb-219d6b76c06254bfe845d5692a599b1681f1db45.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I91406fa84f1daf9c6db9da09cecc102c07088f34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069653
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2491}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733268890-64fc465a0c7016325abf8b508ab40ab526ae2d92-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-linux-6778-1733291434-b4634fb5a098bb05008351429b8a871dcf3ee649-219d6b76c06254bfe845d5692a599b1681f1db45.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I3f9eff09868207cdaa00110ed61f41566535a861
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069500
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2490}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733286306-fd207cfbf85157855818719cb54d72cf816c5eb1-636b981b3c873c30b89e138237501ab41de9d60e.profdata to chrome-android64-6778-1733288296-457021f343ebfe0351cf8fd20d3b35052e39cc60-a68b6ee404caa6bcab89c698caa160d51d7839ac.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I1fee86adeeeac251f20027193a11f6c4013caf6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069591
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2489}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733282970-046dbf4a8043bdf5a0026e7f612fa0bf238536ef-00d7411e43100cfef111d58e95d27ccede2db22f.profdata to chrome-mac-arm-6778-1733291434-0b67f939a02d32cdc9538c7bfc0eab22564e48b1-219d6b76c06254bfe845d5692a599b1681f1db45.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ieb38d6fe06180cb853b148711495426ef854e64c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069070
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2488}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
skia::DrawGainmapImage: Fix cubic sampling
When cubic sampling is used, the gainmap shader fails because it uses
SkImage::makeRawShader, which does not support cubic sampling. Fall back
to linear sampling in that case.
(cherry picked from commit 86596c43e60a6653fdef0d8ed6a66f9155258fe7)
Bug: 374783345
Change-Id: I55caf3688d8338798c1358c19e08b147794abf91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5952964
Reviewed-by: Michael Ludwig <[email protected]>
Commit-Queue: ccameron chromium <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1373772}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063813
Cr-Commit-Position: refs/branch-heads/6778@{#2487}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733282970-27b4b236e716fa39d3e6bd863d7851fb2becae83-00d7411e43100cfef111d58e95d27ccede2db22f.profdata to chrome-android64-6778-1733286306-fd207cfbf85157855818719cb54d72cf816c5eb1-636b981b3c873c30b89e138237501ab41de9d60e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0a521aacd98da1d3d201fc16f412d57e6be6539a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069668
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2486}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733278737-0f739f16e01248cbc034eafb3cedf7061853b60d-e7d4541429d52c78b994b21fde1740dfd746ceb6.profdata to chrome-android64-6778-1733282970-27b4b236e716fa39d3e6bd863d7851fb2becae83-00d7411e43100cfef111d58e95d27ccede2db22f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id6fb4dcc14b9bee9dc633477c7522ebb0d5f9031
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069573
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2485}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733276351-e8585e7cf8605971e71303e84a3679a3b3e7053a-5d373a57ccc23bb5afa6cd59bdecb4212255a35d.profdata to chrome-mac-arm-6778-1733282970-046dbf4a8043bdf5a0026e7f612fa0bf238536ef-00d7411e43100cfef111d58e95d27ccede2db22f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7a6038d6c00b041c9d0e93a9b1e2280fd71c88c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068750
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2484}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733277784-c93945c1578bb0da87bcadc843749de4e10c2644-4caac096878c8d2dc766054b0b3130ad987bd371.profdata to chrome-android64-6778-1733278737-0f739f16e01248cbc034eafb3cedf7061853b60d-e7d4541429d52c78b994b21fde1740dfd746ceb6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7b2707773234248cfb4a7aeb9425ec4df1b81e26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068749
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2483}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Add AwGWSPageLoadMetricsObserver for WebView
This CL adds AwGWSPageLoadMetricsObserver that is a
GWSPageLoadMetricsObserver for WebView. As mentioned in the previous CL
(https://crrev.com/c/5973517), this corresponds to
ChromeGWSPageLoadMetricsObserver, but doesn't record metrics with
kSuffixIsBrowserStarting and kSuffixFromNewTabPage. See the CL
description of the previous CL for details.
(cherry picked from commit 29479a252824c004bcd18dfac9dbb1e552349e35)
Bug: 376094913
Change-Id: I068e10652e474508d20f62614e762554b93fdd81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5977063
Commit-Queue: Hiroki Nakagawa <[email protected]>
Reviewed-by: Kouhei Ueno <[email protected]>
Reviewed-by: Shunya Shishido <[email protected]>
Reviewed-by: Richard (Torne) Coles <[email protected]>
Reviewed-by: Rakina Zata Amni <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1376877}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064564
Reviewed-by: Hiroki Nakagawa <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2482}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733247848-e82522b9bec0c2fe0483330be5a96380cede9ff1-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-win64-6778-1733268890-f3d151eafbc7ab129668a8dfda1ccfca97a28338-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I36644aa1e0d8b8c3e0cb15262be50b91f20c2ed6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068853
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2481}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733247848-4d044f3ef1cfb67901d88dac2840c77fedd7bb3b-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-win32-6778-1733268890-5799d44b124c65769624af353f879760941b9f8a-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ia742bdaa9bbd4bf5950c46d333e06e3615b679d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068005
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2480}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] Move GWSPageLoadMetricsObserver from chrome/ to components/
This is a preparation for running GWSPageLoadMetricsObserver on WebView.
Before this CL, the observer was placed in chrome/ that WebView
(android_webview/) cannot access. This CL moves the observer to
components/ that can be accessed from android_webview/.
GWSPageLoadMetricsObserver had dependencies on chrome specific
utilities to record kSuffixIsBrowserStarting and kSuffixFromNewTabPage.
These cannot be migrated to components/, so this CL leaves them in
chrome/ as ChromeGWSPageLoadMetricsObserver:
- kSuffixIsBrowserStarting: AfterStartupTaskUtils is used for checking
if the browser is still starting. Currently this utility is not
available in components/, so this suffix needs to be kept in chrome/.
- kSuffixFromNewTabPage: chrome::kChromeUINewTabPageURL is available
only in chrome/. Also, WebView doesn't have the NTP, so this suffix
should be kept in chrome/.
In follow-up CLs, WebView will use GWSPageLoadMetricsObserver, not
ChromeGWSPageLoadMetricsObserver. This means metrics with these
suffixes won't be recorded for WebView.
(cherry picked from commit ee0d5036bd0e66b2550cdf06aade7e30a347bac6)
Change-Id: I3ac28f4240b18585cc41eae657c4f00ca6b0f161
Bug: 376094913
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5973517
Reviewed-by: Peter Kasting <[email protected]>
Auto-Submit: Hiroki Nakagawa <[email protected]>
Reviewed-by: Alexei Svitkine <[email protected]>
Reviewed-by: Maksim Ivanov <[email protected]>
Reviewed-by: Shunya Shishido <[email protected]>
Commit-Queue: Alexei Svitkine <[email protected]>
Reviewed-by: Rakina Zata Amni <[email protected]>
Reviewed-by: Dominic Battré <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1376332}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064619
Reviewed-by: Anqing Zhao <[email protected]>
Commit-Queue: Hiroki Nakagawa <[email protected]>
Reviewed-by: Igor <[email protected]>
Reviewed-by: Kouhei Ueno <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2479}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733274137-5d7d23517c68e11ba7e14e9124d37e231e251adb-474ae160e63fb0e3bda530bcc10be97643e67aa6.profdata to chrome-android64-6778-1733277784-c93945c1578bb0da87bcadc843749de4e10c2644-4caac096878c8d2dc766054b0b3130ad987bd371.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I09b8f136eb89a8aa62f2a36244a0e592b3355ddf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068262
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2478}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733247848-4a59b74be5cf6a80f7bd00684f2b446cff8afaf2-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-mac-6778-1733268890-e7f6bb73bd3e8e705213c58c33ede1eca592aed9-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I9126e6eb13d0130a4c0c4137a37b32ac78362a8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068926
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2477}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733268890-9b26dd5788ac28ff05e9b930c9736feb8242e096-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-mac-arm-6778-1733276351-e8585e7cf8605971e71303e84a3679a3b3e7053a-5d373a57ccc23bb5afa6cd59bdecb4212255a35d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic1b76d62407b18120bf96c9803fafec38ae0a4ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068860
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2476}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733271367-a09ffb70465f6dc1759a42febc0960c7e2308052-2df4835a78accaf500616874c00c30e4c9a60ed2.profdata to chrome-android64-6778-1733274137-5d7d23517c68e11ba7e14e9124d37e231e251adb-474ae160e63fb0e3bda530bcc10be97643e67aa6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib0f9aedf4685015fc8a210686d2b9667894ac7a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068902
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2475}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733247848-13136e86271fd847fe036d1e7d8cb555b647bf62-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-linux-6778-1733268890-64fc465a0c7016325abf8b508ab40ab526ae2d92-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia4d5f0e5a8bcd75bb512884de042e2f013d0d00b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068849
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2474}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733268890-cd187b33ed82ea4ef9221478465227d8e19cad56-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata to chrome-android64-6778-1733271367-a09ffb70465f6dc1759a42febc0960c7e2308052-2df4835a78accaf500616874c00c30e4c9a60ed2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ieb8c0f5f0a25c6bd9bfc96eb807746fe79ee8193
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6069048
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2473}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733267796-e4c50e184af82d1e09267d856facb955845181f5-5e1ac52e0f0e136723ef0928465acecc534a1c5a.profdata to chrome-android64-6778-1733268890-cd187b33ed82ea4ef9221478465227d8e19cad56-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7b89329647e1746257d1a114f03e1b6e4d943b19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068886
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2472}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.114
Change-Id: Iaa5c0faefe9c1994184ae9db83a4ce4f24b89ade
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068946
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2471}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733260445-dbf8b8349a9277812a53730329525617b5a18725-0eb6c8f25ad1831be1c340643bb6c1b76ca51111.profdata to chrome-mac-arm-6778-1733268890-9b26dd5788ac28ff05e9b930c9736feb8242e096-28b1a1f615bb412e8e134c5ea19b510c72d9a4f8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie380708a399459f92c48e07f02d294d59d3157bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067981
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2470}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733265428-c2a3c783397cadfca3cade36ba86353ec23e6c8f-a7f8c4bb315c9dbfef89ee70396212a596ac2442.profdata to chrome-android64-6778-1733267796-e4c50e184af82d1e09267d856facb955845181f5-5e1ac52e0f0e136723ef0928465acecc534a1c5a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iaaa682dde6f0dd0c65738c1fc3e070ca35474c5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067997
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2469}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733263606-b00884377a9e8fa2e171e175a0dbe27ec4910ee5-6ed81617190340598f0e1c6acfa11aa706f95312.profdata to chrome-android64-6778-1733265428-c2a3c783397cadfca3cade36ba86353ec23e6c8f-a7f8c4bb315c9dbfef89ee70396212a596ac2442.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4cf7a89fbb19ac4989b13c826aeaf072cebbed98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067916
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2468}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733255711-b4dfc231f96ed173c49c959654be0b49da6debb7-a30bc251203b0fc7c0a449bc49e9306d0a78c955.profdata to chrome-mac-arm-6778-1733260445-dbf8b8349a9277812a53730329525617b5a18725-0eb6c8f25ad1831be1c340643bb6c1b76ca51111.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I080ccdba3267af2bcb763874d7a3eb58d144cb3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067970
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2467}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733259762-5600f6c6cc7d0b5409c46359ed668122263c575d-5fc5d20d21172ba52c0d15fcf1d83c5c0a66dc1d.profdata to chrome-android64-6778-1733263606-b00884377a9e8fa2e171e175a0dbe27ec4910ee5-6ed81617190340598f0e1c6acfa11aa706f95312.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I77e2fea28d91702363c06b18d7d0a04c2f5f9d78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068128
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2466}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733255711-ac2e05aec0d5439a0f2ea1a792a7ef4be1b387bd-a30bc251203b0fc7c0a449bc49e9306d0a78c955.profdata to chrome-android64-6778-1733259762-5600f6c6cc7d0b5409c46359ed668122263c575d-5fc5d20d21172ba52c0d15fcf1d83c5c0a66dc1d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie11ee6f3f854407aa696e8210f2754982f98062f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067342
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2465}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733227116-beb4dfb29a1482019f62da1bb2db5b8ff94f19bd-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata to chrome-win32-6778-1733247848-4d044f3ef1cfb67901d88dac2840c77fedd7bb3b-70e95d9ee925b88f9e6037534b162ac15d54a3a8.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ifcef1bd7705e801bbba5332a7401e26e141cf664
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067175
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2464}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733227116-0c77129affcc85c520c2764db4cb3970274d19a3-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata to chrome-win64-6778-1733247848-e82522b9bec0c2fe0483330be5a96380cede9ff1-70e95d9ee925b88f9e6037534b162ac15d54a3a8.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: Ide38223e84bb2817857b0f1e391a05381c1d9108
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066918
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2463}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733251492-75b89d611be70fea5005d441d6799f754ca7ae13-4c7a913c9a70dd544e20f4e3d3692f2954978056.profdata to chrome-android64-6778-1733255711-ac2e05aec0d5439a0f2ea1a792a7ef4be1b387bd-a30bc251203b0fc7c0a449bc49e9306d0a78c955.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib734addb8258332e45f4c8afd1cee991e6e929d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067450
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2462}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733227116-f72fecf54b798944dc62a5d584d67b754478e04a-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata to chrome-mac-6778-1733247848-4a59b74be5cf6a80f7bd00684f2b446cff8afaf2-70e95d9ee925b88f9e6037534b162ac15d54a3a8.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I5ecb9ef7b1b3ffb0f61a0c96440afa367c13d0be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067091
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2461}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733247848-518f1bc6c52d5e7db78abf58876003d5620a6c61-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-mac-arm-6778-1733255711-b4dfc231f96ed173c49c959654be0b49da6debb7-a30bc251203b0fc7c0a449bc49e9306d0a78c955.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iabb2be274e9545f614e261cc671a65b1d6a64013
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067490
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2460}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733247848-5a99997bed9d6e0a034fe19aa71b89eaaac4bb04-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata to chrome-android64-6778-1733251492-75b89d611be70fea5005d441d6799f754ca7ae13-4c7a913c9a70dd544e20f4e3d3692f2954978056.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I77babfc984133d161025ecf61c65013dc80504df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067200
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2459}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733227116-4b3ea27354a68ea68f8f50b390124df9856aa27e-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata to chrome-linux-6778-1733247848-13136e86271fd847fe036d1e7d8cb555b647bf62-70e95d9ee925b88f9e6037534b162ac15d54a3a8.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I7f2b46e608485481f7cbacee6143bb2b96f3c71a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067388
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2458}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733246210-03faf8a12e663bc265ca78ad1de4816b39f6e88b-16395c59c40c258adc1be374f714b9099aefa773.profdata to chrome-android64-6778-1733247848-5a99997bed9d6e0a034fe19aa71b89eaaac4bb04-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I2644f1c3d6e8018da6a5c25e72d536851a77fcde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063234
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2457}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733240386-91431a583c529447707b2cfbada6aadd526468e2-250e5b7f832cf0f73de027980af9a0757db00846.profdata to chrome-mac-arm-6778-1733247848-518f1bc6c52d5e7db78abf58876003d5620a6c61-70e95d9ee925b88f9e6037534b162ac15d54a3a8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I18cf94c07310382662a498fa0bd1106ca460b8b8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067191
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2456}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733241843-86bb26770b94b9879b7a2d95714be7d15e687979-8e9d54c7057ad5b6033a151e937a48e20ad54d2c.profdata to chrome-android64-6778-1733246210-03faf8a12e663bc265ca78ad1de4816b39f6e88b-16395c59c40c258adc1be374f714b9099aefa773.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I90d89a6b1a193eda2dfeeb4765587791d9a654c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065037
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2455}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733240386-1649bd2e1292693bf83d9c344bc038a21cf4bb39-250e5b7f832cf0f73de027980af9a0757db00846.profdata to chrome-android64-6778-1733241843-86bb26770b94b9879b7a2d95714be7d15e687979-8e9d54c7057ad5b6033a151e937a48e20ad54d2c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I2111455741e6bbf13ee4c3955bd03b1f1e808e94
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066840
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2454}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733232959-f5b3766a43105df6c469134aebba937d4f70331e-09816c9448b3af71f87b8e79bf5b6477642b0395.profdata to chrome-mac-arm-6778-1733240386-91431a583c529447707b2cfbada6aadd526468e2-250e5b7f832cf0f73de027980af9a0757db00846.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ife4501204c5ded47af6058d9bc5c541acafde18f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066982
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2453}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733237832-3c8253bb586ec28ab9c57c57a11a4dedf9e33e29-5d2820a47f75929b82962a237a6ec6473ab3a68e.profdata to chrome-android64-6778-1733240386-1649bd2e1292693bf83d9c344bc038a21cf4bb39-250e5b7f832cf0f73de027980af9a0757db00846.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I71e9428c97b4c8bf3237149f74cc600cff670f6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065033
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2452}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733234987-c9e15bd82b146ebc2d4ecaa7724539e6fd986065-d20c62546529873a2bc5d8e372a5d7ec3e076343.profdata to chrome-android64-6778-1733237832-3c8253bb586ec28ab9c57c57a11a4dedf9e33e29-5d2820a47f75929b82962a237a6ec6473ab3a68e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I0d5ec00832a53022370353e5c0df9ffc68b64a3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067086
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2451}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733227327-6ced9ba4926e5dff00f1b6ba72fae194eef8fea0-3d224df6e2d0d164ff6876bc871de7bec7d7d99a.profdata to chrome-android64-6778-1733234987-c9e15bd82b146ebc2d4ecaa7724539e6fd986065-d20c62546529873a2bc5d8e372a5d7ec3e076343.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I8da04027370c270ec8ee70c38ce868e95b58b51b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066116
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2450}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733204769-a5498b55e495bf4d73ea748057258469ca44fd64-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-win32-6778-1733227116-beb4dfb29a1482019f62da1bb2db5b8ff94f19bd-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I80d16f18a7c315658c826ce9d3646c956bc4b39c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066853
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2449}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733204769-d279783853ad16c5bbe278ca498c3192e2c98d0d-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-win64-6778-1733227116-0c77129affcc85c520c2764db4cb3970274d19a3-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I3995d930e05286c56819bfda2f4118f7cbb2d516
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066852
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2448}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Bigcore AFDO profile from 131-6778.96-1733110272-benchmark-131.0.6778.102-r1 to 131-6778.96-1733110272-benchmark-131.0.6778.112-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I74f67c56ab82ae0cd9a75d922872997117a97465
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6067026
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2447}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733227116-56a90bc0ec1927d13cae767851f8d22f56e091d0-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata to chrome-mac-arm-6778-1733232959-f5b3766a43105df6c469134aebba937d4f70331e-09816c9448b3af71f87b8e79bf5b6477642b0395.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3ee208991d63c7b7fdd1ec51399a1e447e7cca6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066224
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2446}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733204769-ea7effed4c34f7414c36b0791d7588dbf8ea2d2e-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-mac-6778-1733227116-f72fecf54b798944dc62a5d584d67b754478e04a-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I6a2b5ce2f11594ebb96dafa366e41846647df590
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066809
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2445}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733223887-f04ce0a8fabda652baa8dd494fa332fb049cc6b7-474f48b114fa3ab15634b137d43e8a6dc3811d57.profdata to chrome-android64-6778-1733227327-6ced9ba4926e5dff00f1b6ba72fae194eef8fea0-3d224df6e2d0d164ff6876bc871de7bec7d7d99a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5f1f1b8c3d3adefe9ff23f0015ccd215853c99e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066114
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2444}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733204769-3f5325c8d6c8332848a6ff40b683ce9fd762f7c7-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-linux-6778-1733227116-4b3ea27354a68ea68f8f50b390124df9856aa27e-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I547c3d2f23c5d5c9b8b3d0cb629e58d830decb3a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066393
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2443}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Atom AFDO profile from 131-6778.96-1733109744-benchmark-131.0.6778.102-r1 to 131-6778.96-1733109744-benchmark-131.0.6778.112-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ibf091c971166eb7d40b28ccfeb2cb70c95bc033b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066775
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2442}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Automated Commit: LKGM 16063.52.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8729613896960185041
Change-Id: I120c364fe71f24cc1689b3ede5b5dd96de885c9a
CrOS-LKGM: 16063.52.0
Cr-Original-Build-Id: 8729613896960185041
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066412
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2441}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Arm AFDO profile from 131-6778.80-1732504857-benchmark-131.0.6778.99-r1 to 131-6778.96-1733109571-benchmark-131.0.6778.112-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Id4e7e8e4880c8dacf6bc9ab70a27dbe5cd167c76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066807
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2440}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733221011-207868424fa6c5f07c99caf0efb94ec92bb3db93-e675e78a0ea272478e33875fab05f77c3f480318.profdata to chrome-android64-6778-1733223887-f04ce0a8fabda652baa8dd494fa332fb049cc6b7-474f48b114fa3ab15634b137d43e8a6dc3811d57.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iaa6334d2034c5540ba3d7568856f73196a7ea8e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066773
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2439}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733218633-00b8d49053a02b948358f216b445bfcf34a86a46-daa50e105a6bbafcd72d1225573b3ff0c46618fa.profdata to chrome-mac-arm-6778-1733227116-56a90bc0ec1927d13cae767851f8d22f56e091d0-1106e4477d87eb7892b0e353a9a8a61aebe3d0b8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Icfc14733857a57e210b1d1b6e411954b5467be4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066828
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2438}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733218633-6c91fcc777dad864fc88aaa09b39faf527b39a3e-daa50e105a6bbafcd72d1225573b3ff0c46618fa.profdata to chrome-android64-6778-1733221011-207868424fa6c5f07c99caf0efb94ec92bb3db93-e675e78a0ea272478e33875fab05f77c3f480318.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4ff314db8400071851a9dc3a271d92ad63e75611
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065026
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2437}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll commits from side projects in M131
Roll src/clank in M131 from e196472c55a1 to 40b7cb32bbeb
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/e196472c55a1..40b7cb32bbeb
Generated by: http://go/bbid/8729573267008671185
Change-Id: I81b8aa98d02bdcb11e2b65255bb3c1bd714a8c88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6062307
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2436}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733212101-08f8767e5d7d9a3e526ab5ceb117a1cad8b41383-075f9c2a66ea0ab17bbb6f513dd5143200c3188a.profdata to chrome-mac-arm-6778-1733218633-00b8d49053a02b948358f216b445bfcf34a86a46-daa50e105a6bbafcd72d1225573b3ff0c46618fa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Icee57a42b576e67a60ed9a5694424cc0ba114c1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064217
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2435}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Amd64 AFDO from 131.0.6778.102_rc-r1-merged to 131.0.6778.112_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iafbb12f4d3edb09c8407f5b16606268be184aa93
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063229
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2434}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733216401-bf8752836371ee2a70b56be2a2b795cf4a38ce9f-c03eb862e52bd367f9770e64e62454d79e002c0a.profdata to chrome-android64-6778-1733218633-6c91fcc777dad864fc88aaa09b39faf527b39a3e-daa50e105a6bbafcd72d1225573b3ff0c46618fa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3886901dd8bf7702ab3bcc9fcef55dc7b3dc39d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066292
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2433}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733178541-18c4024e7dac46d861657b3e2ca9c5e7fa74c4e1-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-win32-6778-1733204769-a5498b55e495bf4d73ea748057258469ca44fd64-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I5697bea399f1922e7dcd194186ffa422b77e62d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065575
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2432}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733178541-49a39664877ccb5e98ad0eda55ffcc16d016cb61-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-win64-6778-1733204769-d279783853ad16c5bbe278ca498c3192e2c98d0d-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I30ba2ab33c56aaf2e022fbebdb992202cc187301
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064616
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2431}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733212101-efb95fcc81d077b1c3cc30e78c08b6178f198915-075f9c2a66ea0ab17bbb6f513dd5143200c3188a.profdata to chrome-android64-6778-1733216401-bf8752836371ee2a70b56be2a2b795cf4a38ce9f-c03eb862e52bd367f9770e64e62454d79e002c0a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ia7c77c42761a025a91baef071720af3d864eeace
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066358
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2430}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733204769-98cec71b81eac7d0ca10fb8b8b88b4339b4bbec2-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-android64-6778-1733212101-efb95fcc81d077b1c3cc30e78c08b6178f198915-075f9c2a66ea0ab17bbb6f513dd5143200c3188a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib6aa9d271a6bd384e1052010d3f81c82a4551a39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064086
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2429}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733204769-8c072f91030103954a3b69a88fc979875536359c-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata to chrome-mac-arm-6778-1733212101-08f8767e5d7d9a3e526ab5ceb117a1cad8b41383-075f9c2a66ea0ab17bbb6f513dd5143200c3188a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I05084e2fc9b5a28d2e37fcc7d814cb0e952fa18c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066278
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2428}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733178541-7cb4be648cc398c40887532c9b72de1560da6522-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-mac-6778-1733204769-ea7effed4c34f7414c36b0791d7588dbf8ea2d2e-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: I4fd993a322d8a40eaa5650ff50eaa897ca4c9ff8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6066106
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2427}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733204530-a643c73c9345053c6c6ea43639d424b99e4183ce-e12fe90c1c2eff223e711887317f38c97798cc50.profdata to chrome-android64-6778-1733204769-98cec71b81eac7d0ca10fb8b8b88b4339b4bbec2-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iafc82da4fe1d98278acaf5ad27bc1990e1830c11
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063833
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2426}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733178541-f2598d443a3eb45fb729aa42ff8862c1d14f8200-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-linux-6778-1733204769-3f5325c8d6c8332848a6ff40b683ce9fd762f7c7-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: Ica68a2bf98fd1490104f10d63c4a1f773a237721
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065573
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2425}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
[M131] infra: Set ssd=None to Win official trybots
This prepares for the bot migration to 32 core with pd-ssd.
(cherry picked from commit 69fa0a4c1363f237d699c9cc3b6d41e85b51b30a)
Bug: 357471499
Change-Id: I6031b079b663ac2e18715d9c44165d78a63aff8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063703
Auto-Submit: Junji Watanabe <[email protected]>
Commit-Queue: Junji Watanabe <[email protected]>
Reviewed-by: Takuto Ikuta <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1390794}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064625
Cr-Commit-Position: refs/branch-heads/6778@{#2424}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1733159748-af1a47c5803e0097ce69dc0ba3152e0faaa532ca-266263c126a0983e37a1da86a7aa4c8206c6ff02.profdata to chrome-win32-6778-1733178541-18c4024e7dac46d861657b3e2ca9c5e7fa74c4e1-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: I8b0329c54abbfc280cca860366959d5dce068f27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065830
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2423}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1733159748-3dee40f544bc17ad01d4d4701080ed3803ae7e39-266263c126a0983e37a1da86a7aa4c8206c6ff02.profdata to chrome-win64-6778-1733178541-49a39664877ccb5e98ad0eda55ffcc16d016cb61-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I2f7180689c61287e2e68cc1013683dbc40e394d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065951
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2422}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733198979-b4f8429da9e867d656d356407149e08bf30a0d42-de410a972a942d7c4aed8a9214868e430db0d9ed.profdata to chrome-android64-6778-1733204530-a643c73c9345053c6c6ea43639d424b99e4183ce-e12fe90c1c2eff223e711887317f38c97798cc50.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I464b8461673490c90e2ea7f5c78dbdc4cc78d2b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065495
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2421}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733197338-0bb86f97c03799807c43d1d13d3d536c27472f5e-bd28ffa41eed2202e784c6a5582d11eb84f4c75c.profdata to chrome-mac-arm-6778-1733204769-8c072f91030103954a3b69a88fc979875536359c-2b4eb41a5aa8d6baf4afb22c40fe0669a91144b4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I921fe76f4c8f24d66d4401f4a3df0fc9b9ce19df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065568
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2420}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733197338-0c1da2553d542257959f5ce21cd7059f73d211a9-bd28ffa41eed2202e784c6a5582d11eb84f4c75c.profdata to chrome-android64-6778-1733198979-b4f8429da9e867d656d356407149e08bf30a0d42-de410a972a942d7c4aed8a9214868e430db0d9ed.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Idd3afb4f72d4b4d8c0a5d1b3d6d319104c7a37b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065803
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2419}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733195191-41627bd484e60a70882eb62838e86e454556e84a-f8d8a08b16bdbacd40e6422fdbeee78cfa8b23f1.profdata to chrome-android64-6778-1733197338-0c1da2553d542257959f5ce21cd7059f73d211a9-bd28ffa41eed2202e784c6a5582d11eb84f4c75c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I15b30099fd933c3118de2c7aa103efada6155a70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065955
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2418}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733187665-10f634718b346b3755dfa50dd1a9e0324a622e4a-aa0b4c3e720a6b69e66131cfd6a89cc512bf457b.profdata to chrome-mac-arm-6778-1733197338-0bb86f97c03799807c43d1d13d3d536c27472f5e-bd28ffa41eed2202e784c6a5582d11eb84f4c75c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3b804ef882cf4030af752e04910059f289f5edaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065563
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2417}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733191940-b1b60091eb50dc55699d096481023a9223996e66-e657706b8763c9653ace00d259f5d1a358274023.profdata to chrome-android64-6778-1733195191-41627bd484e60a70882eb62838e86e454556e84a-f8d8a08b16bdbacd40e6422fdbeee78cfa8b23f1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Iffd21030aec806457f3afb196ebad530023ee45b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065952
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2416}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1733159748-24266a7c9dba317e45c6beec6e0024287a216b7d-266263c126a0983e37a1da86a7aa4c8206c6ff02.profdata to chrome-mac-6778-1733178541-7cb4be648cc398c40887532c9b72de1560da6522-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Iffea818306aa9716fc02153f60ad5d61521fcd1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065222
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2415}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6778-1731431875-46b4f84c69fdb2222dc2be41ab74f3086342ff5e-a75a9b0cd4f8d4a3bb5d3446daa63b14105e852e.profdata to chrome-win32-6778-1733159748-af1a47c5803e0097ce69dc0ba3152e0faaa532ca-266263c126a0983e37a1da86a7aa4c8206c6ff02.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-stable
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 stable 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-m131.try:win-chrome
Tbr: [email protected]
Change-Id: Ia46ea5a6825b0b0e659b1ac50419b03ec170640e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064535
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2414}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6778-1731431875-b1d4aa3c20be1a91d22aa2e613b92850e6ae67f8-a75a9b0cd4f8d4a3bb5d3446daa63b14105e852e.profdata to chrome-win64-6778-1733159748-3dee40f544bc17ad01d4d4701080ed3803ae7e39-266263c126a0983e37a1da86a7aa4c8206c6ff02.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-stable
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 stable 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-m131.try:win64-chrome
Tbr: [email protected]
Change-Id: I0017cd76bd94e01bdd96578ce851195d62dab59c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065690
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2413}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733191170-0497359c7df4bbc2e5fc5454c12572cad87241f2-d1b3c03cdb82207e3391fcf571f9b38d91f7fcc7.profdata to chrome-android64-6778-1733191940-b1b60091eb50dc55699d096481023a9223996e66-e657706b8763c9653ace00d259f5d1a358274023.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I41c7e5fd35f55d0569de3e0556de511ec29b6075
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064216
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2412}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Amd64 AFDO from 131.0.6778.48_rc-r1-merged to 131.0.6778.102_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9052077e8e82f7f75308ee7f089fca75b90258b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065693
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2411}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733185618-77b59ebc77768eb970573168ab3c4f0b0356fcf6-15dff279a121037d2d9c995e50e2c071c4694384.profdata to chrome-android64-6778-1733191170-0497359c7df4bbc2e5fc5454c12572cad87241f2-d1b3c03cdb82207e3391fcf571f9b38d91f7fcc7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I985a5bda545bfed8c587e7ad244429590cbc1cb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065828
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2410}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733178541-acc369c2370c233bfcc43d115c42005ac2ef1252-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-mac-arm-6778-1733187665-10f634718b346b3755dfa50dd1a9e0324a622e4a-aa0b4c3e720a6b69e66131cfd6a89cc512bf457b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib856685bcfcf2e5d873baad0dc199de5940edcc3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065860
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2409}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1733178541-c5d3e957a07844eb483b509314f129cef1124bd7-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata to chrome-android64-6778-1733185618-77b59ebc77768eb970573168ab3c4f0b0356fcf6-15dff279a121037d2d9c995e50e2c071c4694384.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib6c8ca7f17a140613490d2a4aa5b36ceb36d4305
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065011
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2408}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1733159748-44b1cdc2846c19520caea09335d8e43d46a2a04c-266263c126a0983e37a1da86a7aa4c8206c6ff02.profdata to chrome-linux-6778-1733178541-f2598d443a3eb45fb729aa42ff8862c1d14f8200-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I886d03206942dbdf6e51080e426980a041ac4a61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065488
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2407}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6778-1731431875-36935f8efdb4ca36aa79cf3ecc11a14fd8a40754-a75a9b0cd4f8d4a3bb5d3446daa63b14105e852e.profdata to chrome-mac-6778-1733159748-24266a7c9dba317e45c6beec6e0024287a216b7d-266263c126a0983e37a1da86a7aa4c8206c6ff02.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-stable
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 stable 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-m131.try:mac-chrome
Tbr: [email protected]
Change-Id: Ic1db36501b014174a6be118d55cc322483453ef7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064534
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2406}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.113
Change-Id: Ia80afc5868f9ee26f29d4cbfbb794860d00b380a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065291
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2405}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1733169696-f12b428eed8e9788450e53d51027519b203e3948-eb2b9a94b58c119a08cf1a2bf9ef12fe3da1475d.profdata to chrome-mac-arm-6778-1733178541-acc369c2370c233bfcc43d115c42005ac2ef1252-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I1951cb97292561e38c3744b27b5d67fa05c87211
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065289
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2404}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Arm AFDO profile from 131-6778.29-1731294785-benchmark-131.0.6778.48-r1 to 131-6778.80-1732504857-benchmark-131.0.6778.99-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I633ee702f034e9425a201d6a0214fa829c224d2f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065255
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2403}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6778-1731431875-75e60acd68a20cf9cc2c5d6dfbb65ee7b4e60752-a75a9b0cd4f8d4a3bb5d3446daa63b14105e852e.profdata to chrome-linux-6778-1733159748-44b1cdc2846c19520caea09335d8e43d46a2a04c-266263c126a0983e37a1da86a7aa4c8206c6ff02.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-stable
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 stable 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-m131.try:linux-chrome
Tbr: [email protected]
Change-Id: I483ba25bbf5eba6da3a5342b3524d9acc1cbd720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065484
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2402}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Bigcore AFDO profile from 131-6778.29-1731292682-benchmark-131.0.6778.48-r1 to 131-6778.96-1733110272-benchmark-131.0.6778.102-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I545d7ec090f73ffdbb2adda7c3610425e4a156f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063570
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2401}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll ChromeOS Atom AFDO profile from 131-6778.29-1731294161-benchmark-131.0.6778.48-r1 to 131-6778.96-1733109744-benchmark-131.0.6778.102-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-stable
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 Stable Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I82278fa756e97460395c503f07c9be1a89d5e00d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063569
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2400}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-6778-1731447814-c2d79eca5e89cc31516a891f901e3e9b9e4c339c-fb0af41ef1ee5d995609b7a139815f872c8c9085.profdata to chrome-mac-arm-6778-1733169696-f12b428eed8e9788450e53d51027519b203e3948-eb2b9a94b58c119a08cf1a2bf9ef12fe3da1475d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I2bdf53fdbce42c2ad5c86a8fd0a8ed840ec7e846
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063566
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2399}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-6778-1731449771-a95e315467a0a00a860a3231327f679c26c9fd5b-65ccc380f77ba1e0e5bcbe8a594895658a09a1cf.profdata to chrome-android64-6778-1733178541-c5d3e957a07844eb483b509314f129cef1124bd7-844431ffa992b1fb3f5259abe5f57f8a73b3c88d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium-stable
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 stable branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3566dbaf81416dcf6ababeb31b9a0439b09ba2bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065689
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6778@{#2398}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.112
Change-Id: I1fd5ef2acf2320a7f8504e92c8f2dff7e51c237c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064962
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2397}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.111
Change-Id: I649d7e59135e8d398914f585517f4483d28e0c6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6064961
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2396}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.110
Change-Id: I8ca3721a69037d9df0c1ff646d05cbb48c103efe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6065191
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2395}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
Incrementing VERSION to 131.0.6778.109
Change-Id: I09f65971d77c61b5777839d148260593f1d81c80
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6063388
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6778@{#2394}
Cr-Branched-From: b21671ca172dcfd1566d41a770b2808e7fa7cd88-refs/heads/main@{#1368529}
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}
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}
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}
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}
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}