OLD | NEW |
| 1 2011-06-22: Version 3.4.6 |
| 2 |
| 3 Lowered limit on code space for systems with low memory supply. |
| 4 |
| 5 Allowed compiling v8_shell with the 'host' toolset (issue 82437). |
| 6 |
| 7 Extended setBreakpoint API to accept partial script name (issue 1418). |
| 8 |
| 9 Made multi-line comments not count when deciding whether the '-->' |
| 10 comment starter is first on a line. This matches Safari. |
| 11 |
| 12 Made handling of non-array recievers in Array length setter correct |
| 13 (issue 1491). |
| 14 |
| 15 Added ability to heap profiler to iterate over snapshot's node |
| 16 (issue 1481). |
| 17 |
| 18 |
1 2011-06-20: Version 3.4.5 | 19 2011-06-20: Version 3.4.5 |
2 | 20 |
3 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, | 21 Fixed issues 794, 1097, 1215(partial), 1417, 1435, 1472, 1473, |
4 1476, and 1477. | 22 1476, and 1477. |
5 | 23 |
6 Improved code generation for !0 and !1. | 24 Improved code generation for !0 and !1. |
7 | 25 |
8 Reduced memory usage for regular expressions with nested qualifiers. | 26 Reduced memory usage for regular expressions with nested qualifiers. |
9 (issue 1472) | 27 (issue 1472) |
10 | 28 |
(...skipping 2938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2949 setting break points in them. | 2967 setting break points in them. |
2950 | 2968 |
2951 | 2969 |
2952 2008-07-03: Version 0.1.0 | 2970 2008-07-03: Version 0.1.0 |
2953 | 2971 |
2954 Initial export. | 2972 Initial export. |
2955 | 2973 |
2956 # Local Variables: | 2974 # Local Variables: |
2957 # mode:text | 2975 # mode:text |
2958 # End: | 2976 # End: |
OLD | NEW |