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

Side by Side Diff: ChangeLog

Issue 2757004: Prepare push to trunk. We are now working on version 2.2.17. (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
2
3 Remove the SetExternalStringDiposeCallback API. Changed the
Mads Ager (chromium) 2010/06/09 09:22:16 I don't think we ever pushed the callback to trunk
4 disposal of external string resources to call a virtual Dispose
5 method on the resource.
6
7 Added support for more precise break points when debugging and
8 stepping.
9
10 Memory usage improvements on all platforms.
11
12
1 2010-06-07: Version 2.2.15 13 2010-06-07: Version 2.2.15
2 14
3 Add an API to control the disposal of external string resources. 15 Add an API to control the disposal of external string resources.
4 16
5 Add missing initialization of a couple of variables which makes 17 Add missing initialization of a couple of variables which makes
6 some compilers complaint when compiling with -Werror. 18 some compilers complaint when compiling with -Werror.
7 19
8 Improve performance on all platforms. 20 Improve performance on all platforms.
9 21
10 22
(...skipping 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 1758
1747 Improved debugger support by allowing nested break points and by 1759 Improved debugger support by allowing nested break points and by
1748 dealing with stack-overflows when compiling functions before 1760 dealing with stack-overflows when compiling functions before
1749 setting break points in them. 1761 setting break points in them.
1750 1762
1751 1763
1752 2008-07-03: Version 0.1.0 1764 2008-07-03: Version 0.1.0
1753 1765
1754 Initial export. 1766 Initial export.
1755 1767
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