commit | ea84a0b8beb1c4eed9e818129c1c2b97d072d97d | [log] [tgz] |
---|---|---|
author | Adithya Srinivasan <adithyas@chromium.org> | Mon Jul 08 15:00:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 08 15:00:46 2024 |
tree | 55a2dfb4514991c9203dee2af5e0978c92c15320 | |
parent | a317465dee3ee714f5d68281e1971ebe507925d9 [diff] |
Make NavigationRequest::IsInOutermostFrame use FrameType We weren't able to do this previously because of portals being implemented with inner WebContents, but we've now removed portals, so this change is possible. Bug: 40204472, 40287334 Change-Id: I8b3af8444a58d652c070e247fc6331773d6c8413 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5679065 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/main@{#1324231}
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.