[Webkit-unassigned] [Bug 14750] [gtk] Implement plugin support in GTK backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 22 17:41:38 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14750





------- Comment #65 from chuanhsing at gmail.com  2008-04-22 17:41 PDT -------
(In reply to comment #59)
> Created an attachment (id=20639)
 --> (http://bugs.webkit.org/attachment.cgi?id=20639&action=view) [edit]
> fixes sri's latest patch: this one doesn't break the Qt build
> 
PluginView::init()
{
    ....
    if (m_isWindowed) {
#if defined(GDK_WINDOWING_X11)
        NPSetWindowCallbackStruct ws;
        ....
        m_npWindow.ws_info = &ws;
#endif
    }
    ....
    if (!(m_plugin->quirks().contains(PluginQuirkDeferFirstSetWindowCall)))
        setNPWindowRect(frameGeometry());
}

void PluginView::setNPWindowRect(const IntRect& rect)
{
    // ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->display becomes null
and crash.
}


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



More information about the webkit-unassigned mailing list