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

Side by Side Diff: ChangeLog

Issue 2640007: Prepare push to trunk. We are now working on version 2.2.16. (Closed)
Patch Set: Address review comments. Created 10 years, 6 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-06-07: Version 2.2.15
2
3 Add an API to control the disposal of external string resources.
4
5 Add missing initialization of a couple of variables which makes
6 some compilers complaint when compiling with -Werror.
7
8 Improve performance on all platforms.
9
10
1 2010-06-02: Version 2.2.14 11 2010-06-02: Version 2.2.14
2 12
3 Fixed a crash in code generated for String.charCodeAt. 13 Fixed a crash in code generated for String.charCodeAt.
4 14
5 Fixed a compilation issue with some GCC versions (issue 727). 15 Fixed a compilation issue with some GCC versions (issue 727).
6 16
7 Performance optimizations on x64 and ARM platforms. 17 Performance optimizations on x64 and ARM platforms.
8 18
9 19
10 2010-05-31: Version 2.2.13 20 2010-05-31: Version 2.2.13
(...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 1746
1737 Improved debugger support by allowing nested break points and by 1747 Improved debugger support by allowing nested break points and by
1738 dealing with stack-overflows when compiling functions before 1748 dealing with stack-overflows when compiling functions before
1739 setting break points in them. 1749 setting break points in them.
1740 1750
1741 1751
1742 2008-07-03: Version 0.1.0 1752 2008-07-03: Version 0.1.0
1743 1753
1744 Initial export. 1754 Initial export.
1745 1755
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