From 86a18d9f3b81fc6a7425ae20a84b17786605d762 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 16 Mar 2010 23:40:15 +0000 Subject: Revert 41781 - Revert 41769 Fix test_shell so that eventSender works for opened windows. I've also made focus go to the webview, just like what happens in Chrome. This is needed for https://bugs.webkit.org/show_bug.cgi?id=36147 and also fixes plugins/keyboardevents.html on Windows. Review URL: http://codereview.chromium.org/1011005 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/997008 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41784 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/tools/test_shell/test_shell.h') diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 10f6371..9595a47 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -156,6 +156,9 @@ public: TestNavigationController* navigation_controller() { return navigation_controller_.get(); } + EventSendingController* event_sending_controller() { + return event_sending_controller_.get(); + } // Resets the LayoutTestController and EventSendingController. Should be // called before loading a page, since some end-editing event notifications -- cgit v1.1