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

Side by Side Diff: ChangeLog

Issue 3117018: Prepare push of version 2.3.8 to trunk. Now working on version 2.3.9. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 4 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-08-16: Version 2.3.8
2
3 Fixed build with strict aliasing on GCC 4.4 (issue 463).
4
5 Fixed issue with incorrect handling of custom valueOf methods on
6 string wrappers (issue 760).
7
8 Fixed compilation for ARMv4 (issue 590).
9
10 Improved performance.
11
12
1 2010-08-11: Version 2.3.7 13 2010-08-11: Version 2.3.7
2 14
3 Reduced size of heap snapshots produced by heap profiler (issue 783). 15 Reduced size of heap snapshots produced by heap profiler (issue 783).
4 16
5 Introduced v8::Value::IsRegExp method. 17 Introduced v8::Value::IsRegExp method.
6 18
7 Fixed CPU profiler crash in start / stop sequence when non-existent 19 Fixed CPU profiler crash in start / stop sequence when non-existent
8 name is passed (issue http://crbug.com/51594). 20 name is passed (issue http://crbug.com/51594).
9 21
10 Introduced new indexed property query callbacks API (issue 816). This 22 Introduced new indexed property query callbacks API (issue 816). This
(...skipping 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 1985
1974 Improved debugger support by allowing nested break points and by 1986 Improved debugger support by allowing nested break points and by
1975 dealing with stack-overflows when compiling functions before 1987 dealing with stack-overflows when compiling functions before
1976 setting break points in them. 1988 setting break points in them.
1977 1989
1978 1990
1979 2008-07-03: Version 0.1.0 1991 2008-07-03: Version 0.1.0
1980 1992
1981 Initial export. 1993 Initial export.
1982 1994
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