commit | beffb488db5acf1607a50b506c67d421ac6b6ac5 | [log] [tgz] |
---|---|---|
author | Kevin McNee <mcnee@chromium.org> | Fri Sep 27 20:48:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 27 20:48:59 2024 |
tree | 9b27c5d7cbfdb9a5e58e2986bdfaaf2bd9e1b98f | |
parent | 22bcaf068a79f7604aed3476d5d75dee373b2c58 [diff] |
Don't create guest SiteInstance for AppView's discarded new windows In CreateNewWindow, we may create a guest SiteInstance (which are just for webviews) if an appview attempts to open a new window. The new window will just be discarded anyway, as AppViewGuest doesn't implement AddNewContents. We now explicitly suppress the new window attempt, to make it easier to reason about guest SiteInstances. Bug: None Change-Id: Ibb3a0445c0607aec90f2c7703939f52a52f81566 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5894233 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1361359}
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.