commit | 93c345364cdbfb19324e2ae415241384f1d7667b | [log] [tgz] |
---|---|---|
author | Josiah K <josiahk@google.com> | Wed Dec 15 20:54:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 15 20:54:51 2021 |
tree | 1ff4e0621015e6e18b282663a2211d96105dda76 | |
parent | 9c0db86eef1582d9a4f6382f36d190858d83985b [diff] |
[Switch Access] Add Accessibility.CrosSwitchAccess actions and histograms We previously added code to log these actions and histograms [1], but we didn't update actions.xml, enums.xml, and histograms.xml, so adding the relevant histograms (and changed MenuAction to log a histogram instead of an action). Also, remove SwitchAccessCommandKeyCode translation since we want to emit the raw key codes. [1] https://source.chromium.org/search?q=Accessibility.CrosSwitchAccess AX-Relnotes: N/A. Bug: 1277014 Change-Id: I2052746cfb50663dbdfbeba8c735bb9dddc1292c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3318156 Reviewed-by: David Tseng <dtseng@chromium.org> Reviewed-by: Jesse Doherty <jwd@chromium.org> Commit-Queue: Josiah Krutz <josiahk@google.com> Cr-Commit-Position: refs/heads/main@{#952076}
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.