forked from nwjs/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle correctly start and commit of non-latest navigations.
Notable changes: - didStartProvisionalNavigation: is no op if passed navigation is not the latest navigation (this way didStartProvisionalNavigation: does not mess up with pending item) - didCommitNavigation: does not commit pending entry if if passed navigation is not the latest navigation. Instead it changes last committed item to one that matches with URL, which may not be correct, but it's just a minor temporary inconsistency which does not have any security implications (last committed URL is still correct). BUG=711465 Review-Url: https://codereview.chromium.org/2821173002 Cr-Commit-Position: refs/heads/master@{#465669} (cherry picked from commit 79d9b86) Review-Url: https://codereview.chromium.org/2832853002 . Cr-Commit-Position: refs/branch-heads/3071@{nwjs#84} Cr-Branched-From: a106f0a-refs/heads/master@{#464641}
- Loading branch information
Eugene But
committed
Apr 20, 2017
1 parent
9440a43
commit 1e54e3f
Showing
7 changed files
with
165 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.