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

Side by Side Diff: ChangeLog

Issue 6667074: Prepare push to trunk. Now working on version 3.2.4. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 years, 9 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-03-17: Version 3.2.3
2
3 Fixed a number of crash bugs.
4
5 Fixed Array::New(length) to return an array with a length (issue 1256).
6
7 Fixed FreeBSD build.
8
9 Changed __defineGetter__ to not throw (matching the behavior of Safari).
10
11 Implemented more of EcmaScript 5 strict mode.
12
13 Improved Crankshaft performance on all platforms.
14
15
1 2011-03-14: Version 3.2.2 16 2011-03-14: Version 3.2.2
2 17
3 Fixed a number of crash and correctness bugs. 18 Fixed a number of crash and correctness bugs.
4 19
5 Improved Crankshaft performance on all platforms. 20 Improved Crankshaft performance on all platforms.
6 21
7 Fixed Crankshaft on Solaris/Illumos. 22 Fixed Crankshaft on Solaris/Illumos.
8 23
9 24
10 2011-03-10: Version 3.2.1 25 2011-03-10: Version 3.2.1
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 2601
2587 Improved debugger support by allowing nested break points and by 2602 Improved debugger support by allowing nested break points and by
2588 dealing with stack-overflows when compiling functions before 2603 dealing with stack-overflows when compiling functions before
2589 setting break points in them. 2604 setting break points in them.
2590 2605
2591 2606
2592 2008-07-03: Version 0.1.0 2607 2008-07-03: Version 0.1.0
2593 2608
2594 Initial export. 2609 Initial export.
2595 2610
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