commit | 30fe8805e5de4e05690f62367f16396449fea5b6 | [log] [tgz] |
---|---|---|
author | Kartar Singh <kartarsingh@google.com> | Fri May 16 17:44:01 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 17:44:01 2025 |
tree | fb26f0f772d8dd3fb129e316cecc473d404ed10a | |
parent | 8794c699c2970bc7d8bca3c92feab3ab8999474e [diff] |
[InputVizard] Handle ResetGestureDetection when touch sequence is on Viz In some cases Browser does a ResetGestureDetection which results in a synthetic touch cancel being synthesized and the future touch events gets dropped as a result. Currently it doesn't work when the touch sequence is on Viz. In this change we are making a mojo call to essentially "ResetGestureDetection" on Viz. Fixing this also fixes the issue of web page being interactable when context menu is shown upon long pressing a hyperlink with InputVizard. Bug: 406788257 Change-Id: I0546c785ab028131d27b38c868267795379e6ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6533127 Commit-Queue: Kartar Singh <kartarsingh@google.com> Reviewed-by: Jonathan Ross <jonross@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461463}
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.