aboutsummaryrefslogtreecommitdiff
path: root/js/binary/utils.js
Commit message (Collapse)AuthorAgeFilesLines
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-0/+1
|
* Removed mention of Buffer in byteSourceToUint8ArrayAdam Cozzette2017-05-021-4/+0
| | | | | | The Closure compiler complains about Buffer since that class exists only in Node. That logic does not seem to be needed (unit tests and conformance tests pass without it), so let's just remove it to solve the problem.
* Fix #1562 by using goog.crypt.byteArrayToString instead of ↵Paul Jolly2017-05-021-1/+1
| | | | String.fromCharCode.apply
* Down-integrate from google3.Feng Xiao2017-03-291-1/+1
|
* Added JavaScript conformance tests. All tests pass!Josh Haberman2017-03-061-0/+4
|
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-0/+10
|
* Down integrate from Google internal.Jisi Liu2016-04-281-0/+50
|
* Integrate google internal changes.Jisi Liu2016-03-301-59/+5
|
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+979