OLD | NEW |
| 1 2013-11-06: Version 3.23.0 |
| 2 |
| 3 Fixed loading message from an Error object. (Chromium issue 306220) |
| 4 |
| 5 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941) |
| 6 |
| 7 Made snapshots reproducible. (issue 2885) |
| 8 |
| 9 Added missing negative dictionary lookup to NonexistentHandlerFrontend. |
| 10 (issue 2980) |
| 11 |
| 12 Performance and stability improvements on all platforms. |
| 13 |
| 14 |
1 2013-10-31: Version 3.22.24 | 15 2013-10-31: Version 3.22.24 |
2 | 16 |
3 Fixed uint32-to-smi conversion in Lithium. | 17 Fixed uint32-to-smi conversion in Lithium. |
4 (Chromium issue 309623) | 18 (Chromium issue 309623) |
5 | 19 |
6 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
7 | 21 |
8 | 22 |
9 2013-10-28: Version 3.22.23 | 23 2013-10-28: Version 3.22.23 |
10 | 24 |
(...skipping 6160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6171 setting break points in them. | 6185 setting break points in them. |
6172 | 6186 |
6173 | 6187 |
6174 2008-07-03: Version 0.1.0 | 6188 2008-07-03: Version 0.1.0 |
6175 | 6189 |
6176 Initial export. | 6190 Initial export. |
6177 | 6191 |
6178 # Local Variables: | 6192 # Local Variables: |
6179 # mode:text | 6193 # mode:text |
6180 # End: | 6194 # End: |
OLD | NEW |