[Webkit-unassigned] [Bug 138091] Allow to define a plugin in javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 05:32:01 PST 2014


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

--- Comment #23 from Julien Isorce <j.isorce at samsung.com> ---
Our concrete usecase is to wrap custom js objects. These objects can be registered for example from the injectedBundle.

Some of these object are registered through JSClassDefinition. (So it will look like to the second layout test attached to the patch)

One of the consequences is that we do not depend on netscape and pepper plugin APIs.

In HTMLPluginElement there is already a "::getInstance()" method. This patch basically implements "::setInstance" and being a call triggered from javascript.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141202/4aa8a307/attachment-0002.html>


More information about the webkit-unassigned mailing list