[Webkit-unassigned] [Bug 112834] [WebKit2] Plugins without a MIME Type fail to load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 24 09:34:08 PDT 2013


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[GTK] [WebKit2] PodOmatic   |[WebKit2] Plugins without a
                   |player won't show up        |MIME Type fail to load




--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-03-24 09:36:35 PST ---
The problem is that when the plugin is created the MIME Type is empty, and the MIME Type guessed in the UI process using the plugin extension is not passed to the WebProcess. When the plugin is instantiated, the value of NPMIMEType parameter passed to NPP_New is NULL, and NPERR_INVALID_INSTANCE_ERROR is returned. I don't think this is specific to GTK+.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list