OLD | NEW |
| 1 2010-11-08: Version 2.5.5 |
| 2 |
| 3 Added more aggressive GC of external objects in near out-of-memory |
| 4 situations. |
| 5 |
| 6 Fixed a bug that gave the incorrect result for String.split called |
| 7 on the empty string (issue 924). |
| 8 |
| 9 |
1 2010-11-03: Version 2.5.4 | 10 2010-11-03: Version 2.5.4 |
2 | 11 |
3 » Improved V8 VFPv3 runtime detection to address issue 914. | 12 Improved V8 VFPv3 runtime detection to address issue 914. |
4 | 13 |
5 | 14 |
6 2010-11-01: Version 2.5.3 | 15 2010-11-01: Version 2.5.3 |
7 | 16 |
8 Fixed a bug that prevents constants from overwriting function values | 17 Fixed a bug that prevents constants from overwriting function values |
9 in object literals (issue 907). | 18 in object literals (issue 907). |
10 | 19 |
11 Fixed a bug with reporting of impossible nested calls of DOM functions | 20 Fixed a bug with reporting of impossible nested calls of DOM functions |
12 (issue http://crbug.com/60753). | 21 (issue http://crbug.com/60753). |
13 | 22 |
(...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2193 | 2202 |
2194 Improved debugger support by allowing nested break points and by | 2203 Improved debugger support by allowing nested break points and by |
2195 dealing with stack-overflows when compiling functions before | 2204 dealing with stack-overflows when compiling functions before |
2196 setting break points in them. | 2205 setting break points in them. |
2197 | 2206 |
2198 | 2207 |
2199 2008-07-03: Version 0.1.0 | 2208 2008-07-03: Version 0.1.0 |
2200 | 2209 |
2201 Initial export. | 2210 Initial export. |
2202 | 2211 |
OLD | NEW |