[Webkit-unassigned] [Bug 14824] REGRESSION(r14258): +setMIMETypesShownAsHTML has no effect if MIME type is text/* (works in Safari 2, doesn't work in Safari 3)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 10:40:10 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14824





------- Comment #5 from beidson at apple.com  2007-07-31 10:40 PDT -------
Hmmmm, it might be more complicated that I originally thought - I'd assumed
this was an easy fix with the MIMETypeRegistry but it turns out the WebKit API
concept of "MIME types displayable as HTML documents" is entirely contained
within WebKit and is based on the view/representation classes.

I still think the MIMETypeRegistry is the solution to the issue, but there's a
disjoint between WebCore and WebKit here.

WebCore, by default, looks for "text/html" *only*.
WebKit has some preset list of MIMETypes that will "show as HTML" - text/html
is obviously included, but I need to explore and see what the others are.


-- 
Configure bugmail: http://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