commit | 0693b31660b5eeba4f58cfb4e94d8c0780e2ffc5 | [log] [tgz] |
---|---|---|
author | Cassy Chun-Crogan <cassycc@google.com> | Tue Jan 17 05:18:42 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 17 05:18:42 2023 |
tree | 0d87d1d587d0f140a54f011def214d35e6b56c9a | |
parent | becce081e5d7d17b945ec852e10911b77f09c137 [diff] |
menus: Only handle keyboard events intended for menus In menu processing ignore all keydown events that aren't intended for the menu. This allows unrelated events such as the Volume Up keydown to be processed properly instead of calling preventDefault(). Bug: b:264615339 Tests: Manually tested Change-Id: Ie6a1e3b5e73c62dd0388658604bc17c4db30ae84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4167111 Reviewed-by: Alex Danilo <adanilo@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1093203}
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.