From c0cbacb7525dfb39b346f597d5c7947fa1f9f63b Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Wed, 26 Aug 2009 03:27:29 +0000 Subject: Couple of tweaks to ui_controls_linux: . Moves listening from DidProcess to WillProcess. This is necessitated by the bookmark bar (chrome menu) tests that spawn a nested run loop, which results in DidProcess not getting sent and the test wedging. This brings the code closer in line with Windows. . If there is a mouse/keyboard grab, mouse/keyboard events are sent to the grabbed widget. . Deals with a NULL widget for sending keyboard events (tries to find focused widget). BUG=none TEST=none Review URL: http://codereview.chromium.org/173392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24420 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 3e62574..2707932 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4257,7 +4257,6 @@ # Need to port browser_with_test_window_test.* first 'browser/browser_commands_unittest.cc', 'browser/browser_unittest.cc', - # Need to port browser/automation/ui_controls.h 'browser/extensions/extension_process_manager_unittest.cc', 'browser/importer/importer_unittest.cc', 'browser/login_prompt_unittest.cc', -- cgit v1.1