[Webkit-unassigned] [Bug 30706] [Qt] Plugins: Use the window's winId() for NPNVnetscapeWindow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 22:12:46 PDT 2009


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





--- Comment #2 from Girish Ramakrishnan <girish at forwardbias.in>  2009-10-22 22:12:46 PDT ---
Created an attachment (id=41714)
 --> (https://bugs.webkit.org/attachment.cgi?id=41714)
[Qt] Plugins : Use window's winId() instead of the widget's.


As per, https://developer.mozilla.org/en/NPN_GetValue
NPNVnetscapeWindow on Unix/X11: "Gets the browser toplevel window in which the
plug-in is displayed; returns Window".

The issue was found because NPNVNetscapeWindow winId() ends up creating
a native window resulting in flicker.
---
 WebCore/ChangeLog                   |   18 ++++++++++++++++++
 WebCore/plugins/qt/PluginViewQt.cpp |    2 +-
 2 files changed, 19 insertions(+), 1 deletions(-)

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