commit | 79f7967b24abbbdc346c20c69a50c67b22a97b51 | [log] [tgz] |
---|---|---|
author | Duncan Mercer <mercerd@google.com> | Tue May 13 20:36:28 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 20:36:28 2025 |
tree | 90ee21edfde6144a5b1481f756f6174d3f80881a | |
parent | 712d4b05f401485419dc6d2126220f4c923b4f16 [diff] |
[lens-overlay] Fix crash when side panel Webui opened in tab Technically, WebUIs can be opened in a tab, and therefore it is not safe to assume the only entrance to the side panel WebUI is RegisterEntryAndShow. This CL removes that assumption and ensures there are no other crashes when interacting with the UI. Fixed: 417119042 Change-Id: Ic0cca345f7e086da1c21063290bb473aab90ead6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6542069 Commit-Queue: Duncan Mercer <mercerd@google.com> Reviewed-by: Juan Mojica <juanmojica@google.com> Cr-Commit-Position: refs/heads/main@{#1459692}
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.