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

Issue 2327623002: X11: Add TestDesktopScreenX11 to simulate mouse movement in ui tests (Closed)

Created:
4 years, 3 months ago by Tom (Use chromium acct)
Modified:
4 years, 3 months ago
Reviewers:
Elliot Glaysher, sky
CC:
chromium-reviews, tfarina, dcheng, Elliot Glaysher
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

X11: Add TestDesktopScreenX11 to simulate mouse movement in ui tests BUG=640741 Committed: https://crrev.com/4dcd8ad19534e6084fff6bc2229acd90ecf4c316 Cr-Commit-Position: refs/heads/master@{#417978}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move TestDesktopScreenX11 into its own file #

Total comments: 8

Patch Set 3 : Set screen in view_event_test_platform_part_default #

Patch Set 4 : Move test_desktop_screen_x11 to test_support_internal #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -9 lines) Patch
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 chunk +1 line, -7 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 1 2 chunks +9 lines, -1 line 0 comments Download
M chrome/test/base/view_event_test_platform_part_default.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M ui/views/BUILD.gn View 1 3 1 chunk +2 lines, -0 lines 0 comments Download
A ui/views/test/test_desktop_screen_x11.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A ui/views/test/test_desktop_screen_x11.cc View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M ui/views/test/ui_controls_factory_desktop_aurax11.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (22 generated)
Tom (Use chromium acct)
+ sky for review + erg FYI
4 years, 3 months ago (2016-09-08 22:17:47 UTC) #4
sky
https://codereview.chromium.org/2327623002/diff/1/ui/views/widget/desktop_aura/desktop_screen_x11.h File ui/views/widget/desktop_aura/desktop_screen_x11.h (right): https://codereview.chromium.org/2327623002/diff/1/ui/views/widget/desktop_aura/desktop_screen_x11.h#newcode106 ui/views/widget/desktop_aura/desktop_screen_x11.h:106: class VIEWS_EXPORT TestDesktopScreenX11 : public DesktopScreenX11 { Document what ...
4 years, 3 months ago (2016-09-08 23:41:24 UTC) #5
Tom (Use chromium acct)
https://codereview.chromium.org/2327623002/diff/1/ui/views/widget/desktop_aura/desktop_screen_x11.h File ui/views/widget/desktop_aura/desktop_screen_x11.h (right): https://codereview.chromium.org/2327623002/diff/1/ui/views/widget/desktop_aura/desktop_screen_x11.h#newcode106 ui/views/widget/desktop_aura/desktop_screen_x11.h:106: class VIEWS_EXPORT TestDesktopScreenX11 : public DesktopScreenX11 { On 2016/09/08 ...
4 years, 3 months ago (2016-09-09 01:14:11 UTC) #12
sky
https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn File ui/views/BUILD.gn (right): https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn#newcode753 ui/views/BUILD.gn:753: "test/test_desktop_screen_x11.cc", test_support_internal isn't visible outside of ui/views. You need ...
4 years, 3 months ago (2016-09-09 15:25:35 UTC) #15
Tom (Use chromium acct)
https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn File ui/views/BUILD.gn (right): https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn#newcode753 ui/views/BUILD.gn:753: "test/test_desktop_screen_x11.cc", On 2016/09/09 15:25:35, sky wrote: > test_support_internal isn't ...
4 years, 3 months ago (2016-09-09 21:23:17 UTC) #17
Tom (Use chromium acct)
https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn File ui/views/BUILD.gn (right): https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn#newcode753 ui/views/BUILD.gn:753: "test/test_desktop_screen_x11.cc", On 2016/09/09 21:23:16, Tom Anderson wrote: > On ...
4 years, 3 months ago (2016-09-09 21:45:40 UTC) #21
sky
https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn File ui/views/BUILD.gn (right): https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn#newcode753 ui/views/BUILD.gn:753: "test/test_desktop_screen_x11.cc", On 2016/09/09 21:45:40, Tom Anderson wrote: > On ...
4 years, 3 months ago (2016-09-09 22:21:02 UTC) #22
Tom (Use chromium acct)
On 2016/09/09 22:21:02, sky wrote: > https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn > File ui/views/BUILD.gn (right): > > https://codereview.chromium.org/2327623002/diff/20001/ui/views/BUILD.gn#newcode753 > ...
4 years, 3 months ago (2016-09-09 23:54:55 UTC) #27
sky
LGTM
4 years, 3 months ago (2016-09-12 15:51:17 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2327623002/60001
4 years, 3 months ago (2016-09-12 17:09:35 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-12 18:31:17 UTC) #32
commit-bot: I haz the power
4 years, 3 months ago (2016-09-12 18:32:55 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4dcd8ad19534e6084fff6bc2229acd90ecf4c316
Cr-Commit-Position: refs/heads/master@{#417978}

Powered by Google App Engine
This is Rietveld 408576698