commit | 51a587b50252ffb16eb2c4ab2ad560f5c99e564d | [log] [tgz] |
---|---|---|
author | Keren Zhu <kerenzhu@chromium.org> | Mon Dec 09 20:49:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 20:49:07 2024 |
tree | 2884f814e55e808f33a21ac45bbb4b21e131d4f9 | |
parent | a9d0238f0cf192906a80895ee514460e0d908c78 [diff] |
Disable history cluster side panel UI when the feature is disabled This WebUI is crashing because the WebUI is enabled while the feature is disabled. The crash clients started to preload the WebUI during the GroupedHistoryAllLocales experiment where the feature was universally enabled. They continue to preload after the experiment stopped. Fix tests that failed due to passing a nullptr browser context. It should respect the actual browser context. Bug: 381723414 Change-Id: I41f809095d627ee8a85c23adea93eaae22787ca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6081492 Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Reviewed-by: Marlon Facey <mfacey@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1393865}
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.