commit | 6431420e5a3f8455c83b4d686424b8075b206970 | [log] [tgz] |
---|---|---|
author | Michelle <michellegc@google.com> | Mon Jul 01 04:31:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 04:31:34 2024 |
tree | d2d759bd7d2bbc3ec44f2148459b7e4be5b5d06d | |
parent | a37c124767d55142d023b1719648c268d4f5c8cf [diff] |
Make the whole PickerMainContainerView a traversable item container. This is to support up / down key navigation from search field buttons (i.e. "back" and "clear"), which are part of the overall main container but not part of the main container's "active page". To make it faster to navigate between search results, up / down generally only visits search result views. However, other views such as the "back" and "clear" buttons are still tabbable. After tabbing to the "back" or "clear" button, pressing up / down will navigate between the buttons then back to the search results views (and then normal arrow key key navigation resumes). Bug: b:347103427 Change-Id: I984d38eb98127c03f42dcb73013298a4b07583b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5665257 Reviewed-by: Darren Shen <shend@chromium.org> Commit-Queue: Michelle Chen <michellegc@google.com> Cr-Commit-Position: refs/heads/main@{#1321515}
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.