summaryrefslogtreecommitdiff
path: root/chromium/v8/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/ChangeLog')
-rw-r--r--chromium/v8/ChangeLog57
1 files changed, 0 insertions, 57 deletions
diff --git a/chromium/v8/ChangeLog b/chromium/v8/ChangeLog
index d824cec0d63..b0ab892073e 100644
--- a/chromium/v8/ChangeLog
+++ b/chromium/v8/ChangeLog
@@ -1,60 +1,3 @@
-2013-08-14: Version 3.20.17
-
- Fixed Math.round/floor that had bogus Smi representation
- (Chromium issue 272564)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-13: Version 3.20.16
-
- Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
-
- Fixed gcmole bugs in i18n code (issue 2745)
-
- ia32: Calls to the TranscendentalCacheStub must ensure that esi is
- set (issue 2827)
-
- Made sure polymorphic element access creates non-replaying
- phis. (issue 2815)
-
- Allowed HPhis to have an invalid merge index. (issue 2815)
-
- Fixed smi-based math floor. (Chromium issue 270268)
-
- Deprecated self and total time getters and total sample count
- getter on CpuProfileNode. (Chromium issue 267595)
-
- Fixed Object.freeze, Object.observe wrt CountOperation and
- CompoundAssignment. (issue 2774,2779)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-07: Version 3.20.14
-
- Exposed eternal handle api.
-
- Bugfix to solve issues with enabling V8 typed arrays in Blink.
-
- Fixed Array index dehoisting. (Chromium issue 264203)
-
- Updated Array Iterator to use numeric indexes (issue 2818)
-
- Return start/end profiling time in microseconds instead of milliseconds
- (issue 2824)
-
- Performance and stability improvements on all platforms.
-
-
-2013-08-06: Version 3.20.14
-
- Added new Harmony methods to Array.prototype object.
- (issue 2776,v8:2777)
-
- Performance and stability improvements on all platforms.
-
-
2013-08-01: Version 3.20.12
Removed buggy ToNumber truncation (partial fix for issue 2813)