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

Side by Side Diff: ChangeLog

Issue 4669002: Prepare push to trunk. Now working on version 2.5.6. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 1 month 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-11-08: Version 2.5.5
2
3 Added more aggressive GC of external objects in near out-of-memory
4 situations.
5
6 Fixed a bug that gave the incorrect result for String.split called
7 on the empty string (issue 924).
8
9
1 2010-11-03: Version 2.5.4 10 2010-11-03: Version 2.5.4
2 11
3 » Improved V8 VFPv3 runtime detection to address issue 914. 12 Improved V8 VFPv3 runtime detection to address issue 914.
4 13
5 14
6 2010-11-01: Version 2.5.3 15 2010-11-01: Version 2.5.3
7 16
8 Fixed a bug that prevents constants from overwriting function values 17 Fixed a bug that prevents constants from overwriting function values
9 in object literals (issue 907). 18 in object literals (issue 907).
10 19
11 Fixed a bug with reporting of impossible nested calls of DOM functions 20 Fixed a bug with reporting of impossible nested calls of DOM functions
12 (issue http://crbug.com/60753). 21 (issue http://crbug.com/60753).
13 22
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 2202
2194 Improved debugger support by allowing nested break points and by 2203 Improved debugger support by allowing nested break points and by
2195 dealing with stack-overflows when compiling functions before 2204 dealing with stack-overflows when compiling functions before
2196 setting break points in them. 2205 setting break points in them.
2197 2206
2198 2207
2199 2008-07-03: Version 0.1.0 2208 2008-07-03: Version 0.1.0
2200 2209
2201 Initial export. 2210 Initial export.
2202 2211
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