RESOLVED FIXED 134453
Add encodeInteger and decodeInteger for remote object encoder and decoder.
https://bugs.webkit.org/show_bug.cgi?id=134453
Summary Add encodeInteger and decodeInteger for remote object encoder and decoder.
Yongjun Zhang
Reported 2014-06-30 14:02:06 PDT
In 64bit system, encodeInteger/decodeInteger is by default mapped into encodeInt64/decodeInt64. For 32bit system, they are mapped to encodeInt32/decodeInt32. However, since we don't have encodeInt32/decodeInt32 implementation in WKRemoteObjectCoder, we could hit crash in 32bit systems.
Attachments
Patch. (2.90 KB, patch)
2014-06-30 14:08 PDT, Yongjun Zhang
no flags
Yongjun Zhang
Comment 1 2014-06-30 14:08:51 PDT
Yongjun Zhang
Comment 2 2014-06-30 14:14:51 PDT
WebKit Commit Bot
Comment 3 2014-07-01 10:15:01 PDT
Comment on attachment 234091 [details] Patch. Clearing flags on attachment: 234091 Committed r170645: <http://trac.webkit.org/changeset/170645>
WebKit Commit Bot
Comment 4 2014-07-01 10:15:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.