OLD | NEW |
| 1 2010-11-01: Version 2.5.3 |
| 2 |
| 3 Fixed a bug that prevents constants from overwriting function values |
| 4 in object literals (issue 907). |
| 5 |
| 6 Fixed a bug with reporting of impossible nested calls of DOM functions |
| 7 (issue http://crbug.com/60753). |
| 8 |
| 9 |
1 2010-10-27: Version 2.5.2 | 10 2010-10-27: Version 2.5.2 |
2 | 11 |
3 Improved sampler resolution on Linux. | 12 Improved sampler resolution on Linux. |
4 | 13 |
5 Allowed forcing the use of a simulator from the build script | 14 Allowed forcing the use of a simulator from the build script |
6 independently of the host architecture. | 15 independently of the host architecture. |
7 | 16 |
8 Fixed FreeBSD port (Issue 912). | 17 Fixed FreeBSD port (Issue 912). |
9 | 18 |
10 Made windows-tick-processor respect D8_PATH. | 19 Made windows-tick-processor respect D8_PATH. |
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2179 | 2188 |
2180 Improved debugger support by allowing nested break points and by | 2189 Improved debugger support by allowing nested break points and by |
2181 dealing with stack-overflows when compiling functions before | 2190 dealing with stack-overflows when compiling functions before |
2182 setting break points in them. | 2191 setting break points in them. |
2183 | 2192 |
2184 | 2193 |
2185 2008-07-03: Version 0.1.0 | 2194 2008-07-03: Version 0.1.0 |
2186 | 2195 |
2187 Initial export. | 2196 Initial export. |
2188 | 2197 |
OLD | NEW |