Bug 36661

Summary: XHR upload progress event should be timed according to the specification
Product: WebKit Reporter: Julien Chaffraix <jchaffraix>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: annevk, ap, pota
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Julien Chaffraix
Reported 2010-03-26 07:13:20 PDT
This is a follow up of bug 18654 that introduced the throttling for download progress event. The specification states that they should be dispatched in the same fashion: "about every 50ms or for every byte transmitted, whichever is least frequent." (see http://www.w3.org/TR/XMLHttpRequest2/ section 3.6.6)
Attachments
Jian Li
Comment 1 2010-04-28 14:56:05 PDT
*** Bug 37771 has been marked as a duplicate of this bug. ***
Anne van Kesteren
Comment 2 2023-03-27 05:49:44 PDT
Code inspection shows this should have throttling now.
Note You need to log in before you can comment on or make changes to this bug.