Bug 42028

Summary: Reuse initialized NetscapePluginModules, pass parameters to NPP_New
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2010-07-10 10:13:01 PDT
Reuse initialized NetscapePluginModules, pass parameters to NPP_New
Comment 1 Anders Carlsson 2010-07-10 10:17:12 PDT
Created attachment 61155 [details]
Patch
Comment 2 mitz 2010-07-10 10:29:06 PDT
Comment on attachment 61155 [details]
Patch

> +        (WebKit::NetscapePluginModule::unload):´

What’s ´?

> +#include <WebCore/StringHash.h>
> +#include <wtf/HashMap.h>

These are unused.
Comment 3 Anders Carlsson 2010-07-14 11:30:51 PDT
Committed r63047: <http://trac.webkit.org/changeset/63047>