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

Side by Side Diff: ChangeLog

Issue 6979008: Prepare push to trunk. Now working on version 3.4.0. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 7 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-05-25: Version 3.3.10
2
3 Fixed calls of strict mode function with an implicit receiver on ia32.
Mads Ager (chromium) 2011/05/25 07:33:33 This was on all platforms. My mistake I messed up
4
5 Fixed fast handling of arrays to properly deal with changes to the
6 Object prototype (issue 1403).
7
8 Changed strict mode poison pill to be the same type error function
9 (issue 1387).
10
11 Fixed a debug crash in arguments object handling (issue 1227).
12
13 Fixed a bug in deoptimization on x64 (issue 1404).
14
15 Performance improvements and bug fixes on all platforms.
16
17
1 2011-05-23: Version 3.3.9 18 2011-05-23: Version 3.3.9
2 19
3 Added DateTimeFormat class to experimental i18n API. 20 Added DateTimeFormat class to experimental i18n API.
4 21
5 Extended preparser to give early errors for some strict mode 22 Extended preparser to give early errors for some strict mode
6 restrictions. 23 restrictions.
7 24
8 Removed legacy execScript function from V8. 25 Removed legacy execScript function from V8.
9 26
10 Extended isolate API with the ability to add embedder-specific 27 Extended isolate API with the ability to add embedder-specific
(...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after
2813 2830
2814 Improved debugger support by allowing nested break points and by 2831 Improved debugger support by allowing nested break points and by
2815 dealing with stack-overflows when compiling functions before 2832 dealing with stack-overflows when compiling functions before
2816 setting break points in them. 2833 setting break points in them.
2817 2834
2818 2835
2819 2008-07-03: Version 0.1.0 2836 2008-07-03: Version 0.1.0
2820 2837
2821 Initial export. 2838 Initial export.
2822 2839
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