Bug 43509

Summary: WebKit2 should refuse to load the same plugins that old-WebKit refuses to load
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jhoneycutt
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Bug Depends on: 49076    
Bug Blocks:    
Attachments:
Description Flags
Implement PluginInfoStore::shouldUsePlugin on Windows andersca: review+

Description Adam Roben (:aroben) 2010-08-04 14:18:47 PDT
Old WebKit (WebCore, really) has logic to refuse to load certain plugins. WebKit2 should refuse to load those same plugins.
Comment 1 Anders Carlsson 2010-08-04 14:55:30 PDT
This should be done by implementing PluginInfoStore::shouldUsePlugin on Windows.
Comment 2 Adam Roben (:aroben) 2010-08-04 15:02:52 PDT
<rdar://problem/8273822>
Comment 3 Adam Roben (:aroben) 2010-11-03 15:39:19 PDT
I think the only logic WebCore has that WebKit2 doesn't is that WebCore prefers the newer WMP plugin to the older one.
Comment 4 Adam Roben (:aroben) 2010-11-05 11:09:31 PDT
Created attachment 73086 [details]
Implement PluginInfoStore::shouldUsePlugin on Windows
Comment 5 Adam Roben (:aroben) 2010-11-05 11:16:26 PDT
Committed r71436: <http://trac.webkit.org/changeset/71436>