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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 6 16:57:51 PDT 2008


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





------- Comment #6 from rjiang at gmail.com  2008-08-06 16:57 PDT -------
I submitted a new patch, which also fixes:

--The original mapClassIdToServiceType function is case sensitive. However
CLSID s are supposed to be case-insensitive. Fixed.
--If there is an embed tag inside an object, it will always use properties of
the embed tag. This is not desired when we have an ActiveX handler, that it
should only use the properties of object tag and param tags.
--Another fix is to change the service type from application/x-activex-handler
to application/x-oleobject because the latter is used much more often in the
world, while the former is never seen (by me).

Could any review the new patch and comment? Thanks.


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