aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/test.proto
Commit message (Collapse)AuthorAge
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Updated enum names in test.proto to avoid conflicting with testbinary.protoGravatar Adam Cozzette2016-11-21
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-11-17
|
* Fixed references to foreign nested messages with CommonJS-style importsGravatar Adam Cozzette2016-10-10
| | | | | | | | A bug was causing generated JSPB code with CommonJS-style imports to refer incorrectly to nested messages from other .proto files. The generated code would have things like "test_pb.InnerMessage" instead of "test_pb.OuterMessage.InnerMessage". This commit fixes the problem by correctly taking into account any message nesting.
* Fix for maps_test.js in JavaScript. (#2145)Gravatar Joshua Haberman2016-10-10
| | | | | Had to strip out some JSPB-format test code, but also added some .proto test messages that had been improperly stripped out.
* Integrate from internal code base.Gravatar Feng Xiao2016-07-13
|
* Fixed failing JS testsGravatar Adam Cozzette2016-07-06
| | | | | | A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Fix CommonJS relative require generation, and test itGravatar murgatroid992016-02-24
|
* Fixed nested message scopes for CommonJS.Gravatar Josh Haberman2016-02-18
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11