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

Side by Side Diff: ChangeLog

Issue 10928026: Prepare push to trunk. Now working on version 3.13.7. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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-09-06: Version 3.13.6
2
3 Added validity checking to API functions and calls.
4
5 Disabled accessor inlining (Chromium issue 134609).
6
7 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
8
9 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
10
11 Fixed VS2005 build (issue 2313).
12
13 Activated fixed ES5 readonly semantics by default.
14
15 Added hardfp flag to the Makefile.
16
17 Performance and stability improvements on all platforms.
18
19
1 2012-08-29: Version 3.13.5 20 2012-08-29: Version 3.13.5
2 21
3 Release stack trace data after firing Error.stack accessor. 22 Release stack trace data after firing Error.stack accessor.
4 (issue 2308) 23 (issue 2308)
5 24
6 Added a new API V8::SetJitCodeEventHandler to push code name and 25 Added a new API V8::SetJitCodeEventHandler to push code name and
7 location to users such as profilers. 26 location to users such as profilers.
8 27
9 Allocate block-scoped global bindings to global context. 28 Allocate block-scoped global bindings to global context.
10 29
(...skipping 4529 matching lines...) Expand 10 before | Expand all | Expand 10 after
4540 setting break points in them. 4559 setting break points in them.
4541 4560
4542 4561
4543 2008-07-03: Version 0.1.0 4562 2008-07-03: Version 0.1.0
4544 4563
4545 Initial export. 4564 Initial export.
4546 4565
4547 # Local Variables: 4566 # Local Variables:
4548 # mode:text 4567 # mode:text
4549 # End: 4568 # 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