commit | 3f3d406144a67a75fe843b82ee5c8280c21b220d | [log] [tgz] |
---|---|---|
author | Evan Stade <estade@chromium.org> | Tue Sep 28 15:18:53 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 28 15:18:53 2021 |
tree | cca55ff69569e67f0b638fc82759aa8ce1c62eec | |
parent | 8050e501b9ecd40241b4e5e9aa25e398303fd048 [diff] |
Chrome OS: launch file handling app in existing browser window When in tabbed mode, the file handling app should launch in an existing browser window when possible. This changes LaunchAppWithFiles() to pass the display for new windows when launching an app. Effectively, this will match against existing browser windows on the focused display. This also updates WebAppPublisherHelper::Launch() similarly, since it is closely related. Bug: 1251453 Change-Id: I81a633051e33ca43eb62d6a05602c993b79e236e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3189072 Reviewed-by: Alan Cutter <alancutter@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/main@{#925769}
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.