| OLD | NEW |
| 1 2012-07-10: Version 3.12.10 |
| 2 |
| 3 Re-enabled and fixed issue with array bounds check elimination |
| 4 (Chromium issue 132114). |
| 5 |
| 6 Fixed Debug::Break crash. (Chromium issue 131642) |
| 7 |
| 8 Added optimizing compiler support for JavaScript getters. |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
| 1 2012-07-06: Version 3.12.9 | 13 2012-07-06: Version 3.12.9 |
| 2 | 14 |
| 3 Correctly advance the scanner when scanning unicode regexp flag. | 15 Correctly advance the scanner when scanning unicode regexp flag. |
| 4 (Chromium issue 136084) | 16 (Chromium issue 136084) |
| 5 | 17 |
| 6 Fixed unhandlified code calling Harmony Proxy traps. | 18 Fixed unhandlified code calling Harmony Proxy traps. |
| 7 (issue 2219) | 19 (issue 2219) |
| 8 | 20 |
| 9 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
| 10 | 22 |
| (...skipping 4340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4351 setting break points in them. | 4363 setting break points in them. |
| 4352 | 4364 |
| 4353 | 4365 |
| 4354 2008-07-03: Version 0.1.0 | 4366 2008-07-03: Version 0.1.0 |
| 4355 | 4367 |
| 4356 Initial export. | 4368 Initial export. |
| 4357 | 4369 |
| 4358 # Local Variables: | 4370 # Local Variables: |
| 4359 # mode:text | 4371 # mode:text |
| 4360 # End: | 4372 # End: |
| OLD | NEW |