commit | b073c90fc397be4db764fe0fd2f94dafae3294b6 | [log] [tgz] |
---|---|---|
author | Sahir Vellani <sahir.vellani@microsoft.com> | Wed Dec 11 20:12:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 20:12:43 2024 |
tree | a367c7a50e760c428bb50e9e0371f8b5f425d615 | |
parent | 4c3feaba028fa065fd135f95f97a1908b15a0a45 [diff] |
[Win] Update TabletMode detection code This change updates tablet mode detection on Win 11 devices. Changes include removing the rotation sensor check, including a device convertibility check, and querying display configuration to ensure that the device is not in extend mode with a monitor. These updates bring Chromium inline with Windows, so that Chromium can go into tablet or desktop mode when Windows UI does. Bug: 372634894 Change-Id: I5562cea85c5233d1d7ba5abeec9dbdd8440a7c7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6003486 Reviewed-by: Greg Thompson <grt@chromium.org> Reviewed-by: David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Reviewed-by: Siye Liu <siliu@microsoft.com> Reviewed-by: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395027}
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.