Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 251743004: aura: Remove WindowTreeHost::QueryMouseLocation(). (Closed)

Created:
6 years, 8 months ago by sadrul
Modified:
6 years, 7 months ago
Reviewers:
oshima, sky
CC:
chromium-reviews, ben+aura_chromium.org, kalyank
Visibility:
Public.

Description

aura: Remove WindowTreeHost::QueryMouseLocation(). The primary use-case for QueryMouseLocation() is for X11 interactive tests. The only other use was in WindowEventDispatcher, but that code is no longer necessary. BUG=none R=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266565

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -177 lines) Patch
M ash/magnifier/magnification_controller_unittest.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M ash/wm/ash_native_cursor_manager_unittest.cc View 1 2 chunks +1 line, -30 lines 0 comments Download
M mojo/examples/aura_demo/window_tree_host_mojo.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M mojo/examples/aura_demo/window_tree_host_mojo.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M ui/aura/aura.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/aura/remote_window_tree_host_win.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/remote_window_tree_host_win.cc View 1 1 chunk +0 lines, -14 lines 0 comments Download
A ui/aura/test/aura_test_utils.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A ui/aura/test/aura_test_utils.cc View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M ui/aura/test/ui_controls_factory_aurax11.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M ui/aura/window_event_dispatcher.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M ui/aura/window_tree_host.h View 1 2 4 chunks +7 lines, -8 lines 0 comments Download
M ui/aura/window_tree_host.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/window_tree_host_mac.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_mac.mm View 1 1 chunk +0 lines, -5 lines 0 comments Download
M ui/aura/window_tree_host_ozone.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_ozone.cc View 1 1 chunk +0 lines, -5 lines 0 comments Download
M ui/aura/window_tree_host_win.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_win.cc View 1 1 chunk +0 lines, -18 lines 0 comments Download
M ui/aura/window_tree_host_x11.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/window_tree_host_x11.cc View 1 1 chunk +0 lines, -24 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 2 3 chunks +3 lines, -6 lines 0 comments Download
M ui/views/test/ui_controls_factory_desktop_aurax11.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc View 1 1 chunk +0 lines, -14 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc View 1 1 chunk +0 lines, -26 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sadrul
Hi! This is still a WIP CL. I was looking at the use of QueryMouseLocation(), ...
6 years, 8 months ago (2014-04-25 21:20:23 UTC) #1
oshima
On 2014/04/25 21:20:23, sadrul wrote: > Hi! This is still a WIP CL. I was ...
6 years, 8 months ago (2014-04-25 21:32:59 UTC) #2
sadrul
On 2014/04/25 21:32:59, oshima wrote: > On 2014/04/25 21:20:23, sadrul wrote: > > Hi! This ...
6 years, 8 months ago (2014-04-25 21:37:21 UTC) #3
sadrul
+sky@ The CL is now complete and ready for formal review.
6 years, 8 months ago (2014-04-25 22:25:21 UTC) #4
sky
https://codereview.chromium.org/251743004/diff/20001/ui/aura/test/ui_controls_factory_aurax11.cc File ui/aura/test/ui_controls_factory_aurax11.cc (right): https://codereview.chromium.org/251743004/diff/20001/ui/aura/test/ui_controls_factory_aurax11.cc#newcode114 ui/aura/test/ui_controls_factory_aurax11.cc:114: WindowTreeHostTestApi host_test_api(host_); How about a static function that does ...
6 years, 8 months ago (2014-04-25 22:46:19 UTC) #5
sadrul
https://codereview.chromium.org/251743004/diff/20001/ui/aura/test/ui_controls_factory_aurax11.cc File ui/aura/test/ui_controls_factory_aurax11.cc (right): https://codereview.chromium.org/251743004/diff/20001/ui/aura/test/ui_controls_factory_aurax11.cc#newcode114 ui/aura/test/ui_controls_factory_aurax11.cc:114: WindowTreeHostTestApi host_test_api(host_); On 2014/04/25 22:46:19, sky wrote: > How ...
6 years, 8 months ago (2014-04-26 01:34:58 UTC) #6
sky
LGTM
6 years, 7 months ago (2014-04-28 13:42:06 UTC) #7
sadrul
6 years, 7 months ago (2014-04-28 14:43:04 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r266565 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698