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

Side by Side Diff: ChangeLog

Issue 3538009: Prepare push to trunk. Now working on version 2.4.9. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 2 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-10-04: Version 2.4.8
2
3 Fixed a bug in ResumeProfilerEx causing it to not always write out the
4 whole snapshot (issue 868).
5
6 Performance improvements on all platforms.
7
8
1 2010-09-30: Version 2.4.7 9 2010-09-30: Version 2.4.7
2 10
3 Changed the command-line flag --max-new-space-size to be in kB and the 11 Changed the command-line flag --max-new-space-size to be in kB and the
4 flag --max-old-space-size to be in MB (previously they were in bytes). 12 flag --max-old-space-size to be in MB (previously they were in bytes).
5 13
6 Added Debug::CancelDebugBreak to the debugger API. 14 Added Debug::CancelDebugBreak to the debugger API.
7 15
8 Fixed a bug in getters for negative numeric property names 16 Fixed a bug in getters for negative numeric property names
9 (https://bugs.webkit.org/show_bug.cgi?id=46689). 17 (https://bugs.webkit.org/show_bug.cgi?id=46689).
10 18
(...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 2126
2119 Improved debugger support by allowing nested break points and by 2127 Improved debugger support by allowing nested break points and by
2120 dealing with stack-overflows when compiling functions before 2128 dealing with stack-overflows when compiling functions before
2121 setting break points in them. 2129 setting break points in them.
2122 2130
2123 2131
2124 2008-07-03: Version 0.1.0 2132 2008-07-03: Version 0.1.0
2125 2133
2126 Initial export. 2134 Initial export.
2127 2135
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