Bug 88296

Summary: REGRESSION (r118197): PluginStrategy should be used even if ENABLE(NETSCAPE_PLUGIN_API) is false
Product: WebKit Reporter: Andy Estes <aestes>
Component: Plug-insAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Regression
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 87096    
Bug Blocks:    
Attachments:
Description Flags
Patch mitz: review+

Andy Estes
Reported 2012-06-04 23:28:00 PDT
<http://trac.webkit.org/changeset/118197> changed PluginData to only call into PluginStrategy if ENABLE(NETSCAPE_PLUGIN_API) is true. This isn't correct, since some ports support non-Netscape plug-ins and still use PluginStrategy (e.g. Apple's OS X port).
Attachments
Patch (1.93 KB, patch)
2012-06-05 00:08 PDT, Andy Estes
mitz: review+
Andy Estes
Comment 1 2012-06-05 00:08:43 PDT
mitz
Comment 2 2012-06-05 00:30:28 PDT
Comment on attachment 145707 [details] Patch r=me if it doesn’t break any builds
Andy Estes
Comment 3 2012-06-05 11:28:56 PDT
Note You need to log in before you can comment on or make changes to this bug.