diff options
author | Feng Qian <fqian@google.com> | 2009-08-18 00:57:39 -0700 |
---|---|---|
committer | Feng Qian <fqian@google.com> | 2009-08-18 00:57:39 -0700 |
commit | 310cbb5f146406216a2c11a235e7cc4482e282f1 (patch) | |
tree | 79e383e259be28bf1452e57311860fb47e554ebb /V8Binding/v8/ChangeLog | |
parent | 144e6949fa07509619b72d7319418fe6b40b84ed (diff) | |
download | external_webkit-310cbb5f146406216a2c11a235e7cc4482e282f1.zip external_webkit-310cbb5f146406216a2c11a235e7cc4482e282f1.tar.gz external_webkit-310cbb5f146406216a2c11a235e7cc4482e282f1.tar.bz2 |
Update V8 to r2703.
New revision has improvement of scanner.
Diffstat (limited to 'V8Binding/v8/ChangeLog')
-rw-r--r-- | V8Binding/v8/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/V8Binding/v8/ChangeLog b/V8Binding/v8/ChangeLog index 03b96f1..4bfd8d5 100644 --- a/V8Binding/v8/ChangeLog +++ b/V8Binding/v8/ChangeLog @@ -1,3 +1,31 @@ +2009-08-13: Version 1.3.4 + + Added a readline() command to the d8 shell. + + Fixed bug in json parsing. + + Added idle notification to the API and reduced memory on idle + notifications. + + +2009-08-12: Version 1.3.3 + + Fix issue 417: incorrect %t placeholder expansion. + + Add .gitignore file similar to Chromium's one. + + Fix SConstruct file to build with new logging code for Android. + + API: added function to find instance of template in prototype + chain. Inlined Object::IsInstanceOf. + + Land change to notify valgrind when we modify code on x86. + + Add api call to determine whether a string can be externalized. + + Add a write() command to d8. + + 2009-08-05: Version 1.3.2 Started new compiler infrastructure for two-pass compilation using a |