OLD | NEW |
| 1 2014-01-24: Version 3.24.23 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2014-01-23: Version 3.24.22 | 6 2014-01-23: Version 3.24.22 |
2 | 7 |
3 Fix compilation on x64 architectures (issue 3110). | 8 Fix compilation on x64 architectures (issue 3110). |
4 | 9 |
5 Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes | 10 Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes |
6 (Chromium issue 326155). | 11 (Chromium issue 326155). |
7 | 12 |
8 ES6: Implement Object.setPrototypeOf (issue 2675). | 13 ES6: Implement Object.setPrototypeOf (issue 2675). |
9 | 14 |
10 Fixed floor-of-div optimization (Chromium issue 334708). | 15 Fixed floor-of-div optimization (Chromium issue 334708). |
(...skipping 6544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6555 setting break points in them. | 6560 setting break points in them. |
6556 | 6561 |
6557 | 6562 |
6558 2008-07-03: Version 0.1.0 | 6563 2008-07-03: Version 0.1.0 |
6559 | 6564 |
6560 Initial export. | 6565 Initial export. |
6561 | 6566 |
6562 # Local Variables: | 6567 # Local Variables: |
6563 # mode:text | 6568 # mode:text |
6564 # End: | 6569 # End: |
OLD | NEW |