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

Issue 2833093002: WIP: simplified display management in ash (Closed)

Created:
3 years, 8 months ago by sky
Modified:
3 years, 6 months ago
Reviewers:
CC:
chromium-reviews, rjkroege, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, kalyank, darin (slow to review)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: simplified display management in ash

Patch Set 1 #

Patch Set 2 : merge and add init from Kyle #

Patch Set 3 : merge and more fixs #

Patch Set 4 : x #

Unified diffs Side-by-side diffs Delta from patch set Stats (+722 lines, -126 lines) Patch
M ash/aura/shell_port_classic.cc View 2 chunks +3 lines, -1 line 0 comments Download
M ash/display/mirror_window_controller.cc View 1 2 3 4 chunks +22 lines, -5 lines 0 comments Download
M ash/display/window_tree_host_manager.cc View 1 2 3 2 chunks +20 lines, -11 lines 0 comments Download
M ash/host/transformer_helper.h View 2 chunks +2 lines, -1 line 0 comments Download
M ash/mojo_interface_factory.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ash/mus/DEPS View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A ash/mus/ash_window_tree_host_mus.h View 1 2 3 1 chunk +47 lines, -0 lines 0 comments Download
A ash/mus/ash_window_tree_host_mus.cc View 1 2 3 1 chunk +87 lines, -0 lines 0 comments Download
M ash/mus/bridge/shell_port_mash.h View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/bridge/shell_port_mash.cc View 1 2 3 8 chunks +93 lines, -7 lines 0 comments Download
M ash/mus/main.cc View 1 chunk +4 lines, -1 line 0 comments Download
A ash/mus/standalone/BUILD.gn View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A ash/mus/standalone/manifest.json View 1 chunk +34 lines, -0 lines 0 comments Download
A ash/mus/standalone/standalone_mash_main.cc View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
M ash/mus/test/ash_test_impl_mus.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M ash/mus/test/wm_test_base.cc View 4 chunks +17 lines, -4 lines 0 comments Download
M ash/mus/test/wm_test_helper.cc View 1 2 3 7 chunks +23 lines, -5 lines 0 comments Download
M ash/mus/window_manager.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M ash/mus/window_manager.cc View 1 2 3 5 chunks +25 lines, -11 lines 0 comments Download
M ash/mus/window_manager_application.h View 1 2 5 chunks +20 lines, -1 line 0 comments Download
M ash/mus/window_manager_application.cc View 1 2 5 chunks +20 lines, -5 lines 0 comments Download
M ash/shell.cc View 1 2 3 6 chunks +22 lines, -28 lines 0 comments Download
M ash/shell_init_params.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ash/system/status_area_widget.cc View 2 chunks +4 lines, -1 line 0 comments Download
M ash/system/toast/toast_manager.cc View 1 2 3 5 chunks +22 lines, -4 lines 0 comments Download
M ash/test/ash_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_test_helper.cc View 1 2 3 4 chunks +13 lines, -6 lines 0 comments Download
M ash/wm/system_gesture_event_filter.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/mash/chrome_mus_manifest.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M mash/BUILD.gn View 2 chunks +5 lines, -1 line 0 comments Download
M mash/package/mash_packaged_service.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M services/ui/display/screen_manager_forwarding.cc View 1 chunk +5 lines, -1 line 0 comments Download
M services/ui/ws/window_server.cc View 1 chunk +4 lines, -1 line 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M ui/aura/window_tree_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/manager/forwarding_display_delegate.cc View 6 chunks +22 lines, -11 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698