[Webkit-unassigned] [Bug 30380] [Qt] Windowed Plugins : Crash when using QWebPage without a QWebview (i.e no QWebPageClient)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 10:51:05 PDT 2009


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





--- Comment #4 from Girish Ramakrishnan <girish at forwardbias.in>  2009-10-15 10:51:05 PDT ---
(In reply to comment #3)
> (From update of attachment 41212 [details])
> 
> > -    if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow)
> > +    if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow || m_status != PluginStatusLoadedSuccessfully)
> >          return;
> 
> This hunk appears unrelated to the existance of the page client. Is it
> intentionally included but not mentioned in the ChangeLog?

I have updated the ChangeLog to explain it's purpose.

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