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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 19 11:52:05 PDT 2010


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





--- Comment #9 from Alexey Proskuryakov <ap at webkit.org>  2010-03-19 11:52:05 PST ---
We use enqueueEvent sometimes, and postTask other times. I talked to Brady
about standardizing on one mechanism, and also about the fact that we needn't
be using it whenever a specification says so. In most cases, events to be
posted are triggered by network loading, which is itself asynchronous, so the
behavior is indistinguishable.

Since these particular events can be dispatched during synchronous operations,
we do need to post them in order to match the spec.

-- 
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