[Webkit-unassigned] [Bug 63674] Get webkit to compile with USE(CFNETWORK) enabled on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 22:07:02 PDT 2011


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





--- Comment #4 from Andy Estes <aestes at apple.com>  2011-06-29 22:07:02 PST ---
(From update of attachment 99195)
View in context: https://bugs.webkit.org/attachment.cgi?id=99195&action=review

>> Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp:220
>> +        CFURLResponseSetMIMEType(cfResponse, CFSTR("text/html"));
> 
> This seemed like a change in behavior to until I looked in ResourceHandleMac.mm and saw the NSURLResponse version of this code. A note in the ChangeLog about why this was added would have cleared this up.

It'd be even nicer to share this with the Mac rather than duplicating it. The Mac port could do this in terms of CF API and toll-free bridging should ensure that the NSURLResponse has the right changes.

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