OLD | NEW |
| 1 2013-08-07: Version 3.20.14 |
| 2 |
| 3 Exposed eternal handle api. |
| 4 |
| 5 Bugfix to solve issues with enabling V8 typed arrays in Blink. |
| 6 |
| 7 Fixed Array index dehoisting. (Chromium issue 264203) |
| 8 |
| 9 Updated Array Iterator to use numeric indexes (issue 2818) |
| 10 |
| 11 Return start/end profiling time in microseconds instead of milliseconds |
| 12 (issue 2824) |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2013-08-06: Version 3.20.14 | 17 2013-08-06: Version 3.20.14 |
2 | 18 |
3 Added new Harmony methods to Array.prototype object. | 19 Added new Harmony methods to Array.prototype object. |
4 (issue 2776,v8:2777) | 20 (issue 2776,v8:2777) |
5 | 21 |
6 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
7 | 23 |
8 | 24 |
9 2013-08-01: Version 3.20.12 | 25 2013-08-01: Version 3.20.12 |
10 | 26 |
(...skipping 5675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5686 setting break points in them. | 5702 setting break points in them. |
5687 | 5703 |
5688 | 5704 |
5689 2008-07-03: Version 0.1.0 | 5705 2008-07-03: Version 0.1.0 |
5690 | 5706 |
5691 Initial export. | 5707 Initial export. |
5692 | 5708 |
5693 # Local Variables: | 5709 # Local Variables: |
5694 # mode:text | 5710 # mode:text |
5695 # End: | 5711 # End: |
OLD | NEW |