summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 21:58:22 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-09 21:58:22 +0000
commitd16db3f11a734d8e687bfbe50d66a5ff0f422231 (patch)
tree43ccf92861bcbb0a4e5e5a5b9a16a89b43514485 /webkit
parent4bf1d3deb45f1d2f3eb1d2073b3c65cb6bd4849e (diff)
downloadchromium_src-d16db3f11a734d8e687bfbe50d66a5ff0f422231.zip
chromium_src-d16db3f11a734d8e687bfbe50d66a5ff0f422231.tar.gz
chromium_src-d16db3f11a734d8e687bfbe50d66a5ff0f422231.tar.bz2
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
Diffstat (limited to 'webkit')
-rw-r--r--webkit/api/public/WebURLRequest.h2
-rw-r--r--webkit/glue/glue_util.h2
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt11
3 files changed, 12 insertions, 3 deletions
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
+
+