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

Side by Side Diff: ChangeLog

Issue 10105026: Version 3.10.3 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 8 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 | include/v8-profiler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-04-17: Version 3.10.3
2
3 Fixed several bugs in heap profiles (including issue 2078).
4
5 Throw syntax errors on illegal escape sequences.
6
7 Implemented rudimentary module linking (behind --harmony flag)
8
9 Implemented ES5 erratum: Global declarations should shadow
10 inherited properties.
11
12 Made handling of const more consistent when combined with 'eval'
13 and 'with'.
14
15 Fixed V8 on MinGW-x64 (issue 2026).
16
17 Performance and stability improvements on all platforms.
18
19
1 2012-04-13: Version 3.10.2 20 2012-04-13: Version 3.10.2
2 21
3 Fixed native ARM build (issues 1744, 539) 22 Fixed native ARM build (issues 1744, 539)
4 23
5 Return LOOKUP variable instead of CONTEXT for non-context allocated 24 Return LOOKUP variable instead of CONTEXT for non-context allocated
6 outer scope parameters (Chromium issue 119609). 25 outer scope parameters (Chromium issue 119609).
7 26
8 Fixed regular and ElementsKind transitions interfering with each other 27 Fixed regular and ElementsKind transitions interfering with each other
9 (Chromium issue 122271). 28 (Chromium issue 122271).
10 29
(...skipping 3997 matching lines...) Expand 10 before | Expand all | Expand 10 after
4008 setting break points in them. 4027 setting break points in them.
4009 4028
4010 4029
4011 2008-07-03: Version 0.1.0 4030 2008-07-03: Version 0.1.0
4012 4031
4013 Initial export. 4032 Initial export.
4014 4033
4015 # Local Variables: 4034 # Local Variables:
4016 # mode:text 4035 # mode:text
4017 # End: 4036 # End:
OLDNEW
« no previous file with comments | « no previous file | include/v8-profiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698