commit | ab67acc8b35f1882ca5cab29df825f6757c2bb33 | [log] [tgz] |
---|---|---|
author | Mitsuru Oshima <oshima@chromium.org> | Thu Apr 13 15:30:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 13 15:30:06 2023 |
tree | 6f28f72ddad29afadb0cb255f6097b2d4b1eb909 | |
parent | c0a92ea541e1cc58de2c1002313e04a565eda7f1 [diff] |
Support "stop propagating touch but still handle gesture" behavior This is to allow us to filter touch events but still let gesture recognizer produces gesture event. This is necessary for Lacros because WM may want to handle gesture first before sending touch to Lacros. Bug: 1299818 Change-Id: I6eff5b40fa331783b91fcc09095d25676848133c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4411372 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/main@{#1129867}
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.