[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:47:44 PDT 2007


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





------- Comment #6 from beidson at apple.com  2007-07-31 10:47 PDT -------
In an extremely round-about manner, WebKit's list of MIMEtypes that show as
HTML corresponds to the MIMETypeRegistry::isSupportedNonImageMIMEType() list

That list includes many text/* mime types, including -
      "text/html",
      "text/xml",
      "text/xsl",
      "text/plain",
      "text/"

That list includes things we want to create a TextDocument for, and not an
HTMLDocument.  But a TextDocument in WebCore speak still displays as an HTML
document via a WebHTMLView in WebKit-land.

So we're in a dill of a pickle here - how to maintain the dual-concept of
"Shows as HTML" at the WebKit API level, and "TextDocument vs HTMLDocument"
down in WebCore?


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