diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-08 13:17:32 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-08 13:17:32 +0000 |
commit | 1015ca8b86d95fe0d6759d897f4f87c8425b746f (patch) | |
tree | 4d585a15850d60fb567e80fc26dab85ea79b6727 /webkit | |
parent | 0f1354ccb69fe29243703064060d9ed87b306c1d (diff) | |
download | chromium_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')
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. |