commit | 78727d6b354ab03cc27580cfbabb494b142de594 | [log] [tgz] |
---|---|---|
author | Michael Checo <michaelcheco@google.com> | Sat Jan 07 00:12:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 07 00:12:13 2023 |
tree | 4d3c2ff3d45f685c96e20b0c75526dd29ae622e8 | |
parent | 6b675f8e09674d251734f4770a40d20b453a1ef8 [diff] |
shortcuts: Support standard accelerators in Ambient map - Our NonConfigurableActions enum contains both Browser and Ambient action ids. Browser actions normally map to standard accelerators which means our details map now needs to support storing a list of accelerators for a given Browser action id Steps to adding a standard non-configurable accelerator: 1. Add the action to the accelerator layout table 2. Add the <action, list of accelerators> to the NonConfigurableActionsMap. Bug: b:216049298 Test: ash_webui_unittests AcceleratorConfigurationProviderTest Change-Id: I95848c52fc535addfcc5d3c9451b223bf15e81f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4134796 Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Commit-Queue: Michael Checo <michaelcheco@google.com> Cr-Commit-Position: refs/heads/main@{#1089966}
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.