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

Side by Side Diff: ChangeLog

Issue 6286145: Prepare push to trunk. Now working on version 3.1.3. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
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 | « 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 2011-02-07: Version 3.1.2
2
3 Added better security checks when accessing properties via
4 Object.getOwnPropertyDescriptor.
5
6 Fixed bug in Object.defineProperty and related access bugs (issues
7 992, 1083 and 1092).
8
9 Added LICENSE.v8, LICENSE.strongtalk and LICENSE.valgrind to ease
10 copyright notice generation for embedders.
11
12
1 2011-02-02: Version 3.1.1 13 2011-02-02: Version 3.1.1
2 14
3 Perform security checks before fetching the value in 15 Perform security checks before fetching the value in
4 Object.getOwnPropertyDescriptor. 16 Object.getOwnPropertyDescriptor.
5 17
6 Fixed a bug in Array.prototype.splice triggered by passing no 18 Fixed a bug in Array.prototype.splice triggered by passing no
7 arguments. 19 arguments.
8 20
9 Fixed bugs in -0 in arithmetic and in Math.pow. 21 Fixed bugs in -0 in arithmetic and in Math.pow.
10 22
(...skipping 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after
2444 2456
2445 Improved debugger support by allowing nested break points and by 2457 Improved debugger support by allowing nested break points and by
2446 dealing with stack-overflows when compiling functions before 2458 dealing with stack-overflows when compiling functions before
2447 setting break points in them. 2459 setting break points in them.
2448 2460
2449 2461
2450 2008-07-03: Version 0.1.0 2462 2008-07-03: Version 0.1.0
2451 2463
2452 Initial export. 2464 Initial export.
2453 2465
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