Comment #7 on issue 63040 by mih...@chromium.org: Add window.history.state
and don't fire popstate after load
http://code.google.com/p/chromium/issues/detail?id=63040
Yes, there was a meeting with Mozilla and a spec-change in March. Mozilla
implemented these changes
(http://hacks.mozilla.org/2011/03/history-api-changes-in-firefox-4/),
Chrome/WebKit has not yet. Re-purposing this bug for that.
//found fast workaround to get same behawior as ff4:
setTimeout(function(){
window.onpopstate = function(event){
window.console && window.console.log(event);
};
},1000);
Comment #13 on issue 63040 by mih...@chromium.org: Add window.history.state
and don't fire popstate after load
http://code.google.com/p/chromium/issues/detail?id=63040
(No comment was entered for this change.)
Comment #18 on issue 63040 by mih...@chromium.org: Add window.history.state
Comment #19 on issue 63040 by bugdro...@chromium.org: Add
window.history.state and don't fire popstate after load
http://code.google.com/p/chromium/issues/detail?id=63040#c19
https://bugs.webkit.org/show_bug.cgi?id=76035
http://trac.webkit.org/changeset/105308
Comment #21 on issue 63040 by bugdro...@chromium.org: Add
window.history.state and don't fire popstate after load
http://code.google.com/p/chromium/issues/detail?id=63040#c21
https://bugs.webkit.org/show_bug.cgi?id=76035
http://trac.webkit.org/changeset/107058