OLD | NEW |
| 1 2012-07-06: Version 3.12.9 |
| 2 |
| 3 Correctly advance the scanner when scanning unicode regexp flag. |
| 4 (Chromium issue 136084) |
| 5 |
| 6 Fix unhandlified code calling Harmony Proxy traps. |
| 7 (issue 2219) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2012-07-05: Version 3.12.8 | 12 2012-07-05: Version 3.12.8 |
2 | 13 |
3 Implemented TypedArray.set and ArrayBuffer.slice in d8. | 14 Implemented TypedArray.set and ArrayBuffer.slice in d8. |
4 | 15 |
5 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
6 | 17 |
7 | 18 |
8 2012-07-03: Version 3.12.7 | 19 2012-07-03: Version 3.12.7 |
9 | 20 |
10 Fixed lazy compilation for strict eval scopes. | 21 Fixed lazy compilation for strict eval scopes. |
(...skipping 4329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4340 setting break points in them. | 4351 setting break points in them. |
4341 | 4352 |
4342 | 4353 |
4343 2008-07-03: Version 0.1.0 | 4354 2008-07-03: Version 0.1.0 |
4344 | 4355 |
4345 Initial export. | 4356 Initial export. |
4346 | 4357 |
4347 # Local Variables: | 4358 # Local Variables: |
4348 # mode:text | 4359 # mode:text |
4349 # End: | 4360 # End: |
OLD | NEW |