Bug 43509 - WebKit2 should refuse to load the same plugins that old-WebKit refuses to load
Summary: WebKit2 should refuse to load the same plugins that old-WebKit refuses to load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, PlatformOnly
Depends on: 49076
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-04 14:18 PDT by Adam Roben (:aroben)
Modified: 2010-11-05 11:16 PDT (History)
2 users (show)

See Also:


Attachments
Implement PluginInfoStore::shouldUsePlugin on Windows (5.74 KB, patch)
2010-11-05 11:09 PDT, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

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