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

Side by Side Diff: ChangeLog

Issue 7234008: Prepare push to trunk. Now working on V8 version 3.4.7. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 2011-06-22: Version 3.4.6
2
3 Lowered limit on code space for systems with low memory supply.
4
5 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
6
7 Extended setBreakpoint API to accept partial script name (issue 1418).
8
9 Made multi-line comments not count when deciding whether the '-->'
10 comment starter is first on a line. This matches Safari.
11
12 Made handling of non-array recievers in Array length setter correct
13 (issue 1491).
14
15 Added ability to heap profiler to iterate over snapshot's node
16 (issue 1481).
17
18
1 2011-06-20: Version 3.4.5 19 2011-06-20: Version 3.4.5
2 20
3 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, 21 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473,
4 1476, and 1477. 22 1476, and 1477.
5 23
6 Improved code generation for !0 and !1. 24 Improved code generation for !0 and !1.
7 25
8 Reduced memory usage for regular expressions with nested qualifiers. 26 Reduced memory usage for regular expressions with nested qualifiers.
9 (issue 1472) 27 (issue 1472)
10 28
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after
2949 setting break points in them. 2967 setting break points in them.
2950 2968
2951 2969
2952 2008-07-03: Version 0.1.0 2970 2008-07-03: Version 0.1.0
2953 2971
2954 Initial export. 2972 Initial export.
2955 2973
2956 # Local Variables: 2974 # Local Variables:
2957 # mode:text 2975 # mode:text
2958 # End: 2976 # End:
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