summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-07-08 12:39:36 +0100
committerSteve Block <steveblock@google.com>2010-07-08 12:41:04 +0100
commit8defd9ff6930b4e24729971a61cf7469daf119be (patch)
tree3be589af44201dcaead530f4046cb63e7c9b68c4 /ChangeLog
parent85dec77e821ae98054f8e09ba3180c148a9264d6 (diff)
downloadandroid_external_v8-8defd9ff6930b4e24729971a61cf7469daf119be.tar.gz
android_external_v8-8defd9ff6930b4e24729971a61cf7469daf119be.tar.bz2
android_external_v8-8defd9ff6930b4e24729971a61cf7469daf119be.zip
Update V8 to r5017 as required by WebKit r62496
Change-Id: I1b4b7718d1d77ceef07f543e9150a2cb3a628f3a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 44 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 95c11337..c29c7176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2010-07-05: Version 2.2.22
+
+ Added ES5 Object.isExtensible and Object.preventExtensions.
+
+ Enabled building V8 as a DLL.
+
+ Fixed a bug in date code where -0 was not interpreted as 0
+ (issue 736).
+
+ Performance improvements on all platforms.
+
+
+2010-06-30: Version 2.2.21
+
+ Fix bug in externalizing some ASCII strings (Chromium issue 47824).
+
+ Update JSON.stringify to floor the space parameter (issue 753).
+
+ Update the Mozilla test expectations to the newest version.
+
+ Update the ES5 Conformance Test expectations to the latest version.
+
+ Update the V8 benchmark suite.
+
+ Provide actual breakpoints locations in response to setBreakpoint
+ and listBreakpoints requests.
+
+
+2010-06-28: Version 2.2.20
+
+ Fix bug with for-in on x64 platform (issue 748).
+
+ Fix crash bug on x64 platform (issue 756).
+
+ Fix bug in Object.getOwnPropertyNames. (chromium issue 41243).
+
+ Fix a bug on ARM that caused the result of 1 << x to be
+ miscalculated for some inputs.
+
+ Performance improvements on all platforms.
+
+
2010-06-23: Version 2.2.19
Fix bug that causes the build to break when profillingsupport=off
@@ -37,11 +79,11 @@
2010-06-09: Version 2.2.16
- Removed the SetExternalStringDiposeCallback API. Changed the
+ Removed the SetExternalStringDiposeCallback API. Changed the
disposal of external string resources to call a virtual Dispose
method on the resource.
- Added support for more precise break points when debugging and
+ Added support for more precise break points when debugging and
stepping.
Memory usage improvements on all platforms.