Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: ChangeLog

Issue 155723005: A64: Synchronize with r19001. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « AUTHORS ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2014-01-31: Version 3.24.28
2
3 Don't crash in Array.join() if the resulting string exceeds the max
4 string length (Chromium issue 336820).
5
6 Implements ES6 String.prototype.normalize method (issue 2943).
7
8 Performance and stability improvements on all platforms.
9
10
11 2014-01-30: Version 3.24.27
12
13 Performance and stability improvements on all platforms.
14
15
1 2014-01-29: Version 3.24.26 16 2014-01-29: Version 3.24.26
2 17
3 ES6: Map and Set needs to normalize minus zero (issue 3069). 18 ES6: Map and Set needs to normalize minus zero (issue 3069).
4 19
5 Make `String.prototype.{starts,ends}With` throw when passing a regular 20 Make `String.prototype.{starts,ends}With` throw when passing a regular
6 expression (issue 3070). 21 expression (issue 3070).
7 22
8 Performance and stability improvements on all platforms. 23 Performance and stability improvements on all platforms.
9 24
10 25
(...skipping 6576 matching lines...) Expand 10 before | Expand all | Expand 10 after
6587 setting break points in them. 6602 setting break points in them.
6588 6603
6589 6604
6590 2008-07-03: Version 0.1.0 6605 2008-07-03: Version 0.1.0
6591 6606
6592 Initial export. 6607 Initial export.
6593 6608
6594 # Local Variables: 6609 # Local Variables:
6595 # mode:text 6610 # mode:text
6596 # End: 6611 # End:
OLDNEW
« no previous file with comments | « AUTHORS ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698