Bug 50791 - Add CoreIPC coders for CF types
Summary: Add CoreIPC coders for CF types
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 17:10 PST by Anders Carlsson
Modified: 2010-12-09 17:32 PST (History)
0 users

See Also:


Attachments
Patch (21.76 KB, patch)
2010-12-09 17:12 PST, 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 2010-12-09 17:10:53 PST
Add CoreIPC coders for CF types
Comment 1 Anders Carlsson 2010-12-09 17:12:59 PST
Created attachment 76139 [details]
Patch
Comment 2 Sam Weinig 2010-12-09 17:21:25 PST
Comment on attachment 76139 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=76139&action=review

> WebKit2/Platform/CoreIPC/ArgumentDecoder.h:66
> +        COMPILE_ASSERT(sizeof(T) <= sizeof(uint64_t), enum_type_must_not_be_larger_than_64_bits);

You could use COMPILE_ASSERT __is_enum(), in Clang only code.
Comment 3 Anders Carlsson 2010-12-09 17:32:54 PST
Committed r73662: <http://trac.webkit.org/changeset/73662>