commit | ea661e2c575a697ca3474385da30f879183c6f7c | [log] [tgz] |
---|---|---|
author | Daniel Murphy <dmurph@chromium.org> | Mon Oct 28 21:45:01 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 28 21:45:01 2024 |
tree | 8390fe1192dfa6702505e0ed619939c1ec128cbf | |
parent | ef7644af0ea1a6d85092b4f60468eb22180a318f [diff] |
[PWA/NavCapture] Prioritize app tab if no window This CL ensures that, if there is a tab open for a given app, then choose that as the host instead of launching a new app window. There are tests to ensure that the app window is chosen if it exists, and a follow-up patch will add tests to ensure that the tab is chosen. As per https://docs.google.com/document/d/176tREY7_qmVsRt15z4q6BRhQyfJAUvy__DmEMDbQ8LI/edit?tab=t.0#bookmark=id.10mran6172lk Bug: 374808333 Change-Id: Ib4c57f3ed21ccf54be2e311a81c4d0a871187f87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5949934 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1374902}
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.