OLD | NEW |
| 1 2011-06-27: Version 3.4.7 |
| 2 |
| 3 Fixed 64-bit build on FreeBSD. |
| 4 |
| 5 Added API to set the property attributes for the prototype |
| 6 property on functions created from FunctionTemplates. |
| 7 |
| 8 Bugfixes and performance work. |
| 9 |
| 10 |
1 2011-06-22: Version 3.4.6 | 11 2011-06-22: Version 3.4.6 |
2 | 12 |
3 Lowered limit on code space for systems with low memory supply. | 13 Lowered limit on code space for systems with low memory supply. |
4 | 14 |
5 Allowed compiling v8_shell with the 'host' toolset (issue 82437). | 15 Allowed compiling v8_shell with the 'host' toolset (issue 82437). |
6 | 16 |
7 Extended setBreakpoint API to accept partial script name (issue 1418). | 17 Extended setBreakpoint API to accept partial script name (issue 1418). |
8 | 18 |
9 Made multi-line comments not count when deciding whether the '-->' | 19 Made multi-line comments not count when deciding whether the '-->' |
10 comment starter is first on a line. This matches Safari. | 20 comment starter is first on a line. This matches Safari. |
(...skipping 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2967 setting break points in them. | 2977 setting break points in them. |
2968 | 2978 |
2969 | 2979 |
2970 2008-07-03: Version 0.1.0 | 2980 2008-07-03: Version 0.1.0 |
2971 | 2981 |
2972 Initial export. | 2982 Initial export. |
2973 | 2983 |
2974 # Local Variables: | 2984 # Local Variables: |
2975 # mode:text | 2985 # mode:text |
2976 # End: | 2986 # End: |
OLD | NEW |