commit | ab3a2e29b97ecdb26525aa7d5a1857eac6fe323c | [log] [tgz] |
---|---|---|
author | Michael Thiessen <mthiesse@chromium.org> | Wed Aug 13 21:56:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 13 21:56:34 2025 |
tree | eb57e40854337ed8784ccd21cbec9659e299ea77 | |
parent | 3a25172ec27af145e2e140691aab927baf8c3d86 [diff] |
Speculative fix for rare assert in InterceptNavigationDelegateImpl Subframe navigation could race against main frame navigation causing two navigations to be active in InterceptNavigationDelegateImpl at the same time, which we don't support (this triggers an assert on Canary). If a main frame check is going on, request that it finishes before running a subframe check (and block the external navigation if the main frame check can't be finished). Bug: 393982923 Change-Id: Ic92253a7f355727397a6a3ce5625c37bde1ce4be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6846764 Reviewed-by: Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/main@{#1501050}
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.