| OLD | NEW |
| 1 2012-02-02: Version 3.9.1 |
| 2 |
| 3 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo |
| 4 (Chromium issue 112315). |
| 5 |
| 6 Fixed a crash in dev tools (crbug.com/107996). |
| 7 |
| 8 Added 'dependencies_traverse': 1 to v8 GYP target. |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
| 1 2012-02-01: Version 3.9.0 | 13 2012-02-01: Version 3.9.0 |
| 2 | 14 |
| 3 Reduce memory use immediately after starting V8. | 15 Reduce memory use immediately after starting V8. |
| 4 | 16 |
| 5 Stability fixes and performance improvements on all platforms. | 17 Stability fixes and performance improvements on all platforms. |
| 6 | 18 |
| 7 | 19 |
| 8 2012-01-26: Version 3.8.9 | 20 2012-01-26: Version 3.8.9 |
| 9 | 21 |
| 10 Flush number string cache on GC (issue 1605). | 22 Flush number string cache on GC (issue 1605). |
| (...skipping 3653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3664 setting break points in them. | 3676 setting break points in them. |
| 3665 | 3677 |
| 3666 | 3678 |
| 3667 2008-07-03: Version 0.1.0 | 3679 2008-07-03: Version 0.1.0 |
| 3668 | 3680 |
| 3669 Initial export. | 3681 Initial export. |
| 3670 | 3682 |
| 3671 # Local Variables: | 3683 # Local Variables: |
| 3672 # mode:text | 3684 # mode:text |
| 3673 # End: | 3685 # End: |
| OLD | NEW |