aboutsummaryrefslogtreecommitdiff
path: root/js/binary
Commit message (Collapse)AuthorAgeFilesLines
* Integrated internal changes from GoogleAdam Cozzette2016-06-294-28/+40
| | | | This includes all internal changes from around May 20 to now.
* Test redundant varint fields decoding in JS.Grigoriy Kraynov2016-05-121-0/+52
| | | | | 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.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
| | | | | | | | 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.Feng Xiao2015-12-1112-0/+8882