commit | 3a20262cb9511b0fe822347c2932c3d957de878f | [log] [tgz] |
---|---|---|
author | Michael Thiessen <mthiesse@chromium.org> | Fri Jan 17 20:53:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 17 20:53:46 2025 |
tree | a5742c4e4542e3916ae55ebe2caeaad1cfaddffd | |
parent | a508e23b19ac422c82f3325a9d0cd3881ea000a8 [diff] |
Ensure no synchronous navigation from the intercept navigation throttle Synchronously navigating from the throttle causes the throttle to be deleted, which is very complicated to not get wrong and segfault. We should just ensure we don't do this as there's no strong reason to do it. Bug: 381535042 Change-Id: Ie62c6ef616cf9ef4f8d331c5832bd98560e66fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6181152 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/main@{#1408102}
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.