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

Side by Side Diff: ChangeLog

Issue 7046042: Prepare push to trunk. Now working on version 3.4.4. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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/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-06-08: Version 3.4.3
2
3 Clear the global thread table when an isolate is disposed
4 (issue 1433).
5
6 Converted time zone name to UTF8 on Windows (issue 1290).
7
8 Limited the number of arguments in a function call to 32766
9 (issue 1413).
10
11 Compress sources of JS libraries in addition to the snapshot.
12
13 Fixed a bug in Lithium environment iteration.
14
15 Performance improvements on all platforms.
16
Kasper Lund 2011/06/08 09:05:25 We usually have two newlines between ChangeLog ent
1 2011-06-06: Version 3.4.2 17 2011-06-06: Version 3.4.2
2 18
3 More work on ES-Harmony proxies. Still hidden behind a flag. 19 More work on ES-Harmony proxies. Still hidden behind a flag.
4 20
5 Fixed some crash bugs and improved performance. 21 Fixed some crash bugs and improved performance.
6 22
7 Fixed building with gdb debugging support. 23 Fixed building with gdb debugging support.
8 24
9 Do not install SIGPROF handler until it is needed. 25 Do not install SIGPROF handler until it is needed.
10 26
11 Added DateTimeFormat to i18n API. 27 Added DateTimeFormat to i18n API.
12 28
13 Fixed compilation on OpenBSD. 29 Fixed compilation on OpenBSD.
14 30
15 Take the ulimit into account when sizing the heap. OpenBSD users 31 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 32 may still have to increase the default ulimit to run heavy pages in
17 the browser. 33 the browser.
18 34
Kasper Lund 2011/06/08 09:05:25 Ditto.
19 2011-06-01: Version 3.4.1 35 2011-06-01: Version 3.4.1
20 36
21 Fixed JSON stringify issue with arrays. 37 Fixed JSON stringify issue with arrays.
22 38
23 Changed calls to JS builtins to be passed undefined when called with 39 Changed calls to JS builtins to be passed undefined when called with
24 implicit receiver. 40 implicit receiver.
25 41
26 Implemented the set trap for Harmony proxies. Proxies still need to 42 Implemented the set trap for Harmony proxies. Proxies still need to
27 be enabled with the --harmony-proxies flag. 43 be enabled with the --harmony-proxies flag.
28 44
(...skipping 2842 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 2887
2872 Improved debugger support by allowing nested break points and by 2888 Improved debugger support by allowing nested break points and by
2873 dealing with stack-overflows when compiling functions before 2889 dealing with stack-overflows when compiling functions before
2874 setting break points in them. 2890 setting break points in them.
2875 2891
2876 2892
2877 2008-07-03: Version 0.1.0 2893 2008-07-03: Version 0.1.0
2878 2894
2879 Initial export. 2895 Initial export.
2880 2896
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