| OLD | NEW |
| 1 2011-01-28: Version 3.0.12 |
| 2 |
| 3 Added support for strict mode parameter and object property |
| 4 validation. |
| 5 |
| 6 Fixed a couple of crash bugs. |
| 7 |
| 8 |
| 1 2011-01-25: Version 3.0.11 | 9 2011-01-25: Version 3.0.11 |
| 2 | 10 |
| 3 Fixed a bug in deletion of lookup slots that could cause global | 11 Fixed a bug in deletion of lookup slots that could cause global |
| 4 variables to be accidentally deleted (http://crbug.com/70066). | 12 variables to be accidentally deleted (http://crbug.com/70066). |
| 5 | 13 |
| 6 Added support for strict mode octal literal verification. | 14 Added support for strict mode octal literal verification. |
| 7 | 15 |
| 8 Fixed a couple of crash bugs (issues 1070 and 1071). | 16 Fixed a couple of crash bugs (issues 1070 and 1071). |
| 9 | 17 |
| 10 | 18 |
| (...skipping 2406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2417 | 2425 |
| 2418 Improved debugger support by allowing nested break points and by | 2426 Improved debugger support by allowing nested break points and by |
| 2419 dealing with stack-overflows when compiling functions before | 2427 dealing with stack-overflows when compiling functions before |
| 2420 setting break points in them. | 2428 setting break points in them. |
| 2421 | 2429 |
| 2422 | 2430 |
| 2423 2008-07-03: Version 0.1.0 | 2431 2008-07-03: Version 0.1.0 |
| 2424 | 2432 |
| 2425 Initial export. | 2433 Initial export. |
| 2426 | 2434 |
| OLD | NEW |