diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 15:48:19 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 15:48:19 +0000 |
commit | 9702820616f52aff8d22dc15e6f25cb86dcc90b2 (patch) | |
tree | 13069faf5288dd2217d1b3f3678f64d3d6a232f3 /chrome/interactive_ui_tests.isolate | |
parent | 5d54d05d7d6990a4c46d53038ca80b643c40453a (diff) | |
download | chromium_src-9702820616f52aff8d22dc15e6f25cb86dcc90b2.zip chromium_src-9702820616f52aff8d22dc15e6f25cb86dcc90b2.tar.gz chromium_src-9702820616f52aff8d22dc15e6f25cb86dcc90b2.tar.bz2 |
When DWM compositing is disabled (i.e. XP, RDP) ensure that windowed NPAPI plugins don't cover UI dialogs. This includes things like omnibox, star window, profile selector, and bookmark editor.
The solution is to start watching the root window as well as the parent window.
BUG=299224
R=ben@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=234708
Review URL: https://codereview.chromium.org/69833002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r-- | chrome/interactive_ui_tests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index ff3486a..ff3d1d4 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -83,6 +83,7 @@ ], 'isolate_dependency_untracked': [ '../third_party/python_26/', + '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', ], }, }], |