commit | 116f4b845f378ca5567c0143fb475317eff59cac | [log] [tgz] |
---|---|---|
author | Rohit Rao <rohitrao@chromium.org> | Wed Aug 04 18:10:37 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 04 18:10:37 2021 |
tree | 7a54fec56e5ac3c0ad6ac7af22230bd21f90cea2 | |
parent | 57c764a2baa35f26f6901dcba2575f884ad2d2a4 [diff] |
[ios] Fixes a 0.5s delay when entering or exiting the tab grid. On iOS 15, snapshotting views with afterScreenUpdates:YES waits 0.5s for the status bar style to update. Work around that delay by taking the snapshot first and then triggering the tab grid animation afterwards. This bug was visible in scenarios where entering or exiting the tab grid required a status bar style change -- specifically, light mode non-incognito BVCs. BUG=1236260 Change-Id: I7c0bcde3ba0c008d6d8c7dce99a0a61c5d654fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3069680 Reviewed-by: edchin <edchin@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#908525}
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.