| OLD | NEW |
| 1 2012-12-21: Version 3.15.12 | 1 2012-12-21: Version 3.16.0 |
| 2 | 2 |
| 3 V8_Fatal now prints C++ stack trace in debug mode. | 3 V8_Fatal now prints C++ stack trace in debug mode. |
| 4 | 4 |
| 5 Added HTML-based tick processor. | 5 Added HTML-based tick processor. |
| 6 | 6 |
| 7 Continued implementation of Object.observe (V8 issue 2409). | 7 Continued implementation of Object.observe (V8 issue 2409). |
| 8 | 8 |
| 9 Fixed V8 issues 2243, 2340, 2393, 2399, 2457. | 9 Fixed V8 issues 2243, 2340, 2393, 2399, 2457. |
| 10 | 10 |
| 11 Fixed Chromium issues 125308, 165637, 166379, 166553. | 11 Fixed Chromium issues 125308, 165637, 166379, 166553. |
| (...skipping 4876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4888 setting break points in them. | 4888 setting break points in them. |
| 4889 | 4889 |
| 4890 | 4890 |
| 4891 2008-07-03: Version 0.1.0 | 4891 2008-07-03: Version 0.1.0 |
| 4892 | 4892 |
| 4893 Initial export. | 4893 Initial export. |
| 4894 | 4894 |
| 4895 # Local Variables: | 4895 # Local Variables: |
| 4896 # mode:text | 4896 # mode:text |
| 4897 # End: | 4897 # End: |
| OLD | NEW |