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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 06:50:23 PDT 2009


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





--- Comment #23 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-09-25 06:50:22 PDT ---
(In reply to comment #18)

> QWebView. This means that we need to detect this (which is very hard) and also
> do a setwindow call. The code says that calling setwindow multiple times
> crashes plugin (doesn't say which plugin). 

This is due to Flash crashing when setWindow is called with a different size.
Flash destroys its internals and reconstructs them, but as it has one ref less
(due to us not using GtkSocket) it becomes 0 and some internals die and result
in a crash.

As you are dealing with windowless you might not have this problem.

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