aboutsummaryrefslogtreecommitdiff
path: root/js/test.proto
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Feng Xiao2018-08-081-0/+7
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-0/+8
|
* Updated enum names in test.proto to avoid conflicting with testbinary.protoAdam Cozzette2016-11-211-3/+3
|
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-3/+6
|
* Fixed references to foreign nested messages with CommonJS-style importsAdam Cozzette2016-10-101-0/+8
| | | | | | | | 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)Joshua Haberman2016-10-101-0/+26
| | | | | 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.Feng Xiao2016-07-131-0/+1
|
* Fixed failing JS testsAdam Cozzette2016-07-061-0/+4
| | | | | | 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 GoogleAdam Cozzette2016-06-291-0/+1
| | | | This includes all internal changes from around May 20 to now.
* Integrate google internal changes.Jisi Liu2016-03-301-0/+12
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-1/+0
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-181-0/+7
|
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+212