commit | 18e5cf262488ac8b741988a4e9d99a2a725a3f2a | [log] [tgz] |
---|---|---|
author | Donn Denman <donnd@chromium.org> | Fri Feb 16 23:34:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 23:34:49 2024 |
tree | df169e83c27112869cb95772d8d6d2c72c8d7e2f | |
parent | 6dd8028613726b48cb5f7c19edab596179cb6bad [diff] |
[E2E] Fix fold/unfold insets and whether ToEdge Fixes a problem when folding/unfolding a foldable. The code execution sequence should handle this automatically but it appears there are timing issues. In this workaround we just check whenever insets change whether the device is still in a supported configuration and use that as an override for whether or not to draw ToEdge. BUG=b/41492043, https://crbug.com/325356134 Change-Id: I8a9e20ab27475b95c30ef8c0d14344fa257e3be4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5270117 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Auto-Submit: Donn Denman <donnd@chromium.org> Reviewed-by: Lijin Shen <lazzzis@google.com> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1261965}
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.