summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 09:00:29 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-02 09:00:29 +0000
commit01b463f6ab8f50bdf5955d39c0fc520d1099d2fe (patch)
tree4e563a0902694682df2702b5eaa4bb3dcdd4c226 /webkit
parent44ce8376c42a7f7c2f3b231fef15d0fd69dfa436 (diff)
downloadchromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.zip
chromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.tar.gz
chromium_src-01b463f6ab8f50bdf5955d39c0fc520d1099d2fe.tar.bz2
Update V8 to version 1.2.11.
This version contains a bug fix and various performance improvements. I particular it contains a reworking of the representation of the global object to improve performance. Rebaselining one layout test because of changes to the line numbers at which an error is reported. BUG=12548 TEST=none Review URL: http://codereview.chromium.org/151196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt3
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
index d920c58..cb892ba 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
@@ -22,6 +22,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
PASS: window.history.back should be 'function () { [native code] }' and is.
PASS: window.history.forward should be 'function () { [native code] }' and is.
PASS: window.history.go should be 'function () { [native code] }' and is.
-PASS: window.history.toString should be 'function toString() { var c = ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
+PASS: window.history.toString should be 'function toString() { var c = _ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
PASS: window.history.length matched the expected value.
PASS: window.history.customAttribute should be 'customAttribute' and is.
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
index d920c58..cb892ba 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
@@ -22,6 +22,7 @@ Frame: '<!--framePath //<!--frame0-->-->'
PASS: window.history.back should be 'function () { [native code] }' and is.
PASS: window.history.forward should be 'function () { [native code] }' and is.
PASS: window.history.go should be 'function () { [native code] }' and is.
-PASS: window.history.toString should be 'function toString() { var c = ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
+PASS: window.history.toString should be 'function toString() { var c = _ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
PASS: window.history.length matched the expected value.
PASS: window.history.customAttribute should be 'customAttribute' and is.
+