| OLD | NEW |
| 1 2014-02-10: Version 3.24.35 |
| 2 |
| 3 Fix inconsistencies wrt whitespaces (issue 3109). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
| 8 2014-02-07: Version 3.24.34 |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
| 13 2014-02-06: Version 3.24.33 |
| 14 |
| 15 Allow externalizing strings in old pointer space (Chromium issue |
| 16 268686). |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
| 21 2014-02-05: Version 3.24.32 |
| 22 |
| 23 Add Box object to heap profiler. |
| 24 |
| 25 Check the offset argument of TypedArray.set for fitting into Smi |
| 26 (Chromium issue 340125). |
| 27 |
| 28 Performance and stability improvements on all platforms. |
| 29 |
| 30 |
| 31 2014-02-04: Version 3.24.31 |
| 32 |
| 33 Fix short-circuiting logical and/or in HOptimizedGraphBuilder (Chromium |
| 34 issue 336148). |
| 35 |
| 36 Elements field of newly allocated JSArray could be left uninitialized in |
| 37 some cases (fast literal case) (Chromium issue 340124). |
| 38 |
| 39 Re-enable escape analysis. |
| 40 |
| 41 Performance and stability improvements on all platforms. |
| 42 |
| 43 |
| 44 2014-02-03: Version 3.24.30 |
| 45 |
| 46 Performance and stability improvements on all platforms. |
| 47 |
| 48 |
| 49 2014-02-01: Version 3.24.29 |
| 50 |
| 51 Performance and stability improvements on all platforms. |
| 52 |
| 53 |
| 1 2014-01-31: Version 3.24.28 | 54 2014-01-31: Version 3.24.28 |
| 2 | 55 |
| 3 Don't crash in Array.join() if the resulting string exceeds the max | 56 Don't crash in Array.join() if the resulting string exceeds the max |
| 4 string length (Chromium issue 336820). | 57 string length (Chromium issue 336820). |
| 5 | 58 |
| 6 Implements ES6 String.prototype.normalize method (issue 2943). | 59 Implements ES6 String.prototype.normalize method (issue 2943). |
| 7 | 60 |
| 8 Performance and stability improvements on all platforms. | 61 Performance and stability improvements on all platforms. |
| 9 | 62 |
| 10 | 63 |
| (...skipping 6591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6602 setting break points in them. | 6655 setting break points in them. |
| 6603 | 6656 |
| 6604 | 6657 |
| 6605 2008-07-03: Version 0.1.0 | 6658 2008-07-03: Version 0.1.0 |
| 6606 | 6659 |
| 6607 Initial export. | 6660 Initial export. |
| 6608 | 6661 |
| 6609 # Local Variables: | 6662 # Local Variables: |
| 6610 # mode:text | 6663 # mode:text |
| 6611 # End: | 6664 # End: |
| OLD | NEW |