RESOLVED FIXED60886
Add the ability for a plug-in controller to short-circuit calls to NPN_Invoke
https://bugs.webkit.org/show_bug.cgi?id=60886
Summary Add the ability for a plug-in controller to short-circuit calls to NPN_Invoke
Anders Carlsson
Reported 2011-05-16 08:05:12 PDT
Add the ability for a plug-in controller to short-circuit calls to NPN_Invoke
Attachments
Patch (9.00 KB, patch)
2011-05-16 08:08 PDT, Anders Carlsson
aroben: review+
Anders Carlsson
Comment 1 2011-05-16 08:08:55 PDT
Adam Roben (:aroben)
Comment 2 2011-05-16 08:10:57 PDT
Comment on attachment 93643 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=93643&action=review > Source/WebKit2/PluginProcess/PluginControllerProxy.cpp:284 > +bool PluginControllerProxy::tryToShortCircuitInvoke(NPObject*, NPIdentifier methodName, const NPVariant* arguments, uint32_t argumentCount, NPVariant* result) Will these unused variables be a problem? > Source/WebKit2/PluginProcess/PluginControllerProxy.cpp:543 > +bool PluginControllerProxy::tryToShortCircuitEvaluate(NPObject* npObject, const String& scriptString, NPVariant* result) Will these unused variables be a problem?
Anders Carlsson
Comment 3 2011-05-16 08:11:51 PDT
Note You need to log in before you can comment on or make changes to this bug.