WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
57629
[WK2] Add encoding/decoding support for basic data types in WK API
https://bugs.webkit.org/show_bug.cgi?id=57629
Summary
[WK2] Add encoding/decoding support for basic data types in WK API
Chang Shu
Reported
2011-04-01 07:20:23 PDT
I am thinking adding some WK API for encoding/decoding basic data types like: WKArgumentDecoderRef WKCreateArgumentDecoder(const unsigned char* data, size_t length); bool WKDecodeUInt32(WKArgumentDecoderRef argumentDecoderRef, uint32_t& value); I did this in the patch for
bug 57515
. But it may be better to separate the effort of decoding in this bug. Any comments? Thanks,
Attachments
Add attachment
proposed patch, testcase, etc.
Chang Shu
Comment 1
2011-04-18 06:00:11 PDT
WKArray and WKDictionary is the way to go. Thus close this bug.
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