OLD | NEW |
1 2013-08-29: Version 3.21.6 | 1 2013-08-29: Version 3.21.6 |
2 | 2 |
3 Fixed inlined 'throw' statements interfering with live range | 3 Fixed inlined 'throw' statements interfering with live range |
4 computation. (issue 2843) | 4 computation. (issue 2843) |
5 | 5 |
6 Performance and stability improvements on all platforms. | 6 Performance and stability improvements on all platforms. |
7 | 7 |
8 | 8 |
9 2013-08-28: Version 3.21.5 | 9 2013-08-28: Version 3.21.5 |
10 | 10 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 | 111 |
112 Deprecated self and total time getters and total sample count | 112 Deprecated self and total time getters and total sample count |
113 getter on CpuProfileNode. (Chromium issue 267595) | 113 getter on CpuProfileNode. (Chromium issue 267595) |
114 | 114 |
115 Fixed Object.freeze, Object.observe wrt CountOperation and | 115 Fixed Object.freeze, Object.observe wrt CountOperation and |
116 CompoundAssignment. (issue 2774,2779) | 116 CompoundAssignment. (issue 2774,2779) |
117 | 117 |
118 Performance and stability improvements on all platforms. | 118 Performance and stability improvements on all platforms. |
119 | 119 |
120 | 120 |
121 2013-08-07: Version 3.20.14 | 121 2013-08-07: Version 3.20.15 |
122 | 122 |
123 Exposed eternal handle api. | 123 Exposed eternal handle api. |
124 | 124 |
125 Bugfix to solve issues with enabling V8 typed arrays in Blink. | 125 Bugfix to solve issues with enabling V8 typed arrays in Blink. |
126 | 126 |
127 Fixed Array index dehoisting. (Chromium issue 264203) | 127 Fixed Array index dehoisting. (Chromium issue 264203) |
128 | 128 |
129 Updated Array Iterator to use numeric indexes (issue 2818) | 129 Updated Array Iterator to use numeric indexes (issue 2818) |
130 | 130 |
131 Return start/end profiling time in microseconds instead of milliseconds | 131 Return start/end profiling time in microseconds instead of milliseconds |
(...skipping 5690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5822 setting break points in them. | 5822 setting break points in them. |
5823 | 5823 |
5824 | 5824 |
5825 2008-07-03: Version 0.1.0 | 5825 2008-07-03: Version 0.1.0 |
5826 | 5826 |
5827 Initial export. | 5827 Initial export. |
5828 | 5828 |
5829 # Local Variables: | 5829 # Local Variables: |
5830 # mode:text | 5830 # mode:text |
5831 # End: | 5831 # End: |
OLD | NEW |