aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/binary
Commit message (Collapse)AuthorAge
* Merge branch 'master' into down-integrate-with-msvc-fixGravatar Adam Cozzette2016-11-17
|\
* | Integrated internal changes from GoogleGravatar Adam Cozzette2016-11-17
| |
| * Merge pull request #1907 from evokly/js-utf8-fixGravatar Joshua Haberman2016-11-15
|/| | | | | JS: Fix for high utf-8 codepoints.
| * JS: Well, this is the right place for surrogates.Gravatar Wojciech Mandrysz2016-11-15
| |
| * JS: Re-added comment, moved surrogates code to the right placeGravatar Wojciech Mandrysz2016-11-15
| |
| * JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because ↵Gravatar Wojciech Mandrysz2016-10-10
| | | | | | | | of functions limited availability, fixed typo in tests.
* | Integrate internal changesGravatar Bo Yang2016-10-10
| |
| * JS: Added string encoding/decoding tests for UTF-8Gravatar Wojciech Mandrysz2016-10-03
| |
| * JS: Fixed UTF-8 string encoder/decoder for high codepoints.Gravatar Wojciech Mandrysz2016-10-03
|/
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* Test redundant varint fields decoding in JS.Gravatar Grigoriy Kraynov2016-05-12
| | | | | Varints are generally encoded in minimum possible length but need to ensure that any redundancy does not break fields decoder.
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
|
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Fix CommonJS relative require generation, and test itGravatar murgatroid992016-02-24
|
* Removed unused directives from tests that aren't run under CommonJS.Gravatar Josh Haberman2016-02-18
|
* Integrate review comments.Gravatar Josh Haberman2016-02-18
|
* Fixed nested message scopes for CommonJS.Gravatar Josh Haberman2016-02-18
|
* CommonJS tests are now passing.Gravatar Josh Haberman2016-02-18
|
* Enable JavaScript tests for binary parse/serialize.Gravatar Josh Haberman2016-02-02
| | | | | | | | These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11