commit | 15d78cda48e94829ecd6c67aeacee594a55ab8c8 | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Fri Jul 25 16:05:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 25 16:05:31 2025 |
tree | 7123cd13e20575e2071b470eecacad8bcbe8539e | |
parent | 5efa0b4cb8af16b045d112fb31eb2da9100c7520 [diff] |
Handle multiple active pointers when synthesizing cancel event - This change modifies cancellation logic to use the most recent motion event instead of the original 'down' event. - Previous the original first Down in the sequence was used which would be incorrect in cases where we are trying to cancel a sequence when multiple touches were active. Bug: 428575075 Change-Id: If729a43acdff284481cd9145813f0a9976d0214b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6779341 Reviewed-by: Jonathan Ross <jonross@chromium.org> Commit-Queue: Kartar Singh <kartarsingh@google.com> Cr-Commit-Position: refs/heads/main@{#1492093}
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.