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

Side by Side Diff: ChangeLog

Issue 10107013: Prepare push to trunk. We are now working on 3.10.4. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 | 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 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 Updated test expectations to match the most recent Test262 version.
Michael Starzinger 2012/04/17 11:19:10 I don't think this is interesting to people becaus
18
19 Performance and stability improvements on all platforms.
20
21
1 2012-04-13: Version 3.10.2 22 2012-04-13: Version 3.10.2
2 23
3 Fixed native ARM build (issues 1744, 539) 24 Fixed native ARM build (issues 1744, 539)
4 25
5 Return LOOKUP variable instead of CONTEXT for non-context allocated 26 Return LOOKUP variable instead of CONTEXT for non-context allocated
6 outer scope parameters (Chromium issue 119609). 27 outer scope parameters (Chromium issue 119609).
7 28
8 Fixed regular and ElementsKind transitions interfering with each other 29 Fixed regular and ElementsKind transitions interfering with each other
9 (Chromium issue 122271). 30 (Chromium issue 122271).
10 31
(...skipping 3997 matching lines...) Expand 10 before | Expand all | Expand 10 after
4008 setting break points in them. 4029 setting break points in them.
4009 4030
4010 4031
4011 2008-07-03: Version 0.1.0 4032 2008-07-03: Version 0.1.0
4012 4033
4013 Initial export. 4034 Initial export.
4014 4035
4015 # Local Variables: 4036 # Local Variables:
4016 # mode:text 4037 # mode:text
4017 # End: 4038 # 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