Bug 57268 - WebKit2: Downloads started with DownloadCFNet::start never start
Summary: WebKit2: Downloads started with DownloadCFNet::start never start
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-03-28 14:29 PDT by Brian Weinstein
Modified: 2011-03-28 14:33 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (1.34 KB, patch)
2011-03-28 14:30 PDT, Brian Weinstein
jhoneycutt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2011-03-28 14:29:48 PDT
If a download is started with DownloadCFNet::start in WebKit2, it never starts.

This is because we were never calling CFURLDownloadStart on the download.

<rdar://problem/9031294>
Comment 1 Brian Weinstein 2011-03-28 14:30:59 PDT
Created attachment 87208 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2011-03-28 14:33:01 PDT
Landed in r82157.