[Webkit-unassigned] [Bug 16814] Give plugin a chance to handle ActiveX objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 13:04:39 PST 2008


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


andersca at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18374|review?                     |review-
               Flag|                            |




------- Comment #2 from andersca at apple.com  2008-01-11 13:04 PDT -------
(From update of attachment 18374)
I like the general idea of this patch. However, it would be better if you could
check that a plug-in exists that can handle "application/x-oleobject" before
setting the service type. 

There is a PlugInInfoStore method called supportsMIMEType that can be used for
this. I don't think it has been implemented on Windows though, so you would
have to do that (just have it call PluginDatabaseWin::isMIMETypeRegistered).

Come to think of it, we might want to always check that there is a plug-in
available that supports a MIME type before mapping a classid to that MIME type.


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