Wojciech Mandrysz
bd850a25f5
JS: Well, this is the right place for surrogates.
8 years ago
Wojciech Mandrysz
292c2c91cf
JS: Re-added comment, moved surrogates code to the right place
8 years ago
Josh Haberman
5d9dbe3ecc
Fixed JavaScript license declaration.
8 years ago
Wojciech Mandrysz
7332ffb1f0
JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because of functions limited availability, fixed typo in tests.
8 years ago
Josh Haberman
f2eeaf7110
Added alias getFieldProto3 as used by older generated code.
...
Un-breaks users who have old generated code and upgrade
to the 3.1.0 release.
8 years ago
Adam Cozzette
4a4a1627c1
Fixed references to foreign nested messages with CommonJS-style imports
...
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.
8 years ago
Feng Xiao
f933d10fbe
Update version number.
...
[skip ci]
Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
8 years ago
Bo Yang
15f4db6cb1
Bump version number to 3.1.0-alpha-1.
8 years ago
Joshua Haberman
af62fde5e8
Fix for maps_test.js in JavaScript. ( #2145 )
...
Had to strip out some JSPB-format test code,
but also added some .proto test messages that
had been improperly stripped out.
8 years ago
Bo Yang
cc8ca5b6a5
Integrate internal changes
8 years ago
Wojciech Mandrysz
fe1d0a1f5a
JS: Added string encoding/decoding tests for UTF-8
8 years ago
Wojciech Mandrysz
23f108d471
JS: Fixed UTF-8 string encoder/decoder for high codepoints.
8 years ago
Josh Haberman
8b54280395
Added alias getFieldProto3 as used by older generated code.
...
Un-breaks users who have old generated code and upgrade
to the 3.1.0 release.
8 years ago
Adam Cozzette
c4d70123ac
Fixed references to foreign nested messages with CommonJS-style imports
...
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.
8 years ago
Feng Xiao
2649844cab
Update version number.
...
[skip ci]
Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
8 years ago
Bo Yang
ebcda12102
Bump version number to 3.1.0-alpha-1.
8 years ago
Joshua Haberman
679381fba8
Fix for maps_test.js in JavaScript. ( #2145 )
...
Had to strip out some JSPB-format test code,
but also added some .proto test messages that
had been improperly stripped out.
8 years ago
Bo Yang
98835fb8f8
Integrate internal changes
8 years ago
Joshua Haberman
7645a3d03d
Merge pull request #1884 from hochhaus/valueWriterFn
...
Fix valueWriterFn_ variable name
8 years ago
Jisi Liu
6e11540b32
Bump version number to 3.0.2
8 years ago
Guillaume Egles
8335b7d93e
Fix missing import of jspb.Map ( #1885 )
8 years ago
Guillaume Egles
ea081fe220
Fix missing import of jspb.Map ( #1885 )
8 years ago
sheffatguidance
9a11ab4f4f
Fix Issue #1869 : faulty js API documentation
8 years ago
Andy Hochhaus
a2174089b2
Fix valueWriterFn variable name
8 years ago
Jisi Liu
fb7a7c5f1f
Bump version number for GA
8 years ago
Nikolai Vavilov
73e0b49272
fix debug.dump
8 years ago
Nikolai Vavilov
e4b129f304
restore old behavior for toObject
8 years ago
Nikolai Vavilov
970a4fda17
Make implicit defaults consistent with explicit defaults
8 years ago
Josh Haberman
e0e7377119
Fix goog.require()/goog.provide() ordering.
8 years ago
Josh Haberman
7429b91eda
JavaScript: move extension binary info to separate struct.
8 years ago
Josh Haberman
923eae8b16
JavaScript maps: move binary callbacks out of constructor.
...
This change will help us separate binary support into
separate files, because we only refer to binary serialization
functions in the actual binary serialization paths.
8 years ago
Feng Xiao
932f94e16e
Update version number to 3.0.0-beta-4
8 years ago
Feng Xiao
9086d96439
Integrate from internal code base.
8 years ago
Adam Cozzette
c64d86ed4f
Fixed failing JS tests
...
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.
9 years ago
Adam Cozzette
d64a2d9941
Integrated internal changes from Google
...
This includes all internal changes from around May 20 to now.
9 years ago
Josh Haberman
6a6f95d522
JS package.json: Added author and updated Closure Library version.
9 years ago
Josh Haberman
1dc62803e8
Moved all dependencies to devDependencies.
...
The runtime doesn't depend on anything, so these
packages should always have been in devDependencies.
9 years ago
Josh Haberman
48735cba77
Add "google" to package.json "files" for WKT.
9 years ago
Josh Haberman
c4b40a37dd
Create patch release for JS to include WKT.
9 years ago
Josh Haberman
104723fccf
Fix tests for CommonJS.
9 years ago
Josh Haberman
4308cc4d46
Added plugin.proto to well-known types for JS.
9 years ago
Josh Haberman
1337486755
JS: import well-known types from google-protobuf package.
9 years ago
Grigoriy Kraynov
5d54a852eb
Test redundant varint fields decoding in JS.
...
Varints are generally encoded in minimum possible length but need to
ensure that any redundancy does not break fields decoder.
9 years ago
Jisi Liu
5dea2017db
Update version numbers for other languages
9 years ago
Jisi Liu
cf14183bcd
Down integrate from Google internal.
9 years ago
Nikolai Vavilov
7ff229fa4e
Support Windows in gulpfile.js
9 years ago
Josh Haberman
3c4ce528c6
Fix for gulpfile.js.
9 years ago
Josh Haberman
15239361e3
Fix for CommonJS tests.
9 years ago
Jisi Liu
3b3c8abb96
Integrate google internal changes.
9 years ago
murgatroid99
c9f8a1b006
Moved CommonJS-specific files into commonjs directory
9 years ago