OLD | NEW |
| 1 2013-10-01: Version 3.22.5 |
| 2 |
| 3 Disabled externalization of sliced/cons strings in old pointer space |
| 4 (Chromium issue 276357). |
| 5 |
| 6 Turned on handle zapping for release builds |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2013-09-30: Version 3.22.4 | 11 2013-09-30: Version 3.22.4 |
2 | 12 |
3 Function::Call and Object::CallAsFunction APIs should allow v8::Value as | 13 Function::Call and Object::CallAsFunction APIs should allow v8::Value as |
4 a receiver (issue 2915). | 14 a receiver (issue 2915). |
5 | 15 |
6 Removed unnecessary mutex (Chromium issue 291236). | 16 Removed unnecessary mutex (Chromium issue 291236). |
7 | 17 |
8 Removed ArrayBufferView::BaseAddress method. | 18 Removed ArrayBufferView::BaseAddress method. |
9 | 19 |
10 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
(...skipping 5993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6004 setting break points in them. | 6014 setting break points in them. |
6005 | 6015 |
6006 | 6016 |
6007 2008-07-03: Version 0.1.0 | 6017 2008-07-03: Version 0.1.0 |
6008 | 6018 |
6009 Initial export. | 6019 Initial export. |
6010 | 6020 |
6011 # Local Variables: | 6021 # Local Variables: |
6012 # mode:text | 6022 # mode:text |
6013 # End: | 6023 # End: |
OLD | NEW |