gardening: Disable ForwardButtonAccessibilityTest.LeftClickForward
Bug: 500598170
Change-Id: Ifbc3b4f8464d0db46d59e653425d3d6a8708abb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736867
Owners-Override: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Thomas Nguyen <tungnh@chromium.org>
Commit-Queue: Thomas Nguyen <tungnh@chromium.org>
Auto-Submit: Yuki Shiino <yukishiino@chromium.org>
Owners-Override: Thomas Nguyen <tungnh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611325}
Update Slow expectation for storage/indexeddb/cursor-continue-validity.html
Recent test history shows this being slow (timing out) on Windows, Linux
and Mac Release bots. Make the Slow annotation universal.
Bug: none
Change-Id: I963bc70b0addc3b923b0782fc1494dfc1948bdef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736146
Auto-Submit: Evan Stade <evanstade@microsoft.com>
Commit-Queue: Abhishek Shanthkumar <abhishek.shanthkumar@microsoft.com>
Reviewed-by: Abhishek Shanthkumar <abhishek.shanthkumar@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1611324}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale pixel expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite pixel
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 338200323, 415830130, 417899571, 425671158, 446861923
Bug: 475181552, 479387364
Change-Id: I5911a0c8e8968669972de98cb2ea196f9532c979
Fixed: 421412516, 446719056, 466113477, 479032532
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736420
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611323}
chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com
Roll Boca Receiver App from Sp8Ap7qfU-Nsk6dbF... to uRXyqzcH5HIGxuq7V...
Release_Notes: http://go/boca_receiver_app-x20/relnotes/Main/boca_receiver_app_202604080100_RC00.html
https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/boca_receiver_app/app/+/uRXyqzcH5HIGxuq7VmNbeBEVb2oGka5WMEBllh6hAB0C
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/boca-receiver-app-chromium
Please CC anasr@google.com,aprilzhou@google.com,bzielinski@google.com,cros-edu-eng@google.com,dorianbrandon@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Boca Receiver App: https://b.corp.google.com/issues?q=status:open%20componentid:1568002
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: anasr@google.com,aprilzhou@google.com,bzielinski@google.com,dorianbrandon@google.com
Change-Id: I434f5d6a18e5733d4186053e695c130fdc29ef67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738522
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-Commit-Position: refs/heads/main@{#1611322}
Migrate String::Substring() to substr()/subview() in core/
This change updates several usages of the legacy String::Substring()
method to String::substr() or String::subview() to align with modern
C++ string API usage and improve consistency across the codebase.
The transitions in the affected files are safe:
* core/dom/first_letter_pseudo_element.cc
`length` won't extend `old_text.length()` because of the
FirstLetterLength() logic.
* core/origin_trials/origin_trial_context.cc
`header_value[pos]` must be safe in this function, so `start_pos`
is within bounds as well.
* core/script/import_map.cc
ResolveImportsMatchInternal() is called after checking `key` is
longer than `matched->key`.
* core/xml/xpath_functions.cc
ComputeSubstringStartEnd() ensures `bounds.first` is in the range of 1
to `source_string.length() + 1`.
* core/xml/xpath_parser.cc
Within this class, `next_pos_` is always less than or equal to
`data_.length()`, and since `start_pos` is the value of `next_pos_`
before the loop starts, it is also always less than or equal to
`data_.length()`.
Bug: 473854537
Change-Id: I71ca244cdd81662e67811fd384bc1dcd5a7a1f1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738201
Auto-Submit: Kent Tamura <tkent@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/main@{#1611321}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale WebGL 1 expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite webgl1_conformance
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 1490427, 40167934, 40241621, 443182226, 446122639
Bug: 475181552, 487128735
Change-Id: I07503dab1e1caf375f4f4331154efea8b202add3
Fixed: 1288590, 395934162
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736836
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611320}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Dawn from 7c11e1188705 to fa93dacdf393 (3 revisions)
https://dawn.googlesource.com/dawn.git/+log/7c11e1188705..fa93dacdf393
2026-04-08 jiawei.shao@intel.com Remove unnecessary Assert on `DawnNative` with wire in DawnTestInfraTest
2026-04-08 alanbaker@google.com [inspector] Add support for buffer_view
2026-04-08 alanbaker@google.com [ir] Support buffers in ZeroInitWorkgroupMemory
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-chromium-autoroll
Please CC chouinard@google.com,cwallez@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:dawn-win11-arm64-deps-rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-android-arm64
Bug: chromium:491515776,chromium:495142520
Tbr: chouinard@google.com
Change-Id: I7c15fdca5cefdff79687fe251233c7746a5df862
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738686
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611319}
[Signin] Remove unused scopes from gaia_constants.h
Bug: None
Change-Id: I84b343dc8d20ce3537a0461514fb1b8107e20d13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735445
Auto-Submit: Boris Sazonov <bsazonov@chromium.org>
Reviewed-by: Monica Salama <msalama@chromium.org>
Commit-Queue: Monica Salama <msalama@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611318}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1775627948-3f4ffc78c6bf78ea8f6a993ad7d5aa32f9d847b4-aafc51f688871d5bd68b0ee8c90274a9ab8041fd.profdata to chrome-mac-arm-main-1775635105-9f6aca61f53def98142c8d8074c40e655b4d232d-e0e3b53ef4258eddf372222873b57922b9614c75.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:mac-chrome
Tbr: pgo-profile-sheriffs@google.com
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I42c7f30d457b4886d16fcd4d01a73ced6cac8bf2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738646
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611317}
Remove double negation for search_bar_.
This is a small change but "!!" looked strange there - I spent a while
to make sure it's not a typo (proof:
https://screenshot.googleplex.com/45RrnHgNAKzGtNq) so let's avoid that
in the future.
Change-Id: Iba6cc166406b04076c962ff89c87904404237816
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7718824
Reviewed-by: Bruno Braga <brunobraga@google.com>
Commit-Queue: Piotr Domaradzki <doland@google.com>
Cr-Commit-Position: refs/heads/main@{#1611316}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale trace_test expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite trace_test
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 397485312, 474873836
Change-Id: Ib1b62d1f59c5ba3140bd0834b2a60aeb86a9845c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738521
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611315}
Rename WebString::FromUTF8 to FromUtf8 in content/
This CL updates FromUTF8() call sites in `content/` as follows:
- If the argument is an ASCII string literal, it uses the
`WebString(const char (&)[N])` constructor.
- Otherwise, it uses `WebString::FromUtf8()`.
This CL has no behavior changes.
AX-Relnotes: n/a
Bug: 492927412
Change-Id: I4b1c013e7decd4f01e2303ec9f814b23fcf9127c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738421
Auto-Submit: Kent Tamura <tkent@chromium.org>
Owners-Override: Kent Tamura <tkent@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/main@{#1611314}
chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com
Roll eigen from bde3a68baeac to ab70739c9c9f (4 revisions)
https://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git/+log/bde3a68baeac..ab70739c9c9f
2026-04-08 4643818-rmlarsen1@users.noreply.gitlab.com Speed up plog_double ~1.7x with fast integer range reduction
2026-04-08 4643818-rmlarsen1@users.noreply.gitlab.com Switch ASAN/UBSAN smoketest pipelines to large runners
2026-04-08 4643818-rmlarsen1@users.noreply.gitlab.com Improve psincos_double: faster polynomials + accurate range reduction
2026-04-08 4643818-rmlarsen1@users.noreply.gitlab.com Fix bugs and improve robustness of SelfAdjointEigenSolver, improve test coverage
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/eigen-chromium
Please CC chrome-intelligence-core@google.com,wittman@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in eigen: https://gitlab.com/libeigen/eigen/-/issues
To file a bug in Chromium: https://b.corp.google.com/issues/new?component=1405550
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:optimization_guide-linux;luci.chrome.try:optimization_guide-mac-arm64;luci.chrome.try:optimization_guide-mac-x64;luci.chrome.try:optimization_guide-win32;luci.chrome.try:optimization_guide-win64
Tbr: wittman@google.com
Include-Ci-Only-Tests: chromium.android:android-pie-arm64-rel|android_browsertests
Change-Id: I55350f0a06d240d0caf7d5e449b4d23276b07844
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7737989
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-Commit-Position: refs/heads/main@{#1611313}
Extend Permissions.PageInfo.ChangedWithin1m.* expiry. Bug: 491110919
Change-Id: I7b8fc2d44eed1702b164646ccfaacd994d0e0741
Fixed: 491110919
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734842
Commit-Queue: Judith Hemp <hempjudith@google.com>
Reviewed-by: Elias Klim <elklm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611312}
content: allow NEW_SPLIT_VIEW renderer disposition
Allowing NEW_SPLIT_VIEW in IsValidRendererDisposition prevents Cmd+Opt+Click split-view OpenURL navigations from being killed as RFH_OPEN_URL_INVALID_DISPOSITION bad messages.
Bug: 500074275
Change-Id: Ie6f067cf6ad563cb6412966562c067b1677688eb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735743
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Commit-Queue: Helmut Januschka <helmut@januschka.com>
Cr-Commit-Position: refs/heads/main@{#1611311}
[CSP] Add `<link` to nonceable element checks.
We cover `<script` and `<style`, but `<link>` is also a nonceable
element, so we should check for `<link` as well.
Bug: 500099106
Change-Id: I468e6ec06339ac6c03ba379b3b5847a1e1e7f39c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735434
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611310}
mickaczmarczyk@google.com
Add charset meta tag to policy_test.html.
Explicitly sets the character encoding to UTF-8 for the policy test HTML
file.
Bug: 495000823
Change-Id: If3b77dbda5f268d111e133e90f9a3523220f43b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736232
Reviewed-by: Yann Dago <ydago@chromium.org>
Commit-Queue: Michał Kaczmarczyk <mickaczmarczyk@google.com>
Cr-Commit-Position: refs/heads/main@{#1611309}
Move TPM related prefs to ash/constants/ash_pref_names.h
From chrome/common/pref_names.h for better OS and browser isolation.
BUG=487139800
TEST=Tryjob
Change-Id: I28f078afbda159326f08b169d55277ac5da4b942
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734251
Reviewed-by: Di Wu <diwux@google.com>
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611308}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Depot Tools from 86e72435d847 to 58c5376e7b82 (1 revision)
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/86e72435d847..58c5376e7b82
2026-04-08 jwata@google.com Revert "siso: Set --namespace flag to "ninja" subcommand"
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/depot-tools-chromium-autoroll
Please CC chops-source-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-utr-tester;luci.chromium.try:win-utr-tester
Bug: chromium:354589168
Tbr:
Change-Id: Ic8e1864b756ec9ec179bd916a56ac48f07aa356d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738166
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611307}
Remove test migrated to DevTools e2e tests
The test will be move to the DevTools repo as it test DevTools code.
https://crrev.com/c/7735429
Bug: 499293676
Change-Id: I77913f55260dac058cfd1fe89dfd8fffc07e4386
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735725
Reviewed-by: Simon Zünd <szuend@chromium.org>
Auto-Submit: Nikolay Vitkov <nvitkov@chromium.org>
Commit-Queue: Nikolay Vitkov <nvitkov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611306}
Reland "[Autofill] Update scroll behavior so that update in place preserves the scroll position."
This is a reland of commit 4d7e9d14feaa66d2fa62962736cbeb1ace7c98eb
New changes in this reland:
- Update test setup to include more suggestions
- This is because android desktop has wider screen and needs more
suggestions to be able to scroll
Original change's description:
> [Autofill] Update scroll behavior so that update in place preserves the scroll position.
>
> For in place update, we update suggestions one by one, this change
> prevents the scroll position from moving to the beginning. Suggestion
> update during typing should still work as before.
>
> Screencast: http://shortn/_UOFhNw7cpq
>
> Bug: 476755855
> Change-Id: I0fac9652b5b9927cb469d9bd4db4c680cc5c7b89
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7718822
> Commit-Queue: Luchen Peng <luchenpeng@google.com>
> Reviewed-by: Friedrich Hauser <friedrichh@chromium.org>
> Reviewed-by: Timofey Chudakov <tchudakov@google.com>
> Cr-Commit-Position: refs/heads/main@{#1609157}
Bug: 476755855
Change-Id: Ie8c3f6a88e51a13f4080188fe7729aa78a9866fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734601
Reviewed-by: Friedrich Hauser <friedrichh@chromium.org>
Commit-Queue: Luchen Peng <luchenpeng@google.com>
Reviewed-by: Timofey Chudakov <tchudakov@google.com>
Cr-Commit-Position: refs/heads/main@{#1611305}
chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com
Roll clank/internal/apps from 0ee346d15617 to c4afcbf2513d (1 revision)
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/0ee346d15617..c4afcbf2513d
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/clank-apps-chromium-autoroll
Please CC chrome-brapp-engprod@google.com,wbjacksonjr@google.com 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
Bug: None
Tbr: wbjacksonjr@google.com
No-Try: true
Change-Id: I1410f51a008e4aadd9c392300211ecc0daff0da8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738146
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-Commit-Position: refs/heads/main@{#1611304}
Add test for GetTargetDeviceInfoSortedList when bridge is not ready
The test verifies that calling GetTargetDeviceInfoSortedList on a
disabled SendTabToSelfBridge does not crash, even when the
DeviceInfoTracker is syncing.
Bug: 496426219, 499160940
Change-Id: I6822730ff6ab8fbb78527dca7250a0b8e60f5bb5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735822
Reviewed-by: Rushan Suleymanov <rushans@google.com>
Commit-Queue: Michael Tatarski <mtatarski@google.com>
Cr-Commit-Position: refs/heads/main@{#1611303}
Revert "[Autofill] Refactor accessibility annotator logic out of UI layer"
This reverts commit 5fe250da515b60f70ec5ec3296dd47f3676a2892.
Reason for revert: The AtMemory popup window crashed when triggering the query classifier.
Original change's description:
> [Autofill] Refactor accessibility annotator logic out of UI layer
>
> This CL relocates the search and suggestion processing for the
> accessibility annotator feature from the UI layer
> (AutofillPopupControllerImpl) to the browser layer
> (AtMemoryController), managed by AutofillExternalDelegate.
>
> To support this, the AutofillSuggestionDelegate interface is refined
> to distinguish between incremental filter changes (OnFilterChanged)
> and explicit search submissions (OnSearchSubmitted).
>
> The existing "Popup Displayed" metric is also moved from the UI
> layer to the browser-side controller. Internal session state in the
> controller ensures that the metric is logged only once per popup
> appearance, preserving existing behavior.
>
> Bug: 491396268
> Change-Id: I461ab3e32622f40951cce4d128ecd1aa6a6a6964
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7665884
> Reviewed-by: Ireneusz Szulc <ireneuszszulc@google.com>
> Reviewed-by: Ioana Treib <ioanap@chromium.org>
> Reviewed-by: Dominic Battre <battre@chromium.org>
> Commit-Queue: Rahim Mammadli <rahimis@google.com>
> Reviewed-by: Bruno Braga <brunobraga@google.com>
> Cr-Commit-Position: refs/heads/main@{#1610724}
Bug: 491396268
Change-Id: Ica8137357030b3cbd3a06e4dbd744a4a2fc9b1bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736656
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Ioana Treib <ioanap@chromium.org>
Reviewed-by: Bruno Braga <brunobraga@google.com>
Auto-Submit: Xufan Xiong <xufan@google.com>
Reviewed-by: Norge Vizcay <vizcay@google.com>
Commit-Queue: Bruno Braga <brunobraga@google.com>
Cr-Commit-Position: refs/heads/main@{#1611302}
WaaP: Update crossbench config paths for browser_startup.
The paths to the browser, probe, and page configuration files for the
browser_startup crossbench benchmark have been updated to reflect their
location within third_party/crossbench.
Change-Id: I6aa03412aabb2266762878b76b10f262330eb4ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7731601
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Eriko Kurimoto <elkurin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611301}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll androidx from mWxcMbYJv-DB6c6mi... to ncKX83iMd6KuVxH_6...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/androidx-chromium
Please CC clank-build@google.com,clank-library-failures@google.com,wnwen@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:android-internal-binary-size;luci.chrome.try:android-internal-rel;luci.chrome.try:test-emulator
Tbr: clank-library-failures@google.com
Change-Id: Ic9eb1f84edf79a2843f7b511bd86034d45239cc2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735020
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611300}
[Connection Allowlist] Bypass for local schemes.
`data:`, `blob:`, and `filesystem:` don't create network requests, so
fall outside the threat model Connection Allowlists aims to handle. This
patch follows along with the change to the spec which carves these
schemes out during matching:
https://github.com/WICG/connection-allowlists/pull/17
Bug: 498949408
Change-Id: I8615ded166b261961ed6ab23f6fdd998be4b4105
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7725903
Reviewed-by: Shivani Sharma <shivanisha@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611299}
WaaP: Fix ProfilePickerCreationFlowBrowserTest timeout
The test ProfilePickerCreationFlowBrowserTest.OpenProfileFromStartup
timed out when the InitialWebUI and WebUIReloadButton features are
enabled because it instantiated the BrowserAddedWaiter after
OpenProfileFromPicker was executed. This caused the waiter to return
Default profile's browser on Linux due to asynchronous window activation.
Moving the waiter before the action resolves this.
Additionally, this conditionally expects FirstWebContentsFinishReason to
be kAbandonNoInitiallyVisibleContent and FirstWebContentsNonEmptyPaint
to not be recorded when InitialWebUI is enabled, because the browser
window is intentionally hidden initially.
Bug: 477426026
Change-Id: Ie57ee62f05d797e1a2471ad85b08261226275652
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7715103
Reviewed-by: Ramin Halavati <rhalavati@chromium.org>
Commit-Queue: Eriko Kurimoto <elkurin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611298}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale webcodecs expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite webcodecs
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 417899571, 447317875, 459560016
Change-Id: I5fe3ff9a70d9a36339df232ac7689e1a40da79fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736834
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611297}
Correct license declaration.
The license is available under GPL-3.0 OR CC-BY-SA-3.0, and we choose
CC-BY-SA-3.0.
Bug: 497831100
Change-Id: I90a9b6538818e91d8b267fa61bab5b734ece6ef3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734341
Reviewed-by: Jiewei Qian <qjw@chromium.org>
Commit-Queue: Patrick Meiring <meiring@google.com>
Auto-Submit: Jordan Brown <rop@google.com>
Reviewed-by: Patrick Meiring <meiring@google.com>
Owners-Override: Jordan Brown <rop@google.com>
Cr-Commit-Position: refs/heads/main@{#1611296}
Replace unsafe cast with SafeCastToSmsOtpRetrievalApiError
The AndroidSmsOtpFetchReceiverBridge::OnOtpValueRetrievalErrorInternal
method previously used an unsafe static_cast to cast an int32_t
directly to the SmsOtpRetrievalApiErrorCode enum.
This CL introduces a SafeCastToSmsOtpRetrievalApiErrorCode function
that maps recognized API error codes to their enum equivalents and
defaults to a new kUnrecognizedGmsCoreErrorCode for unknown codes.
A TODO is added to track unrecognized error codes via a UMA metric
in a subsequent CL.
Bug: 493648142
NO_IFTTT=Remapped SmsOtpRetrievalApiErrorCodes
Change-Id: Ie8cf89b45daf248ab431a140e278d95529d00799
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7679902
Reviewed-by: Viktor Semeniuk <vsemeniuk@google.com>
Commit-Queue: Matthias Körber <koerber@google.com>
Reviewed-by: Luchen Peng <luchenpeng@google.com>
Cr-Commit-Position: refs/heads/main@{#1611295}
[iOS] Move ReaderModeChipCommands registration to ToolbarCoordinator
This CL moves the dispatch of the ReaderModeChipCommands protocol from
the ReaderModeChipCoordinator to the ToolbarCoordinator.
This is because there is one coordinator per location bar and two
location bar.
So, in order to be able to dispatch, the single dispatcher is the
ToolbarCoordinator which forwards the calls to the location bars.
Fixed: 500323847
Change-Id: I9e04c0df178abc60339407e35736279c79a5e90d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735444
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Reviewed-by: Quentin Pubert <qpubert@google.com>
Cr-Commit-Position: refs/heads/main@{#1611294}
Extend Permissions.Revocation.ElapsedTimeSinceGrant.* expiry.
Change-Id: Id039509d64a0f0bcfdad0bd148e363fb2ef1b2a7
Fixed: 491111950
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734861
Commit-Queue: Judith Hemp <hempjudith@google.com>
Reviewed-by: Elias Klim <elklm@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611293}
Update "Libfuzzer Upload Linux AsanBrpV2" comments.
Bug: 447520906, 487852130
Change-Id: I9074c18914589d7b7e5b0e12fedf2617038e234d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7732841
Reviewed-by: Titouan Rigoudy <titouan@chromium.org>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Takashi Sakamoto <tasak@google.com>
Cr-Commit-Position: refs/heads/main@{#1611292}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll ANGLE from 9b51adf4650a to c237367b1a1d (1 revision)
https://chromium.googlesource.com/angle/angle.git/+log/9b51adf4650a..c237367b1a1d
2026-04-08 syoussefi@chromium.org IR: Port ShaderBuiltinsWorkaround
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-chromium-autoroll
Please CC angle-team@google.com,geofflang@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:gpu-fyi-cq-mac-arm64;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86
Bug: None
Tbr: geofflang@google.com
Change-Id: I9a74f94ca07a61aa67115d4a9808fde59d552c08
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738292
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611291}
gardening: Disable PasswordManagerSyncTest.OfferToSaveNonPrimaryAccountCredential
Bug: 500585809
Change-Id: Ib4dbafc213b713d64dfa39f21ca5903c8e456dd5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736983
Owners-Override: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Yuki Shiino <yukishiino@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611290}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale expected_color expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite expected_color
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 426594100
Change-Id: Idd13551bd0e8d281c1621941accffbaf313af9f7
Fixed: 425653491
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7736833
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611289}
[iOS] Update badges flow based on visibility
Based on the visibility of the toolbars, the badge mediator is setting
itself to be the delegate of the badge tab helper.
Bypass-Check-License: File renamed
Bug: 495694293
Change-Id: I4e5abb2649c76652a13e5e9bb0021933a91f9bfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7726402
Reviewed-by: Joemer Ramos <joemerramos@google.com>
Reviewed-by: Ibrahim Kanouche <kanouche@google.com>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611288}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll WebView ARM64 Orderfile from erprPlQG3LmbY19PO... to S4ou4oUP9yn-grxqL...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/orderfile-webview-arm64-chromium
Please CC woa-engprod@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.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: woa-engprod@google.com
Merge-Approval-Bypass: Chrome autoroller
Change-Id: Ic876abe3dff76330573bc1d06332b782ccd496b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738663
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611287}
Simplify the copy headers rules into a "headers" group.
Bug: b:495559142
Link: https://chromium-review.googlesource.com/id/I6b475a9d69ace87917687d6d182eebd46a6a6964
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738601
Auto-Submit: Matt Stark <msta@google.com>
Reviewed-by: Junji Watanabe <jwata@google.com>
Commit-Queue: Junji Watanabe <jwata@google.com>
Cr-Commit-Position: refs/heads/main@{#1611286}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Chrome Android Desktop x64 PGO Profile
Roll Chrome Android Desktop x64 PGO profile from chrome-android-desktop-x64-main-1775527421-21da2d7c65a5ce6c18b23c728d17034ddbbb8aa3-5187f95ff1d2faac57a59d47b563623709cc1976.profdata to chrome-android-desktop-x64-main-1775627948-69acaa7cc78eb3c0965996e297425d3d813a31d1-aafc51f688871d5bd68b0ee8c90274a9ab8041fd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-desktop-x64-chromium
Please CC al-clank-pgo@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.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: pgo-profile-sheriffs@google.com
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I685a89124c3e5f95cf6b3a1af9fbdd1cb02b6e68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738506
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611285}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale screenshot_sync expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite screenshot_sync
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Bug: 458607668
Change-Id: I4c666f44931ab17f1b5bd5d42bec622798caa591
Fixed: 450325666, 465497423
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7737944
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611284}
chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com
Roll clank/internal/apps from 6070cf2f0f86 to 0ee346d15617 (1 revision)
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/6070cf2f0f86..0ee346d15617
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/clank-apps-chromium-autoroll
Please CC chrome-brapp-engprod@google.com,wbjacksonjr@google.com 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
Bug: chromium:461576210,chromium:495616328
Tbr: wbjacksonjr@google.com
No-Try: true
Change-Id: I3c03145aa2ebea54e07f3e428a6a3dfcb64036c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738504
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-Commit-Position: refs/heads/main@{#1611283}
[iOS][Next] Hide App Bar when tab strip can be shown
https://screenshot.googleplex.com/9CssH9gRyrSP6mi
Bug: 494503434
Change-Id: Ie8c682b030d494409bb0060db548f0e19354744d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7735802
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Reviewed-by: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611282}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Updater chromium_win_x86 from 2@1605039 to 2@1606033
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/updater-chromium-win-x86-chromium
Please CC omaha-reviews@google.com,omaha-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://g-issues.chromium.org/issues/new?component=1516667&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:win-updater-try-builder-rel;luci.chromium.try:linux-updater-try-builder-rel;luci.chromium.try:mac-updater-try-builder-rel;luci.chromium.try:win-updater-try-builder-rel
Tbr: omaha-reviews@google.com
Change-Id: Ib60280581953bfc48a12c12a2997ddf1b907122f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738502
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611281}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Chrome Android ARM32 PGO Profile
Roll Chrome Android ARM32 PGO profile from chrome-android32-main-1775584468-9277a45909c4ed7dbeb267bc18e42d9c12fc521e-05984e6acb4c901326fe3f75b93317718ac531ae.profdata to chrome-android32-main-1775627948-af969701ccb92b20f878ae4a976f1244859874a0-aafc51f688871d5bd68b0ee8c90274a9ab8041fd.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm32-chromium
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.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: pgo-profile-sheriffs@google.com
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I977d39d3f20b0cf602aed83b0303c99d87bb8171
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738503
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611280}
chromium-autoroll@skia-public.iam.gserviceaccount.com
Roll Updater chromium_win_x86_64 from 2@1605004 to 2@1606024
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/updater-chromium-win-x86-64-chromium
Please CC omaha-reviews@google.com,omaha-team@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://g-issues.chromium.org/issues/new?component=1516667&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:win-updater-try-builder-rel;luci.chromium.try:linux-updater-try-builder-rel;luci.chromium.try:mac-updater-try-builder-rel;luci.chromium.try:win-updater-try-builder-rel
Tbr: omaha-reviews@google.com
Change-Id: Iaabd4bb35e168f48d62ceace50447080004b2a2a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7737495
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611279}
chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com
Remove stale context_lost expectations
Autogenerated CL from running:
//content/test/gpu/unexpected_pass_finder.py --project chrome-unexpected-pass-data --include-internal-builders --remove-stale-expectations --narrow-semi-stale-expectation-scope --num-samples 300 --suite context_lost
Affected bugs for CL description:
R=rubber-stamper@appspot.gserviceaccount.com
Fixed: 444480419, 457303654, 476406991
Change-Id: If7b1c4ba344b2697aad40f83d143a68ee1b1d78e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7738364
Auto-Submit: chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com <chrome-automated-expectation@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1611278}
[a11y][ffr] Add Native UI shell for first run info dialog
Introduces a new WebUI at chrome://accessibility-annotator-info to
display information about the Accessibility Annotator feature. The WebUI
is then embedded in a Native UI dialog shell. Note: this is just the
skeleton.
BYPASS_LARGE_CHANGE_WARNING: Initial skeleton, no logic.
Bug: b:488321671
Change-Id: I8bbd27ff7f2f6d346a904684e4e0143b25a5738b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7700273
Reviewed-by: Foromo Daniel Soromou <koretadaniel@chromium.org>
Reviewed-by: Antonio Sartori <antoniosartori@chromium.org>
Commit-Queue: Nicola Tommasi <tommasin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611277}
[//cc] Re-enable PictureLayerImpl unittest
Should now be fixed via [1].
[1] https://chromium-review.googlesource.com/c/chromium/src/+/7735808
Bug: 450651370
Change-Id: I01af33786c7c3340c934ff49154db36994856d2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7734887
Commit-Queue: Colin Blundell <blundell@chromium.org>
Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1611276}