Publish DEPS for 112.0.5615.37
Incrementing VERSION to 112.0.5615.37
Change-Id: Ifc8a1fb41395ce8a2fb1a061f485069778c122bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358949
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#719}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Update RLZ brand codes map for M112+
R=[email protected]
(cherry picked from commit 94247ebce4fba913096d7958923db13735aa2186)
Bug: 1425485
Change-Id: Id3309c535d543753ef50df7b224d9b9c3e6ed086
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353427
Reviewed-by: Peter Kasting <[email protected]>
Auto-Submit: Stephen Lin <[email protected]>
Commit-Queue: Stephen Lin <[email protected]>
Commit-Queue: Peter Kasting <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1119382}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358421
Cr-Commit-Position: refs/branch-heads/5615@{#718}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679397260-4931be7dae99d6e1f2f5e820b0cb937c9817fb9a.profdata to chrome-win64-5615-1679417671-0dc8c86e947bc61ec2a0b9a169b3be5f8fb9f2b8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I8004c87051fe74ac9862e92adfb3a29ce6fd2f26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355570
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#717}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112] Speculative fix of text bubble back press handler failure
I assumed dismissing bubble should be a synchronous operation and so
checking if the count turns into 0 after that should be safe.
The high volumn of failure might prove this to be wrong. This cl
removes size check after dismissing.
(cherry picked from commit 198501284c749b496d43336d587f5d678a4e4b65)
Bug: 1424890
Change-Id: I7a2082f7f8c43528fd3c5dc837e95ce82765ef3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342496
Commit-Queue: Lijin Shen <[email protected]>
Code-Coverage: Findit <[email protected]>
Reviewed-by: Theresa Sullivan <[email protected]>
Reviewed-by: Donn Denman <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118179}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355198
Auto-Submit: Lijin Shen <[email protected]>
Commit-Queue: Theresa Sullivan <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#716}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112] Fix typo and add tests for selection popup back press handler
There is a typo which makes tab observer not correctly removed.
(cherry picked from commit 5e81f46734b2b80c8d64b13c987c283ca33f7cdc)
Bug: 1424890
Change-Id: Ia13d716f0f1fe495f24e110f932eeb5c68f86697
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346994
Reviewed-by: Jinsuk Kim <[email protected]>
Reviewed-by: Donn Denman <[email protected]>
Commit-Queue: Lijin Shen <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118375}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355589
Commit-Queue: Jinsuk Kim <[email protected]>
Auto-Submit: Lijin Shen <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#715}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
LayoutMedia: Should not handle OOF boxes
After LayoutMediaNGContainer task, LayoutMedia could be a container of
its OOF descendants, but NGReplacedLayoutAlgorithm has no ability to lay
out OOF boxes.
This CL fixes the issue by making LayoutMedia children OOF containers
by forcing paint containment.
(cherry picked from commit a0c4ca71b059b14b15a6b5e78cb0526134ac8aaf)
Bug: 1425520
Change-Id: I19e10c9a94341cba376883bf544ef69ea413dca5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349736
Reviewed-by: Koji Ishii <[email protected]>
Commit-Queue: Koji Ishii <[email protected]>
Auto-Submit: Kent Tamura <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1119211}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358911
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Srinivas Sista <[email protected]>
Owners-Override: Srinivas Sista <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#714}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679397260-edb2811214b78f55811865a283bea37fe0e39f22.profdata to chrome-win32-5615-1679417671-49c23c5332f131644822afb996367d738a0d751d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I2f13da8891291ea29f848bbee34ce8f6da7442ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354696
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#713}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.36
Change-Id: I61da4f4508635df9ad9e311ce1e4a5c3d6cdd24f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358937
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#712}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[BaselineSurfaceColors] #applyStyle instead of #setTheme for the overlay
Including the SurfaceColorsOverlay with #applyStyle instead of #setTheme
resolves an issue where the MVTiles long-press context menu would not
respect dark mode.
(cherry picked from commit 1aaa5ccf8851f3e1fa5b2290d5567ca747515b96)
Bug: 1420900
Change-Id: I6fb8acf02fa917f68792b5dcd554167d3a1818f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4317209
Code-Coverage: Findit <[email protected]>
Reviewed-by: Theresa Sullivan <[email protected]>
Commit-Queue: Neil Coronado <[email protected]>
Reviewed-by: Sky Malice <[email protected]>
Reviewed-by: Sirisha Kavuluru <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1114694}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354897
Auto-Submit: Neil Coronado <[email protected]>
Commit-Queue: Theresa Sullivan <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#711}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679397260-dee693a4c37ad8e903132a5653643229d701829b.profdata to chrome-mac-5615-1679417671-7f851be71f879e9f2d739d6d54af6b37fdcfa8dc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Id792e4a18243d1f4f84e61f7fd4626d6c476ef61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357869
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#710}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679397260-6f0f1a0d29eba78dbee2e8fc389c0ca664d279cb.profdata to chrome-linux-5615-1679417671-f3fa42310ceb04c012cc6f49ebef9b3712d0c882.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I23159c8cfd0a04a29de0a91168c1ebe2f3efce44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358751
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#709}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Add CHECKs to debug image_capture crashes on macOS
Following new check guidance[1], this CL turns DCHECKs into CHECKs when
appropriate in UvcControl and uses NOTREACHED_NORETURN in ImageCapture.
[1]: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/checks.md
(cherry picked from commit 86e12557f91b50502982cfb231385117b4f63aee)
Bug: 1424185
Change-Id: If985aaa35ae379ecd28a2d3e4c43baa2c665bab1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346332
Reviewed-by: Rijubrata Bhaumik <[email protected]>
Commit-Queue: Fr <[email protected]>
Reviewed-by: Markus Handell <[email protected]>
Reviewed-by: Guido Urdaneta <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118596}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357727
Auto-Submit: Fr <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#708}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Fix for not setting correct permissions for cache dir.
In cases where a cache subdirectory is specified or when a user
defined cache directory base path is supplied, the existing code is passing a variable that contains the cache path before it is set. This CL fixes this issue.
(cherry picked from commit f60749b074652b247ce23e1a3b828e6d4d4bcf04)
Bug: 1425903
Change-Id: I7cf6ed0aaa252e6d1310aba4fd0f8b5bf2671695
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353312
Reviewed-by: Richard Coles <[email protected]>
Commit-Queue: Abhijith Nair <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1119552}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357405
Auto-Submit: Krishna Govind <[email protected]>
Reviewed-by: Abhijith Nair <[email protected]>
Commit-Queue: Krishna Govind <[email protected]>
Owners-Override: Krishna Govind <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#707}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Block intents to self, and block fallback URLs in sandboxed main frames
Intents to self and main frame fallback URLs don't currently support
maintaining sandbox attributes. I've been wanting to block intents to
self for a while, and this seems like a good reason to finally do it -
we'll instead just load the intent's target URL in the browser (unless
the frame is sandboxed, in which case we just block the navigation).
This is guarded by a kill switch in case we find that important use
cases are relying on intenting to the current browser (which would be
very weird).
(cherry picked from commit 8fd3520bac845685e87a7450ebbf9f868ff7197f)
Bug: 1418061
Change-Id: Iaa836be3783122ba6d3fa286bfbf131b0b5cf494
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4294954
Reviewed-by: Alex Moshchuk <[email protected]>
Reviewed-by: Arthur Sonzogni <[email protected]>
Commit-Queue: Michael Thiessen <[email protected]>
Code-Coverage: Findit <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115894}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358250
Reviewed-by: Yaron Friedman <[email protected]>
Reviewed-by: Bo Liu <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#706}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Cherry Pick into M112 - Fix Autofill chips color
When removing the code for Autofill Rich IPH in crrev/c/4143021, I
forgot one line when undoing crrev/c/3460666.
Prior to this CL, the Autofill chips appeared with no background
(white on white).
With this CL, the default color is set again in the labels init.
(cherry picked from commit 08fa895d8395883dabdb8d43b383a31d80eec6f5)
Bug: b/273927272
Change-Id: Idb990697eb60e419aafcc65ba21d7a368bc0f2f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347904
Reviewed-by: Ernesto Izquierdo Clua <[email protected]>
Reviewed-by: Olivier Robin <[email protected]>
Commit-Queue: Louis Romero <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1119318}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355701
Commit-Queue: Ernesto Izquierdo Clua <[email protected]>
Reviewed-by: Louis Romero <[email protected]>
Auto-Submit: Ernesto Izquierdo Clua <[email protected]>
Commit-Queue: Olivier Robin <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#705}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Cherrypick] Fix fakebox hint label offset when rotating to landscape
The issue occurred only when the view was scrolled down in portrait
mode first.
(cherry picked from commit 22c7ded97a628989c2b3326697571861c21d9357)
Bug: 1424933
Change-Id: I5a7951222869e7004758d3547cb0e643d571388c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347334
Reviewed-by: Chris Lu <[email protected]>
Commit-Queue: Jason Hu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118924}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4356092
Cr-Commit-Position: refs/branch-heads/5615@{#704}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679366262-555252c9fbb3e2d099b3b0bf236e4a9387947daf.profdata to chrome-win32-5615-1679397260-edb2811214b78f55811865a283bea37fe0e39f22.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I6e14e96c643e1a75ca79e08b2d259007f4a67dfc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358000
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#703}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679366262-1cb19a2f0466d7fe8fbdd8f8da2623cfa3e1222f.profdata to chrome-win64-5615-1679397260-4931be7dae99d6e1f2f5e820b0cb937c9817fb9a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Iadd05560d656c57f4a37c48288510ad19212aa13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355558
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#702}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: I79a0540eb6319018869bd571367a9a1d39ab2412
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357911
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#701}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679366262-4d76d354eec4aee7ec4b0ad9fc3c6652926dc183.profdata to chrome-mac-5615-1679397260-dee693a4c37ad8e903132a5653643229d701829b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I7b75f93263a2ac74f1a2527b7ef8ef832dd16cfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357242
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#700}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-21 UTC
Change-Id: I76cc803f08e8c5dd57ac71e89bf06b32b3b46ec9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355689
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#699}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679366262-8d1a4f492c1fec796d878281766f2b89fe827835.profdata to chrome-linux-5615-1679397260-6f0f1a0d29eba78dbee2e8fc389c0ca664d279cb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia71fac7b1be1d48931885b4edbd8d5f20838234e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357243
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#698}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.30.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786057683898627105
Change-Id: Id558bb3778390073d8096eaff83108de00177279
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357402
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#697}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[blink/bindings] Take encoding into account for ParkableString hashing
Hashing is used for string deduplication, must take encoding into
account. See linked bug for details.
(cherry picked from commit ab66c0409aece5bd57511792a3867920f31c589b)
Bug: 1418224
Change-Id: I63c024d0a97e44b1f3323cd1ca4d9e953c2beed1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4328136
Commit-Queue: Benoit Lize <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117528}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357658
Bot-Commit: Rubber Stamper <[email protected]>
Owners-Override: Benoit Lize <[email protected]>
Auto-Submit: Benoit Lize <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#696}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Fix a crash if non-requestable permission type is recorded from PageInfo
This CL fixes a crash that happens due to CHECK in `ContentSettingsTypeToRequestType`. We recently added new tracking of permission usage after its status has been a change in PageInfo. That applied only to requestable permission types. In this CL I'm reducing the scope of tracking to requestable permissions instead of all permissions.
(cherry picked from commit 3f6a32fa0f5915d2f61b52be3e29e0a5c68e88dc)
Bug: 1424724
Change-Id: I91fcfffdca55b66aafd6027b6dbc4382f149a33e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345795
Reviewed-by: Christian Dullweber <[email protected]>
Commit-Queue: Elias Klim <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118598}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355973
Reviewed-by: Olesia Marukhno <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#695}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Android] Force decoration invalidation on KAButtonGroupView::onMeasure
Current:
Once KAButtonGroupView is binded, there is no way to notify the parent
that it has changed. This is only done during bind and unbind
(SheetOpenerCallbacks). This CL invalidates the parent's item
decorations when KAButtonGroupView is measured.
(cherry picked from commit 8c867a3abf44d31bc3c291bdf907afd0ccd4b951)
Bug: 1424789, b/269543160
Change-Id: Ie73fbe75e6dbf6230259f4b3a94eedef08039cea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340791
Reviewed-by: Friedrich Horschig <[email protected]>
Commit-Queue: Adem Derinel <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117548}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357718
Cr-Commit-Position: refs/branch-heads/5615@{#694}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679307981-57ff5747af4359714069c6f01dbe513d37412778.profdata to chrome-win32-5615-1679366262-555252c9fbb3e2d099b3b0bf236e4a9387947daf.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I6d8f61e1e3126a34de66fe92a733a69a632ec477
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357493
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#693}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679355777-81803f33b1d1829b79d05a372be40011e23220c4.profdata to chrome-win64-5615-1679366262-1cb19a2f0466d7fe8fbdd8f8da2623cfa3e1222f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ia1a060788b43908cc12beb1ecbc30fc83b429a9c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357491
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#692}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679355777-6d95f9dd92691e490715f0d8118d2373492f107d.profdata to chrome-mac-5615-1679366262-4d76d354eec4aee7ec4b0ad9fc3c6652926dc183.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I06e8c62ea969324270a30f468cf0412b659678f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4356339
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#691}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679355777-6f9f5b90ca90331026dfa13eb91192efbf571dea.profdata to chrome-linux-5615-1679366262-8d1a4f492c1fec796d878281766f2b89fe827835.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ic9cadf333be4037e6b8a1ec713a2e82a2f88da86
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354919
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#690}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679328717-546a5e29acf29466f48f7d94e7f06492e025aee9.profdata to chrome-win64-5615-1679355777-81803f33b1d1829b79d05a372be40011e23220c4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: If1f6e6eb76f9836b924a37e4789459b7ed36e4c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355681
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#689}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679328717-0675d25a7715a15988d95e2511962a43feff77b5.profdata to chrome-mac-5615-1679355777-6d95f9dd92691e490715f0d8118d2373492f107d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I5568f028e072240d09089df894ec2543bd6a9b1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355342
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#688}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679328717-c648ef1bd621ef4a80d3d48d8d35dca40c99f769.profdata to chrome-linux-5615-1679355777-6f9f5b90ca90331026dfa13eb91192efbf571dea.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Iad29e42754bbebef72899a94b8579bbe913906df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354727
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#687}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113 M111
This CL updates the ash version ['113.0.5665.0', '111.0.5563.100'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I501a3b6909f4661c7402347f4928eafa9436d504
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355041
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#686}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112] ash: Stop using event handled for latency tracking
> There is UI code that marks events as handled but does not generate
> UI changes. In this case, these events should be excluded from
> latency tracking.
>
> This CL stops using event handled to mark event latency tracking and
> rely on LayerTreeHost calls (such as SetNeedsCommit etc) as signals.
>
> Bug: b:271333725
> Change-Id: I055a92b30fcd887889b7bb302904f1884c076631
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4322307
> Reviewed-by: Scott Violet <[email protected]>
> Reviewed-by: Yichen Zhou <[email protected]>
> Commit-Queue: Xiyuan Xia <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1115198}
(cherry picked from commit b5ad23922c828e9f863280dc1c5278974ff1e2b1)
Bug: chromium:1425547, b:271333725
Change-Id: I64ecc1de60217677310ae4cab189d47a5714ce37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355340
Reviewed-by: Scott Violet <[email protected]>
Auto-Submit: Xiyuan Xia <[email protected]>
Commit-Queue: Scott Violet <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#685}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[skylab_tests] Update skylab tests cros img version
This cl only affect Lacros on-device config builders like
lacros-amd64-generic-chrome-skylab. This cl will certainly NOT affect
linux-lacros builders(linux-lacros-tester-rel, linux-lacros-rel, etc)
or any other platforms.
This CL will update cros image version for skylab tests. CROS_BOARD_LKGM
is updated according to chromeos/CHROMEOS_LKGM; CROS_BOARD_DEV,
CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according to Omaha.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Requires-Testing: True
Change-Id: Id1fcc93ecbebffe92bb2d163f6b4a5b1a869e028
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355417
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com <skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#684}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.35
Change-Id: I04b475d3d0e82f202c7dde40f656432a80a8d31e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4357018
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#683}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Revert "Cache hypothetical scrollbar thickness"
This reverts commit 0cffe25bd1af71393d4c653f58d86ffeb05aa8c3.
Bug: chromium:1425169
Change-Id: I8ebf0344beae5a93d63b15fdd90e0229625f369a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354473
Commit-Queue: Krishna Govind <[email protected]>
Owners-Override: Krishna Govind <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#682}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Merge to M112] Fix !NeedsUrlLoader() navigation path to also set the SiteInstance site.
Currently, we call SiteInstanceImpl::ConvertToDefaultOrSetSite() in
OnResponseStarted() and OnRequestFailedInternal(), which are invoked
after going through the network stack and receiving a response. We
thought these were the only places where the site needed to be set
when committing a navigation, such that by the time we process
DidCommitNavigation, there's no need to call
ConvertToDefaultOrSetSite() again. Hence, while there's currently a
fallback path in Navigator::DidNavigate() to call
ConvertToDefaultOrSetSite(), we thought it was not reachable and
marked it with NOTREACHED() and DumpWithoutCrashing.
It turned out that this NOTREACHED was getting hit in the wild. The
root cause seems to be that it's possible to miss calling
ConvertToDefaultOrSetSite() for certain URLs that don't use the
network stack (i.e., where NeedsUrlLoader() is false), yet these URLs
still answer `true` to ShouldAssignSiteForURL(). Such URLs follow a
shortcut from NavigationRequest::BeginNavigationImpl() to
CommitNavigation() (via WillCommitWithoutUrlLoader), and as a result
they will never call ConvertToDefaultOrSetSite() until processing
DidCommitNavigation. An example of such a URL is about:srcdoc for
srcdoc frames. This only works if the srcdoc frame is added to a
frame in an unassigned SiteInstance, such as when starting on an
about:blank main frame. This shouldn't normally be possible on the
open web, since nothing could script such an about:blank main frame,
but it is still possible to do via DevTools, extension content
scripts, or automation, which explains why the NOTREACHED reports were
seen predominantly on headless.
This CL adds a call to ConvertToDefaultOrSetSite on the
!NeedsUrlLoader commit path as well, for URLs that need to set a site.
(cherry picked from commit 07cd47a78097cbd6fe74c51ac5faed28d0ad26f1)
Bug: 1392653
Change-Id: I46cc885e8900d43e48d7d06d24cdf4c9303edb16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343372
Reviewed-by: Charlie Reis <[email protected]>
Commit-Queue: Alex Moshchuk <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118396}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355318
Cr-Commit-Position: refs/branch-heads/5615@{#681}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679307981-01f6e66bfd878d961004d5338599ca2af398b899.profdata to chrome-win64-5615-1679328717-546a5e29acf29466f48f7d94e7f06492e025aee9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I9fbbe63a147674306dad718ee03c961feacf8e16
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355491
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#680}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Check web state before checking start surface
(cherry picked from commit 9e1280817a698fb93090a8b3a76a92902d3c7a9f)
Bug: 1425382, 1412525
Change-Id: Iab9cee2cf74fb07f8e41064fbb1c1c0c5e40a68c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347600
Reviewed-by: Chris Lu <[email protected]>
Auto-Submit: Adam Arcaro <[email protected]>
Commit-Queue: Adam Arcaro <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118795}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354991
Commit-Queue: Sergio Collazos <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#679}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Use the correct coordinate system for drag images
-[NSDraggingItem setDraggingFrame:contents:] will treat the frame
that it’s given as being in the coordinate system of the view that has
-[NSView beginDraggingSessionWithItems:event:source:] called on it.
Therefore, make sure that the coordinates used are view coordinates,
not window coordinates.
(cherry picked from commit fcc7ccfdab55b67b9d83057796aceb36367264c8)
Fixed: 1424981
Change-Id: Ib6d72770f269ef0242956c3195c99291e8322063
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350828
Reviewed-by: Leonard Grey <[email protected]>
Commit-Queue: Leonard Grey <[email protected]>
Auto-Submit: Avi Drissman <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118866}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355513
Cr-Commit-Position: refs/branch-heads/5615@{#678}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Creation of the Feed Top Sync Promo Compact Horizontal style.
Created the Compact Horizontal style to experiment with the top of feed
sync promo.
(cherry picked from commit ffcac873082bd09f4356ac3e3b039d42afa96922)
Bug: 1412758
Change-Id: If71a104deee0f8fa6a635da042a1c4fe0eea83d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327688
Reviewed-by: Adam Arcaro <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Commit-Queue: Guillem Perez <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117680}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355454
Cr-Commit-Position: refs/branch-heads/5615@{#677}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Remove a NOTREACHED CertVerifyProcAndroid
Looks like this corresponds to CertVerifyStatusAndroid.FAILED, which is
triggered in all kinds of places. Just remove the NOTREACHED.
(cherry picked from commit 8a5b07d9cbf5303690eb439f958d5ea26001322e)
Bug: 1424278
Change-Id: I0ef96d690dd2bb8eeedd5c5e04ad0604dc803a13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4334964
Commit-Queue: Matt Mueller <[email protected]>
Auto-Submit: David Benjamin <[email protected]>
Reviewed-by: Matt Mueller <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117075}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355472
Commit-Queue: David Benjamin <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#676}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
view-transitions: Update CSS to name the root element.
Default UA CSS is supposed to add view-transition-name to the root
element. Currently it targets html which is incorrect since multiple
html elements can exist on the page. Update it to target :root.
This also aligns with the spec. See
https://drafts.csswg.org/css-view-transitions-1/#ua-styles.
(cherry picked from commit 5fa2480334f68dbe19ee6591cba86dde6bb25603)
Bug: 1425445
Change-Id: If989e5549f1977c248b4f7e933379e2bfc17d07d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350707
Auto-Submit: Khushal Sagar <[email protected]>
Reviewed-by: David Bokan <[email protected]>
Commit-Queue: Khushal Sagar <[email protected]>
Commit-Queue: David Bokan <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118792}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355911
Reviewed-by: Vladimir Levin <[email protected]>
Commit-Queue: Vladimir Levin <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#675}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679307981-01e0d61823c4b37991257bb1a18a9ad443e2f28c.profdata to chrome-mac-5615-1679328717-0675d25a7715a15988d95e2511962a43feff77b5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I985505df4f3495db78e0c535810930070a31d2c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354653
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#674}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Creation of the Feed Top Sync Promo Compact Vertical style.
Created the Compact Vertical style to experiment with the top of feed
sync promo.
(cherry picked from commit d1ac5ab2c775b036d3ee1d39b53f80d93bc95557)
Bug: 1412758
Change-Id: I032fce4821561eb117a5370a5bb682806df4b24a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327193
Commit-Queue: Guillem Perez <[email protected]>
Reviewed-by: Adam Arcaro <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117099}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348619
Cr-Commit-Position: refs/branch-heads/5615@{#673}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[102][Discount] Preserve the free-listing coupon behavior for code-based RBD
(cherry picked from commit 506f7019f603534b127323826e8fb5a3f2e24132)
Bug: 1374515
Change-Id: I8d11823ac2ddd79d3633f0f65d519e3b99e7f314
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335528
Commit-Queue: Mei Liang <[email protected]>
Reviewed-by: Yue Zhang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117031}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4355551
Auto-Submit: Mei Liang <[email protected]>
Commit-Queue: Yue Zhang <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#672}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Check context loss before using gr_context()
Have WrappedSkImageBackingFactory::IsSupported() check that
SharedContextState context is not lost before trying to call
gr_context(). On context loss the GrContext is reset so it's
not safe to dereference without some kind of check first.
(cherry picked from commit 394f8232eb0fb86f7c1c5499460d7d94610f594c)
Bug: 1424322
Change-Id: Id0ccad3814f18ad1f6dde0119e045b8bf310e2f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346714
Reviewed-by: Vasiliy Telezhnikov <[email protected]>
Commit-Queue: Kyle Charbonneau <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118261}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354752
Auto-Submit: Kyle Charbonneau <[email protected]>
Commit-Queue: Vasiliy Telezhnikov <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#671}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679307981-ca9f5a1cfbc56248d2516bfdb70e5ae955dce610.profdata to chrome-linux-5615-1679328717-c648ef1bd621ef4a80d3d48d8d35dca40c99f769.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: If12063688b2fd2dd7b71b068387281b6ac6c7130
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354716
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#670}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Relax test to ensure ICE pairs exist.
While true that pairs can be created in the 'checking' state, if this
happens asynchronously there is no guarantee that the pairs have in
fact been created yet, causing this test to be flaky.
This CL relaxes the test and waits until an ICE state that we cannot
reach unless we have a pair: 'connected' or 'completed'.
(cherry picked from commit 4a615dea441c4e5a8205099072ffb7851dd40ed5)
Bug: 1418826
Change-Id: I61bd82392078245e6446527792d904b0fa93ed88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4291188
Reviewed-by: Harald Alvestrand <[email protected]>
Commit-Queue: Henrik Boström <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1109515}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352419
Owners-Override: Justin Donnelly <[email protected]>
Reviewed-by: Henrik Boström <[email protected]>
Auto-Submit: Justin Donnelly <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#669}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
viz: win: Use kRGBA_8888_SkColorType for all sRGB buffer formats.
We previously switched to kRGB_888x_SkColorType for buffer formats that
ignore the alpha channel. However, Skia seems to blend differently in
some cases, so we are switching back to a format with an explicit alpha
channel. This is in line with other platforms.
(cherry picked from commit ad182ed3c9462f7f2d5516fe66e20a63f5404e14)
Bug: 1422867
Change-Id: Icd266631219c5c2d548908b8bffea2f2b8c0748b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337768
Reviewed-by: Vasiliy Telezhnikov <[email protected]>
Commit-Queue: Michael Tang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117196}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354911
Cr-Commit-Position: refs/branch-heads/5615@{#668}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M102][ChromeCart][DOM] Change start time for execution time recording
(cherry picked from commit 22c43aa69f8fe20218e00c3b090e33073227403d)
Bug: 1393161
Change-Id: I572e87f855e6b60bff830519a69b3067454eab8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342455
Commit-Queue: Mei Liang <[email protected]>
Auto-Submit: Yue Zhang <[email protected]>
Reviewed-by: Mei Liang <[email protected]>
Commit-Queue: Yue Zhang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117865}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354074
Cr-Commit-Position: refs/branch-heads/5615@{#667}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Page Zoom]Fix zoom level for pending entry navigation url on Android
With this CL we make a fix for the "Page Zoom" feature on
Android. The issue occurs when navigating between some pages
(see bug for example). During the navigation, the rendered
zoom level would temporarily not reflect the OS-level font
setting, or the request desktop site feature adjustment.
This made the flow look janky and may be impacting metrics.
The root cause of the issue comes from the WebContentsImpl's
GetPendingPageZoomLevel method, and its interaction with
the HostZoomMapImpl. In the case of no pending_entry, the
WebContentsImpl calls HostZoomMap::GetZoomLevel, which under-
the-hood will use GetZoomLevelForHostAndScheme to find the
correct zoom level, and then adjust that level to include
the OS-level font size and RDS feature adjustments. However,
if there /is/ a pending_entry, then GetPendingPageZoomLevel
calls GetZoomLevelForHostAndScheme directly, which bypasses
those adjustments.
We add an overloaded GetZoomLevelForHostAndScheme method that
includes the adjustments for Android. In WebContentsImpl, the
GetPendingPageZoomLevel will call this new method on Android.
We overload the method because the Android implementation
needs an extra bool parameter for the request desktop site
feature. This fix is only applied for the pending entry cases.
A follow-up CL should be considered to harden this code,
because this is a speculative quick fix. See:
crrev.com/c/4321269
(cherry picked from commit 6fd675ec72ded55fa327329b2db5802975595076)
AX-Relnotes: N/A
Bug: 1420241
Change-Id: I251423788edef60d771f38bca968aca345864941
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341849
Reviewed-by: Amanda Lin Dietz <[email protected]>
Reviewed-by: Bo Liu <[email protected]>
Reviewed-by: Alex Moshchuk <[email protected]>
Commit-Queue: Mark Schillaci <[email protected]>
Reviewed-by: Philip Rogers <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117852}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4354691
Reviewed-by: Krishna Govind <[email protected]>
Commit-Queue: Krishna Govind <[email protected]>
Owners-Override: Krishna Govind <[email protected]>
Reviewed-by: Mark Schillaci <[email protected]>
Auto-Submit: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#666}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M-112] Do not overwrite search terms for inprogress context cluster if empty
Without this, every search cluster is a single search visit + 1 link click.
Content clustering does bridge them back together but this is broken behavior from a context clustering perspective
(cherry picked from commit 737ea1400f502b48d4d4bfcb402a84dfcbd7d5cd)
Bug: 1425531,b/273993040
Change-Id: Idfcab498ad54262a3efa0aa8091e807dc5a1ad67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347824
Commit-Queue: Sophie Chang <[email protected]>
Reviewed-by: Michael Crouse <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118533}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352731
Auto-Submit: Sophie Chang <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#665}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Sheriff] Disable OSSettingsDevicePageV3Test.All on linux-chromeos-dbg
(cherry picked from commit 54b4fc60b8475d285a8963a27658fe85f9ed6ee4)
Bug: 1422799
Change-Id: I2fa42edc9779f75e2b490794bf3fba1bb3fbd3fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4321726
Owners-Override: Christos Froussios <[email protected]>
Commit-Queue: Xiaohui Chen <[email protected]>
Auto-Submit: Christos Froussios <[email protected]>
Reviewed-by: Xiaohui Chen <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115251}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353986
Auto-Submit: Justin Donnelly <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Owners-Override: Justin Donnelly <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#664}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
MediaRecorder: fix duplicate onstart events.
This CL fixes the problem in crbug.com/1422582 that was introduced by
crrev.com/c/4329542 which landed in december.
TESTED=Manual test with https://s3.ap-southeast-1.amazonaws.com/hirepro-content/AT/common/chrome111mediarecorderssue.html now passes (no double onstart visible)
(cherry picked from commit a6af10ccc82126d3a9aa6a0396bb8efa149c0291)
Fixed: chromium:1422582
Change-Id: Iab1020b772d1cf91e538b93e8bb46958f8c36efe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349969
Reviewed-by: Henrik Boström <[email protected]>
Auto-Submit: Markus Handell <[email protected]>
Commit-Queue: Henrik Boström <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1119057}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353693
Auto-Submit: Prudhvikumar Bommana <[email protected]>
Owners-Override: Prudhvikumar Bommana <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Prudhvikumar Bommana <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#663}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Don't do offsetting when drag is complete
https://crrev.com/c/4114681 updated to start using new drag APIs
rather than old, deprecated ones. The old API returned drop
coordinates that were relative to the corner of the dragged image, so
the Chromium code adjusted for it. The new API, because it handles
multiple drag items, returns the actual drop coordinates, not relative
to anything.
Therefore, remove the adjustment.
(cherry picked from commit 09615c3461954c536d34deaa1413d30a3001802d)
Fixed: 1424292
Change-Id: Ie8863923bc8f04cf1a957af647c9e8ede06f4302
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347532
Reviewed-by: Jayson Adams <[email protected]>
Commit-Queue: Avi Drissman <[email protected]>
Commit-Queue: Jayson Adams <[email protected]>
Auto-Submit: Avi Drissman <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118354}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347538
Cr-Commit-Position: refs/branch-heads/5615@{#662}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll v8 11.2 from 1b8efd0abd55 to 96fed67922e5 (2 revisions)
https://chromium.googlesource.com/v8/v8.git/+log/1b8efd0abd55..96fed67922e5
2023-03-20 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Version 11.2.214.9
2023-03-20 [email protected] Merge fixes for WasmGC Origin Trial to 11.2 branch
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/v8-chromium-release-0
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in v8 11.2: https://bugs.chromium.org/p/v8/issues/entry
To file a bug in Chromium m112: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: chromium:1424421
Tbr: [email protected]
Change-Id: Ia5c47b7f14b28d7244081869db1844a87957d5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353833
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#661}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679285431-edac940ddc52c56a0fe8597ec2718fa9caf0f95c.profdata to chrome-win32-5615-1679307981-57ff5747af4359714069c6f01dbe513d37412778.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I912912fd0f73c97830a510dcb12e356191bea2ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352753
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#660}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: I3b11293cea9fa7fe278ad83c8bb34990e62b7ee9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353751
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#659}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-20 UTC
Change-Id: I9a5948d7116659c82f4e053203583fd3534d9808
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352929
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#658}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679285431-b2d5745f42c6b52f2cfedb310c294803a8f9ea4a.profdata to chrome-win64-5615-1679307981-01f6e66bfd878d961004d5338599ca2af398b899.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I9ef805685ab2808dde9acdb72b5e8eedc4647ee3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352752
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#657}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679285431-2c7d4aa4536474e724803cf01050d95bacc188f0.profdata to chrome-mac-5615-1679307981-01e0d61823c4b37991257bb1a18a9ad443e2f28c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Iad8534d686f42f19179cea286b57d5eea4f82588
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353513
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#656}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-20 UTC
Change-Id: If0e788a7be848a1b53397516d0a07b1be227ea4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4353712
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#655}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
M112: Update applyConstraints() to restart video content source
Restart the video content source (desktop, window, and tab capture)
with the new constraints when applyConstraints is called. This fixes
an issue where the source frame rate would remain at a high fps even
though applyConstraints() was called with a low max fps. This resulted
in a high percentage of dropped frames and unnecessarily high CPU usage.
The feature is enabled by default but can be forced off by disabling
the feature ApplyConstraintsRestartsVideoContentSources.
(cherry picked from commit a9e8bd86fc1b7d93f096a1844827a8b7698cc00e)
Bug: chromium:1417195
Change-Id: Ia4b43fe1852120ea928aec3c65a0cfd0049f22ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4314019
Reviewed-by: Elad Alon <[email protected]>
Reviewed-by: Guido Urdaneta <[email protected]>
Commit-Queue: Johannes Kron <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117569}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352651
Cr-Commit-Position: refs/branch-heads/5615@{#654}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679285431-2bf3a1eecde1c36f8e5f89469e67f0746f6abb9c.profdata to chrome-linux-5615-1679307981-ca9f5a1cfbc56248d2516bfdb70e5ae955dce610.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I95df70ec2a41f54bd203883f7aafef144f8f5e44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352639
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#653}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.29.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786148105169404145
Change-Id: I843ba4c55db4a090f7059528d629db857d344a05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352632
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#652}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll v8 11.2 from 43cb6db9fffe to 1b8efd0abd55 (2 revisions)
https://chromium.googlesource.com/v8/v8.git/+log/43cb6db9fffe..1b8efd0abd55
2023-03-20 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Version 11.2.214.8
2023-03-20 [email protected] Merged: [inspector] Create shared regexp object for regex breakpoints
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/v8-chromium-release-0
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in v8 11.2: https://bugs.chromium.org/p/v8/issues/entry
To file a bug in Chromium m112: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: chromium:1422830
Tbr: [email protected]
Change-Id: Ia59edcc6d9c44cd173acf77e81c740d8dca294e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352748
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#651}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679237243-692cdfda10ec1d57ed5dadf24f25694acd9dd7da.profdata to chrome-win32-5615-1679285431-edac940ddc52c56a0fe8597ec2718fa9caf0f95c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Icf876414b5f9cd19cb126635c681efa01198dc34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348631
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#650}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679267782-6374fd8bd728d301f40300e01be6ab14fb9b12f4.profdata to chrome-win64-5615-1679285431-b2d5745f42c6b52f2cfedb310c294803a8f9ea4a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ifddfbdd5151a7f07949831cc45134d13b4efa427
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351185
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#649}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679267782-f1c86a46bc929ea1e446fb7daf255012ee11be7d.profdata to chrome-mac-5615-1679285431-2c7d4aa4536474e724803cf01050d95bacc188f0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Ifa898f0b28006a1180ca14c0e7ca2b1ec95b6ee5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351184
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#648}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679267782-0425e31368df5cbe8f43bdc4fe6f3ffa821529b9.profdata to chrome-linux-5615-1679285431-2bf3a1eecde1c36f8e5f89469e67f0746f6abb9c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I90d789b26724f5464ec05b92933614a978df0fc5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352348
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#647}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
ios: Disable PartitionAlloc for week four and remainder of beta.
This reverts commit f6c69ff366390b8e9a6127706a81ecaf97da794d.
PA will be re-enabled around April 17th on stable.
See go/partition-alloc-rollout for details.
Bug: 1412190, 1425767
Change-Id: I51e32c0ee09cb1cba84fa81c248e1a55c4674db2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352087
Owners-Override: Krishna Govind <[email protected]>
Commit-Queue: Krishna Govind <[email protected]>
Auto-Submit: Justin Cohen <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#646}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679237243-26870c4a37bcb2eb4d1b4ba54fd5841e40cfa0cb.profdata to chrome-win64-5615-1679267782-6374fd8bd728d301f40300e01be6ab14fb9b12f4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Id0e3f37dc3b68654b6df5daba1a7bec34bdc0af1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352010
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#645}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679237243-c70d8f8f3f31ce3309d460fe21a1bc6611584e9f.profdata to chrome-mac-5615-1679267782-f1c86a46bc929ea1e446fb7daf255012ee11be7d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I5f49f9a2a60ae5fb920ee7814933aecfd3c77131
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4352011
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#644}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113
This CL updates the ash version ['113.0.5663.0'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I9c5c1f459ae074bf1a787694359bdf9b36fafb1a
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350544
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#643}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679237243-d4e021967344336faeafe93f772a81d14f742b23.profdata to chrome-linux-5615-1679267782-0425e31368df5cbe8f43bdc4fe6f3ffa821529b9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ie4215fb7eee646f25031088f5d30e702a2fc5edd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351178
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#642}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.34
Change-Id: I12fd6f09eb45221b50c06d788ed7b3d9e9251db0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351658
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#641}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679194296-8771b0d3f9ccb68912c8a59f68c43872caef594d.profdata to chrome-win32-5615-1679237243-692cdfda10ec1d57ed5dadf24f25694acd9dd7da.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Id4b4dfec6e4b29d7216148e176059256f4fdd231
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350566
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#640}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679216509-e4958dcbef1e3b6513e727063c76051aa227c516.profdata to chrome-win64-5615-1679237243-26870c4a37bcb2eb4d1b4ba54fd5841e40cfa0cb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I37b8350d1892af01b367ddbd8239d0f56baba6cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351614
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#639}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679216509-4ac70501de9f5909ae9dbbba7370978d28abb9d8.profdata to chrome-mac-5615-1679237243-c70d8f8f3f31ce3309d460fe21a1bc6611584e9f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I5186d5b9b391f921f89101ef78182f3d39ee5e79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351504
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#638}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679216509-8f60644c7971ad819e8fda65bf10d39358eaf3ef.profdata to chrome-linux-5615-1679237243-d4e021967344336faeafe93f772a81d14f742b23.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Id0f7df25c0bd951df33c8968841e1f15787b4540
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350961
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#637}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-19 UTC
Change-Id: Ifec35604197dee73cdf016763d91cdfff4da4d60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351887
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#636}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679194296-3713cbfffda2c889e98b168c096236ef41df64e7.profdata to chrome-win64-5615-1679216509-e4958dcbef1e3b6513e727063c76051aa227c516.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I8337d30fe8de3cb95280e557253ab6983cb49b1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351812
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#635}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679194296-60d8799823b1c26191b1e3b0318b06f4c03001db.profdata to chrome-mac-5615-1679216509-4ac70501de9f5909ae9dbbba7370978d28abb9d8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I829915a4694f72c8f27b0ada8d582dbd91da5466
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351357
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#634}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679194296-782144b33acc646a5c8b9506209e552260586b52.profdata to chrome-linux-5615-1679216509-8f60644c7971ad819e8fda65bf10d39358eaf3ef.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia11494382e053bd5c67c124c910627e948054f7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351814
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#633}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-19 UTC
Change-Id: Ic6691bad38d71ff6eb54034f5d8f4aed9a598c47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350504
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#632}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.28.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786238987527858401
Change-Id: Id128670e6cdf88dd42ad780bff861012d4c01a3b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350500
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#631}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679176032-4fb8a9e3e755fb6b329e3e143af18e383cb43086.profdata to chrome-win64-5615-1679194296-3713cbfffda2c889e98b168c096236ef41df64e7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ic8b13d94947ed747d617d529067d1dd11df04d24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350495
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#630}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679176032-f0a6e5f774eb63878cdd3b782e437ebe5aed8f30.profdata to chrome-win32-5615-1679194296-8771b0d3f9ccb68912c8a59f68c43872caef594d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Id704e56d8bf9b7cdf00de110550c492ca77a3287
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351002
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#629}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679176032-d76e24efe9fb6179194e58d91f72be6cd5744690.profdata to chrome-mac-5615-1679194296-60d8799823b1c26191b1e3b0318b06f4c03001db.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I364882b57e5378416be785efe206a5bd504dd7c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351611
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#628}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679176032-94d8d1f570e01a0fa05a40746cd2c6b1452e4f7e.profdata to chrome-linux-5615-1679194296-782144b33acc646a5c8b9506209e552260586b52.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ic75661b52a195f49fd26f93edbb43bdd1e50108b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351172
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#627}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679131572-62b95649a7c95151b6285d0cf1e20448ca4018c3.profdata to chrome-win32-5615-1679176032-f0a6e5f774eb63878cdd3b782e437ebe5aed8f30.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Ib4caafad957b07a98e6c3987887f6e3b95966ef4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351630
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#626}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679152987-f3f7e04eee17c11285313a4a2bf38e08b01eb282.profdata to chrome-win64-5615-1679176032-4fb8a9e3e755fb6b329e3e143af18e383cb43086.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ia6b139324ac69d55dd5640eee3890a0afa88239e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351629
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#625}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679152987-201bd1ee3dec77453531068b79cedc579a3d653f.profdata to chrome-mac-5615-1679176032-d76e24efe9fb6179194e58d91f72be6cd5744690.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Iaf74d0e5ebebf7f5fa266075a8f52ccd800c2622
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351315
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#624}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113
This CL updates the ash version ['113.0.5661.0'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I0fbb4e2729dc25b390274e00d75456f6cf0f4e53
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351649
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#623}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679152987-2305111de1d6d0379f80d6e175a4eec7ba210df7.profdata to chrome-linux-5615-1679176032-94d8d1f570e01a0fa05a40746cd2c6b1452e4f7e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I8b5480cef356b635a310eea568984ec43d437e0d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348451
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#622}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.33
Change-Id: Id054c82ce16b9b93a298dac4121973e3b4e57038
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348559
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#621}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679131572-cd0a89a5bc1845d424bf25c967c40232e973c21b.profdata to chrome-mac-5615-1679152987-201bd1ee3dec77453531068b79cedc579a3d653f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I3de6eecd21c529f9b99d12afddfade27ff5a2c04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351251
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#620}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679131572-95cc155e2a9b67f1acbbe69682c481fe69c425f2.profdata to chrome-win64-5615-1679152987-f3f7e04eee17c11285313a4a2bf38e08b01eb282.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ie45a23fe25e7a6c8afe3a734bc57d678d67ff1bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348299
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#619}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679131572-519a4ce297b65c03122c8b59c765cc78d2b71b0d.profdata to chrome-linux-5615-1679152987-2305111de1d6d0379f80d6e175a4eec7ba210df7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I74bb9ba076c8587a048cd0337af71b89760c6bb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351608
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#618}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll ChromeOS Atom AFDO profile from 112-5615.18-1678703645-benchmark-112.0.5615.30-r1 to 112-5615.18-1678703645-benchmark-112.0.5615.32-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5bc7333bd143458eb0dbcbb6727ff42b6d87812b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351454
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#617}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll ChromeOS Bigcore AFDO profile from 112-5615.9-1678701106-benchmark-112.0.5615.30-r1 to 112-5615.9-1678701106-benchmark-112.0.5615.32-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I931262bb927bcdcbd64fa6f87c2a5cad8270a609
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351453
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#616}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: I9ca9faa2dd8e2a699194f68352218aa07b9e0c08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348224
Auto-Submit: Ben Mason <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#615}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-18 UTC
Change-Id: I24e9c5eccab1c8f8f81dcd4d11aa43085765de5d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351449
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#614}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679096762-894ba2231769678ee1174bbc5592f397a48a1598.profdata to chrome-win32-5615-1679131572-62b95649a7c95151b6285d0cf1e20448ca4018c3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I1d09186a967d0ea110f6a8304f7123b66fd4102e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350881
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#613}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679111020-bd19daf08e86329434167b9c934e919b04975f14.profdata to chrome-win64-5615-1679131572-95cc155e2a9b67f1acbbe69682c481fe69c425f2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I9ee3e5407d02056afa37f50dfbe96de531271877
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350880
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#612}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679111020-e4ec92b857e2ab8b1ec8fe415f096bafaa68b1f3.profdata to chrome-mac-5615-1679131572-cd0a89a5bc1845d424bf25c967c40232e973c21b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I65346fe0e627127a56266a176c616ee67e9d8638
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351415
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#611}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679111020-8c45d4eb44fe43edc8afdba07d597e14bbb60006.profdata to chrome-linux-5615-1679131572-519a4ce297b65c03122c8b59c765cc78d2b71b0d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I7026f43f1e8af1d440a3de784c294caaa3847ccc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351498
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#610}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-18 UTC
Change-Id: Ic6fe703a563f55c9f7637585df35fa13325122d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351448
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#609}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.27.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786329464763800721
Change-Id: I60b3ca8c16ba9a56b8a9f22e6a83932f8caa1ae5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348339
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#608}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Amd64 AFDO from 112.0.5615.30_rc-r1-merged to 112.0.5615.32_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I6b94895fb2c422707d587d6d9d813abc28408c5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350945
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#607}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679096762-b39e63ad4520129ee77e7137fe39ef35402bda33.profdata to chrome-win64-5615-1679111020-bd19daf08e86329434167b9c934e919b04975f14.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I419271d6a9ee84e502c98d74bb037fd07bcc233b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350560
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#606}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679096762-498c2b051438cc81c0a72b8ffdf641321cf79366.profdata to chrome-mac-5615-1679111020-e4ec92b857e2ab8b1ec8fe415f096bafaa68b1f3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Ib182fcd304a7dd62613f9e77485951c5f0e5ecda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350944
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#605}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679096762-73f5358bd885a657f3970b11faa27d6687f49ec2.profdata to chrome-linux-5615-1679111020-8c45d4eb44fe43edc8afdba07d597e14bbb60006.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Idaa91e45183ff50774322e90f001e9085d44ddd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350561
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#604}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679068314-06748c992a9e788eb4bf8222cba609d545966bd6.profdata to chrome-win32-5615-1679096762-894ba2231769678ee1174bbc5592f397a48a1598.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: If27c87b7939cb9f31863d68c70283c315ccda532
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351327
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#603}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679068314-d53a4990b40309336652d78bccd2528ab9112035.profdata to chrome-win64-5615-1679096762-b39e63ad4520129ee77e7137fe39ef35402bda33.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Id248e6de9a314ce41a628614e0100d549dfb92ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350666
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#602}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679068314-7da1a3176fa7b74b6e865b5ca1f3d0d7448b3afa.profdata to chrome-mac-5615-1679096762-498c2b051438cc81c0a72b8ffdf641321cf79366.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I1fa31dc96215bc9c545dc17f13c1da22ff4e9e97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350933
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#601}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679068314-05e2e1f78614c492284c8b92d50f6275c01fa393.profdata to chrome-linux-5615-1679096762-73f5358bd885a657f3970b11faa27d6687f49ec2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Iede3ab88de0b0ff3e3a464c45c732e312dd138bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350579
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#600}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113
This CL updates the ash version ['113.0.5657.0'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I3b45b8b486599fdbc89ea5200f46b4a5550efb6e
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348876
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#599}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.32
Change-Id: I193a5f46b37ad1b83aad1a8c2b3950201f91af50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350161
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#598}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Revert "hid: Enable kEnableWebHidOnExtensionServiceWorker by default"
This reverts commit bde9a1f7448417b8fad4c74d0b5097c4a51ca8ae.
Reason for revert: Revert this because of b/273295039
Original change's description:
> hid: Enable kEnableWebHidOnExtensionServiceWorker by default
>
> Changes kEnableWebHidOnExtensionServiceWorker to be enabled by default,
> so that the extension service worker can use WebHID API without needing
> to enable the flag explicitly.
>
> Bug: 1303195
> Change-Id: Ie83af692961075ea13a1f037b8d8c8a17e1484b4
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4210192
> Reviewed-by: Matt Reynolds <[email protected]>
> Commit-Queue: Jack Hsieh <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1100079}
(cherry picked from commit 838ccc453665d38b1f69e1447c0493c5b28086a8)
Bug: 1303195
Change-Id: Ibe3001932ef0c90db2c4062e000f3e016c981e78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347632
Reviewed-by: Sina Firoozabadi <[email protected]>
Commit-Queue: Jack Hsieh <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118400}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350873
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#597}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Don't call through a null pointer
WebContentsViewCocoa's ivar _host will be null if the remote goes
away. Every member function that calls through _host has a null-check
at the beginning, except for -draggingSession:endedAtPoint:operation:
which doesn't.
Given the crashes, it should get a null-check as well. Do so.
(cherry picked from commit 7cfa7690cfd0ae70f0fdd20bfd94741cd867cc49)
Fixed: 1416689
Change-Id: I9465ed333980c99e9a2348241f24a239cac29e7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4289869
Commit-Queue: Avi Drissman <[email protected]>
Auto-Submit: Avi Drissman <[email protected]>
Reviewed-by: Leonard Grey <[email protected]>
Commit-Queue: Leonard Grey <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1109373}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4351149
Cr-Commit-Position: refs/branch-heads/5615@{#596}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679051948-84a32afc8bccba52b193e1fe8256bf076e711d5e.profdata to chrome-mac-5615-1679068314-7da1a3176fa7b74b6e865b5ca1f3d0d7448b3afa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I27844b65efe9a900b2462f91ab1b293fbb1840d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350602
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#595}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679051948-ffd403e0ac1554742197e0d65781117b0ce41026.profdata to chrome-win32-5615-1679068314-06748c992a9e788eb4bf8222cba609d545966bd6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I177d9f1d9b58f81ac3fdf2383fa7d2d3183e5afd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348391
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#594}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679051948-a3ef8a38de10de39216ffb60072c34c4c65925b7.profdata to chrome-win64-5615-1679068314-d53a4990b40309336652d78bccd2528ab9112035.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I7ef24a210b03aee7f9e9f2352f798974f47c66d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348389
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#593}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Price Tracking Voiceover Fix
The iOS voiceover accessibility would not read the
PriceNotificationsTableViewController section header's subtitle text.
In this CL, the TableViewTextHeaderFooterItem was extended to include
the item's subtitle as part of its accessibility value. This allows the
voiceover reader to readout the header item's subtitle.
(cherry picked from commit 572cd8fa203219a77ab48dfcdeb7d36e14656612)
Fixed: 1423065
Change-Id: Ieac1ade5ad008af0fb4204d065ed44b5cef73141
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4324659
Reviewed-by: Gauthier Ambard <[email protected]>
Commit-Queue: Daniel White <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116456}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350249
Cr-Commit-Position: refs/branch-heads/5615@{#592}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679051948-2de2d98e59d9b0b8c9d6e8087f4c40e5066525ab.profdata to chrome-linux-5615-1679068314-05e2e1f78614c492284c8b92d50f6275c01fa393.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I3329a17075202e37de8a18d5ec1b9280cc216b0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350605
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#591}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Ramp up tile ablation to 5% stable per group
(cherry picked from commit be24a9391c4e464025f1f3dafc00bb7acb09c528)
Bug: 1418997
Change-Id: I7386a55a7cbd9ef589e2b8330752f9edace6a0dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350527
Auto-Submit: Adam Arcaro <[email protected]>
Commit-Queue: Sergio Collazos <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118759}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348118
Commit-Queue: Adam Arcaro <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#590}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679024534-234b0487630337ad02b6702cdf05318a48da1e02.profdata to chrome-linux-5615-1679051948-2de2d98e59d9b0b8c9d6e8087f4c40e5066525ab.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I3e5e1dda89af3cf0d9bc8658cb8c9baf382af004
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350409
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#589}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Change feed top section VC ref to weak
Also removes unnecessary line which sets ntpDelegate to nil, since it's already a weak ref.
(cherry picked from commit 952a0f9141f4f6bdb68f88f94664832d942db840)
Bug: 1412525
Change-Id: Ic55c98db4968fb666e254e2aeb22f47579008f53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335900
Reviewed-by: Sergio Collazos <[email protected]>
Auto-Submit: Adam Arcaro <[email protected]>
Commit-Queue: Adam Arcaro <[email protected]>
Commit-Queue: Sergio Collazos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117051}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348755
Cr-Commit-Position: refs/branch-heads/5615@{#588}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[merge-m112] [CrOS] Update projector_app to zmInwk2DIsJlzZbF9Fw29hmN6rQTpzqIgzzMAgwl2PkC
Cherry-pick of change to disable new screencast button when offline and add
pseudo when speech recognition incomplete.
CIPD package: https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/projector_app/app/+/zmInwk2DIsJlzZbF9Fw29hmN6rQTpzqIgzzMAgwl2PkC
Release Notes: http://go/projector_app-x20/relnotes/Branch/projector_app_nightly_202302230100_RC06.html
Bug: b/272538680,b/272347605
Change-Id: I36983fdf7dc72fc2f9c4bc6ba18cc60ade0713cc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348050
Commit-Queue: Li Lin <[email protected]>
Reviewed-by: Xiqi Ruan <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#587}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: Ifea9e2b932d834dde3a7342059e49494c553bfd8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348105
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#586}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-17 UTC
Change-Id: I86590cb829912b2b895c4bbc77390cc1edca6f35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350487
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#585}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679024534-80aedbd2b567b970a8d31540ed0f77baaacb19ed.profdata to chrome-win32-5615-1679051948-ffd403e0ac1554742197e0d65781117b0ce41026.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Ie28594902196863ffa6c52dc3c78f42ee8cb941d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347831
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#584}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679024534-8ef1f0ae77c544facfec5d1fe1b4e98c7c9a6464.profdata to chrome-win64-5615-1679051948-a3ef8a38de10de39216ffb60072c34c4c65925b7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I6e8edb3e4f75fe07dab43e72b3f97ac8189eed08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348850
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#583}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679024534-5a10b79cc96e88f5a6a997f7ee41f5b855e4dc9f.profdata to chrome-mac-5615-1679051948-84a32afc8bccba52b193e1fe8256bf076e711d5e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I3096782d6c2d14b3ef0887925cfcda1e512f06d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348383
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#582}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-17 UTC
Change-Id: Idaab47c31d60c01961a61cc2e28489086b8142ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347986
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#581}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll ChromeOS Orderfiles from 112-5599.0-1677494745-benchmark-112.0.5615.15-r1 to 112-5615.18-1678703645-benchmark-112.0.5615.30-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-orderfile-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I514c4d49d1c941190c5f6c9c5b7a4a9ffbba8202
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347670
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#580}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.26.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786419714899746769
Change-Id: I4898d17153c5a660d101204d8d140a8d736b3b75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4350227
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#579}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Make sure schemes are matching before checking for PSL match
This CL potentially fixes a problem when password_store_android_backend
returns forms which aren't considered as a match.
(cherry picked from commit 032bc14990cf12ae10cf7e803437d197fbd72965)
Bug: 1420211
Change-Id: Ic6e22117887cad42381aa73f0b23f6091ff06ce6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4319966
Reviewed-by: Vasilii Sukhanov <[email protected]>
Commit-Queue: Viktor Semeniuk <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115148}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345641
Cr-Commit-Position: refs/branch-heads/5615@{#578}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[VersionInfoUpdater]: Observe CloudPolicyStore once
(cherry picked from commit 7a196dcb7a8bfbd8d5787ffd68b99220810cc5ae)
Bug: b:270154290
Change-Id: If055d137bd069b4c67720f65f867913131da095b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4294895
Commit-Queue: Danila Kuzmin <[email protected]>
Reviewed-by: Igor <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1110878}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4334758
Auto-Submit: Danila Kuzmin <[email protected]>
Commit-Queue: Igor <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#577}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1679009598-1d23073d384da6c34482fd092fb454c9f9f51158.profdata to chrome-win32-5615-1679024534-80aedbd2b567b970a8d31540ed0f77baaacb19ed.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I2f23da3177f3cba21d3ca0cf63749bacf53702db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347804
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#576}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1679009598-929957368e495f7c3208abf22555a81f8227887f.profdata to chrome-win64-5615-1679024534-8ef1f0ae77c544facfec5d1fe1b4e98c7c9a6464.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I1a0898a99357b33e960194da926ed8dd8b45ff42
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348867
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#575}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1679009598-e69ac6b508cffc613421ace59138244d53427568.profdata to chrome-mac-5615-1679024534-5a10b79cc96e88f5a6a997f7ee41f5b855e4dc9f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Ie77a15845a5237ed644577793c59b7f01427bf18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347571
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#574}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1679009598-2da0c3b7aa4d938018eae4c2d39e430dd684f72f.profdata to chrome-linux-5615-1679024534-234b0487630337ad02b6702cdf05318a48da1e02.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia4a7a03b72fc7d7ad498a15c07b8f4d95fa82334
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349792
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#573}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Merge to M112] Use Count histograms to account for longer pervasive payloads list
According to the histogram documentation[1], the exclusive max for
using base::UmaHistogramExactLinear should be 101 or less. This means
that the data for all indexes above 101 are being grouped in the
overflow bucket. We should use COUNT histograms instead[2] i.e.
base::UmaHistogramCustomCounts.
[1] https://source.chromium.org/chromium/chromium/src/+/main:base/metrics/histogram_functions.h;l=40;drc=902e9d3afbc0ead9d918b5d1ac2c301296c68c8e
[2] https://source.chromium.org/chromium/chromium/src/+/main:base/metrics/histogram_functions.h;l=40;drc=902e9d3afbc0ead9d918b5d1ac2c301296c68c8e
(cherry picked from commit 6de7230e917a303dc9a8c24479ee6852fa276f58)
Bug: 1309002
Change-Id: I4bf1f9a754777d0796f5aeb5ec75683907f0f55d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339176
Reviewed-by: Adam Rice <[email protected]>
Reviewed-by: Arthur Sonzogni <[email protected]>
Commit-Queue: Nidhi Jaju <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117626}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349572
Owners-Override: Tsuyoshi Horo <[email protected]>
Reviewed-by: Tsuyoshi Horo <[email protected]>
Reviewed-by: Rakina Zata Amni <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#572}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678959782-c1e5a5cb278952f0a1fd393f61a8352b0feafe15.profdata to chrome-win32-5615-1679009598-1d23073d384da6c34482fd092fb454c9f9f51158.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Ibbd26180b32db6fa3bdb0e5c7536b5c754b2811a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347980
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#571}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678988177-7124d28f64c4956bae978a41f112cf22ca894a4c.profdata to chrome-win64-5615-1679009598-929957368e495f7c3208abf22555a81f8227887f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ibdb1eb8128a8bfca28560de6e1cf6f17f536ad51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348841
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#570}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678988177-27fafeab60037492003b2de7390e99fbe0cbc1d9.profdata to chrome-mac-5615-1679009598-e69ac6b508cffc613421ace59138244d53427568.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: Ibc85342f024a37a7b64233c4ece40d3f5ee6fa14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348374
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#569}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678988177-3482f530b531247ff561d9c0a64778f25f214729.profdata to chrome-linux-5615-1679009598-2da0c3b7aa4d938018eae4c2d39e430dd684f72f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I4aa0c72ec0a7446d80d9f0d2252bc6009128a249
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347982
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#568}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Data member `host_` destruction must occur on UI thread
Data member `std::unique_ptr<mirroring::MirroringServiceHost> host_`
must only be destructed on UI thread.
In case `did_start_mirroring_timestamp_` is not set, ~MirroringActivity() returns immediately. That will leads to destruction of `host_` in a default manner (e.g. current thread (IO thread)). This CL fixes the issue by calling UI thread to destruct `host_` at the beginning of ~MirroringActivity() before returning.
(cherry picked from commit 22d2eddd0def851c0fb502da4b74d1aaa03a220a)
Bug: 1419573
Change-Id: I816ac4a5a991d048b07aac64e5a734d53ba5369b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327596
Reviewed-by: Muyao Xu <[email protected]>
Commit-Queue: Ahmed Moussa <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115937}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347639
Cr-Commit-Position: refs/branch-heads/5615@{#567}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113 M112
This CL updates the ash version ['113.0.5656.0', '112.0.5615.29'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I02256a854de1364ae57a5d07d76f260515b3b743
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349052
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#566}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112][infra] Use the actual project in src-side builder configs.
Currently, when chromium recipe code needs to refer to the project and
bucket for builders, it assumes that the project is the project of the
currently running builder and replaces try in the currently running
builder's bucket with ci. Neither heuristic is always accurate, but with
https://crrev.com/c/4345203, this change will provide an accurate
mapping in all cases when src-side configs are used.
(cherry picked from commit 6dec221aa5ebc4ebffc5f42029f6bc15cc4b940a)
Bug: 1424903
Change-Id: I932ebfb3703c2e876e3edfff6bce9b5aaed6e52d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346116
Auto-Submit: Garrett Beaty <[email protected]>
Reviewed-by: Struan Shrimpton <[email protected]>
Commit-Queue: Struan Shrimpton <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118222}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347635
Cr-Commit-Position: refs/branch-heads/5615@{#565}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[skylab_tests] Update skylab tests cros img version
This cl only affect Lacros on-device config builders like
lacros-amd64-generic-chrome-skylab. This cl will certainly NOT affect
linux-lacros builders(linux-lacros-tester-rel, linux-lacros-rel, etc)
or any other platforms.
This CL will update cros image version for skylab tests. CROS_BOARD_LKGM
is updated according to chromeos/CHROMEOS_LKGM; CROS_BOARD_DEV,
CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according to Omaha.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Requires-Testing: True
Change-Id: Ie9e22102c8d72694ee409921c8b0e8817847e9e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348113
Auto-Submit: skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com <skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#564}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.31
Change-Id: I11765d3d94c2308dc132e7d695854c9b3b773337
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348788
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#563}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros] Update lacros QA qualified version
This CL will update lacros version in //chrome/LACROS_QA_QUALIFIED_VERSION. This
file will be used in Upreving the RootFS-Lacros in the CROS image.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-qa-qualified-tracking-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Change-Id: I09669c243743d8cedd0f74cb54b74f0a9e446abd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347614
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: lacros-tracking-roller@chops-service-accounts.iam.gserviceaccount.com <lacros-tracking-roller@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#562}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Fix crash for bogus extensions
If a file picker tag specifies a bogus extension, handle it rather
than crashing.
(cherry picked from commit 5ba3ca91f9d8f6f0e579bd284748331a212e05c1)
Fixed: 1423362
Change-Id: Ief74d089d03a5175df714933477d13e49a19b104
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335571
Commit-Queue: Avi Drissman <[email protected]>
Auto-Submit: Avi Drissman <[email protected]>
Reviewed-by: Jayson Adams <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117527}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348194
Commit-Queue: Jayson Adams <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#561}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll ChromeOS Bigcore AFDO profile from 112-5615.9-1678701106-benchmark-112.0.5615.26-r1 to 112-5615.9-1678701106-benchmark-112.0.5615.30-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I1576fcb780845e0fae1a0c49b247ef6831470a34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347834
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#560}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678959782-90205d02ac0874d41994a8793d07713542039c52.profdata to chrome-win64-5615-1678988177-7124d28f64c4956bae978a41f112cf22ca894a4c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ie8539a96191a7ddac97d87a286360add8b21aaaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346069
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#559}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[m112] Add feature flag to turn off device switcher segment
It is safer to add the flag for this config to ensure we can
turn off if there are regressions.
BUG=1424528
(cherry picked from commit a984ec42133a491dcb7f046d25b0c7a049436216)
Change-Id: Ieef33ef8fab184fad964088aec1e9b7e7b2962da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337806
Reviewed-by: Tommy Nyquist <[email protected]>
Auto-Submit: Siddhartha S <[email protected]>
Commit-Queue: Tommy Nyquist <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117573}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347432
Commit-Queue: Siddhartha S <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#558}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll ChromeOS Atom AFDO profile from 112-5615.18-1678703645-benchmark-112.0.5615.26-r1 to 112-5615.18-1678703645-benchmark-112.0.5615.30-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I96c249728757df42b0dcea100d0f7f58a8ed61ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4347732
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#557}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678959782-b8508d43357f091f918ddc1291c1b427b279ec9f.profdata to chrome-mac-5615-1678988177-27fafeab60037492003b2de7390e99fbe0cbc1d9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I266ae1b0fef909a881cc377828ad655d83b75e20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345959
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#556}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678959782-93c59177428a55e0f569f1bf16ae231037d45279.profdata to chrome-linux-5615-1678988177-3482f530b531247ff561d9c0a64778f25f214729.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I0abe07eeb0897db5f0fa343b7de233aa30fa6723
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345990
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#555}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Gate fenced frame reporting beacon handling behind a new feature flag
This is to de-risk browser stability during Privacy Sandbox ramp-up.
This change also moves kAttributionVerboseDebugReporting into a shared
feature file.
(cherry picked from commit 71bc088d46fadebff67e9b6cfac09d47360644b3)
Bug: 1424146
Change-Id: If51a1b273d134049cbad15564fd30e8659090c05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335998
Commit-Queue: Nan Lin <[email protected]>
Reviewed-by: Charlie Harrison <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116648}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343069
Auto-Submit: Nan Lin <[email protected]>
Commit-Queue: Charlie Harrison <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#554}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Allow setting of crashpad-polling-interval for non-Stable channels
(cherry picked from commit d4f8a1579715c73acd32a91643a4807d0b9509d5)
Bug: b/270194519
Change-Id: Idc4eea23bfc21e87a03a7f7f59da0d1b386b9e1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343471
Reviewed-by: Dominique Fauteux-Chapleau <[email protected]>
Commit-Queue: Nasser Al-shawwa <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1118189}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346694
Cr-Commit-Position: refs/branch-heads/5615@{#553}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[cherrypick][ios] Update blue dot promo config to 14-day cooldown
Updated the FET config of the blue dot promo to have a 14-day cooldown
period after seeing other DB promos instead of the original 30 days,
which is the new requirement. Also improved the `session_rate` config
keys for our needs.
(cherry picked from commit 6709a05ad410a0d9ff03977fa42a1ea0142f1f12)
Bug: 1424403
Change-Id: I086eb087447fc9b985d645a493eb5d5e4c7cc575
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335053
Reviewed-by: Tommy Nyquist <[email protected]>
Commit-Queue: Nicolas MacBeth <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117082}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342114
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#552}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[Cormorant] update privacy padding
(cherry picked from commit cf3c45e3ce00557ad7d4ea5a77c43edb60e9f0ce)
Bug: 1418160
Change-Id: Ie130b8454afd142c6d50b82f8a4ca56d94ab4bdd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4329755
Commit-Queue: Jeffrey Cohen <[email protected]>
Reviewed-by: Wissem Gamra <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116679}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345091
Commit-Queue: Wissem Gamra <[email protected]>
Auto-Submit: Jeffrey Cohen <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#551}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Fix crash in TabBookmarker
This patch moved the check for the current bookmark into the shared
logic that waits for the model to be ready. This should prevent a
crash related to access the bookmark model before it exists.
(cherry picked from commit c8acfca198a86335c0c3b5514096e92aed42fa9b)
Bug: 1422283
Change-Id: Ic2b4032be32e8c74ae22f4455410897917fd29a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4326228
Commit-Queue: Matthew Jones <[email protected]>
Code-Coverage: Findit <[email protected]>
Reviewed-by: Brandon Wylie <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115278}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345813
Reviewed-by: Zhiyuan Cai <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#550}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112] Disable kPreventNavigationWithoutUserInteraction
This logic breaks some real navigations; disable it by default.
(cherry picked from commit d390a865f4acb36e93b58eb90cf50d33645cee77)
Bug: 1408799, 1424828
Change-Id: Ia929c209642e4fa0f0a7ec28665dfa192d5eeb44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343131
Reviewed-by: Rohit Rao <[email protected]>
Commit-Queue: Mike Dougherty <[email protected]>
Commit-Queue: Rohit Rao <[email protected]>
Auto-Submit: Mike Dougherty <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117722}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345483
Commit-Queue: Krishna Govind <[email protected]>
Owners-Override: Krishna Govind <[email protected]>
Reviewed-by: Ali Juma <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#549}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Amd64 AFDO from 112.0.5615.26_rc-r1-merged to 112.0.5615.30_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I3ddd2438283bba54a4c3e5ea6da884eacb4eb080
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345004
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#548}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: Icb1daaaf6bb450ae0952af21f07033c8cdd3e1bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346072
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#547}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678946053-f4b801f0389ea056b0da1b8ffe21cd2fbe35bdf6.profdata to chrome-win32-5615-1678959782-c1e5a5cb278952f0a1fd393f61a8352b0feafe15.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I086fb86634cb5ad9a70961143d84d8a2706cfd37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345832
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#546}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-16 UTC
Change-Id: Id135e613178380f4aa895ee15b375a1b1085ddaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345477
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#545}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678946053-bb4427c1f153075cba71daac06e3f0bbbc3e6a29.profdata to chrome-win64-5615-1678959782-90205d02ac0874d41994a8793d07713542039c52.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ib8789ba64ab73ac801ae9ff68a69f6034df54787
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345011
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#544}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Revert "Roll Perfetto Trace Processor Mac from 55985e77ff4f to 4ca61a362ab8"
This reverts commit 28993963f7ed96ff8d2006c2ababb12fc8b4b7c5.
Reason for revert: Breaks telemetry_perf_unittests on Mac-*
Original change's description:
> Roll Perfetto Trace Processor Mac from 55985e77ff4f to 4ca61a362ab8
>
> https://android.googlesource.com/platform/external/perfetto.git/+log/55985e77ff4f..4ca61a362ab8
>
> If this roll has caused a breakage, revert this CL and stop the roller
> using the controls here:
> https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium
> Please CC [email protected],[email protected] on the revert to ensure that a human
> is aware of the problem.
>
> To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
>
> To report a problem with the AutoRoller itself, please file a bug:
> https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
>
> Documentation for the AutoRoller is here:
> https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
>
> Tbr: [email protected]
> Change-Id: I89cdfb50b501909a302daa3e604000d134a8e26a
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4285662
> Bot-Commit: chromium-autoroll <[email protected]>
> Commit-Queue: chromium-autoroll <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1109062}
Bug: 1418852,1420042
(cherry picked from commit 2ac69a08819d41e5742ca6cba62a94c417228c5e)
Change-Id: Ibbe0a2d31db6dd2da803d3282d45a2402144a388
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4289326
Auto-Submit: Brian Begnoche <[email protected]>
Commit-Queue: Friedrich Horschig <[email protected]>
Owners-Override: Brian Begnoche <[email protected]>
Reviewed-by: Friedrich Horschig <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1109561}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343299
Reviewed-by: Igor Kraskevich <[email protected]>
Commit-Queue: Igor Kraskevich <[email protected]>
Auto-Submit: Mikhail Khokhlov <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#543}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678946053-ce07916e1b1d54fd3abe041fca3c29b652884611.profdata to chrome-linux-5615-1678959782-93c59177428a55e0f569f1bf16ae231037d45279.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Ibd2bb09e0fd4f2d9eb95983d7abf7c62378894bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4346013
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#542}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Manage crash reporting using a CrashReportingContext
There were several issues that were fixed:
1. NULL reporting_client pointer for the System Profile caused chrome to crash on launch when the profile selection dialog appeared.
2. Use of reporting_client pointers that cannot fetch policies (incognito) or cannot upload CBCM events (guest mode).
3. Removed the profile username from the uploaded fields.
(cherry picked from commit 4107741a4a010218f7de76429cba7a43f776b51f)
Bug: b/270571190
Change-Id: I703291c6a9a4699425c985be5406d5898d775e53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335176
Reviewed-by: Dominique Fauteux-Chapleau <[email protected]>
Reviewed-by: Roger Tawa <[email protected]>
Commit-Queue: Nasser Al-shawwa <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1117636}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341954
Cr-Commit-Position: refs/branch-heads/5615@{#541}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678946053-771d3fda0580d835a2f3095124e534890e11eac5.profdata to chrome-mac-5615-1678959782-b8508d43357f091f918ddc1291c1b427b279ec9f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I6c381d920f7c799c4022d44fc0885f0c87035877
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345114
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#540}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-16 UTC
Change-Id: I5a666577f8420288ba178ab3ae124b0653ea3d98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345972
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#539}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.25.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786510356474494721
Change-Id: I00c83769bc2e704885fe5e85452561dc4266d053
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4345173
Bot-Commit: ChromeOS bot <[email protected]>
Commit-Queue: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#538}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Allow secagentd to access isFeaturedEnabled
Is needed to check value of CrOSLateBootSecagentdXDRReporting
which can be used as a kill switch.
BUG=b:271468227
TEST=Verified dbus call succeeds
(cherry picked from commit b1cb17cd2618656a9887d32b202ca1f56dc86441)
Change-Id: Ife60a6b01f5387bad071f3d5f247f9a367b9c760
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4323520
Commit-Queue: Chris Palmer <[email protected]>
Reviewed-by: Chris Palmer <[email protected]>
Auto-Submit: Ryan Borzello <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115261}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4344031
Commit-Queue: Ryan Borzello <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#537}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678920257-0e7e473b621f6386d654b18e3bf133c3989d2397.profdata to chrome-win32-5615-1678946053-f4b801f0389ea056b0da1b8ffe21cd2fbe35bdf6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I461365e292fb8711cba27b50f47dfa9720707547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4344770
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#536}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678920257-6a07dd476514dd928f76c48044a943a3832e8b27.profdata to chrome-win64-5615-1678946053-bb4427c1f153075cba71daac06e3f0bbbc3e6a29.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ib3f1d08cef509c51f9e8268fe4f85a85227e1897
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342426
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#535}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678920257-f02bd29f9b64f459f9ec5faee9bdeb7458f2e1c7.profdata to chrome-linux-5615-1678946053-ce07916e1b1d54fd3abe041fca3c29b652884611.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I8fa5f607d9840747712ad74161d616d53b8d493b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342871
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#534}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678920257-7c05ca1542acbd928d6aec8e4a9175c4c5272c81.profdata to chrome-mac-5615-1678946053-771d3fda0580d835a2f3095124e534890e11eac5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I5e29479c92302634c96a987c334a93152f5f5bbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342427
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#533}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112] Add a flag to start service worker in TaskRunner::PostTask.
Currently, the service worker is started just after
`CompleteWithoutLoader()` sequentially. We assume that there can be a
performance penalty for consuming CPU resource there.
This CL adds an experimental flag to make the service worker started in
`TaskRunner::PostTask`.
Additional change:
- Since `registration->active_task()` and `active_task` points to the
same thing in `ContinueWithActivatedVersion`, `active_task` is used
instead.
(cherry picked from commit 45c7f7c33774f0670b23db9136e3b5f7f47e9cf0)
Bug: 1347319
Change-Id: I836a7038ee474b7107a6612fa352bf0f43d847a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4297456
Commit-Queue: Yoshisato Yanagisawa <[email protected]>
Reviewed-by: Shunya Shishido <[email protected]>
Reviewed-by: Kouhei Ueno <[email protected]>
Reviewed-by: Minoru Chikamune <[email protected]>
Reviewed-by: Alex Moshchuk <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1111350}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342474
Cr-Commit-Position: refs/branch-heads/5615@{#532}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
M112: cherry pick: Add UMAs to ServiceWorker.LoadTiming.MainFrame.*
Before this CL, the existing UMA records the measurement without
distinction of "service worker was already running" or not. This CL adds
the distinction to the existing UMAs.
This CL also adds the following UMAs.
- ServiceWorker.LoadTiming.MainFrame.MainResource.StartToCompleted
- ServiceWorker.LoadTiming.MainFrame.MainResource.StartToFallbackNetwork
(cherry picked from commit 0071aa92471a2b598382ad85c95f2828a361a243)
Bug: 1377753
Change-Id: Idde0d726fb9ca5da4fbbaca00b329acaeec6c68d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4310073
Commit-Queue: Minoru Chikamune <[email protected]>
Reviewed-by: Yoshisato Yanagisawa <[email protected]>
Reviewed-by: Shunya Shishido <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1113327}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343817
Auto-Submit: Minoru Chikamune <[email protected]>
Commit-Queue: Yoshisato Yanagisawa <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#531}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678872415-0ae63295e45c312caf8d412cd5dfc975bd2c3bc1.profdata to chrome-win32-5615-1678920257-0e7e473b621f6386d654b18e3bf133c3989d2397.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I8677f406a1e9d67233d47b8afd2a22eaa9c0e4ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342733
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#530}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678895698-51c57af71b5c559307b75499e6885e81a4aed8c4.profdata to chrome-win64-5615-1678920257-6a07dd476514dd928f76c48044a943a3832e8b27.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I4e685af451cdfadbaf0d3d7bbdb5a85bf6d3eb6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342460
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#529}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678895698-95bf4e992cc090a80251c1872803d3c05f24cba5.profdata to chrome-linux-5615-1678920257-f02bd29f9b64f459f9ec5faee9bdeb7458f2e1c7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Iee17a5d69562d1bcd7f69078e199980cd78948f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342461
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#528}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678895698-f747476d76fc0b4d69b07235792fca688f6706b2.profdata to chrome-mac-5615-1678920257-7c05ca1542acbd928d6aec8e4a9175c4c5272c81.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I7550dcca2bcc7f3e74ebf13b32cccbdbc53d503d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342734
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#527}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[lacros skew tests] Refresh skew tests for M113 M113
This CL updates the ash version ['113.0.5653.0', '113.0.5635.0'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Bug: None
Change-Id: I4c59fe23fa7640263f89625d77e7ed88dee361db
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341739
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#526}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[skylab_tests] Update skylab tests cros img version
This cl only affect Lacros on-device config builders like
lacros-amd64-generic-chrome-skylab. This cl will certainly NOT affect
linux-lacros builders(linux-lacros-tester-rel, linux-lacros-rel, etc)
or any other platforms.
This CL will update cros image version for skylab tests. CROS_BOARD_LKGM
is updated according to chromeos/CHROMEOS_LKGM; CROS_BOARD_DEV,
CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according to Omaha.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Requires-Testing: True
Change-Id: Idb6b89e2d1efd0f7141ca96763ee85cedcecf440
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342895
Auto-Submit: skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com <skylab-test-cros-roller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#525}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Incrementing VERSION to 112.0.5615.30
Change-Id: I52c4c8598ec6344c9728219152e3e5ffe5b228d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4344230
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5615@{#524}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Add palmer@ to chromeos/SECURITY_OWNERS
jorgelo@ is currently out on leave.
(cherry picked from commit 34f6707271ea5067cba7815c7855cbbad5b6962e)
Change-Id: I9cdcd6a80681a53afcf9c6a8cd6838122d1a187a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4305119
Reviewed-by: Chris Palmer <[email protected]>
Commit-Queue: Kyle Horimoto <[email protected]>
Auto-Submit: Aashay Shringarpure <[email protected]>
Reviewed-by: Kyle Horimoto <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1113701}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4344111
Cr-Commit-Position: refs/branch-heads/5615@{#523}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[112] Check document pip-ness via browser for tab sharing.
Previously, we would ask the PiP window manager if a given
WebContents was the document PiP window, to determine if it should
be exempt from the tab sharing infobar. However, this missed the
case in which the PiP window was created while sharing was already
happening, since the window manager hadn't heard about the PiP
window during the "tab was added" observer callback.
A more robust check asks Browser object directly, since it's
set much earlier than the observer is notified about it.
(cherry picked from commit a66efd67a18499a21a9c0edf08e61917b7c81512)
Bug: 1366588
Change-Id: Icf936abc1d27f9bc7b928a92fa5bdff37fc3fdb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4326926
Commit-Queue: Frank Liberato <[email protected]>
Reviewed-by: Elad Alon <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116670}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342811
Auto-Submit: Frank Liberato <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#522}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Merge M112: "Improve checks for VideoFrame layouts."
Adds a `VideoFrameLayout::IsValidForSize(size)` method which clients can
use to verify a VideoFrameLayout for their purpose. Updates a few call
sites to use the new verifier and adds tests.
(cherry picked from commit 17f73200c066158330542c19d521c517586533a2)
Fixed: 1421268
Change-Id: I51049ada6119eddb31cdd9b7edfe77ee65b1da7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4307674
Auto-Submit: Dale Curtis <[email protected]>
Reviewed-by: Hirokazu Honda <[email protected]>
Reviewed-by: Dominick Ng <[email protected]>
Commit-Queue: Dominick Ng <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116233}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343233
Cr-Commit-Position: refs/branch-heads/5615@{#521}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678872415-04e30fe93b94659b3fb284df13dab3e8b204b891.profdata to chrome-win64-5615-1678895698-51c57af71b5c559307b75499e6885e81a4aed8c4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I11a745c2c0de06c1fde4b246a4a4a38f29e9349b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343210
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#520}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678872415-a3b13a4f74e91ccbafcbd412893fd69c43d5ae28.profdata to chrome-linux-5615-1678895698-95bf4e992cc090a80251c1872803d3c05f24cba5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: Id47b070f3e0bfee2073846a90f22ce95766a3854
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4342955
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#519}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678872415-e19aee5f170025395d2619a3a0f5cdbfb515457c.profdata to chrome-mac-5615-1678895698-f747476d76fc0b4d69b07235792fca688f6706b2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I89ceebb6ddea2279b61b1fb5c1d35f4b37c6d797
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4343051
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#518}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[iOS] Support multiple promo styles for feed sync promo
Adds support to show all promo styles in the NTP feed:
- Standard
- Compact Titled (Unpersonalized)
- Compact Horizontal
- Compact Vertical
Refactors promo logic to more easily implement the new styles and addresses lingering TODOs.
(cherry picked from commit 37c6b834983bef616e90d175d116ed7a3b638654)
Bug: 1412758
Change-Id: I538f188ea9845b20cdfcdb5c728d8f123c4d4c19
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4327348
Commit-Queue: Adam Arcaro <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115868}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4334963
Auto-Submit: Adam Arcaro <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#517}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112][ChromeCart][NTP Journeys] Add histogram for Journeys with cart
This CL adds a histogram to log whether there is at least one
ChromeCart related to the top cluster for Journey module. Here we
define being related as whether there is a ChromeCart for the domain of
any visit in this cluster.
(cherry picked from commit e11507ccc730d00643847274b684681fe3a8ed2b)
Bug: 1422325
Change-Id: I7ac698d518f895035251ebbfdf39d64e7640ab88
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4320974
Reviewed-by: Tibor Goldschwendt <[email protected]>
Commit-Queue: Yue Zhang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1115527}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337332
Cr-Commit-Position: refs/branch-heads/5615@{#516}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112][Sheriff] Disable flaky customtabs testMultipleActionButtons test.
(cherry picked from commit f1b2467d001ee0f1a6f2f15f4234bdf28fe314a9)
Change-Id: Ia06ecf7a134676728379e19b0237f6247fecfd9d
Bug: 1420991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4312941
Reviewed-by: Tommy Nyquist <[email protected]>
Commit-Queue: Ritika Gupta <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1113594}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340971
Owners-Override: Victor Vianna <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Victor Vianna <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#515}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[M112][Sheriff] Disable flaky customtabs tests
The imports were moved by `git cl format`.
(cherry picked from commit 96a8b4575f3b0e3cc458a480b9ebcbf66649db64)
Bug: 1420991
Change-Id: Ie052069389277b5ae34ef2059fb6fd9c026b1c34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4306719
Owners-Override: Igor Kraskevich <[email protected]>
Commit-Queue: Igor Kraskevich <[email protected]>
Reviewed-by: Tushar Agarwal <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1112802}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4341329
Owners-Override: Victor Vianna <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Victor Vianna <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#514}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678850154-581ee609875784008535314edf8e5b1b34c93291.profdata to chrome-win64-5615-1678872415-04e30fe93b94659b3fb284df13dab3e8b204b891.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I12f224af622c1351352a3692da6759505bf37d96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340509
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#513}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678850154-c809008f8cc69c15c4c17161b389d89aaf830f96.profdata to chrome-win32-5615-1678872415-0ae63295e45c312caf8d412cd5dfc975bd2c3bc1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Ifc362d5920abc1d7a5b469e7a193345ddef4acd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340370
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#512}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678850154-877f759f510c2830f5f2a7acfd5d7d904ef00d99.profdata to chrome-linux-5615-1678872415-a3b13a4f74e91ccbafcbd412893fd69c43d5ae28.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I19584ce62d389ff516592e59190fa2602e85d103
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340909
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#511}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-15 UTC
Change-Id: I11bea1e843f2df840866fb9663928c5c5c87ee12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340709
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#510}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automatic update from google3
Automatic update for 2023-03-15 UTC
Change-Id: Iedadef40a0cde788b0768486bb411c4cf07da8ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340371
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#509}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Updating XTBs based on .GRDs from branch 5615
Change-Id: I9e2b0def720c6b5fabe8bbf28eeb848b020d432a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340609
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#508}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678850154-0fe4efefc4c41e6ee2d937ddfad027ba77e5a666.profdata to chrome-mac-5615-1678872415-e19aee5f170025395d2619a3a0f5cdbfb515457c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I5fa15e06041fd5887765a2ce5998f3697d49c42d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4340369
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#507}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Automated Commit: LKGM 15359.24.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8786601293760608497
Change-Id: I9945b8923a5b8f19ea27c52bfc843c5e23fe8b1b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339910
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#506}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-5615-1678816682-7fde06c36452e471b617e118c66d3a60b2f22657.profdata to chrome-mac-5615-1678850154-0fe4efefc4c41e6ee2d937ddfad027ba77e5a666.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:mac-chrome
Tbr: [email protected]
Change-Id: I296aad4552f89fcb5df54ed62427bc8e8c29cfda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339026
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#505}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678836805-beba3f09b9ec462336383845e532a2f29f655479.profdata to chrome-win32-5615-1678850154-c809008f8cc69c15c4c17161b389d89aaf830f96.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: I9c8fbef322007d073c3fc26df15eea1703de64b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339066
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#504}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678836805-58f7c7c01f854cbcc2893bf5755201c425faf5a7.profdata to chrome-win64-5615-1678850154-581ee609875784008535314edf8e5b1b34c93291.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: I69d1d5dcc96d940a65ab12032a349353ae709aee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339400
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#503}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678836805-3e00bc45cbbecb838a2be7819a72aac33e83327c.profdata to chrome-linux-5615-1678850154-877f759f510c2830f5f2a7acfd5d7d904ef00d99.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: I4ea28d411fec084b3b57f022067898ddd9dedcc5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4339028
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#502}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-5615-1678816682-38f4aa3d6034651e39d20266b8ec3f3b693300d4.profdata to chrome-win32-5615-1678836805-beba3f09b9ec462336383845e532a2f29f655479.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win-chrome
Tbr: [email protected]
Change-Id: Idc798bda54ddcfe4291b375c8d76b57422e10d95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4338820
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#501}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-5615-1678816682-e8e6aae48549c3470de048697aa087c383e1f623.profdata to chrome-win64-5615-1678836805-58f7c7c01f854cbcc2893bf5755201c425faf5a7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:win64-chrome
Tbr: [email protected]
Change-Id: Ic55855951659596bfd421a46f9da6a749f645b82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337815
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#500}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-5615-1678816682-40fcd81e9664acd96c8f144f70a922482104528e.profdata to chrome-linux-5615-1678836805-3e00bc45cbbecb838a2be7819a72aac33e83327c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m112.try:linux-chrome
Tbr: [email protected]
Change-Id: If410dbfb0be873c03e46e1bdca1dac9513ffba09
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4338543
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#499}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}
[FeedBoCSignIn] Use sign-in only flow when there's user account
Use sign-in only flow when one or more device-level user account
exists, while keeping the sign-in and sync flow when theres' no
device-level account.
(cherry picked from commit 2e7985ba809421c2fcec86bf80718e9e0c46e68f)
Bug: 1382615
Change-Id: If279125d6f4d4b37bcc7aae1c4d2a4cad4476fca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4335956
Commit-Queue: Tina Wang <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1116669}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4338441
Commit-Queue: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/branch-heads/5615@{#498}
Cr-Branched-From: 9c6408ef696e83a9936b82bbead3d41c93c82ee4-refs/heads/main@{#1109224}