| OLD | NEW |
| 1 2011-06-27: Version 3.4.7 | 1 2011-06-27: Version 3.4.7 |
| 2 | 2 |
| 3 Fixed 64-bit build on FreeBSD. | 3 Fixed 64-bit build on FreeBSD. |
| 4 | 4 |
| 5 Added API to set the property attributes for the prototype | 5 Added API to set the property attributes for the prototype |
| 6 property on functions created from FunctionTemplates. | 6 property on functions created from FunctionTemplates. |
| 7 | 7 |
| 8 Bugfixes and performance work. | 8 Bugfixes and performance work. |
| 9 | 9 |
| 10 | 10 |
| 11 2011-06-22: Version 3.4.6 | 11 2011-06-22: Version 3.4.6 |
| 12 | 12 |
| 13 Lowered limit on code space for systems with low memory supply. | 13 Lowered limit on code space for systems with low memory supply. |
| 14 | 14 |
| 15 Allowed compiling v8_shell with the 'host' toolset (issue 82437). | 15 Allowed compiling v8_shell with the 'host' toolset (issue 82437). |
| 16 | 16 |
| 17 Extended setBreakpoint API to accept partial script name (issue 1418). | 17 Extended setBreakpoint API to accept partial script name (issue 1418). |
| 18 | 18 |
| 19 Made multi-line comments not count when deciding whether the '-->' | 19 Made multi-line comments not count when deciding whether the '-->' |
| 20 comment starter is first on a line. This matches Safari. | 20 comment starter is first on a line. This matches Safari. |
| 21 | 21 |
| 22 Made handling of non-array recievers in Array length setter correct | 22 Made handling of non-array recievers in Array length setter correct |
| 23 (issue 1491). | 23 (issue 1491). |
| 24 | 24 |
| 25 Added ability to heap profiler to iterate over snapshot's node | 25 Added ability to heap profiler to iterate over snapshot's node |
| 26 (issue 1481). | 26 (issue 1481). |
| 27 | 27 |
| 28 | 28 |
| 29 2011-06-20: Version 3.4.5 | 29 2011-06-20: Version 3.4.5 |
| (...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 setting break points in them. | 2977 setting break points in them. |
| 2978 | 2978 |
| 2979 | 2979 |
| 2980 2008-07-03: Version 0.1.0 | 2980 2008-07-03: Version 0.1.0 |
| 2981 | 2981 |
| 2982 Initial export. | 2982 Initial export. |
| 2983 | 2983 |
| 2984 # Local Variables: | 2984 # Local Variables: |
| 2985 # mode:text | 2985 # mode:text |
| 2986 # End: | 2986 # End: |
| OLD | NEW |