Bug 115688

Summary: Add SPI to get an array of all the installed plug-ins
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Sam Weinig 2013-05-06 18:20:51 PDT
Add SPI to get an array of all the installed plug-ins
Comment 1 Sam Weinig 2013-05-06 18:21:45 PDT
Created attachment 200862 [details]
Patch
Comment 2 Anders Carlsson 2013-05-06 20:03:47 PDT
Comment on attachment 200862 [details]
Patch

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

I'd rather see asynchronous API that would take result blocks, but I guess this is fine.

> Source/WebKit2/ChangeLog:4
> +        https://bugs.webkit.org/show_bug.cgi?id=115688

I think there's a radar for this as well.
Comment 3 Sam Weinig 2013-05-07 17:10:28 PDT
Committed r149701: <http://trac.webkit.org/changeset/149701>