[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
Thu Aug 2 14:10:38 PDT 2007


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





------- Comment #15 from beidson at apple.com  2007-08-02 14:10 PDT -------
This gets even worse - 
Because of how [WebView setMIMETypesShownAsHTML:] is made, it only stores the
mimetypes locally in WebKit.

It's becoming clear that the link between WebCore MIMETypeRegistry and Webkit
was not designed with the intention for the MIMETypeRegistry to ever be mutated
- WebKit constructs a list of mimetypes from the registry exactly once.  It
then never passes any changes down into the WebCore level, and never asks
WebCore for the list again.

*sigh*


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