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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 11:57:17 PDT 2010


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

           Summary: Event dispatching in
                    XMLHttpRequestProgressEventThrottle should go through
                    XMLHttpRequestProgressEventThrottle::dispatchEvent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adauria at apple.com
                CC: ddkilzer at webkit.org, eric.carlson at apple.com,
                    joepeck at webkit.org


In XMLHttpRequestProgressEventThrottle, we should dispatch events through XMLHttpRequestProgressEventThrottle::dispatchEvents, instead of calling m_target->dispatchEvent in various places. This makes it easy to add multiple event queuing (currently, one progress event can be queued on suspend(), if progress events have been throttled).

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