Re: [webkit-dev] Separating the WebKitSystemInterface Calls

2009-01-16 Thread Darin Adler
On Jan 16, 2009, at 1:27 PM, Brent Fulgham wrote: Or should I just use the existing 'CG' and 'CFNETWORK' guards as appropriate based on the kind of function being exposed by WebKitSystemInterface? Yes, this is what you should do. -- Darin __

[webkit-dev] Separating the WebKitSystemInterface Calls

2009-01-16 Thread Brent Fulgham
Various files in the WebKit/win directory access certain Apple-specific platform routines contained in the WebKitSystemInterface library. The services provided by this library seem to span a wide range, from SSL certificates to Font Smoothing levels. For my redistributable WebKit, I would like to