commit | 42f814ac60b9c520d4f7dc9cd3bde5870d5076a6 | [log] [tgz] |
---|---|---|
author | Amanda Lin Dietz <aldietz@google.com> | Fri Nov 01 20:32:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 01 20:32:16 2024 |
tree | 95a4e2380fc6c146ec95ec4a452e0f4b70f73ea3 | |
parent | 2f47d627e18e48bc461d93bca6324603a997313c [diff] |
[FaceGaze] Disallow any gestures during long click for simplicity * Other actions with a 'mode' (scroll, pause/resume and dictation) disallow any other gestures from occurring while the mode is on to avoid conflicts. Originally, only click actions were disallowed during a long click action. However, for user education, it would be easier if long click behaved the same way as the other actions and disallowed all gestures, rather than just a subset. * Fix bug in mouse controller where longClickActive field was not set to false when stopping. * Fix test. Bug: 376477006 Change-Id: Iad02aad49e3676f5ab37260ccfcf3b6dbc1e5903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5983474 Reviewed-by: Akihiro Ota <akihiroota@chromium.org> Commit-Queue: Amanda Lin Dietz <aldietz@google.com> Cr-Commit-Position: refs/heads/main@{#1377061}
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.