| commit | 30bb64e778ade24414c36bd68ad7aa76a07e8e6c | [log] [tgz] |
|---|---|---|
| author | Ben Chin <lungc@chromium.org> | Fri Sep 12 08:16:25 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 12 08:16:25 2025 |
| tree | 9b6b9d186a0983000707679cce311bef22c577cc | |
| parent | 9628d42a0776832edeb3dd5bb1181b5013a689be [diff] |
Android: Add Ctrl+J keyboard shortcut to open Downloads This change implements a keyboard shortcut (Ctrl+J) to open the Downloads page on Android. - chrome/android: Added the shortcut definition and handling logic in KeyboardShortcuts.java. - chrome/browser/ui/android/strings: Added the descriptive string for the shortcut helper screen. - tools/metrics/histograms: Updated the semantic meaning enum to reflect the shortcut is now implemented. BUG=b:438378679 NO_IFTTT=Just removing "not implemented" from the enum name. Change-Id: If4a6e9e2685daa222a56eb1c8cccf05303b8c7e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6905112 Commit-Queue: ben chin <lungc@chromium.org> Reviewed-by: Evan Liu <evliu@google.com> Reviewed-by: Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/main@{#1514712}
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.