commit | ccca617ae78979e6f2909aa25b2bda88622880ea | [log] [tgz] |
---|---|---|
author | Kevin McNee <[email protected]> | Tue Oct 19 17:11:14 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Oct 19 17:11:14 2021 |
tree | 73d6a7e78fc293aac4fec952b6b250d1cf257f23 | |
parent | 63ada6bca97c93239f31ca47022653ff55d35bc9 [diff] |
Return the navigation created by LoadPostCommitErrorPage SafeBrowsing code currently relies on a tab helper to listen for the LoadPostCommitErrorPage navigations that it starts for subresource triggered interstitials. This kind of navigation "user data" pattern where callers need to rely on navigation observers to associate state with the navigation they just started is cumbersome and additionally needs to distinguish between the navigation it started and unrelated navigations triggered by other sources. We refactor this to now just return the NavigationHandle directly. Bug: 1230802, 1077016 Change-Id: Ie512a854232fbfcb80986ea1e99eaab61d42a7d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3035445 Commit-Queue: Kevin McNee <[email protected]> Reviewed-by: Nate Fischer <[email protected]> Reviewed-by: Charlie Reis <[email protected]> Reviewed-by: Daniel Rubery <[email protected]> Reviewed-by: Carlos IL <[email protected]> Cr-Commit-Position: refs/heads/main@{#933059}
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.