Bug 57268

Summary: WebKit2: Downloads started with DownloadCFNet::start never start
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, jhoneycutt
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
[PATCH] Fix jhoneycutt: review+

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.