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

Issue 2471033005: Adds DesktopWindowTreeHostMus (Closed)

Created:
4 years, 1 month ago by sky
Modified:
4 years, 1 month ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, kalyank, sadrul, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds DesktopWindowTreeHostMus I'm also adding a new test target, views_aura_mus_unittests that will run tests using this class. The test isn't run anywhere yet as the tests fail because the compositor hookup isn't right yet. BUG=660994 TEST=none R=erg@chromium.org Committed: https://crrev.com/12379cecbc249a0d6fc31375940f58ed5dec591e Cr-Commit-Position: refs/heads/master@{#429519}

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : cleanup #

Patch Set 4 : fix #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+956 lines, -175 lines) Patch
M ash/autoclick/mus/autoclick_application.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M ash/mus/window_manager_application.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M ash/touch_hud/mus/touch_hud_application.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M mash/browser/browser.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mash/example/views_examples/views_examples.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M mash/login/login.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M mash/quick_launch/quick_launch.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M mash/screenlock/screenlock.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M mash/task_viewer/task_viewer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M mash/webtest/webtest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/test/aura_mus_test_base.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M ui/aura/test/aura_mus_test_base.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ui/aura/test/aura_test_base.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/test/aura_test_base.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M ui/aura/test/aura_test_helper.h View 1 2 3 chunks +35 lines, -6 lines 0 comments Download
M ui/aura/test/aura_test_helper.cc View 1 2 6 chunks +40 lines, -22 lines 0 comments Download
M ui/views/BUILD.gn View 3 chunks +21 lines, -19 lines 0 comments Download
M ui/views/mus/BUILD.gn View 2 chunks +111 lines, -0 lines 0 comments Download
M ui/views/mus/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/mus/aura_init.h View 1 2 3 chunks +24 lines, -3 lines 0 comments Download
M ui/views/mus/aura_init.cc View 1 2 3 chunks +25 lines, -2 lines 4 comments Download
A ui/views/mus/desktop_window_tree_host_mus.h View 1 chunk +106 lines, -0 lines 0 comments Download
A ui/views/mus/desktop_window_tree_host_mus.cc View 1 1 chunk +343 lines, -0 lines 0 comments Download
M ui/views/mus/mus_client.h View 1 2 4 chunks +26 lines, -14 lines 0 comments Download
M ui/views/mus/mus_client.cc View 3 chunks +48 lines, -39 lines 0 comments Download
A + ui/views/mus/run_all_unittests_aura_mus.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/mus/test_utils.h View 2 chunks +14 lines, -0 lines 0 comments Download
A + ui/views/mus/views_aura_mus_test_suite.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + ui/views/mus/views_aura_mus_test_suite.cc View 1 5 chunks +17 lines, -9 lines 0 comments Download
A + ui/views/test/native_widget_factory_aura_mus.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/views/test/platform_test_helper.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M ui/views/test/scoped_views_test_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/test/views_test_helper_aura.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M ui/views/test/views_test_helper_aura.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
A ui/views/widget/desktop_aura/desktop_cursor_loader_updater_chromeos.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.h View 2 chunks +6 lines, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 2 3 chunks +17 lines, -6 lines 0 comments Download
A + ui/views/widget/desktop_aura/desktop_window_tree_host_chromeos.cc View 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
sky
4 years, 1 month ago (2016-11-03 00:00:04 UTC) #7
Elliot Glaysher
lgtm https://codereview.chromium.org/2471033005/diff/60001/ui/views/mus/aura_init.cc File ui/views/mus/aura_init.cc (right): https://codereview.chromium.org/2471033005/diff/60001/ui/views/mus/aura_init.cc#newcode64 ui/views/mus/aura_init.cc:64: base::WrapUnique(new MusClient(connector, identity, io_task_runner)); MakeUnique<MusClient>? https://codereview.chromium.org/2471033005/diff/60001/ui/views/mus/aura_init.cc#newcode126 ui/views/mus/aura_init.cc:126: return ...
4 years, 1 month ago (2016-11-03 00:21:43 UTC) #8
sky
https://codereview.chromium.org/2471033005/diff/60001/ui/views/mus/aura_init.cc File ui/views/mus/aura_init.cc (right): https://codereview.chromium.org/2471033005/diff/60001/ui/views/mus/aura_init.cc#newcode64 ui/views/mus/aura_init.cc:64: base::WrapUnique(new MusClient(connector, identity, io_task_runner)); On 2016/11/03 00:21:43, Elliot Glaysher ...
4 years, 1 month ago (2016-11-03 03:07:52 UTC) #11
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/2471033005/60001
4 years, 1 month ago (2016-11-03 03:08:26 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-03 03:15:45 UTC) #14
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 03:19:32 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/12379cecbc249a0d6fc31375940f58ed5dec591e
Cr-Commit-Position: refs/heads/master@{#429519}

Powered by Google App Engine
This is Rietveld 408576698