| 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 |
| 15 2013-10-31: Version 3.22.24 |
| 16 |
| 17 Fixed uint32-to-smi conversion in Lithium. |
| 18 (Chromium issue 309623) |
| 19 |
| 20 Performance and stability improvements on all platforms. |
| 21 |
| 22 |
| 1 2013-10-28: Version 3.22.23 | 23 2013-10-28: Version 3.22.23 |
| 2 | 24 |
| 3 Renamed deprecated __attribute__((no_address_safety_analysis)) to | 25 Renamed deprecated __attribute__((no_address_safety_analysis)) to |
| 4 __attribute__((no_sanitize_address)) (Chromium issue 311283) | 26 __attribute__((no_sanitize_address)) (Chromium issue 311283) |
| 5 | 27 |
| 6 Defined DEBUG for v8_optimized_debug=2 | 28 Defined DEBUG for v8_optimized_debug=2 |
| 7 | 29 |
| 8 Performance and stability improvements on all platforms. | 30 Performance and stability improvements on all platforms. |
| 9 | 31 |
| 10 | 32 |
| (...skipping 6152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6163 setting break points in them. | 6185 setting break points in them. |
| 6164 | 6186 |
| 6165 | 6187 |
| 6166 2008-07-03: Version 0.1.0 | 6188 2008-07-03: Version 0.1.0 |
| 6167 | 6189 |
| 6168 Initial export. | 6190 Initial export. |
| 6169 | 6191 |
| 6170 # Local Variables: | 6192 # Local Variables: |
| 6171 # mode:text | 6193 # mode:text |
| 6172 # End: | 6194 # End: |
| OLD | NEW |