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

Issue 9035001: Move some more WM functionality down into ash. (Closed)

Created:
9 years ago by Ben Goodger (Google)
Modified:
9 years ago
Reviewers:
CC:
chromium-reviews, dhollowa+watch_chromium.org, ben+watch_chromium.org, sadrul, dcheng, Paweł Hajdan Jr.
Visibility:
Public.

Description

Move some more WM functionality down into ash. http://crbug.com/108457 TEST=none TBR=sky Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115721

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -5382 lines) Patch
M ash/shell/shell_main.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/shell/toplevel_window.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/widgets.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/window_type_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/activation_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/wm/activation_controller_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
A + ash/wm/default_container_event_filter.h View 2 chunks +4 lines, -4 lines 0 comments Download
ash/wm/default_container_event_filter.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/default_container_layout_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/default_container_layout_manager.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/default_container_layout_manager_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/modal_container_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/modal_container_layout_manager_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
A + ash/wm/property_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/property_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/root_window_event_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/root_window_event_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/root_window_event_filter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + ash/wm/root_window_layout_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/root_window_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/shadow_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/shadow_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/shadow_types.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/show_state_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/toplevel_frame_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/toplevel_frame_view.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/toplevel_layout_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/toplevel_layout_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/toplevel_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/toplevel_window_event_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/toplevel_window_event_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/toplevel_window_event_filter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + ash/wm/window_frame.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_frame.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/window_properties.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_properties.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/window_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + ash/wm/workspace/workspace.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + ash/wm/workspace/workspace.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M + ash/wm/workspace/workspace_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M + ash/wm/workspace/workspace_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + ash/wm/workspace/workspace_manager_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M + ash/wm/workspace/workspace_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace_controller.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/workspace_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/workspace_controller_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/aura_shell/aura_shell.gyp View 7 chunks +35 lines, -35 lines 0 comments Download
M ui/aura_shell/compact_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
ui/aura_shell/default_container_event_filter.h View 1 chunk +0 lines, -55 lines 0 comments Download
D ui/aura_shell/default_container_event_filter.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D ui/aura_shell/default_container_layout_manager.h View 1 chunk +0 lines, -77 lines 0 comments Download
D ui/aura_shell/default_container_layout_manager.cc View 1 chunk +0 lines, -190 lines 0 comments Download
D ui/aura_shell/default_container_layout_manager_unittest.cc View 1 chunk +0 lines, -341 lines 0 comments Download
M ui/aura_shell/drag_drop_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
D ui/aura_shell/property_util.h View 1 chunk +0 lines, -37 lines 0 comments Download
D ui/aura_shell/property_util.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D ui/aura_shell/root_window_event_filter.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ui/aura_shell/root_window_event_filter.cc View 1 chunk +0 lines, -168 lines 0 comments Download
D ui/aura_shell/root_window_event_filter_unittest.cc View 1 chunk +0 lines, -451 lines 0 comments Download
ui/aura_shell/root_window_layout_manager.h View 1 chunk +0 lines, -58 lines 0 comments Download
D ui/aura_shell/root_window_layout_manager.cc View 1 chunk +0 lines, -58 lines 0 comments Download
M ui/aura_shell/shell.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M ui/aura_shell/shell_accelerator_controller.cc View 2 chunks +1 line, -1 line 0 comments Download
M ui/aura_shell/shell_accelerator_controller_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M ui/aura_shell/test/test_activation_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
D ui/aura_shell/toplevel_frame_view.h View 1 chunk +0 lines, -85 lines 0 comments Download
D ui/aura_shell/toplevel_frame_view.cc View 1 chunk +0 lines, -487 lines 0 comments Download
D ui/aura_shell/toplevel_layout_manager.h View 1 chunk +0 lines, -67 lines 0 comments Download
ui/aura_shell/toplevel_layout_manager.cc View 1 chunk +0 lines, -86 lines 0 comments Download
ui/aura_shell/toplevel_layout_manager_unittest.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D ui/aura_shell/toplevel_window_event_filter.h View 1 chunk +0 lines, -105 lines 0 comments Download
D ui/aura_shell/toplevel_window_event_filter.cc View 1 chunk +0 lines, -353 lines 0 comments Download
D ui/aura_shell/toplevel_window_event_filter_unittest.cc View 1 chunk +0 lines, -324 lines 0 comments Download
D ui/aura_shell/window_frame.h View 1 chunk +0 lines, -28 lines 0 comments Download
ui/aura_shell/window_frame.cc View 1 chunk +0 lines, -11 lines 0 comments Download
ui/aura_shell/window_properties.h View 1 chunk +0 lines, -25 lines 0 comments Download
D ui/aura_shell/window_properties.cc View 1 chunk +0 lines, -17 lines 0 comments Download
D ui/aura_shell/window_util.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ui/aura_shell/window_util.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D ui/aura_shell/workspace/workspace.h View 1 chunk +0 lines, -140 lines 0 comments Download
D ui/aura_shell/workspace/workspace.cc View 1 chunk +0 lines, -286 lines 0 comments Download
D ui/aura_shell/workspace/workspace_manager.h View 1 chunk +0 lines, -135 lines 0 comments Download
D ui/aura_shell/workspace/workspace_manager.cc View 1 chunk +0 lines, -276 lines 0 comments Download
D ui/aura_shell/workspace/workspace_manager_unittest.cc View 1 chunk +0 lines, -567 lines 0 comments Download
D ui/aura_shell/workspace/workspace_observer.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ui/aura_shell/workspace_controller.h View 1 chunk +0 lines, -91 lines 0 comments Download
D ui/aura_shell/workspace_controller.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D ui/aura_shell/workspace_controller_unittest.cc View 1 chunk +0 lines, -119 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698