OLD | NEW |
---|---|
1 2013-08-13: Version 3.20.16 | |
2 | |
3 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679) | |
4 | |
5 Fixed gcmole bugs in i18n code (issue 2745) | |
6 | |
7 ia32: Calls to the TranscendentalCacheStub must ensure that esi is | |
8 set (issue 2827) | |
9 | |
10 Made sure polymorphic element access creates non-replaying | |
11 phis. (issue 2815) | |
12 | |
13 Allowed HPhis to have an invalid merge index. (issue 2815) | |
14 | |
15 Fixed smi-based math floor. (Chromium issue 270268) | |
16 | |
17 Deprecated self and total time getters and total sample count | |
18 getter on CpuProfileNode. (Chromium issue 267595) | |
19 | |
20 Fixed Object.freeze, Object.observe wrt CountOperation and | |
21 CompoundAssignment. (Chromium issue 2774,2779) | |
Jakob Kummerow
2013/08/13 17:07:03
These are not Chromium issues.
| |
22 | |
23 Performance and stability improvements on all platforms. | |
24 | |
25 | |
1 2013-08-07: Version 3.20.14 | 26 2013-08-07: Version 3.20.14 |
2 | 27 |
3 Exposed eternal handle api. | 28 Exposed eternal handle api. |
4 | 29 |
5 Bugfix to solve issues with enabling V8 typed arrays in Blink. | 30 Bugfix to solve issues with enabling V8 typed arrays in Blink. |
6 | 31 |
7 Fixed Array index dehoisting. (Chromium issue 264203) | 32 Fixed Array index dehoisting. (Chromium issue 264203) |
8 | 33 |
9 Updated Array Iterator to use numeric indexes (issue 2818) | 34 Updated Array Iterator to use numeric indexes (issue 2818) |
10 | 35 |
(...skipping 5691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5702 setting break points in them. | 5727 setting break points in them. |
5703 | 5728 |
5704 | 5729 |
5705 2008-07-03: Version 0.1.0 | 5730 2008-07-03: Version 0.1.0 |
5706 | 5731 |
5707 Initial export. | 5732 Initial export. |
5708 | 5733 |
5709 # Local Variables: | 5734 # Local Variables: |
5710 # mode:text | 5735 # mode:text |
5711 # End: | 5736 # End: |
OLD | NEW |