commit | 71d0b8e79eaf503a3f34fabdb5ec3a59cae40488 | [log] [tgz] |
---|---|---|
author | Ming-Ying Chung <mych@chromium.org> | Mon Mar 04 06:27:28 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 04 06:27:28 2024 |
tree | f932136ee34023ed336e108c91926daad4d26832 | |
parent | d6157123a124790e91400051c421968584fe10f7 [diff] |
Force evicting subframe in NavigationRequest::OnStartChecksComplete() In the case when a main frame and its subframe both starts navigations around the same time, if the main frame commits the navigation earlier than its subframe, the subframe may be incorrectly put into BFCache along with the main frame before reaching this method, causing errors like [1] after https://crrev.com/c/5308025 is submitted. This CL forces evicting subframe in such case. [1]: https://ci.chromium.org/ui/p/chromium/builders/try/mac-rel/1688922/overview Bug: 41483740 Change-Id: Iccc0c81a358447fdbf50cf687ffa375b4e5fdd9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5316738 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Auto-Submit: Ming-Ying Chung <mych@chromium.org> Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/main@{#1267702}
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.