commit | 72d3d0a432fa2413c31c437874fad1b67a64bc9d | [log] [tgz] |
---|---|---|
author | James Cook <jamescook@chromium.org> | Fri Jun 03 20:58:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 03 20:58:09 2022 |
tree | 68e48c925023dca73994324d35a41feb433ba761 | |
parent | 577a276c3b31f67fa7cee8f7911f948838acf179 [diff] |
ash: Focus app item when opening/closing folders with ChromeVox This makes the a11y announcements for opening and closing a folder more natural. It avoids a generic "window" announcement on opening the folder. It also reduces, but does not eliminate, the delay between when the folder is closed and "Close folder" is announced. (The delay is caused by focus change announcements happening first.) Also add a unit test to validate that "Close folder" is spoken. Bug: 1293175 Test: added to ash_unittests Change-Id: I08ad09767aac891bfbaa5dc58230f3bd9e47269c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3665426 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1010744}
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.