WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60886
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-05-16 08:08:55 PDT
Created
attachment 93643
[details]
Patch
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
Committed
r86573
: <
http://trac.webkit.org/changeset/86573
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug