Bug 120431

Summary: Allow the Flash plug-in to open its preference pane
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2013-08-28 11:26:34 PDT
Allow the Flash plug-in to open its preference pane
Comment 1 Anders Carlsson 2013-08-28 11:29:16 PDT
Created attachment 209910 [details]
Patch
Comment 2 Andreas Kling 2013-08-28 11:33:01 PDT
Comment on attachment 209910 [details]
Patch

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

> Source/WebKit2/PluginProcess/mac/PluginProcessMac.mm:391
> +    if (!parentProcessConnection()->sendSync(Messages::PluginProcessProxy::OpenFile(fullPath), Messages::PluginProcessProxy::OpenFile::Reply(result), 0))

sendSync :|
Comment 3 Anders Carlsson 2013-08-28 11:35:16 PDT
Committed r154763: <http://trac.webkit.org/changeset/154763>