commit | 1402080c43d0f2d33089e95bedfcc71b4a23a46c | [log] [tgz] |
---|---|---|
author | dmblack <dmblack@google.com> | Thu Aug 15 16:21:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 16:21:31 2024 |
tree | 0c68fb7f1915a154a1e49fe0527fb8257f2e32f6 | |
parent | 459c08cb632c45c39ec925b562420a9d6aa04c5d [diff] |
Forward fix Android keyboard shortcut regression. Keyboard shortcuts that only take effect when the current tab is visible (e.g. Ctrl + F) appear to have regressed in: https://chromium-review.googlesource.com/c/chromium/src/+/5758125 This CL performs a forward fix to address the regression. Looks like this code area could use some test coverage but considering it out of scope for this CL in order to quickly fix the regression before branch. Bug: 359974183, 357103424 Change-Id: Iadb89c90a2888be33ebace2d6072a30cffef3d2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5789822 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: David Black <dmblack@google.com> Reviewed-by: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/main@{#1342297}
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.