| OLD | NEW |
| 1 2009-05-15: Version 1.1.10.12 |
| 2 |
| 3 Fix http://crbug.com/12054. Fix numeric overflow handling when compiling |
| 4 count operations in CodeGenerator::VisitCountOperation. |
| 5 |
| 1 2009-04-15: Version 1.1.10 | 6 2009-04-15: Version 1.1.10 |
| 2 | 7 |
| 3 Fixed crash bug that occurred when loading a const variable in the | 8 Fixed crash bug that occurred when loading a const variable in the |
| 4 presence of eval. | 9 presence of eval. |
| 5 | 10 |
| 6 Allowed using with and eval in registered extensions in debug mode | 11 Allowed using with and eval in registered extensions in debug mode |
| 7 by fixing bogus assert. | 12 by fixing bogus assert. |
| 8 | 13 |
| 9 Fixed the source position for function returns to enable the | 14 Fixed the source position for function returns to enable the |
| 10 debugger to break there. | 15 debugger to break there. |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 | 812 |
| 808 Improved debugger support by allowing nested break points and by | 813 Improved debugger support by allowing nested break points and by |
| 809 dealing with stack-overflows when compiling functions before | 814 dealing with stack-overflows when compiling functions before |
| 810 setting break points in them. | 815 setting break points in them. |
| 811 | 816 |
| 812 | 817 |
| 813 2008-07-03: Version 0.1.0 | 818 2008-07-03: Version 0.1.0 |
| 814 | 819 |
| 815 Initial export. | 820 Initial export. |
| 816 | 821 |
| OLD | NEW |