RESOLVED DUPLICATE of bug 23092 18471
Fix WebDownload.cpp compile problems for cairo/curl build
https://bugs.webkit.org/show_bug.cgi?id=18471
Summary Fix WebDownload.cpp compile problems for cairo/curl build
Daniel Zucker
Reported 2008-04-13 21:58:25 PDT
This patch replaces WebDownload.cpp with WebDownloadCFNet.cpp and WebDownloadCurl.cpp. WebDownloadCFNet.cpp is unchanged. WebDownloadCurl.cpp removes some function implementations and replaces them with stubs. WebKit.vcproj is also modified to include/exclude the appropriate files from the appropriate build configurations.
Attachments
divide WebDownload.cpp into WebDownloadCurl.cpp and WebDownloadCFNet.cpp (118.18 KB, patch)
2008-04-13 21:59 PDT, Daniel Zucker
aroben: review-
Daniel Zucker
Comment 1 2008-04-13 21:59:08 PDT
Created attachment 20518 [details] divide WebDownload.cpp into WebDownloadCurl.cpp and WebDownloadCFNet.cpp
Adam Roben (:aroben)
Comment 2 2008-04-14 08:11:23 PDT
Comment on attachment 20518 [details] divide WebDownload.cpp into WebDownloadCurl.cpp and WebDownloadCFNet.cpp It looks like this patch has a mixture of spaces and tabs in it. Please only use 4 spaces for indentation. I think we'd ultimately be better served by moving the concept of a "download" to WebCore and having the platform differences reside at that level. Having two whole implementations of WebDownload doesn't feel like the right solution to me.
Brent Fulgham
Comment 3 2009-08-11 22:47:50 PDT
This work (or a facsimile of this) is now part of WebKit. Marking this as a duplicate and closing. *** This bug has been marked as a duplicate of bug 23092 ***
Note You need to log in before you can comment on or make changes to this bug.