OLD | NEW |
| 1 2014-02-01: Version 3.24.29 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2014-01-31: Version 3.24.28 | 6 2014-01-31: Version 3.24.28 |
2 | 7 |
3 Don't crash in Array.join() if the resulting string exceeds the max | 8 Don't crash in Array.join() if the resulting string exceeds the max |
4 string length (Chromium issue 336820). | 9 string length (Chromium issue 336820). |
5 | 10 |
6 Implements ES6 String.prototype.normalize method (issue 2943). | 11 Implements ES6 String.prototype.normalize method (issue 2943). |
7 | 12 |
8 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
9 | 14 |
10 | 15 |
(...skipping 6591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6602 setting break points in them. | 6607 setting break points in them. |
6603 | 6608 |
6604 | 6609 |
6605 2008-07-03: Version 0.1.0 | 6610 2008-07-03: Version 0.1.0 |
6606 | 6611 |
6607 Initial export. | 6612 Initial export. |
6608 | 6613 |
6609 # Local Variables: | 6614 # Local Variables: |
6610 # mode:text | 6615 # mode:text |
6611 # End: | 6616 # End: |
OLD | NEW |