Bug 126823 - Support bool argument for encoding/decoding invocations.
Summary: Support bool argument for encoding/decoding invocations.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-11 12:13 PST by Yongjun Zhang
Modified: 2014-01-11 23:27 PST (History)
4 users (show)

See Also:


Attachments
add bool argument support for remote invocations. (1.89 KB, patch)
2014-01-11 16:42 PST, Yongjun Zhang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yongjun Zhang 2014-01-11 12:13:20 PST
For remote invocation argument, current we support int, double and ObjC objet; it would be nice to add support for bool type too.
Comment 1 Yongjun Zhang 2014-01-11 16:42:08 PST
Created attachment 220948 [details]
add bool argument support for remote invocations.
Comment 2 Sam Weinig 2014-01-11 21:10:10 PST
Comment on attachment 220948 [details]
add bool argument support for remote invocations.

Can you test this in testapi.mm?
Comment 3 Sam Weinig 2014-01-11 21:10:48 PST
(In reply to comment #2)
> (From update of attachment 220948 [details])
> Can you test this in testapi.mm?

Please ignore this comment completely. It makes no sense.
Comment 4 WebKit Commit Bot 2014-01-11 23:27:48 PST
Comment on attachment 220948 [details]
add bool argument support for remote invocations.

Clearing flags on attachment: 220948

Committed r161804: <http://trac.webkit.org/changeset/161804>
Comment 5 WebKit Commit Bot 2014-01-11 23:27:50 PST
All reviewed patches have been landed.  Closing bug.