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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 7 16:26:25 PST 2009


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


bfulgham at gmail.com changed:

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




------- Comment #4 from bfulgham at gmail.com  2009-01-07 16:26 PDT -------
Created an attachment (id=26511)
 --> (https://bugs.webkit.org/attachment.cgi?id=26511&action=view)
Move CFNetwork-specific logic to separate files.

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