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

Side by Side Diff: ChangeLog

Issue 14096024: Prepare push to trunk. Now working on version 3.18.1. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Changed to past tense. Created 7 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 2013-04-17: Version 3.18.0
2
3 Enabled pretenuring of fast literals in high promotion mode.
4
5 Removed preparser library; link preparser executable against full V8.
6
7 Fixed set-up of intrinsic's 'constructor' properties.
8 (Chromium issue 229445)
9
10 ES6 symbols: extended V8 API to support symbols (issue 2158).
11
12 Removed ARM support for VFP2.
13
14 Made __proto__ a real JavaScript accessor property.
15 (issue 1949 and issue 2606)
16
17 Performance and stability improvements on all platforms.
18
19
1 2013-04-04: Version 3.17.16 20 2013-04-04: Version 3.17.16
2 21
3 Stack trace API: poison stack frames below the first strict mode frame. 22 Stack trace API: poison stack frames below the first strict mode frame.
4 (issue 2564) 23 (issue 2564)
5 24
6 Made Isolate::GetHeapStatistics robust against half-initialized 25 Made Isolate::GetHeapStatistics robust against half-initialized
7 isolates (Chromium issue 2591). 26 isolates (Chromium issue 2591).
8 27
9 Finished implementation of ES6 symbols aka. private names (issue 2158). 28 Finished implementation of ES6 symbols aka. private names (issue 2158).
10 29
(...skipping 5258 matching lines...) Expand 10 before | Expand all | Expand 10 after
5269 setting break points in them. 5288 setting break points in them.
5270 5289
5271 5290
5272 2008-07-03: Version 0.1.0 5291 2008-07-03: Version 0.1.0
5273 5292
5274 Initial export. 5293 Initial export.
5275 5294
5276 # Local Variables: 5295 # Local Variables:
5277 # mode:text 5296 # mode:text
5278 # End: 5297 # 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