OLD | NEW |
| 1 2013-07-08: Version 3.20.3 |
| 2 |
| 3 Performance and stability improvements on all platforms. |
| 4 |
| 5 |
1 2013-07-05: Version 3.20.2 | 6 2013-07-05: Version 3.20.2 |
2 | 7 |
3 Remove deprecated heap profiler methods from V8 public API | 8 Remove deprecated heap profiler methods from V8 public API |
4 | 9 |
5 Mark i18n functions as native and set proper names | 10 Mark i18n functions as native and set proper names |
6 (issue 2745) | 11 (issue 2745) |
7 | 12 |
8 Correctly report stack trace when current function is FunctionApply | 13 Correctly report stack trace when current function is FunctionApply |
9 builtin (Chromium issue 252097) | 14 builtin (Chromium issue 252097) |
10 | 15 |
(...skipping 5563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5574 setting break points in them. | 5579 setting break points in them. |
5575 | 5580 |
5576 | 5581 |
5577 2008-07-03: Version 0.1.0 | 5582 2008-07-03: Version 0.1.0 |
5578 | 5583 |
5579 Initial export. | 5584 Initial export. |
5580 | 5585 |
5581 # Local Variables: | 5586 # Local Variables: |
5582 # mode:text | 5587 # mode:text |
5583 # End: | 5588 # End: |
OLD | NEW |