DescriptionDon't pushState when setting the search page to itself.
Calling pushState when the search page is shown causes history entries after
the current one to be lost.
This mimics the pre-r271538 behavior where it set location.hash. Setting
location.hash is a no-op (rather than pushing a duplicate history entry) if the
hash has not changed.
BUG=401004
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287892
Patch Set 1 #
Total comments: 2
Patch Set 2 : typo #Messages
Total messages: 6 (0 generated)
|