RESOLVED FIXED 55977
Refine CF/CFNet Distinctions for better code sharing
https://bugs.webkit.org/show_bug.cgi?id=55977
Summary Refine CF/CFNet Distinctions for better code sharing
Brent Fulgham
Reported 2011-03-08 15:39:19 PST
The WinCairo port uses CFLite, and can therefore use the CoreFoundation data types used throughout the Apple Windows port. Some implementations in WebKit use CF and CFNETWORK interchangeably, which reduces the reusability of some of this code. This change splits the WebKit2 "WebProcess/Download" logic up so that the WinCairo port can make use of the CF-based implementation.
Attachments
Move CFNETWORK files to specific directory, share other files in CF directory. (15.16 KB, patch)
2011-03-08 15:46 PST, Brent Fulgham
aroben: review+
Brent Fulgham
Comment 1 2011-03-08 15:46:12 PST
Created attachment 85101 [details] Move CFNETWORK files to specific directory, share other files in CF directory.
Brent Fulgham
Comment 2 2011-03-08 16:03:00 PST
Note You need to log in before you can comment on or make changes to this bug.