commit | 38e4ff5e830d941848808f2bf7dcb7ca87c6aa52 | [log] [tgz] |
---|---|---|
author | Patrick Monette <pmonette@chromium.org> | Mon Aug 26 20:08:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 20:08:34 2024 |
tree | ee2560d42d93502d16ee0d4d784e8914b263c8be | |
parent | 6949f16fb8b2f528da15f27de1d6e4c6fe5e6562 [diff] |
Fix FrameNodeImpl's DocumentCoordinationUnit when serving from BFCache Before this change, the receiver for the DocumentCoordinationUnit is always reset on cross-document navigations. Because of this, when a navigation involves serving an existing frame from the back-forward cache, the receiver is reset but never bound again. This is because we don't receive a Bind() request for an already existing document. This change ensures that we keep the existing connection alive for frames served from the back forward cache. Change-Id: Iad66fd01d3b5d2b64b9fbc35cf02eea8399e9906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5805824 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/main@{#1346926}
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.