Bug 145821 - Change the PluginProcessManager data fetching function to take a completion handler
Summary: Change the PluginProcessManager data fetching function to take a completion h...
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: 2015-06-09 15:57 PDT by Anders Carlsson
Modified: 2015-06-09 16:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch (10.69 KB, patch)
2015-06-09 15:59 PDT, Anders Carlsson
sam: 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 2015-06-09 15:57:03 PDT
Change the PluginProcessManager data fetching function to take a completion handler
Comment 1 Anders Carlsson 2015-06-09 15:59:43 PDT
Created attachment 254610 [details]
Patch
Comment 2 WebKit Commit Bot 2015-06-09 16:02:01 PDT
Attachment 254610 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.cpp:111:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp:98:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h:82:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Plugins/PluginProcessProxy.h:167:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Plugins/PluginProcessManager.h:65:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 5 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-06-09 16:10:15 PDT
Committed r185390: <http://trac.webkit.org/changeset/185390>