commit | b8ae0dc71640bbab80df2eeb767b9d4b0133a2f7 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@chromium.org> | Mon Apr 10 23:23:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 10 23:23:33 2023 |
tree | 2282f473728d122b97178c1caebd1a5cbdd65c65 | |
parent | 590dfa79f8b8a0d5a74a1e1d1ddf6bf1f246939f [diff] |
Provide accessible name for unnamed bookmarks This removes an incorrect SetNameExplicitlyEmpty() that fortunately stopped working and replaces it with a fallback IDS_UNNAMED_BOOKMARK_BUTTON_ACCESSIBLE_NAME that's generated with the bookmark URL. This fixes a DCHECK in views::RunAccessibilityPaintChecks where the unnamed bookmark button wouldn't be properly announced to screen readers. Bug: 1428741 Change-Id: I807411695a1e7eb01b9e1d6b994072311235b813 Skip-Translation-Screenshots-Check: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4412411 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1128385}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.