commit | 08d04bd7a2df1f0889fc9d8bb9ddbfe127dff607 | [log] [tgz] |
---|---|---|
author | Toni Barzic <tbarzic@google.com> | Wed Apr 17 21:06:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 17 21:06:38 2024 |
tree | 83f3feb6a912877a37702cdc25e794211d22a005 | |
parent | 2d26ce782a01c26f55117a1f96f839c0289a8bd2 [diff] |
Tweak tablet mode transition timing for shelf Updates tablet mode transition logic to explicitly update the shelf configuration to match target tablet mode state. This can ensure that the shelf transition happens: 1. After the screenshots for the transition have been taken - screenshot logic creates a phantom layer for shelf by recreating shelf container layer (updating shelf before hand would result in incorrect shelf state, and cause issues like b/328360925) 2. Before windows get updated, to avoid changing work area bounds while app window animation is in progress. Change-Id: I85a66578c040577f6644a63457041d8555ab88fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5460975 Reviewed-by: Sammie Quon <sammiequon@chromium.org> Commit-Queue: Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/main@{#1288972}
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.