Bug 55977

Summary: Refine CF/CFNet Distinctions for better code sharing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit2Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Move CFNETWORK files to specific directory, share other files in CF directory. aroben: review+

Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2011-03-08 15:46:12 PST
Created attachment 85101 [details]
Move CFNETWORK files to specific directory, share other files in CF directory.
Comment 2 Brent Fulgham 2011-03-08 16:03:00 PST
Landed in http://trac.webkit.org/changeset/80602.