WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
212276
[IPC] Add support for specifying `Async WantsConnection` in message files
https://bugs.webkit.org/show_bug.cgi?id=212276
Summary
[IPC] Add support for specifying `Async WantsConnection` in message files
Wenson Hsieh
Reported
2020-05-22 13:36:13 PDT
Example: Foo(...) -> (...) Async WantsConnection ...results in this generated code: IPC::handleMessageAsync<Messages::WebPageProxy::Foo>(connection, connection, decoder, this, &WebPageProxy::foo); ...which results in a compiler error due to the duplicated `connection` argument.
Attachments
Patch
(9.95 KB, patch)
2020-05-22 14:04 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2020-05-22 14:04:17 PDT
Created
attachment 400074
[details]
Patch
EWS
Comment 2
2020-05-22 14:45:51 PDT
Committed
r262075
: <
https://trac.webkit.org/changeset/262075
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 400074
[details]
.
Radar WebKit Bug Importer
Comment 3
2020-05-22 14:46:14 PDT
<
rdar://problem/63554831
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug