Bug 126823

Summary: Support bool argument for encoding/decoding invocations.
Product: WebKit Reporter: Yongjun Zhang <yongjun_zhang>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, mitz, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
add bool argument support for remote invocations. none

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.