commit | 08b7bde6863be64f6d1fe9853618b987652e953b | [log] [tgz] |
---|---|---|
author | shivanigithub <shivanisha@chromium.org> | Tue Nov 09 02:27:38 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 09 02:27:38 2021 |
tree | 507a324af442676d757a0b5745a2ece99bdcbdd4 | |
parent | a57f7ef2ec196ca099ca9cdcd38ee758d0bb2c2f [diff] |
Fenced Frames: RemoteFrame should also do replace-navigation The initial CL for Fenced Frames' replace-only navigation changes landed in https://chromium-review.googlesource.com/c/chromium/src/+/3260313 but one of the flows not covered there was a cross-site frame's navigation in the shadowDOM approach. This is because there are two versions of NavigationShouldReplaceCurrentHistoryEntry. The last CL updated the one in LocalFrame but not in RemoteFrame which this CL does. Bug: 1267637 Change-Id: Iae70f00546a4bec06be60fb00185ef22011287b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3268425 Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/main@{#939672}
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.