commit | 03c2348e3abb0647cdebe11250c6de7fc6f47b5e | [log] [tgz] |
---|---|---|
author | Finnur Thorarinsson <finnur@chromium.org> | Mon Jan 20 12:06:28 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 20 12:06:28 2025 |
tree | 278ba8cec8d76de2577902900582ebcf2f28472e | |
parent | 4e6b65f07b97dbe950b6e7a7290fd3a311f73bc3 [diff] |
[Pwa]: Switch to new filter functions that query on Capabilities. Target(s): chrome/browser/devtools This updates callsites for FindBestAppWithUrlInScope and for FindAllAppsNestedInUrl to use the new versions that allows for querying the web app registry for apps with certain capabilities (such as how it opens, browser tab/dedicated window, supports badging/notifications, etc). It replaces similar functions that deal with install state, which is error prone and confusing for consumers of the API. The prototype with more discussion threads can be found here: https://chromium-review.googlesource.com/c/chromium/src/+/6167649 This CL was uploaded by git cl split. R=caseq@chromium.org Bug: 390167210 Change-Id: Icbbb49238a5b0c8153f7e0d2905f00a41b6949ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6180270 Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by: Danil Somsikov <dsv@chromium.org> Commit-Queue: Danil Somsikov <dsv@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408595}
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.