OLD | NEW |
| 1 2014-01-31: Version 3.24.28 |
| 2 |
| 3 Don't crash in Array.join() if the resulting string exceeds the max |
| 4 string length (Chromium issue 336820). |
| 5 |
| 6 Implements ES6 String.prototype.normalize method (issue 2943). |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2014-01-30: Version 3.24.27 | 11 2014-01-30: Version 3.24.27 |
2 | 12 |
3 Performance and stability improvements on all platforms. | 13 Performance and stability improvements on all platforms. |
4 | 14 |
5 | 15 |
6 2014-01-29: Version 3.24.26 | 16 2014-01-29: Version 3.24.26 |
7 | 17 |
8 ES6: Map and Set needs to normalize minus zero (issue 3069). | 18 ES6: Map and Set needs to normalize minus zero (issue 3069). |
9 | 19 |
10 Make `String.prototype.{starts,ends}With` throw when passing a regular | 20 Make `String.prototype.{starts,ends}With` throw when passing a regular |
(...skipping 6581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6592 setting break points in them. | 6602 setting break points in them. |
6593 | 6603 |
6594 | 6604 |
6595 2008-07-03: Version 0.1.0 | 6605 2008-07-03: Version 0.1.0 |
6596 | 6606 |
6597 Initial export. | 6607 Initial export. |
6598 | 6608 |
6599 # Local Variables: | 6609 # Local Variables: |
6600 # mode:text | 6610 # mode:text |
6601 # End: | 6611 # End: |
OLD | NEW |