commit | 5ced8e4e8ac2d00cc55d5030edfdfc1ba10190ad | [log] [tgz] |
---|---|---|
author | Nate Chapin <japhet@chromium.org> | Tue Aug 25 22:17:32 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 25 22:17:32 2020 |
tree | 7b7295910565d82ffbc2253b29987c729651b5d5 | |
parent | d2f3749c22c442455d3b3c25571ddea0b7c6c31a [diff] |
Don't send DidStartProvisionalLoad notifications for JS urls and XSLT documents We typically expect DidStartProvisionaLoad messages to be paired with a DidCommitLoad when the navigation is successful. For pseudo-navigations like XSLT processing and javascript: urls, we skip the DidCommitLoad message. If we do not also skip the DidStartProvisionalLoad message, listeners that expect these notifications to be paired will get confused (e.g., the inspector debugger may leave breakpoints disabled in the new Document). Bug: 1095920 Change-Id: I5bdd18b3f4103d5d2c52fe48060c1114efb21b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254818 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801573}
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.
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.