WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50791
Add CoreIPC coders for CF types
https://bugs.webkit.org/show_bug.cgi?id=50791
Summary
Add CoreIPC coders for CF types
Anders Carlsson
Reported
2010-12-09 17:10:53 PST
Add CoreIPC coders for CF types
Attachments
Patch
(21.76 KB, patch)
2010-12-09 17:12 PST
,
Anders Carlsson
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2010-12-09 17:12:59 PST
Created
attachment 76139
[details]
Patch
Sam Weinig
Comment 2
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.
Anders Carlsson
Comment 3
2010-12-09 17:32:54 PST
Committed
r73662
: <
http://trac.webkit.org/changeset/73662
>
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