commit | 9d7ec7edcaa669508cf5f44425fc373c9d5cb990 | [log] [tgz] |
---|---|---|
author | Chase Hartsell <chazzy@chromium.org> | Mon Nov 25 21:10:02 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 25 21:10:02 2024 |
tree | 5cae3158aa4077d0cc59b1ae7049d9e0c75b048f | |
parent | 4ed8dd7bf32dff43f4bd6a389bd8d9b71d346f66 [diff] |
[Compare] Fix error state flash when opening a Compare page This patch fixes an issue where the error state would occasionally flash when a Compare page was opened, before showing the correct state. This is fixed by adding a default state that only displays the header, with the correct state to appearing after any necessary information is fetched. Before: http://go/scrcast/NDk2MzIwMjAyNTY1MjIyNHwxMGMxNTVlZi05NA After: http://go/scrcast/NTc1OTQ2NzkwNjkyNDU0NHxmMjM5MmJkYy03MA Bug: 380315908 Change-Id: I6898cd13cb2edccd14d69b3f797a974b4f164f88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6041173 Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Chase Hartsell <chazzy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1387800}
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.