Bug 120431 - Allow the Flash plug-in to open its preference pane
Summary: Allow the Flash plug-in to open its preference pane
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 11:26 PDT by Anders Carlsson
Modified: 2013-08-28 11:35 PDT (History)
0 users

See Also:


Attachments
Patch (7.42 KB, patch)
2013-08-28 11:29 PDT, Anders Carlsson
kling: 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 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>