diff options
author | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 22:04:01 +0000 |
---|---|---|
committer | dimich@google.com <dimich@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 22:04:01 +0000 |
commit | 2073de3cf523d1096d3416ac071b6f6968dbeb79 (patch) | |
tree | d35c08a138e8d01ab3afe6f48b60c29122438239 /DEPS | |
parent | 366ffe559b8d2a422792394114d8cdb2746e8ad5 (diff) | |
download | chromium_src-2073de3cf523d1096d3416ac071b6f6968dbeb79.zip chromium_src-2073de3cf523d1096d3416ac071b6f6968dbeb79.tar.gz chromium_src-2073de3cf523d1096d3416ac071b6f6968dbeb79.tar.bz2 |
Chromium side of WebKit merge 42725:42805.
In addition to the tests that were rebaselined or disabled, the following tests fail on my machine but I suspect it's my local ssl problem and will risk it on buildbot. Will promptly disable them if they don't work there.
LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL
LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL
LayoutTests/http/tests/ssl/verify-ssl-enabled.php = FAIL
LayoutTests/http/tests/security/originHeader/origin-header-for-https.html = TIMEOUT
Review URL: http://codereview.chromium.org/92157
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "42725", + "webkit_revision": "42805", } @@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@214", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@14459", + "/trunk/deps/third_party/WebKit@14483", "src/third_party/icu38": "/trunk/deps/third_party/icu38@13472", |