Bug 87585

Summary: [FileAPI] FileReader should fire progress event when blob has been completely read into memory
Product: WebKit Reporter: Li Yin <li.yin>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap, haraken, jianli, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Li Yin
Reported 2012-05-26 20:58:14 PDT
From spec: http://www.w3.org/TR/FileAPI/#dfn-progress-event One progress event will fire when blob has been completely read into memory. Firefox, Opera and IE follows the spec. Webkit based browser doesn't do that, it only fires progress event at interval of 50ms. WebKit should add the behavior to make the conformance with the spec.
Attachments
Patch (4.42 KB, patch)
2012-05-26 22:14 PDT, Li Yin
no flags
Li Yin
Comment 1 2012-05-26 22:14:14 PDT
Kentaro Hara
Comment 2 2012-05-26 23:40:46 PDT
Comment on attachment 144217 [details] Patch Looks OK. Thanks for improving the conformance with the spec.
WebKit Review Bot
Comment 3 2012-05-27 00:34:18 PDT
Comment on attachment 144217 [details] Patch Clearing flags on attachment: 144217 Committed r118622: <http://trac.webkit.org/changeset/118622>
WebKit Review Bot
Comment 4 2012-05-27 00:34:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.