| OLD | NEW |
| 1 2012-12-21: Version 3.15.12 |
| 2 |
| 3 V8_Fatal now prints C++ stack trace in debug mode. |
| 4 |
| 5 Added HTML-based tick processor. |
| 6 |
| 7 Continued implementation of Object.observe (V8 issue 2409). |
| 8 |
| 9 Fixed V8 issues 2243, 2340, 2393, 2399, 2457. |
| 10 |
| 11 Fixed Chromium issues 125308, 165637, 166379, 166553. |
| 12 |
| 13 Performance and stability improvements on all platforms. |
| 14 |
| 15 |
| 1 2012-12-10: Version 3.15.11 | 16 2012-12-10: Version 3.15.11 |
| 2 | 17 |
| 3 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP | 18 Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and arm_fpu GYP |
| 4 flags. | 19 flags. |
| 5 | 20 |
| 6 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
| 7 | 22 |
| 8 | 23 |
| 9 2012-12-07: Version 3.15.10 | 24 2012-12-07: Version 3.15.10 |
| 10 | 25 |
| (...skipping 4862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4873 setting break points in them. | 4888 setting break points in them. |
| 4874 | 4889 |
| 4875 | 4890 |
| 4876 2008-07-03: Version 0.1.0 | 4891 2008-07-03: Version 0.1.0 |
| 4877 | 4892 |
| 4878 Initial export. | 4893 Initial export. |
| 4879 | 4894 |
| 4880 # Local Variables: | 4895 # Local Variables: |
| 4881 # mode:text | 4896 # mode:text |
| 4882 # End: | 4897 # End: |
| OLD | NEW |