OLD | NEW |
---|---|
1 2010-01-17: Version 3.0.8 | |
Rico
2011/01/17 09:21:46
2011 + last two entries
Søren Thygesen Gjesse
2011/01/17 09:33:26
Done.
| |
2 | |
3 Expose heap size limit to the heap statistics gathered by | |
4 the GetHeapStatistics API. | |
5 | |
6 Wrap external pointers more carefully (issue 1037). | |
7 | |
8 Hardend the implementation of of error objects to avoid setters | |
Mads Ager (chromium)
2011/01/17 09:21:27
Hardend -> Hardened
of of -> of
Also, can we con
Søren Thygesen Gjesse
2011/01/17 09:33:26
Done.
| |
9 intercepting the properties set then throwing an error. | |
10 | |
11 Avoid trashing the FPSCR when calculating Math.floor on ARM. | |
12 | |
13 Performance improvements on the IA32 platform. | |
14 | |
15 | |
1 2010-01-10: Version 3.0.7 | 16 2010-01-10: Version 3.0.7 |
2 | 17 |
3 Stopped calling inherited setters when creating object literals | 18 Stopped calling inherited setters when creating object literals |
4 (issue 1015). | 19 (issue 1015). |
5 | 20 |
6 Changed interpretation of malformed \c? escapes in RegExp to match | 21 Changed interpretation of malformed \c? escapes in RegExp to match |
7 JSC. | 22 JSC. |
8 | 23 |
9 Enhanced the command-line debugger interface and fixed some minor | 24 Enhanced the command-line debugger interface and fixed some minor |
10 bugs in the debugger. | 25 bugs in the debugger. |
(...skipping 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2365 | 2380 |
2366 Improved debugger support by allowing nested break points and by | 2381 Improved debugger support by allowing nested break points and by |
2367 dealing with stack-overflows when compiling functions before | 2382 dealing with stack-overflows when compiling functions before |
2368 setting break points in them. | 2383 setting break points in them. |
2369 | 2384 |
2370 | 2385 |
2371 2008-07-03: Version 0.1.0 | 2386 2008-07-03: Version 0.1.0 |
2372 | 2387 |
2373 Initial export. | 2388 Initial export. |
2374 | 2389 |
OLD | NEW |