OLD | NEW |
| 1 2013-09-02: Version 3.21.8 |
| 2 |
| 3 Added scriptId to StackTrace frames (issue 2865). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2013-08-30: Version 3.21.7 | 8 2013-08-30: Version 3.21.7 |
2 | 9 |
3 Fixed casts of eternal handles. | 10 Fixed casts of eternal handles. |
4 | 11 |
5 Turned on global handle zapping. | 12 Turned on global handle zapping. |
6 | 13 |
7 Always visit branches during HGraph building (Chromium issue 280333). | 14 Always visit branches during HGraph building (Chromium issue 280333). |
8 | 15 |
9 Profiler changes: removed deprecated API, support higher sampling | 16 Profiler changes: removed deprecated API, support higher sampling |
10 rate on Windows. | 17 rate on Windows. |
(...skipping 5825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5836 setting break points in them. | 5843 setting break points in them. |
5837 | 5844 |
5838 | 5845 |
5839 2008-07-03: Version 0.1.0 | 5846 2008-07-03: Version 0.1.0 |
5840 | 5847 |
5841 Initial export. | 5848 Initial export. |
5842 | 5849 |
5843 # Local Variables: | 5850 # Local Variables: |
5844 # mode:text | 5851 # mode:text |
5845 # End: | 5852 # End: |
OLD | NEW |