DescriptionThe history.pushState/replaceState should check for minimum arity exception.
As per specification [1], only the third argument of pushState() and replaceState()
is optional. This implementation throws an exception if arguments are
less than two and matches FF behavior.
[1] http://www.w3.org/TR/2011/WD-html5-20110113/history.html#dom-history-pushstate
BUG=466350
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192095
Patch Set 1 #
Total comments: 10
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #
Total comments: 2
Patch Set 5 : Patch for landing #
Messages
Total messages: 13 (3 generated)
|