| OLD | NEW |
| 1 2013-08-19: Version 3.21.0 |
| 2 |
| 3 Fixed GC-related crasher (Chromium issue 274438) |
| 4 |
| 5 Reverted making Intl non-enumerable. |
| 6 |
| 7 Performance and stability improvements on all platforms. |
| 8 |
| 9 |
| 10 2013-08-14: Version 3.20.17 |
| 11 |
| 12 Fixed Math.round/floor that had bogus Smi representation |
| 13 (Chromium issue 272564) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
| 18 2013-08-13: Version 3.20.16 |
| 19 |
| 20 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679) |
| 21 |
| 22 Fixed gcmole bugs in i18n code (issue 2745) |
| 23 |
| 24 ia32: Calls to the TranscendentalCacheStub must ensure that esi is |
| 25 set (issue 2827) |
| 26 |
| 27 Made sure polymorphic element access creates non-replaying |
| 28 phis. (issue 2815) |
| 29 |
| 30 Allowed HPhis to have an invalid merge index. (issue 2815) |
| 31 |
| 32 Fixed smi-based math floor. (Chromium issue 270268) |
| 33 |
| 34 Deprecated self and total time getters and total sample count |
| 35 getter on CpuProfileNode. (Chromium issue 267595) |
| 36 |
| 37 Fixed Object.freeze, Object.observe wrt CountOperation and |
| 38 CompoundAssignment. (issue 2774,2779) |
| 39 |
| 40 Performance and stability improvements on all platforms. |
| 41 |
| 42 |
| 1 2013-08-07: Version 3.20.14 | 43 2013-08-07: Version 3.20.14 |
| 2 | 44 |
| 3 Exposed eternal handle api. | 45 Exposed eternal handle api. |
| 4 | 46 |
| 5 Bugfix to solve issues with enabling V8 typed arrays in Blink. | 47 Bugfix to solve issues with enabling V8 typed arrays in Blink. |
| 6 | 48 |
| 7 Fixed Array index dehoisting. (Chromium issue 264203) | 49 Fixed Array index dehoisting. (Chromium issue 264203) |
| 8 | 50 |
| 9 Updated Array Iterator to use numeric indexes (issue 2818) | 51 Updated Array Iterator to use numeric indexes (issue 2818) |
| 10 | 52 |
| (...skipping 5691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5702 setting break points in them. | 5744 setting break points in them. |
| 5703 | 5745 |
| 5704 | 5746 |
| 5705 2008-07-03: Version 0.1.0 | 5747 2008-07-03: Version 0.1.0 |
| 5706 | 5748 |
| 5707 Initial export. | 5749 Initial export. |
| 5708 | 5750 |
| 5709 # Local Variables: | 5751 # Local Variables: |
| 5710 # mode:text | 5752 # mode:text |
| 5711 # End: | 5753 # End: |
| OLD | NEW |