| OLD | NEW |
| 1 2013-11-26: Version 3.23.12 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
| 6 2013-11-25: Version 3.23.11 |
| 7 |
| 8 Deprecate old versions of Isolate::SetData and GetData. |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
| 13 2013-11-22: Version 3.23.10 |
| 14 |
| 15 Remove preemption thread and API. |
| 16 (issue 3004) |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
| 21 2013-11-21: Version 3.23.9 |
| 22 |
| 23 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t |
| 24 instead of intptr_t. |
| 25 |
| 26 Remove deprecated v8::SetResourceConstraints without Isolate parameter. |
| 27 |
| 28 Remove deprecated v8-defaults.h and defaults.cc. |
| 29 (Chromium issue 312241) |
| 30 |
| 31 Make it possible to add more than one piece of embedder data to |
| 32 isolates. |
| 33 (Chromium issue 317398) |
| 34 |
| 35 Performance and stability improvements on all platforms. |
| 36 |
| 37 |
| 1 2013-11-20: Version 3.23.8 | 38 2013-11-20: Version 3.23.8 |
| 2 | 39 |
| 3 Fixed crashes exposed though fuzzing. | 40 Fixed crashes exposed though fuzzing. |
| 4 (Chromium issue 320948) | 41 (Chromium issue 320948) |
| 5 | 42 |
| 6 Deprecated v8::External::New without Isolate parameter. | 43 Deprecated v8::External::New without Isolate parameter. |
| 7 | 44 |
| 8 Made number of available threads isolate-dependent and exposed it to | 45 Made number of available threads isolate-dependent and exposed it to |
| 9 ResourceConstraints. | 46 ResourceConstraints. |
| 10 (issue 2991) | 47 (issue 2991) |
| (...skipping 6264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6275 setting break points in them. | 6312 setting break points in them. |
| 6276 | 6313 |
| 6277 | 6314 |
| 6278 2008-07-03: Version 0.1.0 | 6315 2008-07-03: Version 0.1.0 |
| 6279 | 6316 |
| 6280 Initial export. | 6317 Initial export. |
| 6281 | 6318 |
| 6282 # Local Variables: | 6319 # Local Variables: |
| 6283 # mode:text | 6320 # mode:text |
| 6284 # End: | 6321 # End: |
| OLD | NEW |