aboutsummaryrefslogtreecommitdiff
path: root/js/binary
Commit message (Expand)AuthorAgeFilesLines
* JS: Re-added comment, moved surrogates code to the right placeWojciech Mandrysz2016-11-152-9/+10
* JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because o...Wojciech Mandrysz2016-10-103-18/+24
* JS: Added string encoding/decoding tests for UTF-8Wojciech Mandrysz2016-10-031-0/+23
* JS: Fixed UTF-8 string encoder/decoder for high codepoints.Wojciech Mandrysz2016-10-032-15/+36
* Integrated internal changes from GoogleAdam Cozzette2016-06-294-28/+40
* Test redundant varint fields decoding in JS.Grigoriy Kraynov2016-05-121-0/+52
* Down integrate from Google internal.Jisi Liu2016-04-282-0/+85
* Integrate google internal changes.Jisi Liu2016-03-3010-1157/+1144
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-1/+1
* Removed unused directives from tests that aren't run under CommonJS.Josh Haberman2016-02-182-4/+0
* Integrate review comments.Josh Haberman2016-02-181-1/+1
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-1/+1
* CommonJS tests are now passing.Josh Haberman2016-02-183-0/+6
* Enable JavaScript tests for binary parse/serialize.Josh Haberman2016-02-021-101/+0
* Down-integrate from internal code base.Feng Xiao2015-12-1112-0/+8882