[Webkit-unassigned] [Bug 55912] New: Make adjustMIMETypeIfNecessary to use CFNetwork directly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 17:19:26 PST 2011


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

           Summary: Make adjustMIMETypeIfNecessary to use CFNetwork
                    directly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: ap at webkit.org, beidson at apple.com
            Blocks: 51836


In WebCoreURLResponse.mm we have a category method on NSURLResponse called adjustMIMETypeIfNecessary. This gets called from ResourceHandleMac.mm to adjust MIME types for local files. We should move that code to use CFNetwork directly. That will allow us to use the method from ResourceHandleCFNet.cpp. This is needed for bug 51836.

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



More information about the webkit-unassigned mailing list