[Webkit-unassigned] [Bug 15766] [GTK] WebKit spews flash/etc.. as text/plain into iframe if plugin missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 08:41:17 PST 2007


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





------- Comment #14 from dobey at wayofthemonkey.com  2007-11-06 08:41 PDT -------
(In reply to comment #12)
> I'd like to see more of the high level algorithm here in platform-independent
> code; that way we could correct this mistake (assuming it is one) once, rather
> than having multiple copies of it. We could consider changing the client
> function to do a smaller piece of the work.

Does it make sense to do this? The portion to check if a plug-in is available
is platform-dependent. Would the method then have to check the parent method's
return value, and then see if a plug-in is available, and return the parent
method's return if not? We'd have to duplicate the bits to get the MIME type
String still though, in the child function, I think.


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