Bug 36661 - XHR upload progress event should be timed according to the specification
Summary: XHR upload progress event should be timed according to the specification
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 07:13 PDT by Julien Chaffraix
Modified: 2023-03-27 05:49 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 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)
Comment 1 Jian Li 2010-04-28 14:56:05 PDT
*** Bug 37771 has been marked as a duplicate of this bug. ***
Comment 2 Anne van Kesteren 2023-03-27 05:49:44 PDT
Code inspection shows this should have throttling now.