commit | f1b0f0b73b501da424fa8b1f3ace0c465d1adf48 | [log] [tgz] |
---|---|---|
author | Kevin McNee <[email protected]> | Tue Sep 17 21:49:41 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 17 21:49:41 2024 |
tree | a4566e21271c702fce25e281143f2d9fc393870c | |
parent | d4cbbd92e098f990bb75557a050bb2c0ce696ddf [diff] |
Prepare for the addition of a new frame tree type We adjust code to no longer assume that fenced frame trees are the only kind of inner frame tree. The determinations of whether a RenderFrameHost is in a primary main frame, as well as which kind of RenderWidgetHostView to create, now explicitly check the frame type. While we're here, we update a stale comment about fenced frame lifecycle states. Bug: 40202416, 40787700 Change-Id: Iedb89605b88fe77832b3c6c47ff692d1e9763ab8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5861782 Reviewed-by: Alex Moshchuk <[email protected]> Commit-Queue: Kevin McNee <[email protected]> Cr-Commit-Position: refs/heads/main@{#1356753}
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.