commit | 880a763237926ffaac8542ed6196f3c3454cced0 | [log] [tgz] |
---|---|---|
author | Harkiran Bolaria <hbolaria@google.com> | Mon Feb 28 16:02:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 28 16:02:50 2022 |
tree | 19ae47abc4d212d5a2230aabe2093007b9bcf12a | |
parent | e4cf97406dcb2f93f3616addadd1b5ebdce015d4 [diff] |
[MPArch] Migrate replication state/proxy name updates to BCS. This patch refactors how frame name (stored in replication_state_) is set (and how associated proxies are updated) in a way that will be compatible with both the legacy and new implementations of the BrowsingContextState. Because we want to eventually decouple BCS from FrameTreeNode and RenderFrameHostManager, we will update the frame name on root initialization when we actually create the RenderFrameHost, rather than before it is created. Bug: 1270671 Change-Id: I8472f1f6adbc1fddec85e5678ac7cd4e1b3e9f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3320291 Reviewed-by: Alexander Timin <altimin@chromium.org> Commit-Queue: Harkiran Bolaria <hbolaria@google.com> Cr-Commit-Position: refs/heads/main@{#975778}
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.