OLD | NEW |
| 1 2013-08-06: Version 3.20.14 |
| 2 |
| 3 Added new Harmony methods to Array.prototype object. |
| 4 (issue 2776,v8:2777) |
| 5 |
| 6 Performance and stability improvements on all platforms. |
| 7 |
| 8 |
1 2013-08-01: Version 3.20.12 | 9 2013-08-01: Version 3.20.12 |
2 | 10 |
3 Removed buggy ToNumber truncation (partial fix for issue 2813) | 11 Removed buggy ToNumber truncation (partial fix for issue 2813) |
4 | 12 |
5 Calling Map etc without new should throw TypeError (issue 2819) | 13 Calling Map etc without new should throw TypeError (issue 2819) |
6 | 14 |
7 Fixed a crash for large code objects on ARM (Chromium issue 2736) | 15 Fixed a crash for large code objects on ARM (Chromium issue 2736) |
8 | 16 |
9 Fixed stale unhandlified value in JSObject::SetPropertyForResult. | 17 Fixed stale unhandlified value in JSObject::SetPropertyForResult. |
10 (Chromium issue 265894) | 18 (Chromium issue 265894) |
(...skipping 5667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5678 setting break points in them. | 5686 setting break points in them. |
5679 | 5687 |
5680 | 5688 |
5681 2008-07-03: Version 0.1.0 | 5689 2008-07-03: Version 0.1.0 |
5682 | 5690 |
5683 Initial export. | 5691 Initial export. |
5684 | 5692 |
5685 # Local Variables: | 5693 # Local Variables: |
5686 # mode:text | 5694 # mode:text |
5687 # End: | 5695 # End: |
OLD | NEW |