OLD | NEW |
| 1 2013-02-28: Version 3.17.6 |
| 2 |
| 3 Fixed materialization of arguments objects with unknown values. |
| 4 (Chromium issue 163530) |
| 5 |
| 6 Set default number of sweeper threads to at most four. |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2013-02-27: Version 3.17.5 | 11 2013-02-27: Version 3.17.5 |
2 | 12 |
3 Made __proto__ a foreign callback on Object.prototype. | 13 Made __proto__ a foreign callback on Object.prototype. |
4 (issue 621, issue 1949 and issue 2441) | 14 (issue 621, issue 1949 and issue 2441) |
5 | 15 |
6 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
7 | 17 |
8 | 18 |
9 2013-02-25: Version 3.17.4 | 19 2013-02-25: Version 3.17.4 |
10 | 20 |
(...skipping 5101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5112 setting break points in them. | 5122 setting break points in them. |
5113 | 5123 |
5114 | 5124 |
5115 2008-07-03: Version 0.1.0 | 5125 2008-07-03: Version 0.1.0 |
5116 | 5126 |
5117 Initial export. | 5127 Initial export. |
5118 | 5128 |
5119 # Local Variables: | 5129 # Local Variables: |
5120 # mode:text | 5130 # mode:text |
5121 # End: | 5131 # End: |
OLD | NEW |