commit | 6fc6b1f1571d8d4d4bb69fedb217c36b3421729f | [log] [tgz] |
---|---|---|
author | Alan Cutter <alancutter@chromium.org> | Tue Oct 12 02:54:29 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 12 02:54:29 2021 |
tree | ca77a0f179c9e63c89cd61e6f19398eab4760759 | |
parent | 3aaa13f038aeddae8c252c950fc0a14533b9a556 [diff] |
Web apps: Extract is_new_browser logic from LaunchProcess::EnsureBrowser() This CL is a non-behaviour changing refactor that moves the WindowOpenDisposition selection logic out of EnsureBrowser() and into GetNavigationDisposition() and instead returns is_new_browser. is_new_browser will be useful for future changes to this code. Bug: 1231886 Change-Id: Ia769aa834ce9ff1e00e5eeaa944d1f5d475202cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3216973 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/main@{#930398}
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.