aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/message_test.js
Commit message (Collapse)AuthorAge
* Fix generation of extending nested messages in JavaScript (#2439)Gravatar Marcus Longmuir2017-01-06
| | | | | | * Fix generation of extending nested messages in JavaScript * Added missing test8.proto to build
* Added back in binary serialization round-trip in message_test.jsGravatar Adam Cozzette2016-11-21
|
* Updated message_test.js so that it does not depend on fromObjectGravatar 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.
* Integrate internal changesGravatar Bo Yang2016-10-10
|
* restore old behavior for toObjectGravatar Nikolai Vavilov2016-07-19
|
* Make implicit defaults consistent with explicit defaultsGravatar Nikolai Vavilov2016-07-19
|
* Integrate from internal code base.Gravatar Feng Xiao2016-07-13
|
* 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
|
* Fixed nested message scopes for CommonJS.Gravatar Josh Haberman2016-02-18
|
* CommonJS tests are now passing.Gravatar Josh Haberman2016-02-18
|
* Added README and enabled JavaScript tests on Node.jsGravatar Josh Haberman2015-12-21
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11