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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jian Li
*** Bug 37771 has been marked as a duplicate of this bug. ***
Anne van Kesteren
Code inspection shows this should have throttling now.