summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 13:17:32 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-08 13:17:32 +0000
commit1015ca8b86d95fe0d6759d897f4f87c8425b746f (patch)
tree4d585a15850d60fb567e80fc26dab85ea79b6727 /webkit
parent0f1354ccb69fe29243703064060d9ed87b306c1d (diff)
downloadchromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.zip
chromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.tar.gz
chromium_src-1015ca8b86d95fe0d6759d897f4f87c8425b746f.tar.bz2
Update V8 to version 1.2.7.
This version contains: - A couple of compilation time improvements. - Optimized interceptor access for certain situations. - Fix for one GCC 4.4 compilation problem. - A new API function needed for caching of the document wrapper on the global object. - A minor change to the eval implementation to follow other JavaScript implementations more closely. Review URL: http://codereview.chromium.org/119305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17852 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/xss-eval-expected.txt4
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/xss-eval-expected.txt4
2 files changed, 2 insertions, 6 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/xss-eval-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/xss-eval-expected.txt
index bc4157c..4cb623b 100644
--- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/xss-eval-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/xss-eval-expected.txt
@@ -1,7 +1,5 @@
CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/xss-eval3.html from frame with URL http://127.0.0.1:8000/security/xss-eval.html. Domains, protocols and ports must match.
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/xss-eval3.html from frame with URL http://127.0.0.1:8000/security/xss-eval.html. Domains, protocols and ports must match.
-
This page verifies that you can't use eval to subvert cross-domain checks.
If the test passes, you'll see a pass message below.
@@ -9,5 +7,5 @@ If the test passes, you'll see a pass message below.
PASS: eval.call(frames[0], 'document') should be EvalError and is.
PASS: childEval.call(frames[0], 'document') should be EvalError and is.
PASS: childEvalCaller('document') should be TypeError and is.
-FAIL: childLocalEvalCaller('document') should be EvalError but instead is undefined.
+PASS: childLocalEvalCaller('document') should be EvalError and is.
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/xss-eval-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/xss-eval-expected.txt
index bc4157c..4cb623b 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/xss-eval-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/xss-eval-expected.txt
@@ -1,7 +1,5 @@
CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/xss-eval3.html from frame with URL http://127.0.0.1:8000/security/xss-eval.html. Domains, protocols and ports must match.
-CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/xss-eval3.html from frame with URL http://127.0.0.1:8000/security/xss-eval.html. Domains, protocols and ports must match.
-
This page verifies that you can't use eval to subvert cross-domain checks.
If the test passes, you'll see a pass message below.
@@ -9,5 +7,5 @@ If the test passes, you'll see a pass message below.
PASS: eval.call(frames[0], 'document') should be EvalError and is.
PASS: childEval.call(frames[0], 'document') should be EvalError and is.
PASS: childEvalCaller('document') should be TypeError and is.
-FAIL: childLocalEvalCaller('document') should be EvalError but instead is undefined.
+PASS: childLocalEvalCaller('document') should be EvalError and is.