[Webkit-unassigned] [Bug 46743] Event dispatching in XMLHttpRequestProgressEventThrottle should go through XMLHttpRequestProgressEventThrottle::dispatchEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 08:55:31 PDT 2010


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





--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2010-09-30 08:55:30 PST ---
This makes control flow a little confusing. If XMLHttpRequestProgressEventThrottle::dispatchEvent() is called with FlushProgressEvent action, it will call flushProgressEvent(), which will now call XMLHttpRequestProgressEventThrottle::dispatchEvent() back recursively.

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