commit | 4d0d4d2603a132d8dfcc19dd7e7b4947f420f2ce | [log] [tgz] |
---|---|---|
author | conniekxu <conniekxu@chromium.org> | Fri Jun 24 20:57:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 24 20:57:44 2022 |
tree | 36fe370d79a8e0c65d67d1765a3a83af525b5cfc | |
parent | e7b913a29472e703be0cca63629fb1684bc9d8b7 [diff] |
tablet_mode: Fix crash on dragging split divider at tablet mode This CL fixed the crash when quickly dragging the split bar at tablet mode with multiple displays by setting the property kLockedToRootKey to true for the native window of the split bar. By doing this, we can make sure that the split divider will always stay at the the display where it's created. Fixed: 1316960 Test: manual Change-Id: Ic94c2c90a3ab69de4f894b241f6ef0dacf9d13a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3716823 Reviewed-by: Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Connie Xu <conniekxu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1017822}
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.