Bug 49213

Summary: Add the ability to send messages to DownloadProxy objects
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch aroben: review+

Description Anders Carlsson 2010-11-08 15:31:05 PST
Add the ability to send messages to DownloadProxy objects
Comment 1 Anders Carlsson 2010-11-08 15:38:15 PST
Created attachment 73296 [details]
Patch
Comment 2 Adam Roben (:aroben) 2010-11-08 15:48:36 PST
Comment on attachment 73296 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73296&action=review

> WebKit2/win/WebKit2.vcproj:2439
>  			<File
> +				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DownloadProxyMessageReceiver.cpp"
> +				>
> +			</File>
> +			<File
> +				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DownloadProxyMessages.h"
> +				>
> +			</File>
> +			<File

Please add the .messages.in file, too.
Comment 3 Anders Carlsson 2010-11-08 15:53:46 PST
Committed r71581: <http://trac.webkit.org/changeset/71581>