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

Side by Side Diff: ChangeLog

Issue 10584027: Prepare push to trunk. Now working on version 3.12.1. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 2012-06-20: Version 3.12.0
2
3 Added --extra-code flag to mksnapshot to load JS code into the VM
4 before creating the snapshot.
5
6 Fixed Chromium issues:
7 115100, 129628, 131994, 132727, 132741, 132742, 133211
8
9 Fixed V8 issues:
10 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
11
12 Added --extra-code flag to mksnapshot to load JS code into the VM
Jakob Kummerow 2012/06/20 09:15:54 Dupe.
13 before creating the snapshot.
14
15 Support 'restart call frame' command in the debugger.
16
17 Performance and stability improvements on all platforms.
18
19
1 2012-06-13: Version 3.11.10 20 2012-06-13: Version 3.11.10
2 21
3 Implemented heap profiler memory usage reporting. 22 Implemented heap profiler memory usage reporting.
4 23
5 Preserved error message during finally block in try..finally. 24 Preserved error message during finally block in try..finally.
6 (Chromium issue 129171) 25 (Chromium issue 129171)
7 26
8 Fixed EnsureCanContainElements to properly handle double values. 27 Fixed EnsureCanContainElements to properly handle double values.
9 (issue 2170) 28 (issue 2170)
10 29
(...skipping 4228 matching lines...) Expand 10 before | Expand all | Expand 10 after
4239 setting break points in them. 4258 setting break points in them.
4240 4259
4241 4260
4242 2008-07-03: Version 0.1.0 4261 2008-07-03: Version 0.1.0
4243 4262
4244 Initial export. 4263 Initial export.
4245 4264
4246 # Local Variables: 4265 # Local Variables:
4247 # mode:text 4266 # mode:text
4248 # End: 4267 # 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