Bug 161399 - Add Connection::sendWithReply
Summary: Add Connection::sendWithReply
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-30 13:50 PDT by Anders Carlsson
Modified: 2016-08-30 16:01 PDT (History)
1 user (show)

See Also:


Attachments
Patch (22.84 KB, patch)
2016-08-30 13:58 PDT, Anders Carlsson
thorton: 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-30 13:50:43 PDT
Add Connection::sendWithReply
Comment 1 Anders Carlsson 2016-08-30 13:58:21 PDT
Created attachment 287427 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-30 13:59:33 PDT
Attachment 287427 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/WebProcessProxy.h:122:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/WebProcessProxy.cpp:739:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Platform/IPC/Connection.h:168:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Platform/IPC/Connection.h:173:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Platform/IPC/Connection.h:348:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Platform/IPC/Connection.cpp:41:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/Platform/IPC/Connection.cpp:398:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 7 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-08-30 16:01:06 PDT
Committed r205207: <http://trac.webkit.org/changeset/205207>