OLD | NEW |
| 1 2010-11-03: Version 2.5.4 |
| 2 |
| 3 Improved V8 VFPv3 runtime detection to address issue 914. |
| 4 |
| 5 |
1 2010-11-01: Version 2.5.3 | 6 2010-11-01: Version 2.5.3 |
2 | 7 |
3 Fixed a bug that prevents constants from overwriting function values | 8 Fixed a bug that prevents constants from overwriting function values |
4 in object literals (issue 907). | 9 in object literals (issue 907). |
5 | 10 |
6 Fixed a bug with reporting of impossible nested calls of DOM functions | 11 Fixed a bug with reporting of impossible nested calls of DOM functions |
7 (issue http://crbug.com/60753). | 12 (issue http://crbug.com/60753). |
8 | 13 |
9 | 14 |
10 2010-10-27: Version 2.5.2 | 15 2010-10-27: Version 2.5.2 |
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2188 | 2193 |
2189 Improved debugger support by allowing nested break points and by | 2194 Improved debugger support by allowing nested break points and by |
2190 dealing with stack-overflows when compiling functions before | 2195 dealing with stack-overflows when compiling functions before |
2191 setting break points in them. | 2196 setting break points in them. |
2192 | 2197 |
2193 | 2198 |
2194 2008-07-03: Version 0.1.0 | 2199 2008-07-03: Version 0.1.0 |
2195 | 2200 |
2196 Initial export. | 2201 Initial export. |
2197 | 2202 |
OLD | NEW |