| commit | 16e09cf936fbf2085f30adf23452b2a772545af9 | [log] [tgz] |
|---|---|---|
| author | Richard Chui <richui@chromium.org> | Mon Jun 17 21:35:41 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 17 21:35:41 2024 |
| tree | a468b1e0a4152410a46c4ae066c992d44f5ad441 | |
| parent | 89669499ea5fcf52bbcd68eeff800fa306504a31 [diff] |
Desks: pointer lock during desk switch gesture Currently, if a window activated during a gesture desk switch animation gets pointer lock, the desk switch animation will freeze. This is because the animation never completes due to the remaining gestures all being handled by the pointer. This CL defers activating pointer lock if there is an ongoing animation. Bug: b/324146178 Test: added new test Change-Id: I9fd58e4b666b66c5a6ddb6c377941121295906ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5320491 Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Richard Chui <richui@chromium.org> Cr-Commit-Position: refs/heads/main@{#1316098}
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.