commit | 69edb14bbb0264109aac78b21c423cd49f95c2e7 | [log] [tgz] |
---|---|---|
author | Xinyi Ji <xinyiji@google.com> | Thu Jun 08 17:58:34 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 08 17:58:34 2023 |
tree | 552e3180b173504e09f2a32d4fdcb0a3616503d6 | |
parent | ab4e1ed7c3447fbcaad9f16cb51a154537b7a5b7 [diff] |
[StartTablet] Fix bug about NTP thumbnail with the visibility of Single Tab Card This CL resolves an issue related to the NTP thumbnail. Previously, after closing the tab to track in the grid tab switcher, the NTP thumbnail would remain unchanged no matter how many times navigating between the NTP and the grid tab switcher. Therefore, there is a noticeable transition of the single tab card disappearing every time we navigate to the NTP from the grid tab switcher. The problem is demonstrated in the following video: https://drive.google.com/file/d/15acBOOBaYa6O4rrK9wu8PWV3uBG53kQ-/view?usp=sharing&resourcekey=0-FSrKXxNU2bhdMwaS_iTscw This CL introduces a capture of the NTP thumbnail process. This process is triggered when the single tab card disappears in the NTP and the user navigates back to the grid tab switcher. Therefore, the noticeable transition of the single tab card disappearing will only happen the first time when we navigate back to the NTP from the grid tab switcher. Bug: 1451915 Change-Id: If1e7f47c01df61aa3237a4564e029c97b80322d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4592950 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Commit-Queue: Xinyi Ji <xinyiji@chromium.org> Reviewed-by: Xi Han <hanxi@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1154986}
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.