[Webkit-unassigned] [Bug 20081] [Qt] Add support for windowless NPAPI plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 06:09:56 PDT 2009


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





--- Comment #14 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org>  2009-09-17 06:09:50 PDT ---
You should notice that some plugins are using the glib refcounting which can
lead to problems (like with the Flash plugin). The problem is that the
GtkSocket takes a ref on the GtkPlug, which never happens when using a
QX11EmbedContainer, thus we are always left with 1 ref less, which means that
the plugin is sometimes destroying parts of itself during resize etc.

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