| OLD | NEW |
| 1 2013-01-21: Version 3.16.7 |
| 2 |
| 3 Removed <(library) usage from v8.gyp. |
| 4 (Chromium issue 111541) |
| 5 |
| 6 Fixed out of bounds memory access in TestJSArrayForAllocationSiteInfo. |
| 7 (Chromium issue 169928) |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
| 1 2013-01-18: Version 3.16.6 | 12 2013-01-18: Version 3.16.6 |
| 2 | 13 |
| 3 Made the Isolate parameter mandatory in Locker and Unlocker classes. | 14 Made the Isolate parameter mandatory in Locker and Unlocker classes. |
| 4 (issue 2487) | 15 (issue 2487) |
| 5 | 16 |
| 6 Avoid pointer underflow in CopyCharsUnsigned. | 17 Avoid pointer underflow in CopyCharsUnsigned. |
| 7 (issue 2493) | 18 (issue 2493) |
| 8 | 19 |
| 9 Generate shim headers when using system v8. | 20 Generate shim headers when using system v8. |
| 10 (Chromium issue 165264) | 21 (Chromium issue 165264) |
| (...skipping 4953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4964 setting break points in them. | 4975 setting break points in them. |
| 4965 | 4976 |
| 4966 | 4977 |
| 4967 2008-07-03: Version 0.1.0 | 4978 2008-07-03: Version 0.1.0 |
| 4968 | 4979 |
| 4969 Initial export. | 4980 Initial export. |
| 4970 | 4981 |
| 4971 # Local Variables: | 4982 # Local Variables: |
| 4972 # mode:text | 4983 # mode:text |
| 4973 # End: | 4984 # End: |
| OLD | NEW |