[M120 Merge][iOS] Fix recording of MobilePasswordManagerSearchPasswords user action
The boolean `_searchPasswordsUserActionWasRecorded` was not set to
`YES` once the user action was recorded, which led to recording the
user action at times where it shouldn't have been. This CL fixes the
issue by setting the boolean properly.
(cherry picked from commit a673bf6eb42fbd7699ba6efb146a75691c6245d1)
Bug: None
Change-Id: I7da7af2fb3532dfc179443e258342f46e4794f30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037427
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Tommy Martino <[email protected]>
Commit-Queue: Noémie St-Onge <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226367}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049721
Cr-Commit-Position: refs/branch-heads/6099@{#955}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Present edit menu on Parcel Tracking infobar modal
This CL merges the following to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5034442
Low-Coverage-Reason: TESTS_IN_SEPARATE_CL
Bug: 1503720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034442
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1225723}
(cherry picked from commit caffb08b76fb26dcd4c78a9430225ecb34255a6e)
Change-Id: Ifa111fea48a3e0a0fb52364e97bf791a20de17cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049820
Commit-Queue: Sergio Collazos <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#954}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700566288-6a7f147c68132a34ed4def006a638b0c2071b69a.profdata to chrome-mac-6099-1700589400-1e374a7dd53cd5be3a8250da67684807492750c9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Id9a1d9e2d7f37b772a26969a5e678ebbd1342b1b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5050747
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#953}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700566288-424b513679ae99737a0248b907664b90434e70bc.profdata to chrome-linux-6099-1700589400-a06c5ae03c8690a70bafdfc5f83416b7773d5ee9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ide005cbbb082b3bf73dd78d9de79cccbcca87acc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5051130
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#952}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Move layer destruction out of Canvas2DLayerBridge
https://crrev.com/c/4881264 moved the cc:TextureLayer from
Canvas2DLayerBridge to CanvasResourceHost. The Canvas2DLayerBridge
destructor was originally deleting the layer, but it was updated to
call resource_host_->ResetLayer(). This call however was not
executing when disabling acceleration because
ReplaceExisting2dLayerBridge clears
Canvas2DLayerBridge::resource_host_ before deleting the
Canvas2DLayerBridge objects.
This resulted in the CanvasResourceHost having a layer but no
resource provider. In that state,
Canvas2DLayerBridge::GetOrCreateResourceProvider refuses to re-create
the provider as it assumes the context should be restored instead:
https://crsrc.org/c/third_party/blink/renderer/platform/graphics/canvas_2d_layer_bridge.cc;l=215;drc=47781acaec132d6d3cbd52feea008925e4e88f67
This fix brings back the original behavior of deleting the layer when
the bridge is destroyed.
(cherry picked from commit 975141075fccd558dd499e588e4ce8d306db31f3)
Fixed: 1499539, 1500272
Change-Id: I9af21303b89e411184836e825d5a7015cbe18e98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027957
Reviewed-by: Justin Novosad <[email protected]>
Commit-Queue: Jean-Philippe Gravel <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225686}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044557
Owners-Override: Srinivas Sista <[email protected]>
Commit-Queue: Srinivas Sista <[email protected]>
Auto-Submit: Srinivas Sista <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#951}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120 Merge][Pcct] Log device specs for PCCT upgradability
Log combinations of some chosen specs of devices running PCCT
in an enumerated histogram:
- low-end device
- picture-in-picutre feature support
These specs tell us PCCT being able to migrate to
activity-embedding in the future via OS upgrade.
For the M120 Merge the enum values had to be added back to the general
enums.xml file
(cherry picked from commit f2225cad3fbceda923c4f0b73b58495f03e5bea7)
Bug: 1497740
Change-Id: I6671f21f77976d4fc3b204ff0c65fd23cb3a338b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010259
Commit-Queue: Jinsuk Kim <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Kevin Grosu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222623}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5050964
Commit-Queue: Kevin Grosu <[email protected]>
Reviewed-by: Sinan Sahin <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#950}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Fix spacing in Parcel Tracking Infobar Modal
This CL merges the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5037451
Low-Coverage-Reason: TESTS_IN_SEPARATE_CL
Bug: 1503720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037451
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1225683}
(cherry picked from commit a52ce162ae45c2aeecac509f2f4d71571061b969)
Change-Id: I9ef979cc2b5c80f508fdfe0486643ad8992bc793
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049256
Commit-Queue: Sergio Collazos <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Reviewed-by: Sergio Collazos <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#949}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Update compilator_watcher revision
Includes this change for new flags: https://chromium-review.googlesource.com/c/infra/infra/+/5031408
(cherry picked from commit 1fb60639c0df467a18671f9152db51823c0c738c)
Bug: 1248460
Change-Id: I9a6199d7cc5f9e5389fe1251ab5a65b9497398f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037765
Commit-Queue: Stephanie Kim <[email protected]>
Reviewed-by: Garrett Beaty <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225800}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046017
Cr-Commit-Position: refs/branch-heads/6099@{#948}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[CPA] Fixed reader mode not showing on CCTs
When the CPA reader mode feature is enabled we disable the
previous message UI to avoid having two UIs for the same feature.
The CPA reader mode button is not available on CCTs, so the only
way to use reader mode is through the messages UI.
This CL re-enables the messages UI when opening reader mode elegible
pages on custom tabs.
Bug:1502306
(cherry picked from commit 6fc5dd5dbd956390e574802d9af4b5b27f118592)
Change-Id: I9cbf2133176bb7a2186e451f0826326804803b04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031511
Reviewed-by: Tommy Nyquist <[email protected]>
Commit-Queue: Salvador Guerrero Ramos <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226211}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5050444
Commit-Queue: David Trainor <[email protected]>
Auto-Submit: Salvador Guerrero Ramos <[email protected]>
Reviewed-by: David Trainor <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#947}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[m120][ios] Show user policy startup notif if >= 1 policy and notif enabled
This CL adds 3 new condition to show the User Policy notification:
1) If there is at least one Chrome policy.
2) If the feature for the notif is enabled.
3) If the browser isn't already managed at the machine level.
(cherry picked from commit c33c8620bf48285a304782deb3eb42b518c08541)
Bug: b/310224690, 1502826
Change-Id: I671f8b9331250b3f119fa13000e11074b1e97b0f
Low-Coverage-Reason: simple util methods that are indirectly tested in other tests.
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037200
Reviewed-by: Sylvain Defresne <[email protected]>
Commit-Queue: Vincent Boisselle <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226192}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048110
Reviewed-by: Robbie Gibson <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#946}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120 merge] Fix CRD crash with Unified Desktop enabled (and a single monitor)
The display manager continues to use the normal list of displays
when unified desktop is enabled but only a single display is present,
so the PointTransformer should take this into account.
(cherry picked from commit 59e24fe9e1fa47385a82fa7506be7d022cdfd165)
Bug: b:310814503
Tests: new unittests plus manually deployed and tested (CRD without UD enabled, with UD enabled and 1 display and with UD enabled and 2 displays).
Change-Id: I2214ee41ef703132f1ebbbc90b75826c0964e677
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027595
Auto-Submit: Jeroen Dhollander <[email protected]>
Reviewed-by: Joe Downing <[email protected]>
Commit-Queue: Joe Downing <[email protected]>
Reviewed-by: Edman Anjos <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224275}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048753
Cr-Commit-Position: refs/branch-heads/6099@{#945}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[gbb-cct] Fix crash due to null Tab.
I'm unclear on what situation would lead to Tab being null, but looks
like we need to handle it.
(cherry picked from commit 0d2b30bb21ce213c3ca56c0429f271e2cffac43d)
Bug: 1502984
Change-Id: I701e794db214b353b309b30a699ddea318237d54
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040554
Reviewed-by: Jinsuk Kim <[email protected]>
Commit-Queue: Jinsuk Kim <[email protected]>
Auto-Submit: Edmund Wright <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226121}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048751
Reviewed-by: Kevin Grosu <[email protected]>
Commit-Queue: Kevin Grosu <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#944}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge-120][DefaultBrowser][iOS] Fix default browser video promo triggering bug
This CL fixes a bug caused by the improved default browser video triggering conditions
(cherry picked from commit e9fff0f50a501d3881f32625bfdef0e8453cbf2f)
Bug: 1502273
Change-Id: I48c9872c1f04818032af4a0088554adf61c7a7db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027503
Reviewed-by: Sylvain Defresne <[email protected]>
Reviewed-by: Gayane Petrosyan <[email protected]>
Auto-Submit: Cheick Cisse <[email protected]>
Commit-Queue: Sylvain Defresne <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225467}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049366
Commit-Queue: Cheick Cisse <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#943}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge-120][iOS] Fix Default Browser promo histogram overflow issues
It was wrongly assumed that DaysSinceLastPromoInteraction will be number of days under 21 which resulted in a large overflow bucket for IOS.DefaultBrowserPromo.DaysSinceLastPromoInteraction.
Fix by recording this histogram with UmaHistogramCounts1000.
Also speculatively record chrome cold and warm start counts (number of cold and warm starts in 14days) with UmaHistogramCounts1000 to avoid potential overflow.
(cherry picked from commit 8e8011e424b5dc1c4006c8cbb68cdb5c7270f91e)
Bug: 1502332
Change-Id: I7cc16c30c7197f865a10a170453c3035b3525544
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033738
Commit-Queue: Sebastien Seguin-Gagnon <[email protected]>
Reviewed-by: Sylvain Defresne <[email protected]>
Reviewed-by: Cheick Cisse <[email protected]>
Reviewed-by: Sebastien Seguin-Gagnon <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225492}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046751
Commit-Queue: Gayane Petrosyan <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#942}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700542072-fbe34f248bd3bfac306239c6fced62326e2d16a7.profdata to chrome-win64-6099-1700566288-d9d68951ee89c8c577a55bdbb1e01f0bd9b7f8d2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: If957caf2138d6ea261f3f4dfdae9087bb2800dfb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049098
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#941}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700542072-dc1dc5ae4bf3aebe743ab8c72fb0e94004f8d0e3.profdata to chrome-win32-6099-1700566288-e44af7f9f2a4ab21fa82e042086e857ec411981d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I7d49da48c23f481532050616f11cdf8e441be245
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049100
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#940}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/ios_internal from e35777b39a16 to 65ff06552e7e
Commits rolled:
https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/e35777b39a16..65ff06552e7e
Generated by: go/bbid/8763805703668589073
Change-Id: Iec96024f239c9a0e89a0e98fecfb46cc073bea3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5050280
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#939}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automated Commit: LKGM 15662.21.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8763857423645706081
Change-Id: I4b46dd519c082f0ee142b4e2cacc50e3390f84ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046048
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#938}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Add histogram for Save to Photos API errors
(cherry picked from commit 2fea0983af7838906bc86f5a76712a478192674b)
Bug: 1502089
Change-Id: Ic14cca16270068da27f23d36d5df3d801b50e160
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028655
Reviewed-by: Olivier Robin <[email protected]>
Reviewed-by: David Jean <[email protected]>
Commit-Queue: Quentin Pubert <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224840}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5045670
Reviewed-by: Sylvain Defresne <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#937}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700542072-6fbf6c556c2c80e6ba851e6a994dac8a131d0eae.profdata to chrome-linux-6099-1700566288-424b513679ae99737a0248b907664b90434e70bc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I587bddead84d4765d98a1dd066b460c5806153ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049103
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#936}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-21 UTC
Change-Id: I4a329ce0607603ae667cc1148b896f290f7a96ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049700
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#935}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120][iOS] Remove redundant sign-in error in consistency promo
Any failure or cancel during the AuthenticationFlow execution triggers
an generic error alert when signing in from the bottom sheet.
Since an alert has been added for managed account in this sign-in flow
which allows the user to cancel sign-in, the generic error shows upon
the cancel action, which is not intended and confusing for the user.
Besides,
- An error alert should already be triggered upon failure inside the
AuthenticationFlow, making this error alert redundant for failures.
- This error handling is inconsistent with other sign-in UIs which
don't show any standalone error upon AuthenticationFlow completion.
This CL removes the generic error alert and adds an EGTest to ensure
that the generic error alert is not shown when cancelling sign-in in
the mentioned case.
It also updates the name of the histogram enum used to explicit that
cancel and failure are handled in the same bucket.
(cherry picked from commit e1d1c48ef73a39f09aa91fb03d6a0cc1e55d254a)
Bug: 1501323
Change-Id: I65bd2dd65f733d9ee979f6f175055c959ff7f2c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018583
Reviewed-by: Alex Ilin <[email protected]>
Reviewed-by: Vincent Boisselle <[email protected]>
Commit-Queue: Menghan Yang <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Mihai Sardarescu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226112}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048851
Cr-Commit-Position: refs/branch-heads/6099@{#934}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: If4b15802cf67b8f4ea2c0de2e5ffbd6d71ab776f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049112
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#933}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Fix spacing for Parcel Tracking Magic Stack module
This CL merges the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5037234
Bug: 1503720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037234
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1225693}
(cherry picked from commit 883718fdba04975a2dc710accc714f23cd08824f)
Change-Id: I8347b8ad3bb05c601848fa5a0d945d81997a51df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049364
Auto-Submit: Hira Mahmood <[email protected]>
Commit-Queue: Scott Yoder <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#932}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700542072-d3332158d274b59adeb7b546e6831933c50b35bb.profdata to chrome-mac-6099-1700566288-6a7f147c68132a34ed4def006a638b0c2071b69a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I75999377a3cec84e44c0a112942a949f61978a2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046872
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#931}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-21 UTC
Change-Id: I4a9d7a19d2117ec08446871e157e7d6989e65b8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049562
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#930}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-21 UTC
Change-Id: I121907aff51420e491bf4789e6331562abb2ab18
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046128
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#929}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[m120][ios][up] Dont show management dialog when browser already managed
If the browser is already managed by the platform or by any other
machine level source, it is not necessary to inform the user again
that their browser is about to be managed as it is already
the case.
(cherry picked from commit 375eb24dd449ea800d5e5d3f5d22322726f1a37f)
Bug: b/309958656, 1502994
Change-Id: I61ad1a54e8ffe57ba364f0cfe0d142b944ed8707
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017143
Reviewed-by: Menghan Yang <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Commit-Queue: Vincent Boisselle <[email protected]>
Reviewed-by: Mihai Sardarescu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225731}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046917
Cr-Commit-Position: refs/branch-heads/6099@{#928}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/clank from f06684bb980d to ab6ab16f1a9d
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/f06684bb980d..ab6ab16f1a9d
Generated by: go/bbid/8763815146095013025
Change-Id: I51213a42e7384f515f87dd30254311e88ad875e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049383
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#927}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Merge to M120: Tweak error page for supervised user url blocked.
Bug: 1502818
(cherry picked from commit 7c0bd8a231448770bd2c7c7486ae2cf80ac8b98f)
Change-Id: I111e303fc741c6e24bb7ecfc3b31ee3cd6f785fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034922
Reviewed-by: Peter Conn <[email protected]>
Auto-Submit: Michael van Ouwerkerk <[email protected]>
Commit-Queue: Peter Conn <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225489}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048832
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#926}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/v8 from d2947dc13407 to 5eefc590c868
Commits rolled:
https://chromium.googlesource.com/v8/v8.git/+log/d2947dc13407..5eefc590c868
Generated by: go/bbid/8763820807591906497
Change-Id: Iadef84d2449a9744a83fa8d65eb3d77d89bd66ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5049401
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#925}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/v8 from e97898de6bfe to d2947dc13407
Commits rolled:
https://chromium.googlesource.com/v8/v8.git/+log/e97898de6bfe..d2947dc13407
Generated by: go/bbid/8763826470986210673
Change-Id: I018145c74af61ece11d71ceb84212521b99e1121
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048111
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#924}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700524402-357b58c2e635a5822554e8afe9269ff578ee4045.profdata to chrome-win64-6099-1700542072-fbe34f248bd3bfac306239c6fced62326e2d16a7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I4c024710eff11522ecea3207bc14ce8ec8e8e36b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046871
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#923}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700524402-c8061e360a41a17e38c74f8c0d82cfff0316bf5b.profdata to chrome-win32-6099-1700542072-dc1dc5ae4bf3aebe743ab8c72fb0e94004f8d0e3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I1eefca1c962ec7f029dc8f483b2aaef13b000c51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046899
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#922}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700524402-4a93f4a593b5d949b9e81c2c5173bdafddc29d3e.profdata to chrome-linux-6099-1700542072-6fbf6c556c2c80e6ba851e6a994dac8a131d0eae.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Id8ce36b250a65c7597f832479a5feaeec5e34332
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046588
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#921}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Add support for account bookmark model in ios spotlight
(cherry picked from commit e473f1e9f1bf6283ac076817c802460ac358279e)
Bug: 1494030, b:40054044
Change-Id: Ibba9b5b7587767619b82f2c36df2f757139cd2f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5003616
Reviewed-by: Sylvain Defresne <[email protected]>
Commit-Queue: Tanmoy Mollik <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223023}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040821
Cr-Commit-Position: refs/branch-heads/6099@{#920}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700524402-4adc6aa2cd7aba84118b329dfed798ec0e6bf8b2.profdata to chrome-mac-6099-1700542072-d3332158d274b59adeb7b546e6831933c50b35bb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I75a8dc482c55ebb0183f33b5ecd3def2e67e78b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046165
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#919}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge-120] Downgrade NOTREACHED in `NGOffsetMapping::GetMappingUnitsForNode`
This patch downgrades `NOTREACHED` in `NGOffsetMapping::
GetMappingUnitsForNode` which sudently jumped in M120.
This happens when `OffsetMapping` data is inconsistent (i.e., mapping
units for a `LayoutText` doesn't match its `TextNode`) and need to look
into each cases[1], but minidumps for this don't provide enough
reproducible cases to look further.
Downgrading a NOTREACHED to DUMP_WILL_BE_NOTREACHED_NORETURN excludes it
from the kNotReachedIsFatal experiment and avoids stability risk during
experiment rollout.
[1] crbug.com/964871#c7
(cherry picked from commit 4ce12b8af5df12f050de0d8231c9db64d8c8dd40)
Bug: 1492278
Change-Id: I83fb9f5f2f9ed63dc7a40bbf612bffe2da6298b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039416
Reviewed-by: Peter Boström <[email protected]>
Auto-Submit: Koji Ishii <[email protected]>
Commit-Queue: Koji Ishii <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226529}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5045271
Owners-Override: Srinivas Sista <[email protected]>
Auto-Submit: Srinivas Sista <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#918}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge 120][3PCD]Add CookieSettingOverrides entry to CookieAccessDetails
This CL adds the CookieSettingOverrides to CookieAccessDetails in
order to determine the third party cookie access is enabled by
storage access API in browser process.
(cherry picked from commit f288abf5816e365b43d6e604bae174c4b0bbb065)
Change-Id: I788329eaa3e156914c51d35b022915c2efdf9ee2
Bug: 1494080,b/308649872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002921
Reviewed-by: Maks Orlovich <[email protected]>
Reviewed-by: John Delaney <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Commit-Queue: Victor Tan <[email protected]>
Reviewed-by: Robert Sesek <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224760}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037240
Cr-Commit-Position: refs/branch-heads/6099@{#917}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700494324-047c9625e79a8ecf0b356d02a68925bac28019e6.profdata to chrome-win32-6099-1700524402-c8061e360a41a17e38c74f8c0d82cfff0316bf5b.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I883edf86c6f31352011b6ee3281653e5af9062f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047656
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#916}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700494324-f14c7d05198ac6750c77c75977af558ff792d05f.profdata to chrome-mac-6099-1700524402-4adc6aa2cd7aba84118b329dfed798ec0e6bf8b2.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I9f262a25b003e67e2ccb9a65cadae0f24a94438f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047658
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#915}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] arc: Fix the string_view dangling pointer issue
This CL create a new string when binding callback. It's the re-land
for patchset#2 on https://crrev.com/c/5019669/2
BUG=b:310260986
TEST=ArcAppLaunchThrottleObserverTest with is_asan=true
(cherry picked from commit 06859498f1a8e9de98aa4c3a6ac768f8d86c3ba4)
Change-Id: Ibba71920433f654a105f58ebbc370575d4a207aa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028536
Commit-Queue: Shengsong Tan <[email protected]>
Reviewed-by: Yuichiro Hanada <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224659}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047612
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#914}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700494324-c968ac17e124d994765efb0c4e9cfcba4c438bef.profdata to chrome-linux-6099-1700524402-4a93f4a593b5d949b9e81c2c5173bdafddc29d3e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Id9c682ba7c965d1415314188fabb36b726da8232
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048170
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#913}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700494324-ce92adf620629cd30d004da5fba0d1b0388e2d35.profdata to chrome-win64-6099-1700524402-357b58c2e635a5822554e8afe9269ff578ee4045.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I58ced83a53642e9532c74335e8fbdc6f3a0ee32c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047601
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#912}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge 120][3PCD] Add top frame origin to network CookieAccessDetails
Currently, OnCookieAccess get the first party url from site_for_cookies
representative url, sometime it's empty or the url doesn't contain
the port. This CL add the top frame origin to network.mojom
CookieAccessDetails, and generates the first party url same as
GetFirstPartyURL in CookieSettingsBase when converting //net
CookieAccessDetails to //component CookieAccessDetails. This helps
browser process can get the correct first party url to query cookie
content setting rules.
OBSOLETE_HISTOGRAMS=update metric name for
PageLoad.Clients.ThirdPartyCookieAllowMechanism to
PageLoad.Clients.TPCD.CookieAccess.ThirdPartyCookieAllowMechanism
(cherry picked from commit e1f2bc6dae1bcea0afa85ceee995008c1da4ef92)
Change-Id: I5f15bbf5773c599370ad60f7c0d6dd2e5915595e
Bug: 1494080, b/308649872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002916
Reviewed-by: Ken Buchanan <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Charlie Harrison <[email protected]>
Commit-Queue: Victor Tan <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224635}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037342
Reviewed-by: Avi Drissman <[email protected]>
Reviewed-by: Maks Orlovich <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#911}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M121
This CL updates the ash version ['121.0.6138.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: Ide24d7116252bcd621b65d7e85e62567415dc6f6
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047992
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#910}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge to M120] SearchPrefetch: Stop processing events when an error happens
This fixes an issue described on #c7 in the associated issue.
(cherry picked from commit 1884780282da6e72e2342e03d244461d3ab72bf5)
Bug: 1501579
Change-Id: I5a2eeea044dc30ca42f93b3fe28fadd7d724cceb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034687
Reviewed-by: Lingqi Chi <[email protected]>
Commit-Queue: Hiroki Nakagawa <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225376}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5048090
Auto-Submit: Hiroki Nakagawa <[email protected]>
Commit-Queue: Lingqi Chi <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#909}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.35
Change-Id: Ib40cda4079ea8afc6781ef63b4237c07dac6d3ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047191
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#908}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[120 merge] Update field trial testing config for peripheral and shortcuts projects
(cherry picked from commit 32b754744aeec6f4e262f4ae0b6977285c4bfb17)
Bug: b/216049298, b/241965717
Change-Id: I8c62db00346bf795c4e2b39ada39c92581dd2147
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5015611
Auto-Submit: David Padlipsky <[email protected]>
Commit-Queue: David Padlipsky <[email protected]>
Reviewed-by: Jimmy Gong <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222763}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041604
Cr-Commit-Position: refs/branch-heads/6099@{#907}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Roll src/third_party/libavif/src/ 622336e..466d5e5 (2 commits)
https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/622336e..466d5e5
$ git log 622336e..466d5e5 --date=short --no-merges --format='%ad %ae %s'
2023-11-13 [email protected] Remove potential out of bound access to alphaItemIndices
2023-11-16 [email protected] Do not store item pointers until all items are created
Bug: 1501766, 1501770
Test: blink_platform_unittests
Change-Id: I79c2fac1fe21b9c9f5cf303dd16ccc0918ae2984
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046224
Reviewed-by: Dale Curtis <[email protected]>
Reviewed-by: Wan-Teh Chang <[email protected]>
Commit-Queue: Vignesh Venkat <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#906}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Add HSTS protection metrics to main-frame navigations
This CL records, for each top-level navigation, whether the navigation
is protected by HSTS or not, and whether it's currently using HTTPS or
not. (HTTP requests to hostnames protected by HSTS are internally
redirected shortly after this metric is recorded.)
This gives us some insight into the practical adoption of HSTS (not just
preloading), and thus is correlated with the risk of downgrade and
HTTPS- stripping attacks on hosts.
This metric isn't perfect, since even without HSTS, not all HTTPS
navigations are eligible to be downgraded. If the user navigates
explicitly to the HTTPS page, e.g. by clicking a HTTPS link on a
(HTTPS-protected) site, or choosing a bookmark that uses HTTPS, a
network attacker can't easily downgrade to HTTP. We're partly addressing
that limitation with additional metrics (in the omnibox and HTTPS
upgrading logic), but this metric gives us easiest access to HSTS status
of HTTPS-protected pages, so it has some unique value.
As implemented, this metric takes advantage of a layering violation
wherein stuff in net/ can see if an HTTP request is for a main frame
navigation. That's officially deprecated, and there was a dream to
remove the ability in crbug.com/516499, but that bug has been WontFix'd,
and I expect this metric to be temporary and removable before that work
is picked back up. So shame on me for the layering violation, but it
should be pretty harmless.
(cherry picked from commit e2aea293a2a2f3d35708d6853e7cdd2058869ea6)
Bug: 1501170
Original-Change-Id: I77f84079867fdf62a1c3450ce528a030a3a6f555
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5021059
Commit-Queue: David Schinazi <[email protected]>
Reviewed-by: David Schinazi <[email protected]>
Commit-Queue: Joe DeBlasio <[email protected]>
Auto-Submit: Joe DeBlasio <[email protected]>
Reviewed-by: David Schinazi <[email protected]>
Reviewed-by: Carlos IL <[email protected]>
Reviewed-by: Matt Mueller <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224488}
Change-Id: I4c491497b531fd05da405f97666ef839e3b4338f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046470
Cr-Commit-Position: refs/branch-heads/6099@{#905}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge 120][3PCD] Add metrics to identify 3p cookie re-enable mechanisms
Currently, we have a set of mechanisms to enable third party cookies,
in order to mitigate the risk of 3PCD experiment, we need to identify and measure which mechanisms re-enable the third party cookie access during 3PCD experiment.
This CL introduces a new enum to record the enable mechanisms when third party cookie deprecation experiment is trying to block third party cookies access.
See: https://docs.google.com/document/d/1iByYXYu9iEmqc4hYU5P14A5yz0Qk9c119-bIdIHs10w/edit?usp=sharing&resourcekey=0-olEWxUeqjIBYisjfqbJuBA
(cherry picked from commit b322d4b774abb63697f10098fa670d7c0fd878cd)
Change-Id: I15eba9d85a3f5cfb218e9aa7e36c19b8ba7d2fa7
Bug: 1494080,b/308649872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4994273
Reviewed-by: Martin Šrámek <[email protected]>
Commit-Queue: Victor Tan <[email protected]>
Reviewed-by: John Delaney <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223210}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037235
Reviewed-by: Alexei Svitkine <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#904}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Enable echo cancellation for AAudio input
This CL adds Echo Cancellation support for AAudio inputs, by properly
setting the input preset on the stream.
We use AAUDIO_INPUT_PRESET_VOICE_COMMUNICATION when the
AudioParameters::ECHO_CANCELLER effect bit is set, and
AAUDIO_INPUT_PRESET_CAMCORDER in all other cases.
We choose the *CAMCORDER preset instead of the default preset of
*VOICE_RECOGNITION for two reasons:
- We use *CAMCORDER with OpenSL ES, and we are keeping parity.
- *CAMCORDER uses a wider signal band than *VOICE_RECOGNITION.
We do not use AAUDIO_INPUT_PRESET_UNPROCESSED, because the lack of
automatic gain control results in quiet, sometimes silent, streams.
See https://crbug.com/1501352#c39 for a comparison of the different
presets.
(cherry picked from commit c1a66f79d311f80e4c276e84fac1fb23104cd736)
Bug: 1501352, 1439668
Change-Id: I64bb1657f1feefa428b337c46b817d5624f04b7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030927
Reviewed-by: Dale Curtis <[email protected]>
Commit-Queue: Thomas Guilbert <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224653}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046312
Cr-Commit-Position: refs/branch-heads/6099@{#903}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700475327-a0251cde7ea93533dc4abaca52331a9ad1f3f5f3.profdata to chrome-linux-6099-1700494324-c968ac17e124d994765efb0c4e9cfcba4c438bef.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ibb91127f8db777b92b90379f34c3397d70657787
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046704
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#902}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Bigcore AFDO profile from 120-6099.8-1699872199-benchmark-120.0.6099.32-r1 to 120-6099.25-1700476529-benchmark-120.0.6099.33-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5d4b8395a04ba49614c28b3706a02fab89b6b723
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046316
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#901}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from f2cc4caf31c9 to fbedbff432f2
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/f2cc4caf31c9..fbedbff432f2
Roll src/third_party/devtools-frontend/src from 277299a6b149 to 0ed0f013eb02
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/277299a6b149..0ed0f013eb02
Generated by: go/bbid/8763871766923900945
Change-Id: I41d4e7012b4f2317580a1821c8e6f11efdf01c68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5047370
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#900}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Atom AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.32-r1 to 120-6099.25-1700478669-benchmark-120.0.6099.33-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4bb65af609a58dc79b47c00ca0443b200a78e098
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046216
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#899}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700475327-0e6100a99ff11fd85049d488463cc436942b539f.profdata to chrome-win32-6099-1700494324-047c9625e79a8ecf0b356d02a68925bac28019e6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: Idcaf66c6fc8a1ac6c2eb32d3a290aedf199c5b2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046076
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#898}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700475327-70a968fe5f58506dbaffb5ae8574ae23d3da7bdb.profdata to chrome-win64-6099-1700494324-ce92adf620629cd30d004da5fba0d1b0388e2d35.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Ia3eecdfd73e338a2c8120e20b703a3f8a5082fb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046450
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#897}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700475327-1024aececba4e059e55d11391ed5095befdc3535.profdata to chrome-mac-6099-1700494324-f14c7d05198ac6750c77c75977af558ff792d05f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Ia8431575a22f065b6a21d640ad90b014f47cb06e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5046075
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#896}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Add new banks to metadata metrics
Add metrics for more banks with metadata enabled
(cherry picked from commit 404cb439b40e6bde5a5b27bf1d7b94f80f5c02b9)
Bug: 1496469
Change-Id: If844cce875acda86b33cb9ccab4895ef0137b2e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4980789
Reviewed-by: Alexander Tekle <[email protected]>
Reviewed-by: Siyu An <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Olivia Saul <[email protected]>
Commit-Queue: Yishui Liu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222466}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041280
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#895}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Move Mac DisplayColorSpace default format treatment
Ash also needs the special treatment of defaulting format to BGRA.
Without this, upon reshape, buffer_queue will use RGBA, which is not
modeset tested by ozone/drm on startup.
Root cause of this issue is intel i915 prefers a modifier for scanout
which it can't scanout on some older display controllers. ozone/drm
tests modeset only on BGRA primary plane.
A more comprehensive solution is perhaps test modeset for all the
drm_fourcc formats preferred by the driver, and block the ones that
fails the pageflips on startup.
(cherry picked from commit 129f82e4fe5de914d1e9736a941513aa1544710e)
Bug: 1500768, b/305147627, 1478708
Change-Id: Ib3ec80e965e41cd4336221000bbeaae652ddff0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037132
Reviewed-by: Sunny Sachanandani <[email protected]>
Commit-Queue: Kramer Ge <[email protected]>
Reviewed-by: ccameron chromium <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225720}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042655
Cr-Commit-Position: refs/branch-heads/6099@{#894}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Revert "SimpleCache: fix crash w/iterator entry doom concurrent w/bulk doom"
This reverts commit d6b97570330071cd3070af3d0cbce20ac1866bce.
Reason for revert: This causes a bad regression for CachedStorage, since it can Doom entries which are opened by name simultaneously with being iterated over, which affects Google Docs Offline. I have proper fix in progress, but it feels too risky for M120, and the original bug had pretty low incidence rate[1], so rolling this back to prep for backport. Then this will be reapplied and a proper fix landed for M121.
[1] Ben, any chance my judgement on that is skewed by the experiment involved?
Original change's description:
> SimpleCache: fix crash w/iterator entry doom concurrent w/bulk doom
>
> The trouble was that entries opened via hash were not kept track of in active_entries_ until the open succeeded, and so the usual rules of letting an entry object take care of its own doom if it is around was not followed if a mass doom happened in that window.
>
> So change the code to add the fresh entry to active_entries_ during open-by-hash just as it would be during a regular open. This does mean that active_entries_ sometimes has entries that don't have their key set yet, so the key in SimpleEntryImpl and SimpleSynchronousEntry was changed to be explicitly an optional, to make sure we never get confused --- it should be set by the time it's every user-visible, but now there will be angry absl::optional CHECKs if we screw up. (This also can avoid some confusion between empty key and key not set).
>
> Bug: 1486958,1492024
> Change-Id: Iaad9e311169e48f908bcdb0edad7cf8186e25081
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4936093
> Commit-Queue: Maks Orlovich <[email protected]>
> Reviewed-by: Ben Kelly <[email protected]>
> Reviewed-by: Josh Karlin <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1210377}
(cherry picked from commit 317e8211884112348793b16ef50011bb2159651c)
Bug: 1486958,1492024, 1498212
Change-Id: I4bf88aedb0f0b750181f9799f6e4219bba116dd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037533
Commit-Queue: Maks Orlovich <[email protected]>
Reviewed-by: Ben Kelly <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1226135}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044151
Cr-Commit-Position: refs/branch-heads/6099@{#893}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm Experimental AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.29-r1 to 120-6099.13-1699874814-benchmark-120.0.6099.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-arm-exp-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib700bbd93a0f729041bbc7d3cfdb18202770a883
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5045560
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#892}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm AFDO profile from 120-6085.0-1699880125-benchmark-120.0.6099.32-r1 to 120-6085.0-1699880125-benchmark-120.0.6099.33-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Idfc557187f152cc2e71035d654bd811bee9615ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5045561
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#891}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automated Commit: LKGM 15662.20.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8763948266983827665
Change-Id: I4fbfb76ca5a9558957fc549be90e75b7051ed642
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044412
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#890}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700451232-74da1019c31f59ab0348eef464776bbddb9690cb.profdata to chrome-win32-6099-1700475327-0e6100a99ff11fd85049d488463cc436942b539f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I6886947e465a7ecb5962c538cdc8390d3213c54c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043276
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#889}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700451232-bd87df2aa5d97c7c1eb688f2fb61c11fe83111d1.profdata to chrome-win64-6099-1700475327-70a968fe5f58506dbaffb5ae8574ae23d3da7bdb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Ibed4206defd2d816e00b682d088296d2a98a7ad7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044193
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#888}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-20 UTC
Change-Id: Ia22f4dea191e560a9818be366e9d114c8847f941
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043279
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#887}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700451232-c56fea947fad27008e80dcb46ccc20b194e4e2aa.profdata to chrome-linux-6099-1700475327-a0251cde7ea93533dc4abaca52331a9ad1f3f5f3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I28c41f09e7b324fd7033c9c2851dc33d3d22bcca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044491
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#886}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700451232-154db0e8fbaff0361fc07819469e807d9e242ecb.profdata to chrome-mac-6099-1700475327-1024aececba4e059e55d11391ed5095befdc3535.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I2dd44e2dde2dd3ae79a54f2341dd737abbcafaa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043646
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#885}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-20 UTC
Change-Id: I517a1252893c563e6278694022e1e3d5e6b21911
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038714
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#884}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: I9bffbd2ebadfc7cfd84ad339c602579bc3210526
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044251
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#883}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Amd64 AFDO from 120.0.6099.32_rc-r1-merged to 120.0.6099.33_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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie265f3f8b2ab93a68c2a7cb8464129a08b92370f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5044093
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#882}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[120] Add unittests to PinnedTabsViewController
This CL adds unittests to prevent regressions related to the fix
crrev/c/5017883.
(cherry picked from commit 773133be038d0ba75ecff780383312b00564e6a0)
Fixed: 1499203, 1503174
Change-Id: I5259eb734a482bd6bb774e46a7213ac8c49e75e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029816
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Gauthier Ambard <[email protected]>
Auto-Submit: Louis Romero <[email protected]>
Commit-Queue: Louis Romero <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224216}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040779
Commit-Queue: Gauthier Ambard <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#881}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700429095-c6112feec66c91943b7309118aa384dc2710fc6f.profdata to chrome-linux-6099-1700451232-c56fea947fad27008e80dcb46ccc20b194e4e2aa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: If3bdf2ea7557eaf6162960cc8554bb2144d4d0a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043051
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#880}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700429095-9bd5ad164ef5fc6393ca7814a6e08a46bf7d1dd8.profdata to chrome-win64-6099-1700451232-bd87df2aa5d97c7c1eb688f2fb61c11fe83111d1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I0abf51164f5a3b4a194f84d8141f6f660f30993e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043291
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#879}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700429095-f0ea27e8b345a58f4f32954e43a3a5543ba45637.profdata to chrome-win32-6099-1700451232-74da1019c31f59ab0348eef464776bbddb9690cb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I0692faae76d098ae4d218a1843753bb6e458bda7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043428
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#878}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700429095-e1e0b752c3a38cdb240867e3ebb7dbb0137af7b1.profdata to chrome-mac-6099-1700451232-154db0e8fbaff0361fc07819469e807d9e242ecb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Icc4215df1b1fca5e52344263ad7f8e62de12fb6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043387
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#877}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700414002-acfc76db3d0baf0de6215c80c45f5bb35fca0a69.profdata to chrome-linux-6099-1700429095-c6112feec66c91943b7309118aa384dc2710fc6f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia74a61e551c060979fe9f30806528e3d1eb91269
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038263
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#876}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700414002-4eccbfaa55d1955ad88e2679c5367853d5ac6ec6.profdata to chrome-mac-6099-1700429095-e1e0b752c3a38cdb240867e3ebb7dbb0137af7b1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I1665e047bf0589ceadd1801e10d202bdad7ff9ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043048
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#875}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700414002-4791680b4459bdcfa0fab2170f0c16d160446113.profdata to chrome-win32-6099-1700429095-f0ea27e8b345a58f4f32954e43a3a5543ba45637.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: Ifdbf9fd7bb8f9f04b5150a7806d1b3d6587c01b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042914
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#874}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700414002-16f42bc8aa05c1a2ba0e0cd2e495bd345cb1bb25.profdata to chrome-win64-6099-1700429095-9bd5ad164ef5fc6393ca7814a6e08a46bf7d1dd8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Ie464c6d1271d1ea17ad1c3bfdecad2f26ffb5547
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043482
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#873}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.34
Change-Id: I32d959fcbadd2e3e522a7329645b06466b2e0465
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039573
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#872}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700394718-6dc9b07ef97feb47c5845f8254af7326e0c010bb.profdata to chrome-win64-6099-1700414002-16f42bc8aa05c1a2ba0e0cd2e495bd345cb1bb25.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Id2e50cbc3cc51b9bf49a498cd5761c7ddb7ff5f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042123
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#871}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700394718-1c3ebf5c0c4990f2a630e549be096b729e30014d.profdata to chrome-win32-6099-1700414002-4791680b4459bdcfa0fab2170f0c16d160446113.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I4dd3edef75c0db0ac07dd987f3f5e0c913828220
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042718
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#870}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700394718-4bbae96ea310e84fdcfad7473556b00421d01f80.profdata to chrome-mac-6099-1700414002-4eccbfaa55d1955ad88e2679c5367853d5ac6ec6.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I181d163bfd75971ed06786fd99ea049e1a3e6e2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042719
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#869}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Atom AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.29-r1 to 120-6099.13-1699874814-benchmark-120.0.6099.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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I74673014e25420aec65c0fa1f41a028274154523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042494
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#868}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Bigcore AFDO profile from 120-6099.8-1699872199-benchmark-120.0.6099.29-r1 to 120-6099.8-1699872199-benchmark-120.0.6099.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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Icc01c9c9acd58cf2ddff5648891c085e70a9dba3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042493
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#867}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700394718-2e7de1765f95f86c1a21dcc4d4ce061b09bbdab4.profdata to chrome-linux-6099-1700414002-acfc76db3d0baf0de6215c80c45f5bb35fca0a69.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ie867622c3f99a9b5659247390d7902ae0578cdb3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042124
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#866}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm AFDO profile from 120-6085.0-1699880125-benchmark-120.0.6099.29-r1 to 120-6085.0-1699880125-benchmark-120.0.6099.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-arm-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I92a1d5b83709c33a8b0a9499873a589735159371
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042490
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#865}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automated Commit: LKGM 15662.19.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8764038718763357969
Change-Id: I580a62755383696c8ef9f32ff52a9ce56c0cb1d6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042488
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#864}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-19 UTC
Change-Id: I01a1a55886567c4571e4e855e3b336dfc4107392
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039826
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#863}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700362856-7fd97f58037da796f7f8cd643176d4722dd50bc9.profdata to chrome-win64-6099-1700394718-6dc9b07ef97feb47c5845f8254af7326e0c010bb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I6dc5a7b2dc061ee4eaa41412f4a0ffc6a5dc52c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042787
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#862}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700362856-03394091e66c574f7d6c734a25f218b971bb5add.profdata to chrome-win32-6099-1700394718-1c3ebf5c0c4990f2a630e549be096b729e30014d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I84829e378d1d61736239e4998dcd3070892a6f2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042714
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#861}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: Ia2dd732dccb7fef0f0515be83d6aa7d33f7593ca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038897
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#860}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-19 UTC
Change-Id: Ic3e4245a9f8c15eb3236b8681790070732cc21d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038624
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#859}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700362856-d3ccdf69db2fd5769715d02a06a0e23616e1f515.profdata to chrome-mac-6099-1700394718-4bbae96ea310e84fdcfad7473556b00421d01f80.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I56e0c3caf5a5cb2d7dd32f33a2ba9aefc23ead2d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042116
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#858}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700362856-af5da67b918292730fcd2c46394c2397a41f5ec5.profdata to chrome-linux-6099-1700394718-2e7de1765f95f86c1a21dcc4d4ce061b09bbdab4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Id471efb39063f508b3aa98c930b79617c9af785a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042843
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#857}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Amd64 AFDO from 120.0.6099.29_rc-r1-merged to 120.0.6099.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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I7960f43c9bc73602c2560b8aa17bd71f055fc137
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043070
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#856}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700341852-eaeff4eac96a63be507d38a8ec6b1bc20dede22d.profdata to chrome-win32-6099-1700362856-03394091e66c574f7d6c734a25f218b971bb5add.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: If2c1264de8aa3ce23355bdb62351a84970148b79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042804
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#855}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700341852-24c47fa93b9cf10fe83affdb9aa15dff605f2122.profdata to chrome-linux-6099-1700362856-af5da67b918292730fcd2c46394c2397a41f5ec5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I092bfdccd0bb57bb8b06b684ebfacecb315464da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042805
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#854}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700341852-5e291537cdbe8eb5798f099a12a184f8ffa0a318.profdata to chrome-win64-6099-1700362856-7fd97f58037da796f7f8cd643176d4722dd50bc9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I574a8bc92af12d2947d845cff3e27b230fdafa14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041931
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#853}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700341852-76c6cd5c91cdbc10e46a9f32795ac941540cecd0.profdata to chrome-mac-6099-1700362856-d3ccdf69db2fd5769715d02a06a0e23616e1f515.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I9c6ba84f7f12b4a02a2cab38f762f5530fb3e810
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042511
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#852}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700326393-5707807bc7ab1bac7b0c54e94ad90e8eb9e01b87.profdata to chrome-win32-6099-1700341852-eaeff4eac96a63be507d38a8ec6b1bc20dede22d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I00dc295b8fab71dc770a61e085d845e8104ad36f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042904
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#851}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M121
This CL updates the ash version ['121.0.6136.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: Id50a9fb2da2c25a10d81c0c78ee98154052b77d3
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041678
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/6099@{#850}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700326393-4e38a37187e444df68152b6ea3b65b8d790a041a.profdata to chrome-win64-6099-1700341852-5e291537cdbe8eb5798f099a12a184f8ffa0a318.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Ied4779e6169472f406fcf09961be5ab8e4a3ed0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038255
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#849}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700326393-c3a37964b4bd46cb2bc629ee13c23199095f4c1f.profdata to chrome-mac-6099-1700341852-76c6cd5c91cdbc10e46a9f32795ac941540cecd0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I6b9f397bd890c4712e99d1c2a55147a169b53664
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042108
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#848}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700326393-2a5c7c278f82fe82d67fbea27b8f62bdc086cd69.profdata to chrome-linux-6099-1700341852-24c47fa93b9cf10fe83affdb9aa15dff605f2122.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I4191c39c4907acbdea84342e612f177ba4182e03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042023
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#847}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[skylab_tests] Update skylab cros img (release)
This cl only affect Lacros or Skylab on-device config builders like
lacros-amd64-generic-chrome-skylab or "ChromeOS FYI Release Skylab
(kevin)". This cl will certainly NOT affect linux-lacros builders
(linux-lacros-tester-rel, linux-lacros-rel, etc) or any other platforms.
This CL will update cros image version for skylab tests.
CROS_BOARD_DEV, CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according
to Omaha.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Requires-Testing: True
Change-Id: I69adde139f38ae18eb2f4a8ff2d2af50ed152434
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038895
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: 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>
Cr-Commit-Position: refs/branch-heads/6099@{#846}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.33
Change-Id: Ic8186edf778451e5b7c1c116768394086888baa6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5043002
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#845}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700299249-f9348db9a307579e64d3877e6ff149c3fbaec504.profdata to chrome-mac-6099-1700326393-c3a37964b4bd46cb2bc629ee13c23199095f4c1f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Ifadf97a4fed082875d814368ab7bf60894dda344
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042445
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#844}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700299249-d50675f78a028c8530d087b2fe8a51ee017523f7.profdata to chrome-win32-6099-1700326393-5707807bc7ab1bac7b0c54e94ad90e8eb9e01b87.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I4683abb79487acd6cb732c23acb059de88239ddb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042631
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#843}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700299249-85140e2194d8c33f8e83e03d088f6789cc270126.profdata to chrome-win64-6099-1700326393-4e38a37187e444df68152b6ea3b65b8d790a041a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I2027c81d65929a723361c6ba0b27bb3294bab014
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041785
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#842}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700299249-7a599b3aabe55179dfd5b4ee6eefe6903314b82f.profdata to chrome-linux-6099-1700326393-2a5c7c278f82fe82d67fbea27b8f62bdc086cd69.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Id3488e076b485e2464f22c58bd9a7a6b4cf1b9fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041786
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#841}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700277605-d69c6159f18b50962eeab73913b502097847214c.profdata to chrome-win64-6099-1700299249-85140e2194d8c33f8e83e03d088f6789cc270126.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I93a98a301fe57ffde803d0dd5392a0a91b80137d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042207
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#840}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700277605-eead1ec85b1bb672f20cf1a6856ab8e96714cf90.profdata to chrome-linux-6099-1700299249-7a599b3aabe55179dfd5b4ee6eefe6903314b82f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I07a76c266b8c091ea7316f1434dc25cea7e9d720
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041705
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#839}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-18 UTC
Change-Id: I9ee597c77e53a7ef57b48fd69232e025f6bbe9d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042604
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#838}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700277605-281b72bd8462166e000312f41b5eff8b647800fb.profdata to chrome-win32-6099-1700299249-d50675f78a028c8530d087b2fe8a51ee017523f7.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: If80b566f5052d7320f1e3fea4cbf4bde988d6882
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042602
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#837}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: I8f989b780f00b025682a49689ca8423875902f31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041319
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#836}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700264451-272d08fb724ff2df5b05b9710d1d2e4e94cfdffa.profdata to chrome-win64-6099-1700277605-d69c6159f18b50962eeab73913b502097847214c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I9454706e268cdc5e4a872747d65dc492ac675ce0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042090
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#835}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700277605-2ad91e3fd3a48d74dbcfe3dd729a4e3b0e189eeb.profdata to chrome-mac-6099-1700299249-f9348db9a307579e64d3877e6ff149c3fbaec504.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I144a8ae3e6f0d3afb1887b0e892d86fb65c54db6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042372
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#834}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-18 UTC
Change-Id: I82f973ab205f3437834b870345cee32b63fedb69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042485
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#833}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700264451-5cb907ee09ec5f2dca329f54e5260ed1283c6945.profdata to chrome-win32-6099-1700277605-281b72bd8462166e000312f41b5eff8b647800fb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: Ibcf1501ce9f383d963d38dad2dfdff013be605ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042197
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#832}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700264451-67561283415f24db681ecb6a0c50e301c5a6b432.profdata to chrome-linux-6099-1700277605-eead1ec85b1bb672f20cf1a6856ab8e96714cf90.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib4ba4b52478a30dd50ca1dde8a70e43ec802da7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041864
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#831}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700264451-8a6227ca105c6ea191402a648efe83c21102d610.profdata to chrome-mac-6099-1700277605-2ad91e3fd3a48d74dbcfe3dd729a4e3b0e189eeb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Ie7173cffdff173cff8827f9166ba33b1ba8acddb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042046
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#830}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700237212-d1bda408bcf613a8bf6385cca445e514f7bfb202.profdata to chrome-win64-6099-1700264451-272d08fb724ff2df5b05b9710d1d2e4e94cfdffa.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I1ec00f4db9396a299f128ce406d33eef018a3747
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041900
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#829}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700237212-2bb6a6b1ff13ddc19f9d226362b794f4e1f27bee.profdata to chrome-win32-6099-1700264451-5cb907ee09ec5f2dca329f54e5260ed1283c6945.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I649f3a9f1537d3860aa31cf538b085578fd143b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041649
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#828}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M121 M121
This CL updates the ash version ['121.0.6134.0', '121.0.6126.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: Ic68baca17edae77331bdeb3725cbb6542e2045fa
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037247
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#827}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700237212-422c58e4c7e6690227bf8fbeedc4cfb0e5b50df0.profdata to chrome-mac-6099-1700264451-8a6227ca105c6ea191402a648efe83c21102d610.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I2d4f225054c254bcf6d2f75caa0ec5ec7d4cbc00
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5042078
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#826}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700237212-8207dc1ae3785117fe952fe7781cd073949c8736.profdata to chrome-linux-6099-1700264451-67561283415f24db681ecb6a0c50e301c5a6b432.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ifa23940fa6c941c3982b59d2bc9f37a2adc58204
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041806
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#825}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.32
Change-Id: I3ed46fefb915ce6888ed02ace83de08503cc2a7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038054
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#824}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700220816-a671cd0df28edfe3a3c4283a2c22106c0f3f5f78.profdata to chrome-win64-6099-1700237212-d1bda408bcf613a8bf6385cca445e514f7bfb202.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: If8c9052f071e4f86f5280d792e4d49f1e4ed6d35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040480
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#823}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Avoid inspecting stale state in `ScriptInjectionTracker...`.
Before this CL, `ScriptInjectionTracker::WillUpdateScriptsInRenderer`
would be called before
`ExtensionUserScriptLoader::OnDynamicScriptsAdded` and therefore before
the new content scripts are visible via `script_injection_tracker.h`'s
`GetLoadedDynamicScripts`. This CL fixes this, by postponing when
`ScriptInjectionTracker::WillUpdateScriptsInRenderer` gets run.
(cherry picked from commit e9326902e09c76b6cdb4737b64ef79f792c1cd96)
Bug: 1431795, 1439642
Change-Id: If4f9fd84de7ef08ff7622b293624930e3c1cd838
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032557
Reviewed-by: Devlin Cronin <[email protected]>
Commit-Queue: Łukasz Anforowicz <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#822}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[merge to 120] overview: Fix crash with windows being minimized while in overview
This can happen for a variety of reasons, see bug for more details.
Overview handles this in most cases, as a window state change triggers
creating the mirror view needed to show the now minimized window.
However, in some cases, another event that alters the overview item
bounds (screen rotation, top inset change) comes with the minimized
window and may trigger prior to the window state change event. We
should not crash in this case and create the mirror if necessary.
(cherry picked from commit a0210291010bf203ce08332ec997c54ced2a07ea)
Test: manual
Bug: b/309125695
Change-Id: I485754b6d196da3ec77d0c16de75b098ec4ed187
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030266
Reviewed-by: Xiaoqian Dai <[email protected]>
Commit-Queue: Sammie Quon <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225212}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041287
Cr-Commit-Position: refs/branch-heads/6099@{#821}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700220816-c64281dc7ec4da8ca30d346c0159b07b0407acd9.profdata to chrome-win32-6099-1700237212-2bb6a6b1ff13ddc19f9d226362b794f4e1f27bee.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: Ib94b578ddd129bf7ac920f458a2066de42cd5e34
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041281
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#820}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700220816-e56b4960123d68a5e0b9e1737d79445d3563ef05.profdata to chrome-linux-6099-1700237212-8207dc1ae3785117fe952fe7781cd073949c8736.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ica72fdb3c64b79fe7f25517977041469c0083e49
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041537
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#819}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700220816-77f91efc3c9bbf8f5a04ebb9d809f63cac800a44.profdata to chrome-mac-6099-1700237212-422c58e4c7e6690227bf8fbeedc4cfb0e5b50df0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Id6868df568aaf42ab7625f0d0ca55bfbcf27eb44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040859
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#818}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Prevent Safety Check crash for Segmentation module index mismatch.
This change prevents the app from crashing when the Safety Check (Magic
Stack) module index provided by Segmentation doesn't match the module
index in the arranged subviews.
Instead, the app will dump without crashing and short circuit.
(cherry picked from commit d9e21d410a14645f0ee6543e22ea5c42deedd7ab)
Bug: 1499626
Change-Id: I2825da8de72c65ea630d79574a8b8fc3b4ed02bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010759
Reviewed-by: Chris Lu <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Commit-Queue: Benjamin Williams <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222340}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041593
Cr-Commit-Position: refs/branch-heads/6099@{#817}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/angle from d04b9e9dcec7 to 76ead87021b9
Commits rolled:
https://chromium.googlesource.com/angle/angle.git/+log/d04b9e9dcec7..76ead87021b9
Generated by: go/bbid/8764152997199975729
Change-Id: If7d75758d0d9a86da5d8ef55983debc68058d99a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039792
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#816}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120][Extensions] Relax a check in ServiceWorkerKeepalive
https://crrev.com/1e1d312ce17d9f0fd92d96086fb264b050d604a1 introduced
a ServiceWorkerKeepalive and used it in ExtensionFunctionDispatcher.
ServiceWorkerKeepalive is instantiated with a WorkerId and then CHECKs
that the ProcessManager has a worker registered with that ID. This CHECK
can fail in certain cases (perhaps if a worker calls an API before the
worker finishes initializing, thus before it's registered in the
ProcessManager).
Relax this check. It didn't exist before the previous patch, so this is
essentially just reverting that one line.
(cherry picked from commit 0e43c200197811bcb03c236e1b2d33221633f538)
Bug: 1501930
Change-Id: Iffd6cd54cee398eb882e47ba375a8f70510d1d4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030500
Reviewed-by: Justin Lulejian <[email protected]>
Commit-Queue: Devlin Cronin <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224430}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040682
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Devlin Cronin <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#815}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[A11y] Disable CHECKs for updated cached values in frozen tree
We cannot live up to these CHECKs yet, because sometimes nodes are
not updated even after UpdateTreeIfNeeded().
The long term fix to make sure we update all npdes and don't hit
these checks is CL:5019353.
Fixed: 1499289
Change-Id: I90ffd3f68d7e7fd888ded27842669a8415218f8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034218
Reviewed-by: Srinivas Sista <[email protected]>
Owners-Override: Srinivas Sista <[email protected]>
Commit-Queue: Srinivas Sista <[email protected]>
Reviewed-by: Chris Harrelson <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#814}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/ios_internal from 446fe50cfcab to e35777b39a16
Commits rolled:
https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/446fe50cfcab..e35777b39a16
Generated by: go/bbid/8764154884673319649
Change-Id: I7317bdec0077ff8806eca8222b75a9b48b10dd65
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5041612
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#813}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge 120][Lens]Update logging code and add images search bar entry point
(cherry picked from commit 6995c6b48de10767855f28f7cd76d6f0b6c5f30c)
Bug: 1353430
Change-Id: I4b29b305f586c925eff1bdf20850836402fd7e82
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026353
Reviewed-by: Juan Mojica <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Sylvain Defresne <[email protected]>
Commit-Queue: Jason Hu <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224367}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037511
Cr-Commit-Position: refs/branch-heads/6099@{#812}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Tracking Protection: Don't animate the status icon
Animating the omnibox status icon while an IPH bubble is shown results
in a broken transition: the bubble is anchored to a moving target and it
ends up moving with it. Ideally we should show the IPH only after the
animation is completed. This CL removes the animation call made after
the 3PCD IPH is shown.
(cherry picked from commit 7e0f67c0fe56ab724f17b0b7e40117548f6d9b0d)
Bug: 1500761, b:309026945
Change-Id: If10390608303471c2f2e66eb3031bcec98e6b16c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5023995
Reviewed-by: Ella Ge <[email protected]>
Reviewed-by: Tomasz Wiszkowski <[email protected]>
Auto-Submit: Nicola Tommasi <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Commit-Queue: Tomasz Wiszkowski <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223934}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033161
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#811}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Exclude Canada from launched countries for Follow
(cherry picked from commit 6d2386821296310929ae363bf3476bf7914b744a)
Bug: 1500300
Change-Id: I98dde0bfdc3045132d9810cde4b00d65c92fedfc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026216
Commit-Queue: Adam Arcaro <[email protected]>
Reviewed-by: Jian Li <[email protected]>
Commit-Queue: Jian Li <[email protected]>
Auto-Submit: Adam Arcaro <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223956}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037239
Cr-Commit-Position: refs/branch-heads/6099@{#810}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Merge back to M120 of [Privacy Sandbox] Increase the histograms maximums for Privacy Sandbox
Original CL description:
Attestations timing metrics.
The current maximums set for the histograms are too small. A lot of
data points fall into the overflow buckets.
% of data in overflow bucket:
ComponentReadyFromApplicationStart - 71.47%
ComponentReadyFromApplicationStartWithInterruption - 18.53%
ComponentReadyFromBrowserWindowFirstPaint - 1.52%
(cherry picked from commit 41879c15c43ed1d187558ffdb1e685774142f4d4)
Bug: 1501848
Change-Id: I9f567a71e854ab3203019264cf6360ffa7c8b93e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5025533
Reviewed-by: Garrett Tanzer <[email protected]>
Reviewed-by: Sean Maher <[email protected]>
Commit-Queue: Xiaochen Zhou <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224288}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037274
Owners-Override: Srinivas Sista <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Srinivas Sista <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#809}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[task-attribution] Limit the length of task dependency chains
We see cases where the allocation of TaskAttributionInfo objects is
likely to be causing OOM issues. This CL speculatively addresses that,
by only allocating new TaskAttributionInfo objects for dependency chains
less deep than 10 tasks.
(cherry picked from commit 4637f99a792c7dbcf0d368dd0f511f5186696a85)
Bug: 1492771
Change-Id: I382bbbad03a6eaef93c6a244d77b981e0194b221
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018592
Commit-Queue: Yoav Weiss <[email protected]>
Reviewed-by: Scott Haseley <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224168}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040698
Commit-Queue: Srinivas Sista <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#808}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700197045-ddb201f3d4da19e0b313115d41d9fc5c7cb11a3c.profdata to chrome-mac-6099-1700220816-77f91efc3c9bbf8f5a04ebb9d809f63cac800a44.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Id0bb3b95870676a4cb0a8f09ab3ef890757c006d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039005
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#807}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: I1927bc474b4a4594525d6eac6fc9e0e2d1ec1081
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039012
Auto-Submit: Ben Mason <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#806}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700197045-798a348b6e4867926650f3abab21248b3656cbd5.profdata to chrome-win32-6099-1700220816-c64281dc7ec4da8ca30d346c0159b07b0407acd9.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I87680ad9bc89fd26dd4efd2a352906048861c79d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040536
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#805}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700197045-99878e8bdc9af4b809e5287c535044dbb0acb1f8.profdata to chrome-linux-6099-1700220816-e56b4960123d68a5e0b9e1737d79445d3563ef05.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I5812e28baef6d763ee5ee5246aa6f0f61a18fa7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039960
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#804}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Add touch down state to icon in Parcel Tracking Modal
This CL merges the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5026536
Low-Coverage-Reason: TESTS_IN_SEPARATE_CL
Bug: 1502523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026536
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Chris Lu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1224312}
(cherry picked from commit 12047254fee35cdd0a189c312280bff010ca0d22)
Change-Id: I4e2722524c9a2b867c411e694d986dac66ddf1ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037290
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Rohit Rao <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#803}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700197045-4542f482cc102dfe98463ca747d178444b6fdf77.profdata to chrome-win64-6099-1700220816-a671cd0df28edfe3a3c4283a2c22106c0f3f5f78.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I090ded3cab3928f46b76ac2cc4d4f62bc754b3d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039959
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#802}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-17 UTC
Change-Id: Ib3ddcbc8be31cf684f7ef2c0c7ebbf132f7a99c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038615
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#801}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-17 UTC
Change-Id: Ib2644b7c1a70d2bb6974dda027bd29b0e399915e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040758
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#800}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Reland2 "[SHv2] Fix dismissing notification on SH visit"
This is a reland of commit 2dd3036390690bad02f96b694225de6f5bc93a68
This CL moves the Safety Hub-related tests from SettingsTest to
SettingsSafetyHubTest, addressing the issues in the failing
linux-chromeos-chrome bots.
Original change's description:
> [SHv2] Fix dismissing notification on SH visit
>
> This CL is a fix for not dismissing the menu notification when the user
> visits the Safety Hub UI, or the Password Checkup page. This is needed
> to avoid presenting void notifications to users. Additionally, the
> correct command for the password module is used, which opens the checkup
> page and not the general password manager.
>
> Bug: 1443466, 1500955
> Change-Id: I12da53f5cfc2f80925f1cb89392b838f9ec4d345
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5011512
> Reviewed-by: Marc Treib <[email protected]>
> Commit-Queue: Tom Van Goethem <[email protected]>
> Code-Coverage: [email protected] <[email protected]>
> Reviewed-by: Viktor Semeniuk <[email protected]>
> Reviewed-by: Side YILMAZ <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1222278}
(cherry picked from commit cdc3281d61aca086f15dc3a48bd6197746dcdd31)
Bug: 1443466, 1500955
Change-Id: I04e7e7c4e0bde5852cac96d4fb6ddd5aebda3f12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5024239
Commit-Queue: Tom Van Goethem <[email protected]>
Reviewed-by: Marc Treib <[email protected]>
Auto-Submit: Tom Van Goethem <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224203}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039110
Reviewed-by: Viktor Semeniuk <[email protected]>
Reviewed-by: Side YILMAZ <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Viktor Semeniuk <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#799}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from 169a64b42b57 to f2cc4caf31c9
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/169a64b42b57..f2cc4caf31c9
Generated by: go/bbid/8764177533095997873
Change-Id: Iddaa68a8662357cad137b761f994e7f02fe356bb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038042
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#798}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend/src from bdbc89c47cf8 to 277299a6b149
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/bdbc89c47cf8..277299a6b149
Generated by: go/bbid/8764179421687304593
Change-Id: Iaf7236fced9ce43f6df7715a2facacfe3907048a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039712
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#797}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700178835-77f99d4936b5a06ab32418d61cd2efb903c505d3.profdata to chrome-win32-6099-1700197045-798a348b6e4867926650f3abab21248b3656cbd5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: Ibd1519e67a8c21ed025c60106e4a84002f678d90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040472
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#796}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Fix emitting wrong vsync sum for jank metrics
Some devices have the actual display vsync slightly less than the one
communicated to viz, this CL adds an error margins to fix those faulty
sums.
(cherry picked from commit 57280f8e3a9f04d58f43245a79ef36fdeca52550)
Bug: b/309946159
Change-Id: Ifd87ac0680ad457c08782e8c062dd895917e9f1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017296
Reviewed-by: Jonathan Ross <[email protected]>
Commit-Queue: Omar Elmekkawy <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223564}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029739
Cr-Commit-Position: refs/branch-heads/6099@{#795}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700178835-7e8dd839f894711eb257f9aee18106bea5ac40f5.profdata to chrome-linux-6099-1700197045-99878e8bdc9af4b809e5287c535044dbb0acb1f8.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ia07e9fae2297a6334d52fb07934b092ec135e853
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038569
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#794}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[120] Don't create a transition layout if there is no selected pinned cell
This CL addresses a regression introduced in crrev/c/4850740.
Prior to that CL, if `selectedCell` was nil, then
`[selectedCell.itemIdentifier hasIdentifier:_selectedItemID]` always
returns NO (nil-messaging). But after that CL, if `selectedCell` is nil
and `_selectedItemID` is web::WebStateID(), i.e. the invalid WebStateID,
then `selectedCell.itemIdentifier == _selectedItemID` returns YES,
entering a meaningless codepath.
This could be the cause of crashes mentioned in crbug/1499203.
(cherry picked from commit 51706c39a18497136c54f5d2af263b8ad8b0d998)
Bug: 1499203
Change-Id: I3a4a74aa04f4fdce0e3f68683f21e618fc4b9929
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017883
Reviewed-by: Gauthier Ambard <[email protected]>
Commit-Queue: Louis Romero <[email protected]>
Auto-Submit: Louis Romero <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223650}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039810
Commit-Queue: Gauthier Ambard <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#793}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700178835-4b8f17289bce2d7b2f8ff2546b25d31d94a3939e.profdata to chrome-win64-6099-1700197045-4542f482cc102dfe98463ca747d178444b6fdf77.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I4f22f3e1b86b77de3cc9c21e00f07771a6356a15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039773
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#792}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700178835-1ff55117c932b62410fa99e7dc7eae78a57ad8bd.profdata to chrome-mac-6099-1700197045-ddb201f3d4da19e0b313115d41d9fc5c7cb11a3c.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I315931b3e734b19a14f5bf7b99df01ddbf0ef48f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039772
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#791}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700155960-b1c0f8096796bbae9e95119e7bfffcc6c7e6a971.profdata to chrome-win64-6099-1700178835-4b8f17289bce2d7b2f8ff2546b25d31d94a3939e.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: Ib8d41d8f01222567688fd8ade75d28f417961261
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039333
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#790}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
MiraclePtr: Unrewrite for MotionMark
The `motionmark_ramp_leaves` story in `rendering.desktop` regresses
~3% when MiraclePtr is enabled for the renderer process. CPU profiling
suggests that we can downgrade several members in `StateEntry` and
`GeometryMapperTransformCache` to `T*` and recover about 1%.
See also: crbug.com/1495275#c116 and the Pinpoint runs associated
with this CL.
(cherry picked from commit e773c835116f7a7f81c82ab1b044a252bf0ccb40)
Change-Id: I72d8a8103882be05557643fb58eb097568a99341
Bug: 1495275, 1500071
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5012414
Commit-Queue: Kalvin Lee <[email protected]>
Reviewed-by: Keishi Hattori <[email protected]>
Owners-Override: Kalvin Lee <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222801}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5040290
Owners-Override: Keishi Hattori <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#789}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from b97f0cd07915 to 169a64b42b57
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/b97f0cd07915..169a64b42b57
Generated by: go/bbid/8764203957901142817
Change-Id: Id8768d07a475221639077042b98717dd99010b15
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038331
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#788}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Add Net.SharedDictionaryTransaction.AbortedWhileReadingDictionary UMA
This CL introduces following new UMAs to measure the aborted
SharedDictionaryTransaction while reading a shared dictionary:
- Net.SharedDictionaryTransaction.AbortedWhileReadingDictionary.Success
- Net.SharedDictionaryTransaction.AbortedWhileReadingDictionary.Failure
(cherry picked from commit 6f7bd81e218c778f8fa44891834f9dad93c51110)
Bug: 1413922, 1502029
Change-Id: If1c3f6d9cb48cf57a6a9d178de3e391f5d938f10
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028794
Commit-Queue: Tsuyoshi Horo <[email protected]>
Reviewed-by: Takashi Toyoshima <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224104}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038910
Commit-Queue: Takashi Toyoshima <[email protected]>
Auto-Submit: Tsuyoshi Horo <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#787}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700155960-eb7024177bb649f3d79bc6abddb62fef7cfbb8c5.profdata to chrome-win32-6099-1700178835-77f99d4936b5a06ab32418d61cd2efb903c505d3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I2521da2307753325b72d306b1b9bab6d21c874af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039137
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#786}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700135685-5f75da50bac068367950e3bb666ccc7cdab83560.profdata to chrome-linux-6099-1700178835-7e8dd839f894711eb257f9aee18106bea5ac40f5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib8b14933e44302e97d95163747edd67d980b4a1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038805
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#785}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700155960-c921ac572a3368a2321ed80e6ab762778404824d.profdata to chrome-mac-6099-1700178835-1ff55117c932b62410fa99e7dc7eae78a57ad8bd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I3ca05d9077a47953b5f7e75b9a1af20c371e3de5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039220
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#784}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M121
This CL updates the ash version ['121.0.6132.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: Id72a83af63a632be7f4cb50ca9aabd94d718aa8d
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038572
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/6099@{#783}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.31
Change-Id: If0e924ecdd1806c3e399a36fd4bba42655fe5786
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5039830
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#782}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120][segmentation] Fix crash by returning nullptr result
The result is always expected by the GetSegmentResult API.
Create a result with failure state.
(cherry picked from commit f3e605f2189679371b4752156a859e7bba8215d1)
Bug: 1501505
Change-Id: I20466a8c55daa85b35eeabccf4716043cf220f12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5025858
Commit-Queue: Siddhartha S <[email protected]>
Reviewed-by: Ritika Gupta <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223928}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037946
Reviewed-by: Min Qin <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#781}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700135685-2de5df37430f22c4056531d24c0fa95bb83ed96f.profdata to chrome-mac-6099-1700155960-c921ac572a3368a2321ed80e6ab762778404824d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Ief590fcc0d6f74631e08fdb0e898a397a6685692
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037701
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#780}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
M120: Discard printer query after canceled system print dialog.
After clicking the system print dialog from the print preview popup,
if the cancel button is clicked, the cookie will be set to its invalid
cookie value in PrinterQuery::GetSettingsDone(). Then, in
PrintViewManagerBase::OnPrintSettingsDone(), the printer_query will be
added to the PrintQueriesQueue. Since the added cookie is the invalid
cookie value, the PrintViewManagerBase::ReleasePrinterQuery() cannot
retrieve the printer_query corresponding to the current_cookie.
This issue can to system print request causes the printer query with
the invalid cookie to be reused, and that has old state information
which can cause bad behavior. For out-of-process printing it causes a
crash, or otherwise it causes the system print dialog to not be modal.
These problems go away if the printer query with invalid cookie is not
saved when the dialog is canceled.
(cherry picked from commit d162e2f78cae08833aa30fcba44cfaea930d26e1)
Bug: 1497945,1501053
Change-Id: If393f5774e0cc6c47ad8f91d34736746f2b2590d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4993186
Reviewed-by: Alan Screen <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1225064}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038881
Commit-Queue: Alan Screen <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#779}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Remove CA from the enabled locales of Cormorant
(cherry picked from commit 12155e997d91eb04ca031b3e64d17f96ab8d6f3a)
Bug: 1500300
Change-Id: Ib3f643f89f2f3c720f506d981171230fc0a5f3e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026082
Auto-Submit: Jian Li <[email protected]>
Commit-Queue: Adam Arcaro <[email protected]>
Reviewed-by: Adam Arcaro <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223898}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037238
Commit-Queue: Jian Li <[email protected]>
Auto-Submit: Adam Arcaro <[email protected]>
Reviewed-by: Jian Li <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#778}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120][segmentation] Post task to trigger observation
The loop iterates over training data to trigger observation.
Observation trigger deletes the training data from the segment info.
The training data list is deleted and iterated at the same time.
Iterate and post task, so deletion happens async, avoiding crashing.
(cherry picked from commit 2431d2a4b6bd7838eae7e06a538af6c7d80e07a1)
Bug: 1500922
Change-Id: I8733ab98b82b2debacff1614b08ea7977dbc7b58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027297
Reviewed-by: Min Qin <[email protected]>
Commit-Queue: Siddhartha S <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224397}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037912
Cr-Commit-Position: refs/branch-heads/6099@{#777}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700135685-365fdc20608a933e4b363543f18bbb20e5341ac5.profdata to chrome-win64-6099-1700155960-b1c0f8096796bbae9e95119e7bfffcc6c7e6a971.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I20b5a82cf76d3ebf7bcf2e822b791f0a0f377685
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037802
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#776}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700135685-3aa9aeb0015b1a42fe1698a6f2e94eafc398d6ee.profdata to chrome-win32-6099-1700155960-eb7024177bb649f3d79bc6abddb62fef7cfbb8c5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I7c4b8fc4fed8929f097b6f11d4fa5c4eba6877e4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037845
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#775}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Bigcore AFDO profile from 120-6099.8-1699872199-benchmark-120.0.6099.28-r1 to 120-6099.8-1699872199-benchmark-120.0.6099.29-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I9811bf90cfb6625857846dc4b3c10b6c243a16d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038551
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#774}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge M120] Allow creating storage access grants due to the popup heuristic for iframe-initiated popups, under an experiment flag.
We recently discovered that Firefox's implementation enables the popup heuristic for popups loaded by any frame. However, we see potential security concerns with this approach as a 3P iframe can give itself access on the 1P host by simply opening a popup. So we will have this flag-gated behavior on standby in case we need it for compatibility reasons, but we are not currently planning to launch it.
(cherry picked from commit d9e887b1f93e481f11b186ac890b40273f7a4ccd)
Bug: 1502269
Fixed: 1502269
Change-Id: I0902968efecec6cdd293e4e0d59bec8959cb0edc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026200
Commit-Queue: Anton Maliev <[email protected]>
Reviewed-by: Ryan Tarpine <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224738}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037394
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#773}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from b3f0f5f93143 to b97f0cd07915
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/b3f0f5f93143..b97f0cd07915
Roll src/third_party/devtools-frontend/src from eb7223ef110f to bdbc89c47cf8
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/eb7223ef110f..bdbc89c47cf8
Generated by: go/bbid/8764239818022535073
Change-Id: I7a1a86eb2845c5f8a81bc9772119f10831b013f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038730
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#772}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge - M120] Revert "Fix metrics collection for nested tray buttons"
This reverts commit 60f22f413d6f550680aeec61fc608cbe53c35260.
Reason for revert: This change caused a regression for active stream
icons in phone hub.
Bug: b:308628912
Original change's description:
> Fix metrics collection for nested tray buttons
>
> Added a shared entry point to record TrayBackgroundView.Pressed
> metric for all tray buttons. Done by creating a new ButtonControllerDelegate that overrides `NotifyClick`.
>
> Added regression tests in `video_conference_tray` and `phone_hub_tray`.
>
> Alternatives cosidered:
> Creating a new TrayButton class that would have
> to be extended by all buttons in the status area. Feels like overkill
> for this case.
> Recording TrayBackgroundView.Pressed metric separately in each nested
> button. Less intrusive but makes little logical sense to expose the
> metric in individual tray classes.
>
> Bug: b:306296972
> Change-Id: I4257af21d1d6522b788f716bb86fd6364df294fe
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4953428
> Commit-Queue: Ahmed Mehfooz <[email protected]>
> Reviewed-by: Alex Newcomer <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1212559}
(cherry picked from commit b7523140f8236a0e5e3843ef9747afa65a1094a4)
Bug: b:306296972
Change-Id: If7136563933d8642e6819858ca6a168451e20657
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5002998
Reviewed-by: Alex Newcomer <[email protected]>
Reviewed-by: Jon Mann <[email protected]>
Commit-Queue: Ahmed Mehfooz <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1219662}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038116
Cr-Commit-Position: refs/branch-heads/6099@{#771}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120 Merge][ntp-history][gm3] Fix done button color
Fixes a color issue with the history card's done button resulting in not
enough contrast or visibility under certain theme colors.
Screenshot - After:
https://drive.google.com/file/d/1C9fPcxXSweiIRuctKHZX8E-nbRQaSufJ/view
(cherry picked from commit a4967412d77ada95ea8a1504b79f250366e81c1e)
Fixed: 1501045
Change-Id: Ibf233aa010f53ce0e06bea633f90123a9648791c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018477
Reviewed-by: Marlon Facey <[email protected]>
Auto-Submit: Roman Arora <[email protected]>
Commit-Queue: Marlon Facey <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223012}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029814
Commit-Queue: Roman Arora <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#770}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/skia from ad9fc9ee5fb0 to 48311c8e39d1
Commits rolled:
https://skia.googlesource.com/skia.git/+log/ad9fc9ee5fb0..48311c8e39d1
Generated by: go/bbid/8764241701808616769
Change-Id: I26fb68b0c4996a1bf921a9cf7d5b664b2f1acf26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038650
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#769}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[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: I97792d630f10e01d8c9c06dbce969faafe34d80c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038450
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>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#768}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Merge back to M120 of [Privacy Sandbox] Change to default allow attestation checks when attestations map is absent.
Original CL description:
The attestations map contain the list of ad tech sites and their
attested APIs. After Chrome starts, there will be a time gap during
which the attestations list is downloaded, read and parsed to the
in-memory attestations map.
The current behavior during this gap is default-deny all attestation
query for Privacy Sandbox APIs.
We decide to change the behavior to default-allow until we reduce this gap to a reasonable level. This is gated by a default-disabled feature
flag.
Bug: 1500636
Change-Id: I49d2f4bfe6d56687e4dedcd9f453e3e21ed6ef4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030079
Reviewed-by: Charlie Harrison <[email protected]>
Commit-Queue: Xiaochen Zhou <[email protected]>
Reviewed-by: Theodore Olsauskas-Warren <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#767}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Atom AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.28-r1 to 120-6099.13-1699874814-benchmark-120.0.6099.29-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib07b989985790a8c8227fb5c444bdabeb35e36a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038073
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#766}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm Experimental AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.25-r1 to 120-6099.13-1699874814-benchmark-120.0.6099.29-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-exp-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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I4fcc6d3dc4731ff9e29df93c38e2981abefe3940
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037697
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#765}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm AFDO profile from 120-6085.0-1699880125-benchmark-120.0.6099.28-r1 to 120-6085.0-1699880125-benchmark-120.0.6099.29-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I87343b6d315635112d1c45c1488c6d569fb7722d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037852
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#764}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/clank from 60f277ed4419 to f06684bb980d
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/60f277ed4419..f06684bb980d
Generated by: go/bbid/8764251143088025377
Change-Id: Ia7e62cc0bf91f56adae48e253ea676edc6390d9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5038050
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#763}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Fix parcel tracking infobar modal not updating state
This CL merges the following to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5027954
Bug: 1502523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027954
Reviewed-by: Chris Lu <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1224308}
(cherry picked from commit d2228acd00e247b67999322dfacb8b79d9410957)
Change-Id: I08ea33e542d1544835247d30e25129b584d59555
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037251
Reviewed-by: Gauthier Ambard <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#762}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Fix horizontal margins for Parcel Tracking screen
This CL merges the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5028175
Bug: 1502523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028175
Commit-Queue: Hira Mahmood <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1224391}
(cherry picked from commit 686e551da170584484610aa20d977ded53c39c86)
Change-Id: Ifb2660d94d95178cdf3c261e43b43d3dff328a22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037250
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Hira Mahmood <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#761}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700112998-7aa9b334397ae4d9002a7f3c1ed49c85ed9d92fc.profdata to chrome-win64-6099-1700135685-365fdc20608a933e4b363543f18bbb20e5341ac5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I0fd8aa16882c36b89739145a2314e85602a7f7d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035793
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#760}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/ios_internal from b2fcc4b57310 to 446fe50cfcab
Commits rolled:
https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/b2fcc4b57310..446fe50cfcab
Generated by: go/bbid/8764258693550102609
Change-Id: Ib8491a0194af510e2e565bf54746d8efde5fb798
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037350
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#759}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700112998-4521d950003dcd926b61456e0a29bd50b3a88aa0.profdata to chrome-win32-6099-1700135685-3aa9aeb0015b1a42fe1698a6f2e94eafc398d6ee.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I54848fdfaadb8e9dfbd8bbda61975cf1877ea082
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036302
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#758}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700112998-a097eb2d71f99a9219503a5912ec18190f355c73.profdata to chrome-linux-6099-1700135685-5f75da50bac068367950e3bb666ccc7cdab83560.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I7b7a78ff2b40d442a43e167b1a2bd9a5e12f40d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036792
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#757}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Add InfobarTypeParcelTracking variant to histograms
This CL merges the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5014146
Bug: 1502523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5014146
Commit-Queue: Hira Mahmood <[email protected]>
Reviewed-by: Michael Thiessen <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Commit-Queue: Michael Thiessen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1221726}
(cherry picked from commit 1b499798607b4b260980fcad5664b798d8da7cfc)
Change-Id: I9f23f5f9a0d806d5cc9ae98318e305d2409646ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033839
Auto-Submit: Hira Mahmood <[email protected]>
Commit-Queue: Michael Thiessen <[email protected]>
Reviewed-by: Michael Thiessen <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#756}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: I2239dae1d52feeecba56c04ee8632c7b5e3b0ad1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036890
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#755}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-16 UTC
Change-Id: I8d1af6471b3eafe983c08443f34d0dcaa5460a7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035907
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#754}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700112998-0cc02c569719447649820d5e1b9ff4eb991ed860.profdata to chrome-mac-6099-1700135685-2de5df37430f22c4056531d24c0fa95bb83ed96f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: Ia5d49a4fcd9644f7864884e462bb5b48e336fa8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036301
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#753}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automated Commit: LKGM 15662.18.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8764310360878465537
Change-Id: I37f658dcde131cf7a8a689dfeef7131948d035c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036790
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#752}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-16 UTC
Change-Id: I9650e953b95bf8c2a2f4e899cad35f177030667c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036850
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#751}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Tracking Protection: Incognito and string fixes
Merge approved in crbug.com/1502124
Also fixes the extra divider issue.
Screenshot: https://screenshot.googleplex.com/AwRLbuhzrjodieq.png
(cherry picked from commit 670dd948176b7ca980e9e56cecce73898c11ea22)
Bug: 1502124, b:310963529, b:310955080
Change-Id: Iff27243616aa798c06f7dd6194cde05aada2363f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029745
Commit-Queue: Andrey Zaytsev <[email protected]>
Reviewed-by: Nicola Tommasi <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224872}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036631
Commit-Queue: Nicola Tommasi <[email protected]>
Auto-Submit: Andrey Zaytsev <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#750}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700084401-874c3523a15f84930cdc8f024afcf8ed18e19b9a.profdata to chrome-win32-6099-1700112998-4521d950003dcd926b61456e0a29bd50b3a88aa0.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I0f7fb791569925c596d1f2b3d5f03a69114832b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035709
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#749}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Tracking Protection: Fix the allowlist layout
Merge approved in crbug.com/1501358
Screenshot: https://screenshot.googleplex.com/5b9wakf7oJBDKnb.png
Mock: https://docs.google.com/presentation/d/1OScd-DHX5JwORV4CirutkdFVQdtEUnbTELr697w4vgY/edit?resourcekey=0-5DfEn2jPaC-Rm9DKRr-ByQ#slide=id.g23eb4422876_5_34
(cherry picked from commit 2dce98e381ab54ea1a6cfc8be46a4f04a6209a8d)
Bug: 1501358
Change-Id: Ieb870ee1e223103f04b2a4f347ae97d43e951458
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5021068
Reviewed-by: Nicola Tommasi <[email protected]>
Commit-Queue: Andrey Zaytsev <[email protected]>
Auto-Submit: Andrey Zaytsev <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1224206}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036630
Commit-Queue: Nicola Tommasi <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#748}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Amd64 AFDO from 120.0.6099.28_rc-r1-merged to 120.0.6099.29_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://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I541b3a2aeaf1ba16fe8673f007d5392ed26ebed1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035591
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#747}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700084401-1bb6068ef4876e4c673ad5ac9263d0cb7e7ff4ec.profdata to chrome-win64-6099-1700112998-7aa9b334397ae4d9002a7f3c1ed49c85ed9d92fc.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I5046b69476071a37e8ab56c72cb9db8a757cb9c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036184
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#746}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700084401-8077856df7347131ab0257455a9c4b4316deb80f.profdata to chrome-linux-6099-1700112998-a097eb2d71f99a9219503a5912ec18190f355c73.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I6c1238fd33f46d9cdf1615c077f88918efab362b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035230
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#745}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700084401-850809a52f55b5ff4e34536411fec73b5ef1dd41.profdata to chrome-mac-6099-1700112998-0cc02c569719447649820d5e1b9ff4eb991ed860.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I9090767d86e6d97a5a7eb8df5c89850c800b20c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5036021
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#744}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
M120: Hide WebFeedAwareness IPH when the feed follow UI update is enabled
(cherry picked from commit ffc26a888ea56385d550ac9258d8a4ec63e2f81f)
Bug: 1500430
Change-Id: Idf570a9374d0a8976075ac2417e7714682a854eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5011263
Reviewed-by: Adam Arcaro <[email protected]>
Commit-Queue: Jian Li <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1221280}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035705
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Auto-Submit: Jian Li <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#743}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700064089-d37759af77bbe758398fc6f0f823c3dbf5655c58.profdata to chrome-win64-6099-1700084401-1bb6068ef4876e4c673ad5ac9263d0cb7e7ff4ec.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I7491316534d3d44cdc2ea585054618d17563fdfd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034115
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#742}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700064089-9edb041ff6632b3c31d88cfa0e465c0e2170e950.profdata to chrome-win32-6099-1700084401-874c3523a15f84930cdc8f024afcf8ed18e19b9a.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I4af852faa5f3ca3eb292bd40fc3da0f628d48284
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035557
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#741}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M121 M120
This CL updates the ash version ['121.0.6130.0', '120.0.6099.25'] 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: Iec40a5fb5bdf0b0fc77eb78b99587140226a4e15
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034305
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/6099@{#740}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700064089-0a3368081155b72944fd48b00831240c2c72b6eb.profdata to chrome-linux-6099-1700084401-8077856df7347131ab0257455a9c4b4316deb80f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ib3ca1423be74f2f95d4a5872fe49b62a7cb6e4cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035131
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#739}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700064089-a90f02d5b1be8bddc37e2e8ecf7383f8e620a909.profdata to chrome-mac-6099-1700084401-850809a52f55b5ff4e34536411fec73b5ef1dd41.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I7c262764c2b5148bf8550a159d384e8098d30350
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034116
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#738}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/clank from c8d525ab1e58 to 60f277ed4419
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/c8d525ab1e58..60f277ed4419
Generated by: go/bbid/8764307762513714673
Change-Id: Ic2e5f9594319f82fa484add9fc298efbb0aa24d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033984
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#737}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[skylab_tests] Update skylab cros img (release)
This cl only affect Lacros or Skylab on-device config builders like
lacros-amd64-generic-chrome-skylab or "ChromeOS FYI Release Skylab
(kevin)". This cl will certainly NOT affect linux-lacros builders
(linux-lacros-tester-rel, linux-lacros-rel, etc) or any other platforms.
This CL will update cros image version for skylab tests.
CROS_BOARD_DEV, CROS_BOARD_BETA and CROS_BOARD_STABLE are updated according
to Omaha.
If this CL caused regressions, please revert and pause the autoroller at
https://luci-scheduler.appspot.com/jobs/chrome/lacros-skylab-tests-cros-img-roller
Also please file a bug to OS>LaCrOS>Partner, and CC [email protected].
[email protected]
Requires-Testing: True
Change-Id: I744d7b11d98e81c1b125cce8091aef1f846cefee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035598
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/6099@{#736}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.30
Change-Id: Icee8c57a628429d529abef71a2e2ce35bb2cde7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5035179
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#735}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700041299-7f5ec72d11a16d18819b7898d2bef788870dc7e1.profdata to chrome-win64-6099-1700064089-d37759af77bbe758398fc6f0f823c3dbf5655c58.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I253cd492869e1b80fe5a19cafedafce393127257
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034722
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#734}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700041299-d194e69474ea230388f447724bd5f02c04600904.profdata to chrome-linux-6099-1700064089-0a3368081155b72944fd48b00831240c2c72b6eb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I2fb197cb9fe13585425459ae12edcb2c02345e96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034393
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#733}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700041299-3aa81f2649d2399f2c672f58716af88a0c83c901.profdata to chrome-win32-6099-1700064089-9edb041ff6632b3c31d88cfa0e465c0e2170e950.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I28f915a658ae300d43da29235695e2a60748bdd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5034640
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#732}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Bigcore AFDO profile from 120-6099.8-1699872199-benchmark-120.0.6099.25-r1 to 120-6099.8-1699872199-benchmark-120.0.6099.28-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-bigcore-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I5663f25dc5cdf671fe91374ac84edd569bd88c81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033463
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#731}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700041299-f94c10835fddfa85767e30550dbb48e3bbb70dc3.profdata to chrome-mac-6099-1700064089-a90f02d5b1be8bddc37e2e8ecf7383f8e620a909.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I82acfbc84df35dea332e2c7f270a8c60948290b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032488
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#730}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Show the same update text in all browser windows
Chrome shows a randomly selected string in the 3-dot app menu ctrl
button text when a browser update is available. Currently, this
string can be different in different browser windows.
This CL makes the same string appear in all browser windows.
(cherry picked from commit 6fcd150ee73bb47e8a76a34a023d76e79b9aa6e4)
Bug: 1432988
Change-Id: I086aaa239204835bed07d735491deae69daa12ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017197
Commit-Queue: Anunoy Ghosh <[email protected]>
Reviewed-by: Dana Fried <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1222666}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030574
Reviewed-by: Emily Shack <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#729}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
m120: Remove bad expectations from cherry-pick
auction-network-events-handler-expected.txt should not have been updated as part of https://chromium-review.googlesource.com/c/chromium/src/+/5021387
Change-Id: I35612d27a044812d836a3018301c2aac70aba461
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033539
Commit-Queue: Michael Ludwig <[email protected]>
Reviewed-by: Joe Downing <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#728}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Atom AFDO profile from 120-6099.13-1699874814-benchmark-120.0.6099.25-r1 to 120-6099.13-1699874814-benchmark-120.0.6099.28-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-atom-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I14f2235cd46748fd4117b79bca9ae095524e1eec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032486
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#727}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[SurfacePolish] Fix lateral padding for signin promo.
Update the lateral padding of the singin promo card and make
@dim/mvt_container_lateral_margin_polish to refer to it. The padding
is changed to 16dp on phones, and 0 on tablets. Screenshot:
https://docs.google.com/document/d/1gzbQk_gU2GBRpqNumDsfLVzPbtXzQK4T3RjzDWPgJRo/edit#bookmark=id.jcbtbkw2581w
(cherry picked from commit 65ce34566a7edb76c707b51b0404f52770d00dc4)
Bug: 1501371
Change-Id: I4f29dd1be51980b40728a368057945febe6df09f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5018652
Commit-Queue: Xi Han <[email protected]>
Reviewed-by: Justin DeWitt <[email protected]>
Reviewed-by: Sky Malice <[email protected]>
Reviewed-by: Dan H <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223825}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033441
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Xi Han <[email protected]>
Commit-Queue: Dan H <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#726}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Prevent displaying the Safety Check if it's currently dismissing.
This change prevents a DCHECK crash in
`-showSafetyCheckAndStartSafetyCheck:` that happens when triggering the
display of the Safety Check half sheet before the previous display of
the Safety Check properly cleans itself up.
This crash can be triggered by dismissing the Safety Check half sheet,
and very quickly tapping the Safety Check (Magic Stack) module again.
This invokes `-showSafetyCheckAndStartSafetyCheck:` before the
`settingsNavigationDelegate`'s `settingsWasDismissed` is called,
triggering `DCHECK(!self.safetyCheckCoordinator)` to fail, because there
wasn't enough time to clean up `self.safetyCheckCoordinator`.
(cherry picked from commit d1e1139c59580f77bb24b3d4140d07b04760bb51)
Bug: 1496238
Change-Id: Iede8903faadd433d3a416553a164472f06c0b61a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5010380
Reviewed-by: Nohemi Fernandez <[email protected]>
Commit-Queue: Benjamin Williams <[email protected]>
Reviewed-by: Scott Yoder <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1221808}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5026135
Reviewed-by: Noémie St-Onge <[email protected]>
Auto-Submit: Benjamin Williams <[email protected]>
Commit-Queue: Nohemi Fernandez <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#725}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll ChromeOS Arm AFDO profile from 120-6085.0-1699880125-benchmark-120.0.6099.25-r1 to 120-6085.0-1699880125-benchmark-120.0.6099.28-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-arm-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic765cea19d4d5c3352f952f4d9a60da1a636edce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032719
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#724}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from 1f0c8a8d8951 to b3f0f5f93143
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/1f0c8a8d8951..b3f0f5f93143
Roll src/third_party/devtools-frontend/src from 39287b72716d to eb7223ef110f
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/39287b72716d..eb7223ef110f
Generated by: go/bbid/8764347402957055697
Change-Id: I17bfc408195c5d7d5f3bb6379230c131fe621e8b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033038
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#723}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Merge M120] Add flag-gating and UKM for whether the popup heuristic was created from a popup opened via an ad click.
This is a recent request from product for 3PCD heuristics. To mitigate the risk of ads taking advantage of the heuristics to bypass cookie deprecation, we want to observe how many ad-initiated popups are using the heuristic, and have a flag ready to turn off this access if necessary.
UKM review: https://docs.google.com/document/d/1GJBMYuhl77eTSjLMMEtq1Y2Kd3Vdv1ozfdFi1iCueZI/edit?usp=sharing
(cherry picked from commit cc36e3729d0b60fea2f6a93aa788714966a511ea)
Bug: 1484324, 1501213
Fixed: 1501213
Change-Id: I5df9e4c0fe25587773aac08ff8d4a6d092d5eee6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5013989
Reviewed-by: Ryan Tarpine <[email protected]>
Commit-Queue: Anton Maliev <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223852}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028722
Reviewed-by: Robert Kaplow <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#722}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700020378-e05c43abedcbbe66ec90cf9d4bfd5974c50d1e65.profdata to chrome-linux-6099-1700041299-d194e69474ea230388f447724bd5f02c04600904.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I09b9721d48b3a04e9f121bd22c367368b0f0367b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032679
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#721}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700020378-81b034b58763f9d277f96b8976d617b32501198d.profdata to chrome-win64-6099-1700041299-7f5ec72d11a16d18819b7898d2bef788870dc7e1.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I72bcbeade25a2fa7facb895588b88d9e1d347f51
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032677
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#720}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700020378-f220a572774fc5bee08ed5ec197ab88dcba91ebb.profdata to chrome-win32-6099-1700041299-3aa81f2649d2399f2c672f58716af88a0c83c901.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I9d4b15c9c4e8a9ffbf815511251e86ddd78c33ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032839
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#719}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700020378-07980dd29f4091358eee388428029b549cf3a946.profdata to chrome-mac-6099-1700041299-f94c10835fddfa85767e30550dbb48e3bbb70dc3.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I22bd11b6278547446a353a68463e74f326033c77
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032599
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#718}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-15 UTC
Change-Id: I55aa9622d961bdfec8968efabf0d985b479be028
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033059
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#717}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automatic update from google3
Automatic update for 2023-11-15 UTC
Change-Id: Ifded21ae37df6a474ac76214e8d1de77a9856d87
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033377
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#716}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Automated Commit: LKGM 15662.17.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8764400916592470769
Change-Id: I65b005380fab467b425815dbe83c6a980354d9b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033137
Commit-Queue: ChromeOS bot <[email protected]>
Bot-Commit: ChromeOS bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#715}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/clank from 1fd2cb7f8ab1 to c8d525ab1e58
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/1fd2cb7f8ab1..c8d525ab1e58
Generated by: go/bbid/8764354940516850769
Change-Id: I62d4ddc7a53644d8b5a657764977953d4f3b4050
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033697
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#714}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Updating XTBs based on .GRDs from branch 6099
Change-Id: Ibfdabc44f492c926f2de8f2983ced13f95346679
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033237
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#713}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS][M120] Measurement metrics merge to release branch
Cherry picked CLs:
[iOS] Add measurement metrics to record the number of units in webpages:
crrev.com/c/4994325
[iOS] Fix an infinite looping while counting detected measurements:
crrev.com/c/5023769
Bug: 1500239
Change-Id: I651528ced2191fdc5cd1243c9a262cadd15c3aba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032234
Reviewed-by: Olivier Robin <[email protected]>
Commit-Queue: Elmehdi Rahmaoui <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#712}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from f22473494ed4 to 1f0c8a8d8951
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/f22473494ed4..1f0c8a8d8951
Roll src/third_party/devtools-frontend/src from 6d914da12ad3 to 39287b72716d
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/6d914da12ad3..39287b72716d
Generated by: go/bbid/8764358726685249009
Change-Id: I5fb1178e022e65a1964abe6b1c72f4d1815c9535
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033317
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#711}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from 10a55f4c87b8 to f22473494ed4
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/10a55f4c87b8..f22473494ed4
Roll src/third_party/devtools-frontend/src from b4b8c3e274e6 to 6d914da12ad3
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/b4b8c3e274e6..6d914da12ad3
Generated by: go/bbid/8764360614146496097
Change-Id: I1e52cc3e80f68ba0a32ed74e0acdf806e9a15c31
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5033037
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#710}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Amd64 AFDO from 120.0.6099.25_rc-r1-merged to 120.0.6099.28_rc-r1-merged
This CL may cause a small binary size increase, roughly proportional
to how long it's been since our last AFDO profile roll. For larger
increases (around or exceeding 100KB), please file go/crostc-bug.
Please note that, despite rolling to chrome/android, this profile is
used for both Linux and Android.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/afdo-chromium-beta
Please CC [email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium Beta Branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: I34cb187c88a5f9483ed4e0ea1597340008e6c1ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5032596
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#709}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1700005255-3b4ec1733de94adbdeac2601f777e357c68579e5.profdata to chrome-win64-6099-1700020378-81b034b58763f9d277f96b8976d617b32501198d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I7431c524a3700d42642ff504d172d1ef126167f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030325
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#708}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1700005255-f9214673598cd21fa8006a3ae7320874543b9fb4.profdata to chrome-win32-6099-1700020378-f220a572774fc5bee08ed5ec197ab88dcba91ebb.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I9aaa6ac15a64b3b2df12059c54cdb36ad702d325
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031278
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#707}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1700005255-00cedcb9e000ba378ecf0d42a66139fb4e91fd58.profdata to chrome-linux-6099-1700020378-e05c43abedcbbe66ec90cf9d4bfd5974c50d1e65.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: Ie31daec6d9fe2c1c3339fa8445c9978e03df8ab8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031745
Bot-Commit: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#706}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[iOS] Merge 120: Early return if ShoppingService is nil
This CL cherry-picks the following CL to 120:
https://chromium-review.googlesource.com/c/chromium/src/+/5017073
Bug: 1499729
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017073
Reviewed-by: Federica Germinario <[email protected]>
Commit-Queue: Federica Germinario <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1223541}
(cherry picked from commit efb137cd5579695a67e2aec399526118bf4d7143)
Change-Id: Ia20548ca6d0ba7cd579c7ce86533f0d58148213d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028042
Commit-Queue: Federica Germinario <[email protected]>
Reviewed-by: Federica Germinario <[email protected]>
Auto-Submit: Hira Mahmood <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#705}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1700005255-a5ccaa05343d8ec2eabdfe63506451a3219dd674.profdata to chrome-mac-6099-1700020378-07980dd29f4091358eee388428029b549cf3a946.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I8cc6fe7c57ad8fe86101c4db9840687287b42d49
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031644
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#704}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[M120] Accessibility Cherry Pick: Roll eche_app from i58yHfqcc04Op-UZn... to j21Q20N2fPKKIGhlZ...
Release_Notes: http://go/eche-x20/relnotes/Main/eche_20231113_RC00.html
https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/eche_app/app/+/j21Q20N2fPKKIGhlZfSSFdsX_oevxknaW6qiXYZl8QQC
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/eche-app-chromium
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
(cherry picked from commit 2cf74b52724b7f6a8b5457eb9f6fbac0633328f3)
Bug: b/310933226
Tbr: [email protected]
Change-Id: I995e5ed273aa7d46ccc88f74654f691ef94e327a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5027892
Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Cr-Original-Commit-Position: refs/heads/main@{#1224063}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029292
Reviewed-by: Jacob Francis <[email protected]>
Reviewed-by: Abbas Nayebi <[email protected]>
Commit-Queue: Denalex Orakwue <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#703}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[Android][CredMan] Call Gmscore if no credentials found in CredMan
(cherry picked from commit 46dc129f0af4bc53e511680df1f9e936650b9481)
Bug: 1501022, b/309658520
Change-Id: I8f863e44737e5c0966cb0f8754bb1d5260f6f92e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5012897
Code-Coverage: [email protected] <[email protected]>
Reviewed-by: Ken Buchanan <[email protected]>
Commit-Queue: Adem Derinel <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1223507}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5029481
Cr-Commit-Position: refs/branch-heads/6099@{#702}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll src/third_party/devtools-frontend-internal from f3b356c5175c to 10a55f4c87b8
Commits rolled:
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/f3b356c5175c..10a55f4c87b8
Roll src/third_party/devtools-frontend/src from 53211135e219 to b4b8c3e274e6
Commits rolled:
https://chromium.googlesource.com/devtools/devtools-frontend/+log/53211135e219..b4b8c3e274e6
Generated by: go/bbid/8764385150959173985
Change-Id: I278aad8842a2fc08229a866f667b01c52e818332
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031453
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#701}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-6099-1699976789-e78f4daf295f9e3026877638058a875b61070516.profdata to chrome-win64-6099-1700005255-3b4ec1733de94adbdeac2601f777e357c68579e5.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win64-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win64-chrome
Tbr: [email protected]
Change-Id: I346168f2dc05b9f90e22d8fbed98d60e8af20963
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031324
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#700}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-6099-1699976789-d6c2af23beaebff590698233448e56af1c372ea5.profdata to chrome-win32-6099-1700005255-f9214673598cd21fa8006a3ae7320874543b9fb4.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-win32-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:win-chrome
Tbr: [email protected]
Change-Id: I4278cfc3e3bd5f2caf958c7498fee6de2af3225e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031361
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#699}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
[lacros skew tests] Refresh skew tests for M119
This CL updates the ash version ['119.0.6045.158'] 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: I42a4e5d4a91df30563369d505f6b0d7555aa60b1
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030554
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/6099@{#698}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-6099-1699976789-05916225c42628824d28acec8f9850ebf1c36420.profdata to chrome-linux-6099-1700005255-00cedcb9e000ba378ecf0d42a66139fb4e91fd58.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-linux-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:linux-chrome
Tbr: [email protected]
Change-Id: I40d1b4ac05fdbca0cb4b2aab74532aa0362ea26d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031363
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#697}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Roll Chrome Mac PGO Profile
Roll Chrome Mac PGO profile from chrome-mac-6099-1699976789-85004a6a59f4b9363ad3cc4a3fc123ba376e2629.profdata to chrome-mac-6099-1700005255-a5ccaa05343d8ec2eabdfe63506451a3219dd674.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-chromium-beta
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome-m120.try:mac-chrome
Tbr: [email protected]
Change-Id: I33d720bf7979a4b205d297525b4ce0c04ac8bce9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5031733
Commit-Queue: Chrome Release Autoroll <[email protected]>
Bot-Commit: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/6099@{#696}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}
Incrementing VERSION to 120.0.6099.29
Change-Id: Id517f2c56dda43fc46dd1810d31b79c207559e20
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5030083
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6099@{#695}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}