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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 8 10:44:25 PDT 2009


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





--- Comment #58 from Yael <yael.aharon at nokia.com>  2009-10-08 10:44:25 PDT ---
Comparing the calls to plugins in PluginView.cpp and in PluginViewQt.cpp I
noticed 2 differences and I was wondering if they are intentional

In PluginView.cpp:
    JSC::JSLock::DropAllLocks dropAllLocks(<b>JSC::SilenceAssertionsOnly</b>);
    ...
    PluginView::setCurrentPluginView(0);

In PluginViewQt.cpp:
    JSC::JSLock::DropAllLocks dropAllLocks(<b>false</b>);
and we never call 
    PluginView::setCurrentPluginView(0);

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