commit | 84790c00931f2a2c520a08ae4207ff6f40ed832c | [log] [tgz] |
---|---|---|
author | msiem <msiem@chromium.org> | Tue Nov 19 23:15:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 23:15:18 2024 |
tree | b30f4ef7abbef9149872a0852f2cdc60d92d257c | |
parent | 2c1d22befb668a94199dbe6ba6b2b4b3d15d3e3a [diff] |
[PWA/NavCapture]: Remove calls to FindAppsInScope() This is an intermediary no-op step where we switch calls from FindAppsInScope() over to FindAllAppsNestedInUrl() (which is what these functions do internally). Planned (but beyond the scope of this CL) is an effort to evaluate all call sites of FindAllAppsNestedInURL() for correctness and introduce new helpers, that hopefully will be more resistant to incorrect use. Design doc: https://docs.google.com/document/d/14JPgYUVX8ECAMdXlp6GwXP- Bug: 379878951 Change-Id: If13cc186b52c11408088a943b492653c48311870 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6036425 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Commit-Queue: May Siem <msiem@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385306}
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.