| 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 | |
| 17 2013-08-06: Version 3.20.14 | |
| 18 | |
| 19 Added new Harmony methods to Array.prototype object. | |
| 20 (issue 2776,v8:2777) | |
| 21 | |
| 22 Performance and stability improvements on all platforms. | |
| 23 | |
| 24 | |
| 25 2013-08-01: Version 3.20.12 | 1 2013-08-01: Version 3.20.12 |
| 26 | 2 |
| 27 Removed buggy ToNumber truncation (partial fix for issue 2813) | 3 Removed buggy ToNumber truncation (partial fix for issue 2813) |
| 28 | 4 |
| 29 Calling Map etc without new should throw TypeError (issue 2819) | 5 Calling Map etc without new should throw TypeError (issue 2819) |
| 30 | 6 |
| 31 Fixed a crash for large code objects on ARM (Chromium issue 2736) | 7 Fixed a crash for large code objects on ARM (Chromium issue 2736) |
| 32 | 8 |
| 33 Fixed stale unhandlified value in JSObject::SetPropertyForResult. | 9 Fixed stale unhandlified value in JSObject::SetPropertyForResult. |
| 34 (Chromium issue 265894) | 10 (Chromium issue 265894) |
| (...skipping 5667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5702 setting break points in them. | 5678 setting break points in them. |
| 5703 | 5679 |
| 5704 | 5680 |
| 5705 2008-07-03: Version 0.1.0 | 5681 2008-07-03: Version 0.1.0 |
| 5706 | 5682 |
| 5707 Initial export. | 5683 Initial export. |
| 5708 | 5684 |
| 5709 # Local Variables: | 5685 # Local Variables: |
| 5710 # mode:text | 5686 # mode:text |
| 5711 # End: | 5687 # End: |
| OLD | NEW |