[Webkit-unassigned] [Bug 23092] Conditionalize CFNetwork-specific logic in WebKit.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 17:42:46 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23092


bfulgham at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26511|review?                     |
               Flag|                            |
  Attachment #26511|0                           |1
        is obsolete|                            |
  Attachment #26516|                            |review?
               Flag|                            |




------- Comment #6 from bfulgham at gmail.com  2009-01-07 17:42 PDT -------
Created an attachment (id=26516)
 --> (https://bugs.webkit.org/attachment.cgi?id=26516&action=view)
Update using svn copy to create new CFNet versions

This patch moves the CFNetwork-specific logic into separate files, and provides
initial cURL-based stub files to be filled in with logic in a subsequent
update.
* A handful of files were not split, as they only had one or two lines that had
to be conditionally compiled.  E.g., WebURLAuthenticationChallenge.  An
cURL-specific AuthenticationChallenge object should render this uniform across
both implementations.
* Project file has been updated so the CFNet files are excluded for cURL
builds, and vice versa.

The patch has been tested against my Cairo/cURL build and a stock Apple
Safari-based build.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list