OLD | NEW |
---|---|
1 2014-01-23: Version 3.24.22 | |
2 | |
3 Fix compilation on x64 architectures (issue 3110). | |
Jakob Kummerow
2014/01/23 09:25:50
drop this
| |
4 | |
5 Ensure we don't overwrite transitions in SetPropertyIgnoreAttributes | |
6 (Chromium issue 326155). | |
7 | |
8 ES6: Implement Object.setPrototypeOf (issue 2675). | |
9 | |
10 Fixed floor-of-div optimization (Chromium issue 334708). | |
11 | |
12 Performance and stability improvements on all platforms. | |
13 | |
14 | |
1 2014-01-22: Version 3.24.21 | 15 2014-01-22: Version 3.24.21 |
2 | 16 |
3 Performance and stability improvements on all platforms. | 17 Performance and stability improvements on all platforms. |
4 | 18 |
5 | 19 |
6 2014-01-21: Version 3.24.20 | 20 2014-01-21: Version 3.24.20 |
7 | 21 |
8 ES6: Implement Object.setPrototypeOf (issue 2675). | 22 ES6: Implement Object.setPrototypeOf (issue 2675). |
9 | 23 |
10 Performance and stability improvements on all platforms. | 24 Performance and stability improvements on all platforms. |
(...skipping 6530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6541 setting break points in them. | 6555 setting break points in them. |
6542 | 6556 |
6543 | 6557 |
6544 2008-07-03: Version 0.1.0 | 6558 2008-07-03: Version 0.1.0 |
6545 | 6559 |
6546 Initial export. | 6560 Initial export. |
6547 | 6561 |
6548 # Local Variables: | 6562 # Local Variables: |
6549 # mode:text | 6563 # mode:text |
6550 # End: | 6564 # End: |
OLD | NEW |