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

Side by Side Diff: ChangeLog

Issue 6993057: Version 3.4.2 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 9 years, 6 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/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-06-06: Version 3.4.2
2
3 More work on ES-Harmony proxies. Still hidden behind a flag.
4
5 Fixed some crash bugs and improved performance.
6
7 Fixed building with gdb debugging support.
8
9 Do not install SIGPROF handler until it is needed.
10
11 Added DateTimeFormat to i18n API.
12
13 Fixed compilation on OpenBSD.
14
15 Take the ulimit into account when sizing the heap. OpenBSD users
16 may still have to increase the default ulimit to run heavy pages in
17 the browser.
18
1 2011-06-01: Version 3.4.1 19 2011-06-01: Version 3.4.1
2 20
3 Fixed JSON stringify issue with arrays. 21 Fixed JSON stringify issue with arrays.
4 22
5 Changed calls to JS builtins to be passed undefined when called with 23 Changed calls to JS builtins to be passed undefined when called with
6 implicit receiver. 24 implicit receiver.
7 25
8 Implemented the set trap for Harmony proxies. Proxies still need to 26 Implemented the set trap for Harmony proxies. Proxies still need to
9 be enabled with the --harmony-proxies flag. 27 be enabled with the --harmony-proxies flag.
10 28
(...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 2871
2854 Improved debugger support by allowing nested break points and by 2872 Improved debugger support by allowing nested break points and by
2855 dealing with stack-overflows when compiling functions before 2873 dealing with stack-overflows when compiling functions before
2856 setting break points in them. 2874 setting break points in them.
2857 2875
2858 2876
2859 2008-07-03: Version 0.1.0 2877 2008-07-03: Version 0.1.0
2860 2878
2861 Initial export. 2879 Initial export.
2862 2880
OLDNEW
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698