commit | bbd794600a3e984dd51c72bd933d04a348e858ea | [log] [tgz] |
---|---|---|
author | Sammie Quon <sammiequon@chromium.org> | Mon Jun 27 22:38:38 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 27 22:38:38 2022 |
tree | c9edc3c90cf10fc1d71a8bb1dffad94ba7709211 | |
parent | 9c65909efc2af58767e904b265aec2303570108b [diff] |
float: Basic support for orientation changes in tablet mode. This CL adds support if the user rotates their device with a floated window in tablet mode. It also takes into account devices whose natural orientation is portrait. Future CLs will extend to clamshell, and deal with the window magnetized to different corners (it always sticks to the bottom right for now). Test: manual, added test Bug: 1338764 Change-Id: Ic0e324a20597bd2a63900b027ed25eb8f4caa25b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3723673 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by: Xiaoqian Dai <xdai@chromium.org> Reviewed-by: Judy Wang <shidi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1018436}
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.