[Webkit-unassigned] [Bug 37478] Update PluginViewNone and PluginPackageNone to the last Plugin API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 11:39:16 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #16 from Joseph Pecoraro <joepeck at webkit.org>  2010-04-14 11:39:15 PST ---
You asked on IRC, so I took a brief look. For the first one issue It looks like
PluginView's setJavaScriptPaused, which you change in this patch is actually
used elsewhere:
http://trac.webkit.org/browser/trunk/WebCore/bindings/js/ScriptDebugServer.cpp#L395

> -void PluginView::setJavaScriptPaused(bool)
> +void PluginView::handleFocusOutEvent()

Also, you can reverse the symbol using the c++filt command. Even though its
normally pretty obvious sometimes this helps:

> shell> c++filt __ZN7WebCore10PluginView19setJavaScriptPausedEb
> WebCore::PluginView::setJavaScriptPaused(bool)

> shell> c++filt __ZN7WebCore17ScriptDebugServer19setJavaScriptPausedEPNS_9FrameViewEb
> WebCore::ScriptDebugServer::setJavaScriptPaused(WebCore::FrameView*, bool)

Hopefully that gives you some leads.

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