| OLD | NEW |
| 1 2012-09-11: Version 3.13.7 |
| 2 |
| 3 Enable/disable LiveEdit using the (C++) debug API. |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
| 1 2012-09-06: Version 3.13.6 | 8 2012-09-06: Version 3.13.6 |
| 2 | 9 |
| 3 Added validity checking to API functions and calls. | 10 Added validity checking to API functions and calls. |
| 4 | 11 |
| 5 Disabled accessor inlining (Chromium issue 134609). | 12 Disabled accessor inlining (Chromium issue 134609). |
| 6 | 13 |
| 7 Fixed bug in Math.min/max in optimized code (Chromium issue 145961). | 14 Fixed bug in Math.min/max in optimized code (Chromium issue 145961). |
| 8 | 15 |
| 9 Directly use %ObjectKeys in json stringify (Chromium issue 2312). | 16 Directly use %ObjectKeys in json stringify (Chromium issue 2312). |
| 10 | 17 |
| (...skipping 4548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4559 setting break points in them. | 4566 setting break points in them. |
| 4560 | 4567 |
| 4561 | 4568 |
| 4562 2008-07-03: Version 0.1.0 | 4569 2008-07-03: Version 0.1.0 |
| 4563 | 4570 |
| 4564 Initial export. | 4571 Initial export. |
| 4565 | 4572 |
| 4566 # Local Variables: | 4573 # Local Variables: |
| 4567 # mode:text | 4574 # mode:text |
| 4568 # End: | 4575 # End: |
| OLD | NEW |