commit | 6021da6859a78550dc2a2860ec281fbe9a6cec03 | [log] [tgz] |
---|---|---|
author | Tommy Steimel <steimel@chromium.org> | Sat Jun 17 00:51:36 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jun 17 00:51:36 2023 |
tree | 0e07ddccc9923cbe79a51763843f838e91cb2986 | |
parent | 19ed5134e17f7ea79f0b079f626be064a8726d4d [diff] |
Media Controls: Fix tab order in overflow menu This CL fixes the overflow menu on media elements to start with focus on the topmost element instead of the bottommost element. This also refactors the associated methods (SelectFirstItem, SelectNextItem, and SelectPreviousItem) to make sense when considering the topmost element as the "first" element. Bug: 1448886 Change-Id: I105a5b5da8788c2e552c29152bf912affe19b83c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4621159 Reviewed-by: Frank Liberato <liberato@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1159217}
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.