OLD | NEW |
| 1 2013-03-08: Version 3.17.9 |
| 2 |
| 3 Restored Function()'s expected string representation. (issue 2470) |
| 4 |
| 5 Enabled deprecatations (again). (issue 2487) |
| 6 |
| 7 Avoid bool to Oddball conversions by being lazy. (issue 2491) |
| 8 |
| 9 Added %p option to --logfile. |
| 10 |
| 11 Hardened Function()'s parsing of function literals. (issue 2470) |
| 12 |
| 13 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2013-03-07: Version 3.17.8 | 18 2013-03-07: Version 3.17.8 |
2 | 19 |
3 Added missing license headers. (Chromium issue 98597) | 20 Added missing license headers. (Chromium issue 98597) |
4 | 21 |
5 Inserted missing type cast in JSON.stringify. (issue 2570) | 22 Inserted missing type cast in JSON.stringify. (issue 2570) |
6 | 23 |
7 Reverted "Send SIGPROF signals on the profiler event processor thread" | 24 Reverted "Send SIGPROF signals on the profiler event processor thread" |
8 (issue 2571) | 25 (issue 2571) |
9 | 26 |
10 Fixed Array.length, String.length and Function.prototype LoadICs on x64. | 27 Fixed Array.length, String.length and Function.prototype LoadICs on x64. |
(...skipping 5157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5168 setting break points in them. | 5185 setting break points in them. |
5169 | 5186 |
5170 | 5187 |
5171 2008-07-03: Version 0.1.0 | 5188 2008-07-03: Version 0.1.0 |
5172 | 5189 |
5173 Initial export. | 5190 Initial export. |
5174 | 5191 |
5175 # Local Variables: | 5192 # Local Variables: |
5176 # mode:text | 5193 # mode:text |
5177 # End: | 5194 # End: |
OLD | NEW |