commit | 815a65cea3f51753cc4788d03d779c5451b0512b | [log] [tgz] |
---|---|---|
author | Marijn Kruisselbrink <mek@chromium.org> | Fri Jul 29 19:01:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 29 19:01:04 2022 |
tree | c0601c0d619eb8cd069adce6c6dfbef717abd66e | |
parent | 6ffa23b8e84bcf8fb7e1ecf5d43e3609036cdf0b [diff] |
Fix WebAppLaunchProcess's handling of CURRENT_TAB disposition. If we're trying to launch a web app in the current tab (as the chrome://apps page sometimes does), we should use whatever the most recently used tabbed Browser instance was. WebAppLaunchProcess was incorrectly limiting this search to browsers on the display to use for new windows instead. On most platforms this doesn't make a difference, since the default display for new windows is equal to the display of the most recently used window, however on Mac the default display for new windows is always the primary display instead. Fixed: 1347143 Change-Id: I420d6c8bec67bdafc9a48208c712b759a81ef960 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3793569 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1029898}
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.