[Webkit-unassigned] [Bug 24779] New: Conditionalize CFNetwork-Specific Code in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 11:22:16 PDT 2009


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

           Summary: Conditionalize CFNetwork-Specific Code in WebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


WebView.cpp makes calls to various CFNetwork-specific routines that are not
present in Windows builds based on other network backends.

As a first step, add #if/def blocks around the two blocks of code that make
CFNetwork calls.  Later, cURL or Google network API calls can be added here.


-- 
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