diff options
author | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-06 08:30:02 +0000 |
---|---|---|
committer | kasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-06 08:30:02 +0000 |
commit | 11c3b482742d87d34f702c83dc467994d93921e1 (patch) | |
tree | cbd6ebb892627940d7b9cd5233d645e39d2b3f11 | |
parent | 7f412a7064bbe2e0dc7f894122e17ab73f304d94 (diff) | |
download | chromium_src-11c3b482742d87d34f702c83dc467994d93921e1.zip chromium_src-11c3b482742d87d34f702c83dc467994d93921e1.tar.gz chromium_src-11c3b482742d87d34f702c83dc467994d93921e1.tar.bz2 |
Update V8 in Chromium to version 1.2.12. This update improves performance,
adds stack trace colletion for Errors, and avoids execution stack recursion
when parsing regular expressions.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/155082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19939 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 3 insertions, 3 deletions
@@ -32,7 +32,7 @@ deps = { "http://gyp.googlecode.com/svn/trunk@532", "src/v8": - "http://v8.googlecode.com/svn/trunk@2336", + "http://v8.googlecode.com/svn/trunk@2361", "src/third_party/skia": "http://skia.googlecode.com/svn/trunk@239", diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index b2ff6068..ba47d1f4 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 222: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt index b2ff6068..ba47d1f4 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt @@ -1,4 +1,4 @@ -CONSOLE MESSAGE: line 205: Uncaught TypeError: undefined is not a function
+CONSOLE MESSAGE: line 222: Uncaught TypeError: undefined is not a function
Text for bug 25290: Crash when constructing XMLHttpRequest in a detached document.
PASS
|