OLD | NEW |
| 1 2009-04-11: Version 1.1.8 |
| 2 |
| 3 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96). |
| 4 |
| 5 Fixed step-in handling for Function.prototype.apply and call in |
| 6 the debugger (issue 269). |
| 7 |
| 8 Fixed v8::Object::DeleteHiddenValue to not bail out when there |
| 9 are no hidden properties. |
| 10 |
| 11 Added workaround for crash bug, where external symbol table |
| 12 entries with deleted resources would lead to NPEs when looking |
| 13 up in the symbol table. |
| 14 |
| 15 |
1 2009-04-07: Version 1.1.7 | 16 2009-04-07: Version 1.1.7 |
2 | 17 |
3 Added support for easily importing additional environment | 18 Added support for easily importing additional environment |
4 variables into the SCons build. | 19 variables into the SCons build. |
5 | 20 |
6 Optimized strict equality checks. | 21 Optimized strict equality checks. |
7 | 22 |
8 Fixed crash in indexed setters on objects without a corresponding | 23 Fixed crash in indexed setters on objects without a corresponding |
9 getter (issue 298). | 24 getter (issue 298). |
10 | 25 |
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 | 782 |
768 Improved debugger support by allowing nested break points and by | 783 Improved debugger support by allowing nested break points and by |
769 dealing with stack-overflows when compiling functions before | 784 dealing with stack-overflows when compiling functions before |
770 setting break points in them. | 785 setting break points in them. |
771 | 786 |
772 | 787 |
773 2008-07-03: Version 0.1.0 | 788 2008-07-03: Version 0.1.0 |
774 | 789 |
775 Initial export. | 790 Initial export. |
776 | 791 |
OLD | NEW |