Summary: | [Chromium] Add interface for downloading to a file via WebURLLoader. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Darin Fisher (:fishd, Google) <fishd> | ||||
Component: | WebKit API | Assignee: | Darin Fisher (:fishd, Google) <fishd> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Darin Fisher (:fishd, Google)
2010-07-20 12:34:38 PDT
Created attachment 62102 [details]
v1 patch
Comment on attachment 62102 [details]
v1 patch
Looks good except one minor comment.
WebKit/chromium/public/WebURLLoaderClient.h:56
+ // Called when a chunk of response data it downloaded. This is only called
it => is
Landed as http://trac.webkit.org/changeset/63769 |