Bug 160679 - Move plug-in code from WebPlatformStrategies to WebPluginInfoProvider
Summary: Move plug-in code from WebPlatformStrategies to WebPluginInfoProvider
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-08 17:13 PDT by Anders Carlsson
Modified: 2016-08-09 09:28 PDT (History)
0 users

See Also:


Attachments
Patch (26.90 KB, patch)
2016-08-08 17:14 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (26.92 KB, patch)
2016-08-08 17:19 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (26.94 KB, patch)
2016-08-08 17:24 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (26.98 KB, patch)
2016-08-08 17:33 PDT, Anders Carlsson
achristensen: 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 2016-08-08 17:13:36 PDT
Move plug-in code from WebPlatformStrategies to WebPluginInfoProvider
Comment 1 Anders Carlsson 2016-08-08 17:14:43 PDT
Created attachment 285611 [details]
Patch
Comment 2 Anders Carlsson 2016-08-08 17:19:41 PDT
Created attachment 285613 [details]
Patch
Comment 3 Anders Carlsson 2016-08-08 17:24:12 PDT
Created attachment 285615 [details]
Patch
Comment 4 Anders Carlsson 2016-08-08 17:33:09 PDT
Created attachment 285619 [details]
Patch
Comment 5 Alex Christensen 2016-08-08 20:35:38 PDT
Comment on attachment 285619 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=285619&action=review

> Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:101
>  PluginStrategy* WebPlatformStrategies::createPluginStrategy()

Could we get rid of this?
Comment 6 Anders Carlsson 2016-08-09 09:27:36 PDT
(In reply to comment #5)
> Comment on attachment 285619 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=285619&action=review
> 
> > Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:101
> >  PluginStrategy* WebPlatformStrategies::createPluginStrategy()
> 
> Could we get rid of this?

In an upcoming patch!
Comment 7 Anders Carlsson 2016-08-09 09:28:07 PDT
Committed r204281: <http://trac.webkit.org/changeset/204281>