Bug 49213 - Add the ability to send messages to DownloadProxy objects
Summary: Add the ability to send messages to DownloadProxy objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-08 15:31 PST by Anders Carlsson
Modified: 2010-11-08 15:53 PST (History)
0 users

See Also:


Attachments
Patch (19.28 KB, patch)
2010-11-08 15:38 PST, Anders Carlsson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>