commit | 2b827c164f3f5b5cc7887cbe3de3a2abf4d544be | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Wed Jul 09 18:25:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 09 18:25:59 2025 |
tree | 754f47792b551dd4b416e59d31761c7a3697d509 | |
parent | 93dc4ed327fa8e41472e3664cfac3e2dc2bf6f1c [diff] |
[M139] [X11] Select touch events for all devices Original change's description: > [X11] Select touch events for all devices > > After [1], events were only selected for master devices. This works for > keyboard, mouse, and focus events, but touch events have an issue for > some reason. This CL restores selecting touch events for all devices. > > This fix is speculative because: > 1. I'm not able to reproduce the issue to verify the fix > 2. The regression range for touch input breakage is large, so I'm not > fully sure the suspected culprit is correct. > > [1] https://crrev.com/1463883 > > Change-Id: I3de198d7fb9b741eb541df013e42788658b83b42 > Bug: 428153664 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6711673 > Commit-Queue: Avi Drissman <avi@chromium.org> > Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1483820} Bug: 430555738,428153664 Change-Id: I3de198d7fb9b741eb541df013e42788658b83b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6720031 Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/branch-heads/7258@{#1016} Cr-Branched-From: f600d0656fd5b5fe4a82981f533d31ed6939e2e4-refs/heads/main@{#1477651}
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.