Chromium Code Reviews
Description[ios] Do not signal finish load if currentURL != lastRegisteredURL.
If user navigates forward and then immidiately back the following
sequence of events happens:
1.) ForwardURL is registered for load
2.) BackURL is registered for load
3.) Loading is stopped and current web view URL is ForwardURL
4.) Did Finish Loading is called and current web view URL is BackURL
On step 3 web should not signal didFinishLoad if
current web view URL != last registered URL, because telling embedder
that load has finished for ForwardURL is false information.
BUG=629565
Committed: https://crrev.com/34984eef64a1363a53055e1e696e6a9c9eaefb33
Cr-Commit-Position: refs/heads/master@{#407686}
Patch Set 1 #
Messages
Total messages: 12 (7 generated)
|
|||||||||||||||||||