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

Side by Side Diff: ChangeLog

Issue 10532124: Prepare push to trunk. Now working on version 3.12.0. (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-13: Version 3.11.10
2
3 Implemented heap profiler memory usage reporting.
4
5 Preserved error message during finally block in try..finally.
6 (Chromium issue 129171)
7
8 Fixed EnsureCanContainElements to properly handle double values.
9 (issue 2170)
10
11 Improved heuristics to keep objects in fast mode with inherited
12 constructors.
13
14 Performance and stability improvements on all platforms.
15
16
1 2012-06-06: Version 3.11.9 17 2012-06-06: Version 3.11.9
2 18
3 Implemented ES5-conformant semantics for inherited setters and read-only 19 Implemented ES5-conformant semantics for inherited setters and read-only
4 properties. Currently behind --es5_readonly flag, because it breaks 20 properties. Currently behind --es5_readonly flag, because it breaks
5 WebKit bindings. 21 WebKit bindings.
6 22
7 Exposed last seen heap object id via v8 public api. 23 Exposed last seen heap object id via v8 public api.
8 24
9 Performance and stability improvements on all platforms. 25 Performance and stability improvements on all platforms.
10 26
(...skipping 4212 matching lines...) Expand 10 before | Expand all | Expand 10 after
4223 setting break points in them. 4239 setting break points in them.
4224 4240
4225 4241
4226 2008-07-03: Version 0.1.0 4242 2008-07-03: Version 0.1.0
4227 4243
4228 Initial export. 4244 Initial export.
4229 4245
4230 # Local Variables: 4246 # Local Variables:
4231 # mode:text 4247 # mode:text
4232 # End: 4248 # 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