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

Side by Side Diff: ChangeLog

Issue 6460038: Version 3.1.3.... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 10 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 | « AUTHORS ('k') | src/api.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 2011-02-09: Version 3.1.3
2
3 Fixed a bug triggered by functions with huge numbers of declared
4 arguments.
5
6 Fixed zap value aliasing a real object - debug mode only. Issue 866.
7
8 Fixed issue where Array.prototype.__proto__ had been set to null.
9 Issue 1121.
10
11 Fixed stability bugs in Crankshaft for x86.
12
13
1 2011-02-07: Version 3.1.2 14 2011-02-07: Version 3.1.2
2 15
3 Added better security checks when accessing properties via 16 Added better security checks when accessing properties via
4 Object.getOwnPropertyDescriptor. 17 Object.getOwnPropertyDescriptor.
5 18
6 Fixed bug in Object.defineProperty and related access bugs (issues 19 Fixed bug in Object.defineProperty and related access bugs (issues
7 992, 1083 and 1092). 20 992, 1083 and 1092).
8 21
9 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease 22 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
10 copyright notice generation for embedders. 23 copyright notice generation for embedders.
(...skipping 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 2469
2457 Improved debugger support by allowing nested break points and by 2470 Improved debugger support by allowing nested break points and by
2458 dealing with stack-overflows when compiling functions before 2471 dealing with stack-overflows when compiling functions before
2459 setting break points in them. 2472 setting break points in them.
2460 2473
2461 2474
2462 2008-07-03: Version 0.1.0 2475 2008-07-03: Version 0.1.0
2463 2476
2464 Initial export. 2477 Initial export.
2465 2478
OLDNEW
« no previous file with comments | « AUTHORS ('k') | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698