OLD | NEW |
| 1 2013-06-03: Version 3.19.8 |
| 2 |
| 3 Fixed bug with inlining 'Array' function. (Chromium issue 244461) |
| 4 |
| 5 Fixed initialization of literal objects. (Chromium issue 245424) |
| 6 |
| 7 Fixed function name inferred inside closures. (Chromium issue 224884) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2013-05-31: Version 3.19.7 | 12 2013-05-31: Version 3.19.7 |
2 | 13 |
3 Added support for //# sourceURL similar to deprecated //@ sourceURL one. | 14 Added support for //# sourceURL similar to deprecated //@ sourceURL one. |
4 (issue 2702) | 15 (issue 2702) |
5 | 16 |
6 Made sure IfBuilder::Return clears the current block. | 17 Made sure IfBuilder::Return clears the current block. |
7 (Chromium issue 243868) | 18 (Chromium issue 243868) |
8 | 19 |
9 Fixed two CPU profiler tests on ARM and MIPS simulators | 20 Fixed two CPU profiler tests on ARM and MIPS simulators |
10 (issue 2628) | 21 (issue 2628) |
(...skipping 5426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5437 setting break points in them. | 5448 setting break points in them. |
5438 | 5449 |
5439 | 5450 |
5440 2008-07-03: Version 0.1.0 | 5451 2008-07-03: Version 0.1.0 |
5441 | 5452 |
5442 Initial export. | 5453 Initial export. |
5443 | 5454 |
5444 # Local Variables: | 5455 # Local Variables: |
5445 # mode:text | 5456 # mode:text |
5446 # End: | 5457 # End: |
OLD | NEW |