| OLD | NEW |
| 1 2013-03-04: Version 3.17.7 |
| 2 |
| 3 Limited recursion in regexp compilation by a budget. |
| 4 (Chromium issue 178790) |
| 5 |
| 6 ES6 symbols: Implemented Symbol intrinsic and basic functionality |
| 7 (issue 2158) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
| 1 2013-02-28: Version 3.17.6 | 12 2013-02-28: Version 3.17.6 |
| 2 | 13 |
| 3 Fixed materialization of arguments objects with unknown values. | 14 Fixed materialization of arguments objects with unknown values. |
| 4 (Chromium issue 163530) | 15 (Chromium issue 163530) |
| 5 | 16 |
| 6 Set default number of sweeper threads to at most four. | 17 Set default number of sweeper threads to at most four. |
| 7 | 18 |
| 8 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
| 9 | 20 |
| 10 | 21 |
| (...skipping 5111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5122 setting break points in them. | 5133 setting break points in them. |
| 5123 | 5134 |
| 5124 | 5135 |
| 5125 2008-07-03: Version 0.1.0 | 5136 2008-07-03: Version 0.1.0 |
| 5126 | 5137 |
| 5127 Initial export. | 5138 Initial export. |
| 5128 | 5139 |
| 5129 # Local Variables: | 5140 # Local Variables: |
| 5130 # mode:text | 5141 # mode:text |
| 5131 # End: | 5142 # End: |
| OLD | NEW |