OLD | NEW |
| 1 2009-10-29: Version 1.3.18 |
| 2 |
| 3 Reverted a change which caused crashes in RegExp replace. |
| 4 |
| 5 Reverted a change which caused Chromium ui_tests failure. |
| 6 |
| 7 |
1 2009-10-28: Version 1.3.17 | 8 2009-10-28: Version 1.3.17 |
2 | 9 |
3 Added API method to get simple heap statistics. | 10 Added API method to get simple heap statistics. |
4 | 11 |
5 Improved heap profiler support. | 12 Improved heap profiler support. |
6 | 13 |
7 Fixed the implementation of the resource constraint API so it | 14 Fixed the implementation of the resource constraint API so it |
8 works when using snapshots. | 15 works when using snapshots. |
9 | 16 |
10 Fixed a number of issues in the Windows 64-bit version. | 17 Fixed a number of issues in the Windows 64-bit version. |
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1360 | 1367 |
1361 Improved debugger support by allowing nested break points and by | 1368 Improved debugger support by allowing nested break points and by |
1362 dealing with stack-overflows when compiling functions before | 1369 dealing with stack-overflows when compiling functions before |
1363 setting break points in them. | 1370 setting break points in them. |
1364 | 1371 |
1365 | 1372 |
1366 2008-07-03: Version 0.1.0 | 1373 2008-07-03: Version 0.1.0 |
1367 | 1374 |
1368 Initial export. | 1375 Initial export. |
1369 | 1376 |
OLD | NEW |