OLD | NEW |
| 1 2013-11-21: Version 3.23.9 |
| 2 |
| 3 API: Change AdjustAmountOfExternalAllocatedMemory calls to use int64_t |
| 4 instead of intptr_t. |
| 5 |
| 6 Remove deprecated v8::SetResourceConstraints without Isolate parameter. |
| 7 |
| 8 Remove deprecated v8-defaults.h and defaults.cc. |
| 9 (Chromium issue 312241) |
| 10 |
| 11 Make it possible to add more than one piece of embedder data to |
| 12 isolates. |
| 13 (Chromium issue 317398) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
1 2013-11-20: Version 3.23.8 | 18 2013-11-20: Version 3.23.8 |
2 | 19 |
3 Fixed crashes exposed though fuzzing. | 20 Fixed crashes exposed though fuzzing. |
4 (Chromium issue 320948) | 21 (Chromium issue 320948) |
5 | 22 |
6 Deprecated v8::External::New without Isolate parameter. | 23 Deprecated v8::External::New without Isolate parameter. |
7 | 24 |
8 Made number of available threads isolate-dependent and exposed it to | 25 Made number of available threads isolate-dependent and exposed it to |
9 ResourceConstraints. | 26 ResourceConstraints. |
10 (issue 2991) | 27 (issue 2991) |
(...skipping 6264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6275 setting break points in them. | 6292 setting break points in them. |
6276 | 6293 |
6277 | 6294 |
6278 2008-07-03: Version 0.1.0 | 6295 2008-07-03: Version 0.1.0 |
6279 | 6296 |
6280 Initial export. | 6297 Initial export. |
6281 | 6298 |
6282 # Local Variables: | 6299 # Local Variables: |
6283 # mode:text | 6300 # mode:text |
6284 # End: | 6301 # End: |
OLD | NEW |