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 isolates . | |
Jakob Kummerow
2013/11/21 09:43:24
nit: 80col
| |
12 (Chromium issue 317398) | |
13 | |
14 Performance and stability improvements on all platforms. | |
15 | |
16 | |
1 2013-11-20: Version 3.23.8 | 17 2013-11-20: Version 3.23.8 |
2 | 18 |
3 Fixed crashes exposed though fuzzing. | 19 Fixed crashes exposed though fuzzing. |
4 (Chromium issue 320948) | 20 (Chromium issue 320948) |
5 | 21 |
6 Deprecated v8::External::New without Isolate parameter. | 22 Deprecated v8::External::New without Isolate parameter. |
7 | 23 |
8 Made number of available threads isolate-dependent and exposed it to | 24 Made number of available threads isolate-dependent and exposed it to |
9 ResourceConstraints. | 25 ResourceConstraints. |
10 (issue 2991) | 26 (issue 2991) |
(...skipping 6264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6275 setting break points in them. | 6291 setting break points in them. |
6276 | 6292 |
6277 | 6293 |
6278 2008-07-03: Version 0.1.0 | 6294 2008-07-03: Version 0.1.0 |
6279 | 6295 |
6280 Initial export. | 6296 Initial export. |
6281 | 6297 |
6282 # Local Variables: | 6298 # Local Variables: |
6283 # mode:text | 6299 # mode:text |
6284 # End: | 6300 # End: |
OLD | NEW |