DescriptionBlink-compatible serialization of numbers.
This includes unsigned integers (encoded as base-128 varints), signed integers
(ZigZag-encoded, then varint-encoded) and doubles (written in host byte order).
BUG=chromium:148757
Committed: https://crrev.com/39bbb6f22a36c434f96f91233e5370c9cd4b16b7
Cr-Commit-Position: refs/heads/master@{#38630}
Patch Set 1 #Patch Set 2 : remove big-endian tests, since I cannot actually run them #Patch Set 3 : . #Patch Set 4 : for consistency, use sizeof(double) everywhere #
Dependent Patchsets: Messages
Total messages: 16 (11 generated)
|