Bug 55977 - Refine CF/CFNet Distinctions for better code sharing
Summary: Refine CF/CFNet Distinctions for better code sharing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 15:39 PST by Brent Fulgham
Modified: 2011-03-08 16:03 PST (History)
0 users

See Also:


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+
Details | Formatted Diff | Diff

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