commit | cb277320371ee5c9ce78e7d5ed0d993368f0c959 | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Mon Mar 25 22:00:54 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 25 22:00:54 2024 |
tree | 1754170c4451deb0b9197f3743f4133b363182c3 | |
parent | 4fe402dd8ce59eeae9d0926206ce24d3305bba80 [diff] |
lens overlay: prepare to only show lens overlay for normal windows. This CL does two things: (1) It adds documentation about confusing control flow to browser.h (2) It adds an observer interface to TabModel to allow features that depend on TabModel to listen to changes to the underlying contents. Bug: 331114227, 331022416, 331031753 Change-Id: Icd088e268fa8da3977cf37c9944ffe5f2d4056cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5389582 Reviewed-by: David Pennington <dpenning@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1277978}
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.