DescriptionNever fire popstate event when navigating between documents
The specification says to only fire popstate events when the document's
"latest entry" isn't the session history entry being navigated to. This
can be the case when navigating between documents (when skipping history
entries, e.g. using history.go(-2)), but this patch simply disables
popstate entirely when navigating between documents.
The resulting behavior matches that of Firefox and MSIE.
BUG=400427
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184628
Patch Set 1 #Messages
Total messages: 11 (3 generated)
|