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

Side by Side Diff: ChangeLog

Issue 10389144: Prepare push to trunk. Now working on version 3.11.2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 7 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-05-15: Version 3.11.1
2
3 Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
4
5 Fix freebsd build. (V8 issue 2126)
6
7 Performance and stability improvements on all platforms.
8
9
1 2012-05-11: Version 3.11.0 10 2012-05-11: Version 3.11.0
2 11
3 Fixed compose-discard crasher from r11524 (issue 2123). 12 Fixed compose-discard crasher from r11524 (issue 2123).
4 13
5 Activated new global semantics by default. Global variables can 14 Activated new global semantics by default. Global variables can
6 now shadow properties of the global object (ES5.1 erratum). 15 now shadow properties of the global object (ES5.1 erratum).
7 16
8 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when 17 Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when
9 transitioning (Chromium issue 117409). 18 transitioning (Chromium issue 117409).
10 19
(...skipping 4113 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 setting break points in them. 4133 setting break points in them.
4125 4134
4126 4135
4127 2008-07-03: Version 0.1.0 4136 2008-07-03: Version 0.1.0
4128 4137
4129 Initial export. 4138 Initial export.
4130 4139
4131 # Local Variables: 4140 # Local Variables:
4132 # mode:text 4141 # mode:text
4133 # End: 4142 # 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