OLD | NEW |
| 1 2014-01-08: Version 3.24.12 |
| 2 |
| 3 Correctly handle instances without elements in polymorphic keyed |
| 4 load/store (Chromium issue 331416). |
| 5 |
| 6 Fix selection of popular pages in store buffer (Chromium issue 331444). |
| 7 |
| 8 Prepare removal of ObjectTemplate::New without Isolate parameter |
| 9 (Chromium issue 324225). |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2014-01-07: Version 3.24.11 | 14 2014-01-07: Version 3.24.11 |
2 | 15 |
3 Remove generated makefiles on linux when running gyp_v8 | 16 Remove generated makefiles on linux when running gyp_v8 |
4 (Chromium issue 331475) | 17 (Chromium issue 331475) |
5 | 18 |
6 Fix building d8 with readline support due to API changes | 19 Fix building d8 with readline support due to API changes |
7 | 20 |
8 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
9 | 22 |
10 | 23 |
(...skipping 6450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6461 setting break points in them. | 6474 setting break points in them. |
6462 | 6475 |
6463 | 6476 |
6464 2008-07-03: Version 0.1.0 | 6477 2008-07-03: Version 0.1.0 |
6465 | 6478 |
6466 Initial export. | 6479 Initial export. |
6467 | 6480 |
6468 # Local Variables: | 6481 # Local Variables: |
6469 # mode:text | 6482 # mode:text |
6470 # End: | 6483 # End: |
OLD | NEW |