Bug 42028 - Reuse initialized NetscapePluginModules, pass parameters to NPP_New
Summary: Reuse initialized NetscapePluginModules, pass parameters to NPP_New
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-10 10:13 PDT by Anders Carlsson
Modified: 2010-07-14 11:30 PDT (History)
0 users

See Also:


Attachments
Patch (10.06 KB, patch)
2010-07-10 10:17 PDT, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>