summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-27 04:01:02 +0000
committerlevin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-27 04:01:02 +0000
commit0d0318a398b1a969997ff46d9c75cdaddcc338a6 (patch)
tree271271275877ecaa632deb8ff9103bd4411503e6 /webkit
parent1d041860c26d034a52f4993a1cde6a6d55f939ae (diff)
downloadchromium_src-0d0318a398b1a969997ff46d9c75cdaddcc338a6.zip
chromium_src-0d0318a398b1a969997ff46d9c75cdaddcc338a6.tar.gz
chromium_src-0d0318a398b1a969997ff46d9c75cdaddcc338a6.tar.bz2
WebKit update 48747:48766
Rolling right up to the next breakage. Adding new breakages that I need to investigate. TBR=senorblanco@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/251006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/webview_impl.cc3
-rwxr-xr-xwebkit/tools/layout_tests/test_expectations.txt4
2 files changed, 6 insertions, 1 deletions
diff --git a/webkit/glue/webview_impl.cc b/webkit/glue/webview_impl.cc
index 409d766..6900853 100644
--- a/webkit/glue/webview_impl.cc
+++ b/webkit/glue/webview_impl.cc
@@ -410,7 +410,8 @@ WebViewImpl::WebViewImpl(WebViewDelegate* delegate)
&context_menu_client_impl_,
&editor_client_impl_,
&drag_client_impl_,
- &inspector_client_impl_));
+ &inspector_client_impl_,
+ NULL));
page_->backForwardList()->setClient(&back_forward_list_client_impl_);
page_->setGroupName(kPageGroupName);
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index ec7c938..336286b 100755
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2351,3 +2351,7 @@ BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyS
// WebKit update 48734:48747
BUG_LEVIN : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html = TIMEOUT
+
+// WebKit update 48747:48766
+BUG_LEVIN : LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error.html = FAIL
+BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL