| OLD | NEW |
| 1 2010-10-04: Version 2.4.8 |
| 2 |
| 3 Fixed a bug in ResumeProfilerEx causing it to not always write out the |
| 4 whole snapshot (issue 868). |
| 5 |
| 6 Performance improvements on all platforms. |
| 7 |
| 8 |
| 1 2010-09-30: Version 2.4.7 | 9 2010-09-30: Version 2.4.7 |
| 2 | 10 |
| 3 Changed the command-line flag --max-new-space-size to be in kB and the | 11 Changed the command-line flag --max-new-space-size to be in kB and the |
| 4 flag --max-old-space-size to be in MB (previously they were in bytes). | 12 flag --max-old-space-size to be in MB (previously they were in bytes). |
| 5 | 13 |
| 6 Added Debug::CancelDebugBreak to the debugger API. | 14 Added Debug::CancelDebugBreak to the debugger API. |
| 7 | 15 |
| 8 Fixed a bug in getters for negative numeric property names | 16 Fixed a bug in getters for negative numeric property names |
| 9 (https://bugs.webkit.org/show_bug.cgi?id=46689). | 17 (https://bugs.webkit.org/show_bug.cgi?id=46689). |
| 10 | 18 |
| (...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2118 | 2126 |
| 2119 Improved debugger support by allowing nested break points and by | 2127 Improved debugger support by allowing nested break points and by |
| 2120 dealing with stack-overflows when compiling functions before | 2128 dealing with stack-overflows when compiling functions before |
| 2121 setting break points in them. | 2129 setting break points in them. |
| 2122 | 2130 |
| 2123 | 2131 |
| 2124 2008-07-03: Version 0.1.0 | 2132 2008-07-03: Version 0.1.0 |
| 2125 | 2133 |
| 2126 Initial export. | 2134 Initial export. |
| 2127 | 2135 |
| OLD | NEW |