[Webkit-unassigned] [Bug 36201] hashchange event should be dispatched asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 16:52:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36201





--- Comment #3 from Brady Eidson <beidson at apple.com>  2010-03-18 16:52:54 PST ---
There's 3 interesting new loading events in the spec where we don't match: 
hashchange, popstate, and pageshow.

In exploring these 3 closely related events, there's 4 quite relevant
bugzillas, including this one:

https://bugs.webkit.org/show_bug.cgi?id=36201
https://bugs.webkit.org/show_bug.cgi?id=36202
https://bugs.webkit.org/show_bug.cgi?id=36334
https://bugs.webkit.org/show_bug.cgi?id=36335

While I plan to resolve each of these with its own patch, I'll to lay the
groundwork for all 4 to easily be resolved with a single
zero-change-in-behavior patch here.

It will be touching Document.h, so its better to get it out of the way once. 
;)

Stay tuned here...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list