Bug 89022 - FileWriter progress events should be throttled to 50ms
Summary: FileWriter progress events should be throttled to 50ms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Eric U.
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 10:58 PDT by Eric U.
Modified: 2012-06-19 10:25 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.21 KB, patch)
2012-06-13 12:31 PDT, Eric U.
tkent: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric U. 2012-06-13 10:58:54 PDT
As stated in the FIXME in the code, the spec requires an event no more often than every 50ms, but with at least one at completion.
Comment 1 Eric U. 2012-06-13 12:31:12 PDT
Created attachment 147389 [details]
Patch
Comment 2 Kinuko Yasuda 2012-06-14 18:58:54 PDT
The change looks good to me.
Comment 3 Kent Tamura 2012-06-14 19:08:47 PDT
Comment on attachment 147389 [details]
Patch

Looks ok.
Comment 4 Eric U. 2012-06-19 10:25:22 PDT
Committed r120728: <http://trac.webkit.org/changeset/120728>