OLD | NEW |
| 1 2009-11-20: Version 2.0.1 |
| 2 |
| 3 Fixed crash bug in String.prototype.replace. |
| 4 |
| 5 Reverted a change which caused Chromium interactive ui test |
| 6 failures. |
| 7 |
| 8 |
1 2009-11-18: Version 2.0.0 | 9 2009-11-18: Version 2.0.0 |
2 | 10 |
3 Added support for VFP on ARM. | 11 Added support for VFP on ARM. |
4 | 12 |
5 Added TryCatch::ReThrow method to the API. | 13 Added TryCatch::ReThrow method to the API. |
6 | 14 |
7 Reduced the size of snapshots and improved the snapshot load time. | 15 Reduced the size of snapshots and improved the snapshot load time. |
8 | 16 |
9 Improved heap profiler support. | 17 Improved heap profiler support. |
10 | 18 |
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 | 1392 |
1385 Improved debugger support by allowing nested break points and by | 1393 Improved debugger support by allowing nested break points and by |
1386 dealing with stack-overflows when compiling functions before | 1394 dealing with stack-overflows when compiling functions before |
1387 setting break points in them. | 1395 setting break points in them. |
1388 | 1396 |
1389 | 1397 |
1390 2008-07-03: Version 0.1.0 | 1398 2008-07-03: Version 0.1.0 |
1391 | 1399 |
1392 Initial export. | 1400 Initial export. |
1393 | 1401 |
OLD | NEW |