commit | fe51c116ea35023fc22da18b51e6f457d8cbc114 | [log] [tgz] |
---|---|---|
author | David Padlipsky <dpad@google.com> | Sat Feb 10 02:00:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 10 02:00:18 2024 |
tree | 1be515a7ebd6da42539518ac59583e4f40dca90e | |
parent | 009e99120a750be90708487dacd27be8dd61d580 [diff] |
customization: Allow horizontal scroll wheel buttons to be customized Scroll wheel events are different than other events are there is not a press and release. Instead we must do both the press and release based on the one original event. This means scroll wheel events cannot affect further events after being rewritten since the press release is generated atomically. Bug: b/241965717 Change-Id: Iedb4514c167d6d47878b9356946d7319ee493eb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241482 Reviewed-by: Will Harris <wfh@chromium.org> Commit-Queue: David Padlipsky <dpad@google.com> Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org> Cr-Commit-Position: refs/heads/main@{#1258842}
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.