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

Side by Side Diff: ChangeLog

Issue 2824001: Prepare push to trunk. We are now working on version 2.2.18. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: 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 | Annotate | Revision Log
« 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.16 1 2010-06-14: Version 2.2.17
2 2
3 Remove the SetExternalStringDiposeCallback API. Changed the 3 Improved debugger support for stepping out of functions.
4
5 Improved heap profiling support.
Søren Thygesen Gjesse 2010/06/14 07:13:31 I don't think these changes are actually "availabl
6
7 Incremental performance improvements.
8
9
10 2010-06-09: Version 2.2.16
11
12 Removed the SetExternalStringDiposeCallback API. Changed the
4 disposal of external string resources to call a virtual Dispose 13 disposal of external string resources to call a virtual Dispose
5 method on the resource. 14 method on the resource.
6 15
7 Added support for more precise break points when debugging and 16 Added support for more precise break points when debugging and
8 stepping. 17 stepping.
9 18
10 Memory usage improvements on all platforms. 19 Memory usage improvements on all platforms.
11 20
12 21
13 2010-06-07: Version 2.2.15 22 2010-06-07: Version 2.2.15
(...skipping 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1758 1767
1759 Improved debugger support by allowing nested break points and by 1768 Improved debugger support by allowing nested break points and by
1760 dealing with stack-overflows when compiling functions before 1769 dealing with stack-overflows when compiling functions before
1761 setting break points in them. 1770 setting break points in them.
1762 1771
1763 1772
1764 2008-07-03: Version 0.1.0 1773 2008-07-03: Version 0.1.0
1765 1774
1766 Initial export. 1775 Initial export.
1767 1776
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