| commit | 60a95da65bdd5a030160e6c20703e6406914488d | [log] [tgz] |
|---|---|---|
| author | Sky Malice <skym@chromium.org> | Fri Mar 24 20:44:19 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 24 20:44:19 2023 |
| tree | da259347605333be588c95b9ec1e2e36ba47344f | |
| parent | 35abb3d4d0bdfd935622a16a6e31021c991f0c0e [diff] |
Stop showing bitmap captures during transitions. During transitions between NTP/rendered pages and the GTS, the toolbar would be hidden, and the bitmap underneath would be shown. With suppression enabled the bitmap is often not as valid as it used to be. To make this look better, we now try to keep the toolbar's android view's visible and with an opaque background during those transitions. This was difficult because the started/finished hiding/showing calls were not really accurate, and so this change starts by making those events actually observer the layout's android based animations. Bug: 1421277 Change-Id: I389026e234bcbc9aebca75a680fd85d249216284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4358746 Reviewed-by: Xi Han <hanxi@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1121912}
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.