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

Side by Side Diff: ChangeLog

Issue 1855001: Prepare push to trunk. Now working on version 2.2.8. (Closed)
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-05-03: Version 2.2.7
2
3 Added support for ES5 date time string format to Date.parse.
4
5 Performance improvements in the x64 backend.
6
7
1 2010-04-28: Version 2.2.6 8 2010-04-28: Version 2.2.6
2 9
3 Add "amd64" as recognized architecture in scons build script 10 Added "amd64" as recognized architecture in scons build script
4 (by Ryan Dahl <coldredlemur@gmail.com>). 11 (by Ryan Dahl <coldredlemur@gmail.com>).
5 12
6 Fix bug in String search and replace with very simple RegExps. 13 Fixed bug in String search and replace with very simple RegExps.
7 14
8 Fix bug in RegExp containing "\b^". 15 Fixed bug in RegExp containing "\b^".
9 16
10 Performance improvements on all platforms. 17 Performance improvements on all platforms.
11 18
19
12 2010-04-26: Version 2.2.5 20 2010-04-26: Version 2.2.5
13 21
14 Various performance improvements (especially for ARM and x64) 22 Various performance improvements (especially for ARM and x64)
15 23
16 Fixed bug in CPU profiling (http://crbug.com/42137) 24 Fixed bug in CPU profiling (http://crbug.com/42137)
17 25
18 Fixed a bug with the natives cache. 26 Fixed a bug with the natives cache.
19 27
20 Fixed two bugs in the ARM code generator that can cause 28 Fixed two bugs in the ARM code generator that can cause
21 wrong calculations. 29 wrong calculations.
(...skipping 1633 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 1663
1656 Improved debugger support by allowing nested break points and by 1664 Improved debugger support by allowing nested break points and by
1657 dealing with stack-overflows when compiling functions before 1665 dealing with stack-overflows when compiling functions before
1658 setting break points in them. 1666 setting break points in them.
1659 1667
1660 1668
1661 2008-07-03: Version 0.1.0 1669 2008-07-03: Version 0.1.0
1662 1670
1663 Initial export. 1671 Initial export.
1664 1672
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698