Bug 169977 - UploadedFile should support a callback for upload progress
Summary: UploadedFile should support a callback for upload progress
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-22 16:22 PDT by Ryosuke Niwa
Modified: 2017-03-22 16:43 PDT (History)
2 users (show)

See Also:


Attachments
Adds the feature (15.31 KB, patch)
2017-03-22 16:35 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-03-22 16:22:47 PDT
Refactor RemoteAPI to add the support for observing "progress" event during a XHR to upload a file.
Comment 1 Ryosuke Niwa 2017-03-22 16:35:33 PDT
Created attachment 305136 [details]
Adds the feature
Comment 2 Ryosuke Niwa 2017-03-22 16:43:34 PDT
Comment on attachment 305136 [details]
Adds the feature

Clearing flags on attachment: 305136

Committed r214285: <http://trac.webkit.org/changeset/214285>
Comment 3 Ryosuke Niwa 2017-03-22 16:43:39 PDT
All reviewed patches have been landed.  Closing bug.