summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2010-11-09 16:16:48 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2010-11-15 17:07:50 -0800
commit3e5fa29ddb82551500b118e9bf37af3966277b70 (patch)
treea74a16cc186a742dd182289692dfbe9ce1c3c5d4 /ChangeLog
parent5913587db4c6bab03d97bfe44b06289fd6d7270d (diff)
downloadandroid_external_v8-3e5fa29ddb82551500b118e9bf37af3966277b70.tar.gz
android_external_v8-3e5fa29ddb82551500b118e9bf37af3966277b70.tar.bz2
android_external_v8-3e5fa29ddb82551500b118e9bf37af3966277b70.zip
Update V8 to r5780 as required by WebKit r71558
Change-Id: Ie3936550b99967a13755930d0dac0a59c3562625
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07859597..ea07009f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2010-11-08: Version 2.5.5
+
+ Added more aggressive GC of external objects in near out-of-memory
+ situations.
+
+ Fixed a bug that gave the incorrect result for String.split called
+ on the empty string (issue 924).
+
+
+2010-11-03: Version 2.5.4
+
+ Improved V8 VFPv3 runtime detection to address issue 914.
+
+
+2010-11-01: Version 2.5.3
+
+ Fixed a bug that prevents constants from overwriting function values
+ in object literals (issue 907).
+
+ Fixed a bug with reporting of impossible nested calls of DOM functions
+ (issue http://crbug.com/60753).
+
+
2010-10-27: Version 2.5.2
Improved sampler resolution on Linux.