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

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed)

Created:
4 years, 6 months ago by sky
Modified:
4 years, 6 months ago
Reviewers:
James Cook, reveman
CC:
chromium-reviews, dcheng, kalyank, sadrul, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Shuffles and renames ash/common/wm classes WmGlobals->WmShell A bunch of classes that were in wm have moved to ash/common. Nuked the wm:: workspace. I initially wanted to keep this small, but it's easier to move move of the classes together as less namespace collisions then. BUG=616265 TEST=none R=jamescook@chromium.org TBR=reveman@chromium.org Committed: https://crrev.com/0702b27a85c1b650e1a7f162b7484b2a7f71cf6e Cr-Commit-Position: refs/heads/master@{#397820}

Patch Set 1 #

Patch Set 2 : merge #

Patch Set 3 : moar #

Patch Set 4 : random changes for chrome tests #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+1459 lines, -4377 lines) Patch
M ash/accelerators/accelerator_controller_unittest.cc View 8 chunks +9 lines, -9 lines 0 comments Download
M ash/ash.gyp View 5 chunks +26 lines, -26 lines 0 comments Download
A + ash/aura/aura_layout_manager_adapter.h View 3 chunks +3 lines, -5 lines 0 comments Download
A + ash/aura/aura_layout_manager_adapter.cc View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/aura/wm_lookup_aura.h View 2 chunks +4 lines, -6 lines 0 comments Download
A + ash/aura/wm_lookup_aura.cc View 2 chunks +4 lines, -6 lines 0 comments Download
A + ash/aura/wm_root_window_controller_aura.h View 1 4 chunks +7 lines, -10 lines 1 comment Download
A + ash/aura/wm_root_window_controller_aura.cc View 1 4 chunks +11 lines, -13 lines 0 comments Download
A + ash/aura/wm_shelf_aura.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + ash/aura/wm_shelf_aura.cc View 2 chunks +4 lines, -5 lines 0 comments Download
A + ash/aura/wm_shell_aura.h View 3 chunks +15 lines, -17 lines 0 comments Download
A + ash/aura/wm_shell_aura.cc View 7 chunks +39 lines, -42 lines 0 comments Download
A + ash/aura/wm_window_aura.h View 1 4 chunks +6 lines, -8 lines 0 comments Download
A + ash/aura/wm_window_aura.cc View 1 8 chunks +17 lines, -19 lines 0 comments Download
M ash/autoclick/autoclick_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/root_window_controller_common.h View 3 chunks +5 lines, -3 lines 0 comments Download
M ash/common/root_window_controller_common.cc View 3 chunks +44 lines, -46 lines 0 comments Download
M ash/common/wm/always_on_top_controller.h View 3 chunks +10 lines, -10 lines 0 comments Download
M ash/common/wm/always_on_top_controller.cc View 4 chunks +11 lines, -12 lines 0 comments Download
M ash/common/wm/container_finder.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/container_finder.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M ash/common/wm/default_state.cc View 1 4 chunks +8 lines, -8 lines 1 comment Download
M ash/common/wm/default_window_resizer.h View 1 2 chunks +2 lines, -4 lines 0 comments Download
M ash/common/wm/default_window_resizer.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M ash/common/wm/dock/docked_window_layout_manager.h View 16 chunks +36 lines, -37 lines 0 comments Download
M ash/common/wm/dock/docked_window_layout_manager.cc View 1 44 chunks +69 lines, -76 lines 0 comments Download
M ash/common/wm/dock/docked_window_resizer.cc View 6 chunks +12 lines, -13 lines 0 comments Download
M ash/common/wm/drag_details.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ash/common/wm/drag_details.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/fullscreen_window_finder.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/fullscreen_window_finder.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/wm/panels/panel_layout_manager.h View 7 chunks +42 lines, -43 lines 0 comments Download
M ash/common/wm/panels/panel_layout_manager.cc View 1 32 chunks +58 lines, -62 lines 0 comments Download
M ash/common/wm/panels/panel_window_resizer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/wm/panels/panel_window_resizer.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M ash/common/wm/root_window_finder.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/root_window_finder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/common/wm/root_window_layout_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/root_window_layout_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/wm/shelf/wm_shelf.h View 2 chunks +4 lines, -3 lines 0 comments Download
M ash/common/wm/shelf/wm_shelf_observer.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/switchable_windows.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/switchable_windows.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/window_parenting_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/window_parenting_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_positioner.h View 1 5 chunks +7 lines, -8 lines 0 comments Download
M ash/common/wm/window_positioner.cc View 1 18 chunks +32 lines, -35 lines 0 comments Download
M ash/common/wm/window_positioning_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/window_positioning_utils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/common/wm/window_resizer.h View 3 chunks +3 lines, -4 lines 0 comments Download
M ash/common/wm/window_resizer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/wm/window_state.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_state.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/window_state_util.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/common/wm/wm_activation_observer.h View 1 chunk +0 lines, -34 lines 0 comments Download
D ash/common/wm/wm_display_observer.h View 1 chunk +0 lines, -31 lines 0 comments Download
M ash/common/wm/wm_event.h View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/wm/wm_globals.h View 1 chunk +0 lines, -110 lines 0 comments Download
D ash/common/wm/wm_globals.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/wm/wm_layout_manager.h View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/wm/wm_lookup.h View 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/wm/wm_lookup.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/wm/wm_overview_mode_observer.h View 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/wm/wm_root_window_controller.h View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/wm/wm_root_window_controller_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
M ash/common/wm/wm_screen_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/common/wm/wm_screen_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/common/wm/wm_snap_to_pixel_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/wm_snap_to_pixel_layout_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/common/wm/wm_toplevel_window_event_handler.h View 1 4 chunks +5 lines, -6 lines 0 comments Download
M ash/common/wm/wm_toplevel_window_event_handler.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
D ash/common/wm/wm_window.h View 1 chunk +0 lines, -263 lines 0 comments Download
D ash/common/wm/wm_window_observer.h View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/wm/wm_window_property.h View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wm/wm_window_tracker.h View 1 chunk +0 lines, -20 lines 0 comments Download
M ash/common/wm/workspace/multi_window_resize_controller.h View 6 chunks +17 lines, -18 lines 0 comments Download
M ash/common/wm/workspace/multi_window_resize_controller.cc View 13 chunks +27 lines, -27 lines 0 comments Download
M ash/common/wm/workspace/phantom_window_controller.h View 2 chunks +4 lines, -5 lines 0 comments Download
M ash/common/wm/workspace/phantom_window_controller.cc View 5 chunks +8 lines, -11 lines 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager.h View 1 4 chunks +35 lines, -36 lines 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager.cc View 1 15 chunks +33 lines, -33 lines 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h View 2 chunks +7 lines, -5 lines 0 comments Download
M ash/common/wm/workspace/workspace_window_resizer.h View 1 6 chunks +8 lines, -8 lines 0 comments Download
M ash/common/wm/workspace/workspace_window_resizer.cc View 1 12 chunks +22 lines, -22 lines 0 comments Download
A + ash/common/wm_activation_observer.h View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_display_observer.h View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_layout_manager.h View 3 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_lookup.h View 3 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_lookup.cc View 2 chunks +1 line, -3 lines 0 comments Download
A + ash/common/wm_overview_mode_observer.h View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_root_window_controller.h View 1 4 chunks +10 lines, -11 lines 0 comments Download
A + ash/common/wm_root_window_controller_observer.h View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_shell.h View 4 chunks +15 lines, -15 lines 0 comments Download
A + ash/common/wm_shell.cc View 1 chunk +4 lines, -6 lines 0 comments Download
A + ash/common/wm_window.h View 1 5 chunks +12 lines, -11 lines 2 comments Download
A + ash/common/wm_window_observer.h View 3 chunks +5 lines, -7 lines 0 comments Download
A + ash/common/wm_window_property.h View 2 chunks +3 lines, -5 lines 0 comments Download
A + ash/common/wm_window_tracker.h View 1 chunk +5 lines, -7 lines 0 comments Download
M ash/desktop_background/desktop_background_widget_controller.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ash/desktop_background/desktop_background_widget_controller.cc View 4 chunks +5 lines, -7 lines 0 comments Download
M ash/display/screen_ash.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/drag_drop/drag_drop_tracker.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ash/extended_desktop_unittest.cc View 4 chunks +19 lines, -19 lines 0 comments Download
M ash/focus_cycler_unittest.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M ash/frame/caption_buttons/frame_size_button.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/frame/custom_frame_view_ash.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/mus/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/bridge/mus_layout_manager_adapter.h View 3 chunks +4 lines, -6 lines 0 comments Download
M ash/mus/bridge/mus_layout_manager_adapter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D ash/mus/bridge/wm_globals_mus.h View 1 chunk +0 lines, -97 lines 0 comments Download
D ash/mus/bridge/wm_globals_mus.cc View 1 chunk +0 lines, -223 lines 0 comments Download
M ash/mus/bridge/wm_lookup_mus.h View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/mus/bridge/wm_lookup_mus.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.h View 1 3 chunks +11 lines, -11 lines 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.cc View 1 6 chunks +13 lines, -13 lines 0 comments Download
M ash/mus/bridge/wm_shelf_mus.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/bridge/wm_shelf_mus.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/mus/bridge/wm_shell_mus.h View 4 chunks +27 lines, -29 lines 0 comments Download
A + ash/mus/bridge/wm_shell_mus.cc View 7 chunks +45 lines, -48 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 1 9 chunks +32 lines, -32 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 1 18 chunks +47 lines, -48 lines 0 comments Download
M ash/mus/frame/move_event_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/root_window_controller.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/window_manager_application.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/window_manager_application.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/workspace/workspace_layout_manager_unittest.cc View 18 chunks +21 lines, -22 lines 0 comments Download
M ash/root_window_controller.h View 2 chunks +1 line, -4 lines 0 comments Download
M ash/root_window_controller.cc View 10 chunks +20 lines, -20 lines 0 comments Download
M ash/shelf/shelf.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M ash/shelf/shelf_view.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M ash/shelf/shelf_widget.h View 1 chunk +3 lines, -5 lines 0 comments Download
M ash/shelf/shelf_widget.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M ash/shelf/shelf_window_watcher_unittest.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M ash/shell.h View 1 3 chunks +2 lines, -5 lines 0 comments Download
M ash/shell.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M ash/system/status_area_widget.h View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/system/status_area_widget.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/user/user_view.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M ash/test/ui_controls_factory_ash.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
D ash/wm/aura/aura_layout_manager_adapter.h View 1 chunk +0 lines, -49 lines 0 comments Download
D ash/wm/aura/aura_layout_manager_adapter.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D ash/wm/aura/wm_globals_aura.h View 1 chunk +0 lines, -90 lines 0 comments Download
D ash/wm/aura/wm_globals_aura.cc View 1 chunk +0 lines, -203 lines 0 comments Download
D ash/wm/aura/wm_lookup_aura.h View 1 chunk +0 lines, -32 lines 0 comments Download
D ash/wm/aura/wm_lookup_aura.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/wm/aura/wm_root_window_controller_aura.h View 1 chunk +0 lines, -68 lines 0 comments Download
D ash/wm/aura/wm_root_window_controller_aura.cc View 1 chunk +0 lines, -148 lines 0 comments Download
D ash/wm/aura/wm_shelf_aura.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ash/wm/aura/wm_shelf_aura.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D ash/wm/aura/wm_window_aura.h View 1 chunk +0 lines, -175 lines 0 comments Download
D ash/wm/aura/wm_window_aura.cc View 1 chunk +0 lines, -669 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 8 chunks +7 lines, -7 lines 0 comments Download
M ash/wm/dock/docked_window_resizer_unittest.cc View 16 chunks +15 lines, -15 lines 0 comments Download
M ash/wm/drag_window_resizer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/lock_window_state.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_state.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/maximize_mode/workspace_backdrop_delegate.h View 1 chunk +4 lines, -5 lines 0 comments Download
M ash/wm/maximize_mode/workspace_backdrop_delegate.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M ash/wm/mru_window_tracker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/overview/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/scoped_overview_animation_settings_factory.h View 2 chunks +1 line, -4 lines 0 comments Download
M ash/wm/overview/scoped_overview_animation_settings_factory_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/overview/scoped_overview_animation_settings_factory_aura.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.h View 5 chunks +5 lines, -8 lines 0 comments Download
M ash/wm/overview/scoped_transform_overview_window.cc View 13 chunks +16 lines, -19 lines 0 comments Download
M ash/wm/overview/window_grid.h View 6 chunks +11 lines, -11 lines 0 comments Download
M ash/wm/overview/window_grid.cc View 14 chunks +23 lines, -23 lines 0 comments Download
M ash/wm/overview/window_selector.h View 9 chunks +18 lines, -18 lines 0 comments Download
M ash/wm/overview/window_selector.cc View 1 20 chunks +42 lines, -44 lines 0 comments Download
M ash/wm/overview/window_selector_controller.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M ash/wm/overview/window_selector_item.h View 5 chunks +10 lines, -13 lines 0 comments Download
M ash/wm/overview/window_selector_item.cc View 13 chunks +19 lines, -19 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 10 chunks +21 lines, -22 lines 0 comments Download
M ash/wm/panels/attached_panel_window_targeter.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/stacking_controller.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/toplevel_window_event_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/toplevel_window_event_handler.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M ash/wm/window_state_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/window_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_event_handler.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 6 chunks +5 lines, -5 lines 0 comments Download
M ash/wm/workspace_controller.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 4 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/accelerator_commands_browsertest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/window_positioner_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/window_finder_ash.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/exo/shell_surface.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
sky
Sorry for the cat-5 patch.
4 years, 6 months ago (2016-06-03 18:03:31 UTC) #1
James Cook
LGTM https://codereview.chromium.org/2035543004/diff/60001/ash/aura/wm_root_window_controller_aura.h File ash/aura/wm_root_window_controller_aura.h (right): https://codereview.chromium.org/2035543004/diff/60001/ash/aura/wm_root_window_controller_aura.h#newcode40 ash/aura/wm_root_window_controller_aura.h:40: wm::WmShelf* GetShelf() override; My patch to move the ...
4 years, 6 months ago (2016-06-03 20:10:47 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2035543004/60001
4 years, 6 months ago (2016-06-03 20:13:31 UTC) #4
sky
I clicked the commit button, so hopefully it makes it through. https://codereview.chromium.org/2035543004/diff/60001/ash/common/wm_window.h File ash/common/wm_window.h (right): ...
4 years, 6 months ago (2016-06-03 20:13:47 UTC) #5
sky
TBR to reveman for exo again.
4 years, 6 months ago (2016-06-03 20:19:03 UTC) #8
reveman
lgtm
4 years, 6 months ago (2016-06-03 20:42:31 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-03 22:10:56 UTC) #11
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 22:12:42 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0702b27a85c1b650e1a7f162b7484b2a7f71cf6e
Cr-Commit-Position: refs/heads/master@{#397820}

Powered by Google App Engine
This is Rietveld 408576698