commit | 27eaf09b6048efdd162d31d51a1aa9c453ba1589 | [log] [tgz] |
---|---|---|
author | Sky Malice <skym@chromium.org> | Mon Jan 22 19:41:39 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 22 19:41:39 2024 |
tree | 4600144105820304d58d87b661d1f845f544ddef | |
parent | 1d16082d68da18ba136c26652846068fa19b980d [diff] |
Disable empty state on hub incog. Incog reauth and empty state views are added to the same parent, and it's inconsistent which is inserted later depending on various conditions. If the empty state is added over top of the incog reauth, then the UI is effectively broken. This issue seems to predate the hub. To solve, simply disable empty state on incog. It should never be shown anyway, as we navigate off the incognito pane/ui when the last tab is closed. Bug: b/321295224 Change-Id: If9cf39a648ac9e04d92ce3a9978b5899d629f75e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224833 Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/main@{#1250365}
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.