| OLD | NEW |
| 1 2009-10-07: Version 1.3.15 |
| 2 |
| 3 Expand the maximum size of the code space to 512MB for 64-bit mode. |
| 4 |
| 5 Fixed a crash bug happening when starting profiling (issue |
| 6 http://crbug.com/23768). |
| 7 |
| 8 |
| 1 2009-10-07: Version 1.3.14 | 9 2009-10-07: Version 1.3.14 |
| 2 | 10 |
| 3 Added GetRealNamedProperty to the API to lookup real properties | 11 Added GetRealNamedProperty to the API to lookup real properties |
| 4 located on the object or in the prototype chain skipping any | 12 located on the object or in the prototype chain skipping any |
| 5 interceptors. | 13 interceptors. |
| 6 | 14 |
| 7 Fix the stack limits setting API to work correctly with threads. The | 15 Fix the stack limits setting API to work correctly with threads. The |
| 8 stack limit now needs to be set to each thread thich is used with V8. | 16 stack limit now needs to be set to each thread thich is used with V8. |
| 9 | 17 |
| 10 Remove the high-priority flag from IdleNotification() | 18 Remove the high-priority flag from IdleNotification() |
| (...skipping 1301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 | 1320 |
| 1313 Improved debugger support by allowing nested break points and by | 1321 Improved debugger support by allowing nested break points and by |
| 1314 dealing with stack-overflows when compiling functions before | 1322 dealing with stack-overflows when compiling functions before |
| 1315 setting break points in them. | 1323 setting break points in them. |
| 1316 | 1324 |
| 1317 | 1325 |
| 1318 2008-07-03: Version 0.1.0 | 1326 2008-07-03: Version 0.1.0 |
| 1319 | 1327 |
| 1320 Initial export. | 1328 Initial export. |
| 1321 | 1329 |
| OLD | NEW |