OLD | NEW |
| 1 2013-07-05: Version 3.20.2 |
| 2 |
| 3 Remove deprecated heap profiler methods from V8 public API |
| 4 |
| 5 Mark i18n functions as native and set proper names |
| 6 (issue 2745) |
| 7 |
| 8 Correctly report stack trace when current function is FunctionApply |
| 9 builtin (Chromium issue 252097) |
| 10 |
| 11 Enable GDBJIT interface for standalone by default. |
| 12 |
| 13 Fix debuggersupport=off build. (issue 2754) |
| 14 |
| 15 Introduce -m64 flag for making x64 when the default gcc compiler is for |
| 16 X32 |
| 17 |
| 18 Performance and stability improvements on all platforms. |
| 19 |
| 20 |
1 2013-07-02: Version 3.20.1 | 21 2013-07-02: Version 3.20.1 |
2 | 22 |
3 Implemented WeakMap.prototype.clear function. (issue 2753) | 23 Implemented WeakMap.prototype.clear function. (issue 2753) |
4 | 24 |
5 Ensure CheckInitialized is present independent of define. | 25 Ensure CheckInitialized is present independent of define. |
6 (Chromium issue 255779) | 26 (Chromium issue 255779) |
7 | 27 |
8 Performance and stability improvements on all platforms. | 28 Performance and stability improvements on all platforms. |
9 | 29 |
10 | 30 |
(...skipping 5543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5554 setting break points in them. | 5574 setting break points in them. |
5555 | 5575 |
5556 | 5576 |
5557 2008-07-03: Version 0.1.0 | 5577 2008-07-03: Version 0.1.0 |
5558 | 5578 |
5559 Initial export. | 5579 Initial export. |
5560 | 5580 |
5561 # Local Variables: | 5581 # Local Variables: |
5562 # mode:text | 5582 # mode:text |
5563 # End: | 5583 # End: |
OLD | NEW |