aboutsummaryrefslogtreecommitdiff
path: root/js/binary/proto_test.js
Commit message (Collapse)AuthorAgeFilesLines
* JS: ensure that extension values are serialized even if they're falsyAdam Cozzette2017-03-061-4/+2
| | | | | | | | There was a bug where for JavaScript we would only serialize an extension value if it evaluated as truthy, which meant that values like 0 would get silently dropped (even in proto2, where field presence is significant). This fixes issue #2605, and takes care of the output of toObject() in addition to the binary format.
* Fixed remaining JSPB test failuresAdam Cozzette2016-11-211-1/+1
|
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-2/+39
|
* Integrate internal changesBo Yang2016-10-101-1/+1
|
* Integrate google internal changes.Jisi Liu2016-03-301-88/+227
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-1/+1
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-1/+1
|
* CommonJS tests are now passing.Josh Haberman2016-02-181-0/+2
|
* 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-111-0/+588