From d16db3f11a734d8e687bfbe50d66a5ff0f422231 Mon Sep 17 00:00:00 2001 From: "levin@chromium.org" Date: Mon, 9 Nov 2009 21:58:22 +0000 Subject: Roll WebKit DEPS 50603:50641. Changed ResourceRequest to a class due to http://trac.webkit.org/changeset/50625 TBR=dumi@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/379004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31484 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/api/public/WebURLRequest.h | 2 +- webkit/glue/glue_util.h | 2 +- webkit/tools/layout_tests/test_expectations.txt | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'webkit') diff --git a/webkit/api/public/WebURLRequest.h b/webkit/api/public/WebURLRequest.h index ce5c17c..de3d329 100644 --- a/webkit/api/public/WebURLRequest.h +++ b/webkit/api/public/WebURLRequest.h @@ -35,7 +35,7 @@ #include "WebHTTPBody.h" #if defined(WEBKIT_IMPLEMENTATION) -namespace WebCore { struct ResourceRequest; } +namespace WebCore { class ResourceRequest; } #endif namespace WebKit { diff --git a/webkit/glue/glue_util.h b/webkit/glue/glue_util.h index 213ee4b..5fca860 100644 --- a/webkit/glue/glue_util.h +++ b/webkit/glue/glue_util.h @@ -24,11 +24,11 @@ class KURL; class Node; class Range; class ResourceError; +class ResourceRequest; class ResourceResponse; class SecurityOrigin; class SharedBuffer; class String; -struct ResourceRequest; } namespace WebKit { diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index cfbe6a5..86623f2 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3152,4 +3152,13 @@ BUG27044 : LayoutTests/accessibility/aria-combobox.html = TEXT BUG10434 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE BUG_26969 MAC : LayoutTests/fast/forms/select-dirty-parent-pref-widths.html = MISSING -BUG_26969 MAC : LayoutTests/fast/text/text-letter-spacing.html = MISSING +BUG_26969 MAC : LayoutTests/fast/text/text-letter-spacing.html = IMAGE + +// WebKit 50603:50667 +BUG27164 : LayoutTests/plugins/document-open.html = TEXT +BUG27164 : LayoutTests/plugins/window-open.html = TEXT +BUG_LEVIN WIN LINUX : LayoutTests/fast/block/positioning/relative-positioned-inline-container.html = IMAGE+TEXT +BUG_LEVIN WIN : LayoutTests/svg/custom/gradient-stop-style-change.svg = TEXT +BUG_LEVIN WIN : LayoutTests/fast/dom/Window/window-screen-properties.html = TEXT + + -- cgit v1.1