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

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)

Created:
3 years, 9 months ago by James Cook
Modified:
3 years, 9 months ago
Reviewers:
oshima
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, viettrungluu+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, achuith+watch_chromium.org, hidehiko+watch_chromium.org, yzshen+watch_chromium.org, rginda+watch_chromium.org, lhchavez+watch_chromium.org, dmazzoni+watch_chromium.org, yhanada+watchvk_chromium.org, net-reviews_chromium.org, stevenjb+watch_chromium.org, michaelpg+watch-md-settings_chromium.org, qsr+mojo_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, ios-reviews_chromium.org, nona+watch_chromium.org, aboxhall+watch_chromium.org, shuchen+watch_chromium.org, victorhsieh+watch_chromium.org, chromoting-reviews_chromium.org, jam, abarth-chromium, posciak+watch_chromium.org, je_julie, darin-cc_chromium.org, devtools-reviews_chromium.org, kalyank, groby+virtualkb_chromium.org, dbeam+watch-options_chromium.org, alemate+watch_chromium.org, oka+watchvk_chromium.org, derat+watch_chromium.org, Peter Beverloo, mlamouri+watch-notifications_chromium.org, yuzo+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, Matt Giuca, pam+watch_chromium.org, dcheng, asvitkine+watch_chromium.org, chromium-apps-reviews_chromium.org, dfaden+virtualkb_google.com, dbeam+watch-settings_chromium.org, awdf+watch_chromium.org, elijahtaylor+arcwatch_chromium.org, michaelpg+watch-options_chromium.org, oshima+watch_chromium.org, hashimoto+watch_chromium.org, tfarina, nektar+watch_chromium.org, Aaron Boodman, davemoore+watch_chromium.org, dtseng+watch_chromium.org, darin (slow to review), stevenjb+watch-md-settings_chromium.org, pfeldman, arv+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

chromeos: Move files in //ash/common to //ash, part 2 Now that mustash can use standard aura windows we don't need the ash/aura vs. ash/mus vs. ash/common distinction. Eliminate //ash/common. Also move files in //ash/common/system/chromeos out to //ash/system because ash only compiles on chromeos these days. Part 2 moves the rest of //ash/common into //ash. The CQ cannot handle moving all files at once, see https://codereview.chromium.org/2734653002/ BUG=690096 TEST=compiles, ash_unittests TBR=oshima@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3271 lines, -55827 lines) Patch
M WATCHLISTS View 1 chunk +1 line, -1 line 0 comments Download
M ash/BUILD.gn View 13 chunks +307 lines, -307 lines 0 comments Download
M ash/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M ash/README.md View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/accelerators/accelerator_commands.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/accelerators/accelerator_commands.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/accelerators/accelerator_commands_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/accelerators/accelerator_commands_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/accelerators/accelerator_controller.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + ash/accelerators/accelerator_controller.cc View 2 chunks +24 lines, -24 lines 0 comments Download
A + ash/accelerators/accelerator_controller_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/accelerators/accelerator_controller_delegate_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/accelerator_controller_delegate_aura.cc View 2 chunks +9 lines, -9 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 2 chunks +15 lines, -15 lines 0 comments Download
M ash/accelerators/accelerator_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/accelerators/accelerator_filter_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/accelerators/accelerator_interactive_uitest_chromeos.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/accelerators/accelerator_router.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/accelerators/accelerator_router.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/accelerators/accelerator_table.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/accelerators/accelerator_table.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/accelerators/accelerator_table_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/accelerators/ash_focus_manager_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/accelerators/ash_focus_manager_factory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/accelerators/debug_commands.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/accelerators/debug_commands.cc View 1 chunk +10 lines, -10 lines 0 comments Download
A + ash/accelerators/exit_warning_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/accelerators/exit_warning_handler.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/accelerators/magnifier_key_scroller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/spoken_feedback_toggler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/accelerators/spoken_feedback_toggler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/accessibility_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/accessibility_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/app_list/app_list_delegate_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M ash/app_list/app_list_presenter_delegate_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/ash_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/ash_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/ash_layout_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/ash_layout_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/ash_switches.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/ash_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/ash_view_ids.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/aura/aura_layout_manager_adapter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/aura/key_event_watcher_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/pointer_watcher_adapter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/wm_shell_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/aura/wm_shell_aura.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M ash/autoclick/autoclick_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/autoclick/autoclick_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/cast_config_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/cast_config_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
D ash/common/DEPS View 1 chunk +0 lines, -13 lines 0 comments Download
D ash/common/accelerators/accelerator_commands.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/accelerators/accelerator_commands.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/accelerators/accelerator_controller.h View 1 chunk +0 lines, -234 lines 0 comments Download
D ash/common/accelerators/accelerator_controller.cc View 1 chunk +0 lines, -1173 lines 0 comments Download
D ash/common/accelerators/accelerator_controller_delegate.h View 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/accelerators/accelerator_router.h View 1 chunk +0 lines, -58 lines 0 comments Download
D ash/common/accelerators/accelerator_router.cc View 1 chunk +0 lines, -134 lines 0 comments Download
D ash/common/accelerators/accelerator_table.h View 1 chunk +0 lines, -264 lines 0 comments Download
D ash/common/accelerators/accelerator_table.cc View 1 chunk +0 lines, -503 lines 0 comments Download
D ash/common/accelerators/accelerator_table_unittest.cc View 1 chunk +0 lines, -104 lines 0 comments Download
D ash/common/accelerators/ash_focus_manager_factory.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ash/common/accelerators/ash_focus_manager_factory.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/accelerators/debug_commands.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/accelerators/debug_commands.cc View 1 chunk +0 lines, -215 lines 0 comments Download
D ash/common/accelerators/exit_warning_handler.h View 1 chunk +0 lines, -84 lines 0 comments Download
D ash/common/accelerators/exit_warning_handler.cc View 1 chunk +0 lines, -175 lines 0 comments Download
D ash/common/accessibility_delegate.h View 1 chunk +0 lines, -146 lines 0 comments Download
D ash/common/accessibility_types.h View 1 chunk +0 lines, -42 lines 0 comments Download
D ash/common/ash_constants.h View 1 chunk +0 lines, -37 lines 0 comments Download
D ash/common/ash_constants.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/ash_layout_constants.h View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/ash_layout_constants.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/ash_switches.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/ash_switches.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D ash/common/ash_view_ids.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/cast_config_controller.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ash/common/cast_config_controller.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/default_accessibility_delegate.h View 1 chunk +0 lines, -81 lines 0 comments Download
D ash/common/default_accessibility_delegate.cc View 1 chunk +0 lines, -165 lines 0 comments Download
D ash/common/devtools/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/devtools/ash_devtools_css_agent.h View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/devtools/ash_devtools_css_agent.cc View 1 chunk +0 lines, -227 lines 0 comments Download
D ash/common/devtools/ash_devtools_dom_agent.h View 1 chunk +0 lines, -155 lines 0 comments Download
D ash/common/devtools/ash_devtools_dom_agent.cc View 1 chunk +0 lines, -532 lines 0 comments Download
D ash/common/devtools/ash_devtools_unittest.cc View 1 chunk +0 lines, -765 lines 0 comments Download
D ash/common/drag_drop/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/drag_drop/drag_image_view.h View 1 chunk +0 lines, -103 lines 0 comments Download
D ash/common/drag_drop/drag_image_view.cc View 1 chunk +0 lines, -208 lines 0 comments Download
D ash/common/drag_drop/drag_image_view_unittest.cc View 1 chunk +0 lines, -77 lines 0 comments Download
D ash/common/focus_cycler.h View 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/focus_cycler.cc View 1 chunk +0 lines, -114 lines 0 comments Download
D ash/common/frame/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/frame/caption_buttons/caption_button_types.h View 1 chunk +0 lines, -25 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_caption_button.h View 1 chunk +0 lines, -106 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_caption_button.cc View 1 chunk +0 lines, -191 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_caption_button_container_view.h View 1 chunk +0 lines, -158 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_caption_button_container_view.cc View 1 chunk +0 lines, -412 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_caption_button_container_view_unittest.cc View 1 chunk +0 lines, -204 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_size_button.h View 1 chunk +0 lines, -120 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_size_button.cc View 1 chunk +0 lines, -270 lines 0 comments Download
D ash/common/frame/caption_buttons/frame_size_button_delegate.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/frame/custom_frame_view_ash.h View 1 chunk +0 lines, -114 lines 0 comments Download
D ash/common/frame/custom_frame_view_ash.cc View 1 chunk +0 lines, -362 lines 0 comments Download
D ash/common/frame/custom_frame_view_ash_unittest.cc View 1 chunk +0 lines, -227 lines 0 comments Download
D ash/common/frame/default_header_painter.h View 1 chunk +0 lines, -121 lines 0 comments Download
D ash/common/frame/default_header_painter.cc View 1 chunk +0 lines, -322 lines 0 comments Download
D ash/common/frame/default_header_painter_unittest.cc View 1 chunk +0 lines, -85 lines 0 comments Download
D ash/common/frame/frame_border_hit_test.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/frame/frame_border_hit_test.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/frame/header_painter.h View 1 chunk +0 lines, -47 lines 0 comments Download
D ash/common/frame/header_painter_util.h View 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/frame/header_painter_util.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D ash/common/frame/header_view.h View 1 chunk +0 lines, -116 lines 0 comments Download
D ash/common/frame/header_view.cc View 1 chunk +0 lines, -201 lines 0 comments Download
D ash/common/gpu_support.h View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/gpu_support_stub.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/gpu_support_stub.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D ash/common/ime_control_delegate.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/key_event_watcher.h View 1 chunk +0 lines, -49 lines 0 comments Download
D ash/common/key_event_watcher.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D ash/common/keyboard/keyboard_ui.h View 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/keyboard/keyboard_ui.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D ash/common/keyboard/keyboard_ui_observer.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/login_status.h View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/material_design/material_design_controller.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/material_design/material_design_controller.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/media_controller.h View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/media_controller.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/metrics/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/metrics/gesture_action_type.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/metrics/pointer_metrics_recorder.h View 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/metrics/pointer_metrics_recorder.cc View 1 chunk +0 lines, -106 lines 0 comments Download
D ash/common/metrics/pointer_metrics_recorder_unittest.cc View 1 chunk +0 lines, -185 lines 0 comments Download
D ash/common/metrics/task_switch_source.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/metrics/user_metrics_action.h View 1 chunk +0 lines, -150 lines 0 comments Download
D ash/common/mojo_interface_factory.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/mojo_interface_factory.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D ash/common/multi_profile_uma.h View 1 chunk +0 lines, -85 lines 0 comments Download
D ash/common/multi_profile_uma.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/mus_property_mirror_ash_unittest.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D ash/common/new_window_controller.h View 1 chunk +0 lines, -50 lines 0 comments Download
D ash/common/new_window_controller.cc View 1 chunk +0 lines, -70 lines 0 comments Download
D ash/common/palette_delegate.h View 1 chunk +0 lines, -63 lines 0 comments Download
D ash/common/scoped_root_window_for_new_windows.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/scoped_root_window_for_new_windows.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/session/session_controller.h View 1 chunk +0 lines, -128 lines 0 comments Download
D ash/common/session/session_controller.cc View 1 chunk +0 lines, -166 lines 0 comments Download
D ash/common/session/session_controller_unittest.cc View 1 chunk +0 lines, -236 lines 0 comments Download
D ash/common/session/session_state_delegate.h View 1 chunk +0 lines, -105 lines 0 comments Download
D ash/common/session/session_state_delegate.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/session/session_state_observer.h View 1 chunk +0 lines, -45 lines 0 comments Download
D ash/common/session/session_state_observer.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D ash/common/shelf/app_list_button.h View 1 chunk +0 lines, -72 lines 0 comments Download
D ash/common/shelf/app_list_button.cc View 1 chunk +0 lines, -216 lines 0 comments Download
D ash/common/shelf/app_list_shelf_item_delegate.h View 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/shelf/app_list_shelf_item_delegate.cc View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/shelf/ink_drop_button_listener.h View 1 chunk +0 lines, -41 lines 0 comments Download
D ash/common/shelf/overflow_bubble.h View 1 chunk +0 lines, -65 lines 0 comments Download
D ash/common/shelf/overflow_bubble.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D ash/common/shelf/overflow_bubble_view.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ash/common/shelf/overflow_bubble_view.cc View 1 chunk +0 lines, -228 lines 0 comments Download
D ash/common/shelf/overflow_button.h View 1 chunk +0 lines, -67 lines 0 comments Download
D ash/common/shelf/overflow_button.cc View 1 chunk +0 lines, -150 lines 0 comments Download
D ash/common/shelf/shelf_alignment_menu.h View 1 chunk +0 lines, -43 lines 0 comments Download
D ash/common/shelf/shelf_alignment_menu.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/shelf/shelf_application_menu_model.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/shelf/shelf_application_menu_model.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D ash/common/shelf/shelf_application_menu_model_unittest.cc View 1 chunk +0 lines, -133 lines 0 comments Download
D ash/common/shelf/shelf_background_animator.h View 1 chunk +0 lines, -187 lines 0 comments Download
D ash/common/shelf/shelf_background_animator.cc View 1 chunk +0 lines, -245 lines 0 comments Download
D ash/common/shelf/shelf_background_animator_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/shelf/shelf_background_animator_unittest.cc View 1 chunk +0 lines, -305 lines 0 comments Download
D ash/common/shelf/shelf_button.h View 1 chunk +0 lines, -129 lines 0 comments Download
D ash/common/shelf/shelf_button.cc View 1 chunk +0 lines, -514 lines 0 comments Download
D ash/common/shelf/shelf_button_pressed_metric_tracker.h View 1 chunk +0 lines, -91 lines 0 comments Download
D ash/common/shelf/shelf_button_pressed_metric_tracker.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D ash/common/shelf/shelf_button_pressed_metric_tracker_unittest.cc View 1 chunk +0 lines, -314 lines 0 comments Download
D ash/common/shelf/shelf_constants.h View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/shelf/shelf_constants.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/shelf/shelf_controller.h View 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/shelf/shelf_controller.cc View 1 chunk +0 lines, -244 lines 0 comments Download
D ash/common/shelf/shelf_delegate.h View 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/shelf/shelf_item_delegate.h View 1 chunk +0 lines, -51 lines 0 comments Download
D ash/common/shelf/shelf_item_delegate.cc View 1 chunk +0 lines, -19 lines 0 comments Download
D ash/common/shelf/shelf_item_types.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/shelf/shelf_item_types.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D ash/common/shelf/shelf_layout_manager.h View 1 chunk +0 lines, -365 lines 0 comments Download
D ash/common/shelf/shelf_layout_manager.cc View 1 chunk +0 lines, -1143 lines 0 comments Download
D ash/common/shelf/shelf_layout_manager_observer.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/shelf/shelf_locking_manager.h View 1 chunk +0 lines, -52 lines 0 comments Download
D ash/common/shelf/shelf_locking_manager.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/shelf/shelf_locking_manager_unittest.cc View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/shelf/shelf_model.h View 1 chunk +0 lines, -111 lines 0 comments Download
D ash/common/shelf/shelf_model.cc View 1 chunk +0 lines, -211 lines 0 comments Download
D ash/common/shelf/shelf_model_observer.h View 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/shelf/shelf_model_unittest.cc View 1 chunk +0 lines, -312 lines 0 comments Download
D ash/common/shelf/shelf_tooltip_manager.h View 1 chunk +0 lines, -90 lines 0 comments Download
D ash/common/shelf/shelf_tooltip_manager.cc View 1 chunk +0 lines, -263 lines 0 comments Download
D ash/common/shelf/shelf_tooltip_manager_unittest.cc View 1 chunk +0 lines, -246 lines 0 comments Download
D ash/common/shelf/shelf_view.h View 1 chunk +0 lines, -470 lines 0 comments Download
D ash/common/shelf/shelf_view.cc View 1 chunk +0 lines, -1779 lines 0 comments Download
D ash/common/shelf/shelf_widget.h View 1 chunk +0 lines, -130 lines 0 comments Download
D ash/common/shelf/shelf_widget.cc View 1 chunk +0 lines, -358 lines 0 comments Download
D ash/common/shelf/shelf_window_watcher.h View 1 chunk +0 lines, -120 lines 0 comments Download
D ash/common/shelf/shelf_window_watcher.cc View 1 chunk +0 lines, -262 lines 0 comments Download
D ash/common/shelf/shelf_window_watcher_item_delegate.h View 1 chunk +0 lines, -41 lines 0 comments Download
D ash/common/shelf/shelf_window_watcher_item_delegate.cc View 1 chunk +0 lines, -79 lines 0 comments Download
D ash/common/shelf/shelf_window_watcher_unittest.cc View 1 chunk +0 lines, -395 lines 0 comments Download
D ash/common/shelf/wm_shelf.h View 1 chunk +0 lines, -188 lines 0 comments Download
D ash/common/shelf/wm_shelf.cc View 1 chunk +0 lines, -375 lines 0 comments Download
D ash/common/shelf/wm_shelf_observer.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/shelf/wm_shelf_util.h View 1 chunk +0 lines, -19 lines 0 comments Download
D ash/common/shelf/wm_shelf_util.cc View 1 chunk +0 lines, -14 lines 0 comments Download
D ash/common/shell_delegate.h View 1 chunk +0 lines, -143 lines 0 comments Download
D ash/common/shell_observer.h View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/shutdown_controller.h View 1 chunk +0 lines, -49 lines 0 comments Download
D ash/common/shutdown_controller.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D ash/common/test/ash_test.h View 1 chunk +0 lines, -149 lines 0 comments Download
D ash/common/test/ash_test.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D ash/common/test/ash_test_impl.h View 1 chunk +0 lines, -60 lines 0 comments Download
D ash/common/test/test_palette_delegate.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ash/common/test/test_palette_delegate.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D ash/common/test/test_session_state_delegate.h View 1 chunk +0 lines, -122 lines 0 comments Download
D ash/common/test/test_session_state_delegate.cc View 1 chunk +0 lines, -253 lines 0 comments Download
D ash/common/test/test_shelf_delegate.h View 1 chunk +0 lines, -86 lines 0 comments Download
D ash/common/test/test_shelf_delegate.cc View 1 chunk +0 lines, -162 lines 0 comments Download
D ash/common/test/test_shelf_item_delegate.h View 1 chunk +0 lines, -41 lines 0 comments Download
D ash/common/test/test_shelf_item_delegate.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D ash/common/test/test_system_tray_delegate.h View 1 chunk +0 lines, -76 lines 0 comments Download
D ash/common/test/test_system_tray_delegate.cc View 1 chunk +0 lines, -109 lines 0 comments Download
D ash/common/test/wm_shell_test_api.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/test/wm_shell_test_api.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/test/workspace_event_handler_test_helper.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/test/workspace_event_handler_test_helper.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D ash/common/wallpaper/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D ash/common/wallpaper/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D ash/common/wallpaper/wallpaper_controller.h View 1 chunk +0 lines, -189 lines 0 comments Download
D ash/common/wallpaper/wallpaper_controller.cc View 1 chunk +0 lines, -356 lines 0 comments Download
D ash/common/wallpaper/wallpaper_controller_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wallpaper/wallpaper_controller_unittest.cc View 1 chunk +0 lines, -473 lines 0 comments Download
D ash/common/wallpaper/wallpaper_delegate.h View 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/wallpaper/wallpaper_view.h View 1 chunk +0 lines, -43 lines 0 comments Download
D ash/common/wallpaper/wallpaper_view.cc View 1 chunk +0 lines, -239 lines 0 comments Download
D ash/common/wallpaper/wallpaper_widget_controller.h View 1 chunk +0 lines, -101 lines 0 comments Download
D ash/common/wallpaper/wallpaper_widget_controller.cc View 1 chunk +0 lines, -149 lines 0 comments Download
D ash/common/wm/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
D ash/common/wm/always_on_top_controller.h View 1 chunk +0 lines, -51 lines 0 comments Download
D ash/common/wm/always_on_top_controller.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/wm/container_finder.h View 1 chunk +0 lines, -42 lines 0 comments Download
D ash/common/wm/container_finder.cc View 1 chunk +0 lines, -130 lines 0 comments Download
D ash/common/wm/container_finder_unittest.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D ash/common/wm/default_state.h View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/wm/default_state.cc View 1 chunk +0 lines, -823 lines 0 comments Download
D ash/common/wm/default_window_resizer.h View 1 chunk +0 lines, -51 lines 0 comments Download
D ash/common/wm/default_window_resizer.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/wm/dock/dock_types.h View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/wm/dock/docked_window_layout_manager.h View 1 chunk +0 lines, -322 lines 0 comments Download
D ash/common/wm/dock/docked_window_layout_manager.cc View 1 chunk +0 lines, -1336 lines 0 comments Download
D ash/common/wm/dock/docked_window_layout_manager_observer.h View 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/wm/dock/docked_window_resizer.h View 1 chunk +0 lines, -101 lines 0 comments Download
D ash/common/wm/dock/docked_window_resizer.cc View 1 chunk +0 lines, -324 lines 0 comments Download
D ash/common/wm/drag_details.h View 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/wm/drag_details.cc View 1 chunk +0 lines, -80 lines 0 comments Download
D ash/common/wm/focus_rules.h View 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/wm/focus_rules.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D ash/common/wm/fullscreen_window_finder.h View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/wm/fullscreen_window_finder.cc View 1 chunk +0 lines, -53 lines 0 comments Download
D ash/common/wm/immersive_context_ash.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/wm/immersive_context_ash.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/wm/lock_layout_manager.h View 1 chunk +0 lines, -85 lines 0 comments Download
D ash/common/wm/lock_layout_manager.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D ash/common/wm/lock_state_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wm/lock_window_state.h View 1 chunk +0 lines, -59 lines 0 comments Download
D ash/common/wm/lock_window_state.cc View 1 chunk +0 lines, -184 lines 0 comments Download
D ash/common/wm/maximize_mode/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_controller.h View 1 chunk +0 lines, -192 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_controller.cc View 1 chunk +0 lines, -427 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_event_handler.h View 1 chunk +0 lines, -37 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_event_handler.cc View 1 chunk +0 lines, -72 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_window_manager.h View 1 chunk +0 lines, -141 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_window_manager.cc View 1 chunk +0 lines, -332 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_window_state.h View 1 chunk +0 lines, -88 lines 0 comments Download
D ash/common/wm/maximize_mode/maximize_mode_window_state.cc View 1 chunk +0 lines, -337 lines 0 comments Download
D ash/common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h View 1 chunk +0 lines, -17 lines 0 comments Download
D ash/common/wm/maximize_mode/workspace_backdrop_delegate.h View 1 chunk +0 lines, -73 lines 0 comments Download
D ash/common/wm/maximize_mode/workspace_backdrop_delegate.cc View 1 chunk +0 lines, -177 lines 0 comments Download
D ash/common/wm/mru_window_tracker.h View 1 chunk +0 lines, -68 lines 0 comments Download
D ash/common/wm/mru_window_tracker.cc View 1 chunk +0 lines, -161 lines 0 comments Download
D ash/common/wm/mru_window_tracker_unittest.cc View 1 chunk +0 lines, -116 lines 0 comments Download
D ash/common/wm/overview/cleanup_animation_observer.h View 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/wm/overview/cleanup_animation_observer.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D ash/common/wm/overview/cleanup_animation_observer_unittest.cc View 1 chunk +0 lines, -185 lines 0 comments Download
D ash/common/wm/overview/overview_animation_type.h View 1 chunk +0 lines, -35 lines 0 comments Download
D ash/common/wm/overview/scoped_overview_animation_settings.h View 1 chunk +0 lines, -24 lines 0 comments Download
D ash/common/wm/overview/scoped_overview_animation_settings_factory.h View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/wm/overview/scoped_overview_animation_settings_factory.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/wm/overview/scoped_transform_overview_window.h View 1 chunk +0 lines, -198 lines 0 comments Download
D ash/common/wm/overview/scoped_transform_overview_window.cc View 1 chunk +0 lines, -507 lines 0 comments Download
D ash/common/wm/overview/window_grid.h View 1 chunk +0 lines, -198 lines 0 comments Download
D ash/common/wm/overview/window_grid.cc View 1 chunk +0 lines, -844 lines 0 comments Download
D ash/common/wm/overview/window_selector.h View 1 chunk +0 lines, -200 lines 0 comments Download
D ash/common/wm/overview/window_selector.cc View 1 chunk +0 lines, -685 lines 0 comments Download
D ash/common/wm/overview/window_selector_controller.h View 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/wm/overview/window_selector_controller.cc View 1 chunk +0 lines, -134 lines 0 comments Download
D ash/common/wm/overview/window_selector_delegate.h View 1 chunk +0 lines, -54 lines 0 comments Download
D ash/common/wm/overview/window_selector_item.h View 1 chunk +0 lines, -224 lines 0 comments Download
D ash/common/wm/overview/window_selector_item.cc View 1 chunk +0 lines, -764 lines 0 comments Download
D ash/common/wm/panels/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D ash/common/wm/panels/panel_frame_view.h View 1 chunk +0 lines, -83 lines 0 comments Download
D ash/common/wm/panels/panel_frame_view.cc View 1 chunk +0 lines, -160 lines 0 comments Download
D ash/common/wm/panels/panel_layout_manager.h View 1 chunk +0 lines, -205 lines 0 comments Download
D ash/common/wm/panels/panel_layout_manager.cc View 1 chunk +0 lines, -929 lines 0 comments Download
D ash/common/wm/panels/panel_window_resizer.h View 1 chunk +0 lines, -87 lines 0 comments Download
D ash/common/wm/panels/panel_window_resizer.cc View 1 chunk +0 lines, -207 lines 0 comments Download
D ash/common/wm/root_window_finder.h View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/wm/root_window_finder.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D ash/common/wm/root_window_layout_manager.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/wm/root_window_layout_manager.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D ash/common/wm/screen_dimmer.h View 1 chunk +0 lines, -80 lines 0 comments Download
D ash/common/wm/screen_dimmer.cc View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/wm/switchable_windows.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/common/wm/switchable_windows.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/wm/system_modal_container_layout_manager.h View 1 chunk +0 lines, -116 lines 0 comments Download
D ash/common/wm/system_modal_container_layout_manager.cc View 1 chunk +0 lines, -280 lines 0 comments Download
D ash/common/wm/window_animation_types.h View 1 chunk +0 lines, -26 lines 0 comments Download
D ash/common/wm/window_cycle_controller.h View 1 chunk +0 lines, -82 lines 0 comments Download
D ash/common/wm/window_cycle_controller.cc View 1 chunk +0 lines, -126 lines 0 comments Download
D ash/common/wm/window_cycle_event_filter.h View 1 chunk +0 lines, -21 lines 0 comments Download
D ash/common/wm/window_cycle_list.h View 1 chunk +0 lines, -110 lines 0 comments Download
D ash/common/wm/window_cycle_list.cc View 1 chunk +0 lines, -551 lines 0 comments Download
D ash/common/wm/window_dimmer.h View 1 chunk +0 lines, -54 lines 0 comments Download
D ash/common/wm/window_dimmer.cc View 1 chunk +0 lines, -88 lines 0 comments Download
D ash/common/wm/window_parenting_utils.h View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/common/wm/window_parenting_utils.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wm/window_positioner.h View 1 chunk +0 lines, -131 lines 0 comments Download
D ash/common/wm/window_positioner.cc View 1 chunk +0 lines, -564 lines 0 comments Download
D ash/common/wm/window_positioning_utils.h View 1 chunk +0 lines, -70 lines 0 comments Download
D ash/common/wm/window_positioning_utils.cc View 1 chunk +0 lines, -201 lines 0 comments Download
D ash/common/wm/window_resizer.h View 1 chunk +0 lines, -110 lines 0 comments Download
D ash/common/wm/window_resizer.cc View 1 chunk +0 lines, -329 lines 0 comments Download
D ash/common/wm/window_state.h View 1 chunk +0 lines, -397 lines 0 comments Download
D ash/common/wm/window_state.cc View 1 chunk +0 lines, -401 lines 0 comments Download
D ash/common/wm/window_state_delegate.h View 1 chunk +0 lines, -40 lines 0 comments Download
D ash/common/wm/window_state_delegate.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D ash/common/wm/window_state_observer.h View 1 chunk +0 lines, -42 lines 0 comments Download
D ash/common/wm/window_state_util.h View 1 chunk +0 lines, -22 lines 0 comments Download
D ash/common/wm/window_state_util.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wm/wm_event.h View 1 chunk +0 lines, -129 lines 0 comments Download
D ash/common/wm/wm_event.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D ash/common/wm/wm_screen_util.h View 1 chunk +0 lines, -33 lines 0 comments Download
D ash/common/wm/wm_screen_util.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D ash/common/wm/wm_snap_to_pixel_layout_manager.h View 1 chunk +0 lines, -43 lines 0 comments Download
D ash/common/wm/wm_snap_to_pixel_layout_manager.cc View 1 chunk +0 lines, -56 lines 0 comments Download
D ash/common/wm/wm_toplevel_window_event_handler.h View 1 chunk +0 lines, -128 lines 0 comments Download
D ash/common/wm/wm_toplevel_window_event_handler.cc View 1 chunk +0 lines, -550 lines 0 comments Download
D ash/common/wm/wm_types.h View 1 chunk +0 lines, -66 lines 0 comments Download
D ash/common/wm/wm_types.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D ash/common/wm/wm_window_animations.h View 1 chunk +0 lines, -32 lines 0 comments Download
D ash/common/wm/wm_window_animations.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D ash/common/wm/workspace/magnetism_matcher.h View 1 chunk +0 lines, -192 lines 0 comments Download
D ash/common/wm/workspace/magnetism_matcher.cc View 1 chunk +0 lines, -195 lines 0 comments Download
D ash/common/wm/workspace/multi_window_resize_controller.h View 1 chunk +0 lines, -180 lines 0 comments Download
D ash/common/wm/workspace/multi_window_resize_controller.cc View 1 chunk +0 lines, -540 lines 0 comments Download
D ash/common/wm/workspace/phantom_window_controller.h View 1 chunk +0 lines, -57 lines 0 comments Download
D ash/common/wm/workspace/phantom_window_controller.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D ash/common/wm/workspace/two_step_edge_cycler.h View 1 chunk +0 lines, -61 lines 0 comments Download
D ash/common/wm/workspace/two_step_edge_cycler.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D ash/common/wm/workspace/workspace_event_handler.h View 1 chunk +0 lines, -61 lines 0 comments Download
D ash/common/wm/workspace/workspace_event_handler.cc View 1 chunk +0 lines, -119 lines 0 comments Download
D ash/common/wm/workspace/workspace_layout_manager.h View 1 chunk +0 lines, -141 lines 0 comments Download
D ash/common/wm/workspace/workspace_layout_manager.cc View 1 chunk +0 lines, -387 lines 0 comments Download
D ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h View 1 chunk +0 lines, -48 lines 0 comments Download
D ash/common/wm/workspace/workspace_layout_manager_unittest.cc View 1 chunk +0 lines, -1268 lines 0 comments Download
D ash/common/wm/workspace/workspace_types.h View 1 chunk +0 lines, -29 lines 0 comments Download
D ash/common/wm/workspace/workspace_window_resizer.h View 1 chunk +0 lines, -230 lines 0 comments Download
D ash/common/wm/workspace/workspace_window_resizer.cc View 1 chunk +0 lines, -1021 lines 0 comments Download
D ash/common/wm/workspace_controller.h View 1 chunk +0 lines, -60 lines 0 comments Download
D ash/common/wm/workspace_controller.cc View 1 chunk +0 lines, -134 lines 0 comments Download
D ash/common/wm_activation_observer.h View 1 chunk +0 lines, -32 lines 0 comments Download
D ash/common/wm_display_observer.h View 1 chunk +0 lines, -27 lines 0 comments Download
D ash/common/wm_layout_manager.h View 1 chunk +0 lines, -55 lines 0 comments Download
D ash/common/wm_shell.h View 1 chunk +0 lines, -560 lines 0 comments Download
D ash/common/wm_shell.cc View 1 chunk +0 lines, -470 lines 0 comments Download
D ash/common/wm_transient_window_observer.h View 1 chunk +0 lines, -25 lines 0 comments Download
D ash/common/wm_window.h View 1 chunk +0 lines, -391 lines 0 comments Download
D ash/common/wm_window.cc View 1 chunk +0 lines, -805 lines 0 comments Download
D ash/common/wm_window_unittest.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D ash/common/wm_window_user_data.h View 1 chunk +0 lines, -78 lines 0 comments Download
D ash/common/wm_window_user_data_unittest.cc View 1 chunk +0 lines, -81 lines 0 comments Download
M ash/content/display/screen_orientation_controller_chromeos_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/content/gpu_support_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/content/keyboard_overlay/keyboard_overlay_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/content/screen_orientation_delegate_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/default_accessibility_delegate.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/default_accessibility_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/default_wallpaper_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/default_wallpaper_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/devtools/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/devtools/ash_devtools_css_agent.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/devtools/ash_devtools_css_agent.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/devtools/ash_devtools_dom_agent.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/devtools/ash_devtools_dom_agent.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/devtools/ash_devtools_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/dip_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/cursor_window_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/display_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/projecting_observer_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/root_window_transformers.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/root_window_transformers_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/screen_ash.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/display/screen_orientation_controller_chromeos.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/display/screen_orientation_controller_chromeos.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/display/screen_position_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/display/shutdown_observer_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/shutdown_observer_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/window_tree_host_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/window_tree_host_manager_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/drag_drop/drag_drop_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_drop_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/drag_drop/drag_drop_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_drop_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/drag_drop/drag_drop_tracker_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/drag_drop/drag_image_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/drag_drop/drag_image_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/drag_drop/drag_image_view_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/extended_desktop_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/first_run/first_run_helper_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/focus_cycler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/focus_cycler.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/focus_cycler_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/frame/caption_buttons/caption_button_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/frame/caption_buttons/frame_caption_button.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/frame/caption_buttons/frame_caption_button.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/frame/caption_buttons/frame_caption_button_container_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/frame/caption_buttons/frame_caption_button_container_view.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/frame/caption_buttons/frame_caption_button_container_view_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/frame/caption_buttons/frame_size_button.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/frame/caption_buttons/frame_size_button.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/frame/caption_buttons/frame_size_button_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/frame/caption_buttons/frame_size_button_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/frame/custom_frame_view_ash.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/frame/custom_frame_view_ash.cc View 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/frame/custom_frame_view_ash_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/frame/default_header_painter.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/frame/default_header_painter.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/frame/default_header_painter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/frame/frame_border_hit_test.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/frame/frame_border_hit_test.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/frame/header_painter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/frame/header_painter_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/frame/header_painter_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/frame/header_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/frame/header_view.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/gpu_support.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/gpu_support_stub.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/gpu_support_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/high_contrast/high_contrast_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/high_contrast/high_contrast_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/ime_control_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/key_event_watcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/key_event_watcher.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/keyboard/keyboard_ui.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/keyboard/keyboard_ui.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/keyboard/keyboard_ui_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/login_status.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/magnifier/magnification_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/material_design/material_design_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/material_design/material_design_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/media_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/media_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/desktop_task_switch_metric_recorder.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/desktop_task_switch_metric_recorder_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/metrics/gesture_action_type.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/metrics/pointer_metrics_recorder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/metrics/pointer_metrics_recorder.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/metrics/pointer_metrics_recorder_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/metrics/task_switch_metrics_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/metrics/task_switch_source.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/metrics/user_metrics_action.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/metrics/user_metrics_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ash/metrics/user_metrics_recorder_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/mojo_interface_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/mojo_interface_factory.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/multi_profile_uma.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/multi_profile_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/DEPS View 1 chunk +0 lines, -10 lines 0 comments Download
M ash/mus/accelerators/accelerator_controller_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/accelerators/accelerator_controller_registrar.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/accessibility_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M ash/mus/bridge/workspace_event_handler_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/context_menu_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/context_menu_mus.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/mus/disconnected_app_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/drag_window_resizer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/frame/custom_frame_view_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/frame/detached_title_area_renderer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/keyboard_ui_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/keyboard_ui_mus.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/move_event_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/move_event_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/network_connect_delegate_mus.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/non_client_frame_controller.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/screen_mus.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/shelf_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/shelf_delegate_mus.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/shell_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/shell_delegate_mus.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/mus/test/ash_test_impl_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/test/ash_test_impl_mus.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/test/wm_test_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/test/wm_test_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/top_level_window_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/top_level_window_factory_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/wallpaper_delegate_mus.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/window_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/window_manager_application.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/mus_property_mirror_ash_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/new_window_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/new_window_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/palette_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/root_window_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/root_window_controller.cc View 1 chunk +27 lines, -27 lines 0 comments Download
M ash/root_window_controller_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/scoped_root_window_for_new_windows.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/scoped_root_window_for_new_windows.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/screen_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/screen_util_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/session/session_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/session/session_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/session/session_controller_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/session/session_state_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/session/session_state_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/session/session_state_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/session/session_state_observer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/app_list_button.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/app_list_button.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/shelf/app_list_shelf_item_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/app_list_shelf_item_delegate.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/ink_drop_button_listener.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/overflow_bubble.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/overflow_bubble.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/shelf/overflow_bubble_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/overflow_bubble_view.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/shelf/overflow_button.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/overflow_button.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_alignment_menu.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_alignment_menu.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_application_menu_model.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_application_menu_model.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/shelf/shelf_application_menu_model_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/shelf/shelf_background_animator.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/shelf/shelf_background_animator.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/shelf/shelf_background_animator_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_background_animator_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/shelf/shelf_bezel_event_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/shelf/shelf_button.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_button.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/shelf/shelf_button_pressed_metric_tracker.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_button_pressed_metric_tracker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/shelf/shelf_button_pressed_metric_tracker_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/shelf/shelf_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/shelf/shelf_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/shelf/shelf_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_item_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_item_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/shelf/shelf_item_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_item_types.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/shelf/shelf_layout_manager.h View 2 chunks +11 lines, -11 lines 0 comments Download
A + ash/shelf/shelf_layout_manager.cc View 1 chunk +13 lines, -13 lines 0 comments Download
A + ash/shelf/shelf_layout_manager_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 2 chunks +14 lines, -14 lines 0 comments Download
A + ash/shelf/shelf_locking_manager.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/shelf/shelf_locking_manager.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_locking_manager_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_model.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_model.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_model_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_model_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/shelf/shelf_tooltip_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_tooltip_manager.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/shelf/shelf_tooltip_manager_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ash/shelf/shelf_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/shelf/shelf_view.h View 2 chunks +8 lines, -8 lines 0 comments Download
A + ash/shelf/shelf_view.cc View 1 chunk +19 lines, -19 lines 0 comments Download
M ash/shelf/shelf_view_unittest.cc View 1 chunk +17 lines, -17 lines 0 comments Download
A + ash/shelf/shelf_widget.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/shelf/shelf_widget.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M ash/shelf/shelf_widget_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ash/shelf/shelf_window_targeter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_window_targeter.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_window_watcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/shelf_window_watcher.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/shelf/shelf_window_watcher_item_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/shelf_window_watcher_item_delegate.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/shelf/shelf_window_watcher_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/shelf/wm_shelf.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/shelf/wm_shelf.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/shelf/wm_shelf_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/wm_shelf_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shelf/wm_shelf_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell.cc View 3 chunks +24 lines, -24 lines 0 comments Download
M ash/shell/app_list.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell/content/client/shell_browser_main_parts.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell/context_menu.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/context_menu.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/lock_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell/panel_window.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/shell_delegate_impl.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M ash/shell/toplevel_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell/window_type_launcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/shell/window_watcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shell/window_watcher.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/shell/window_watcher_shelf_item_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/shell_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shell_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/shell_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/shutdown_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/shutdown_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/sticky_keys/sticky_keys_overlay_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/accessibility_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/audio/tray_audio.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/audio/tray_audio_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/audio/volume_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/bluetooth/tray_bluetooth.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/brightness/tray_brightness.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/brightness/tray_brightness_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/cast/tray_cast.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/cast/tray_cast.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/system/date/date_default_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/date_default_view.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/date/date_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/date/date_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/system_info_default_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/tray_date.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/tray_date.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/date/tray_system_info.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/tray_system_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/enterprise/tray_enterprise.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/ime/tray_ime_chromeos.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/ime/tray_ime_chromeos_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/ime_menu/ime_list_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/ime_menu/ime_menu_tray.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M ash/system/ime_menu/ime_menu_tray_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/keyboard_brightness_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/locale/locale_notification_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/media_security/multi_profile_media_tray_item.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/media_security/multi_profile_media_tray_item_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/network/network_state_list_detailed_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/network/network_state_list_detailed_view.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/network/sms_observer_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/network/tray_network.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/network/tray_vpn.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/network/vpn_list_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/overview/overview_button_tray.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/overview/overview_button_tray.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/system/overview/overview_button_tray_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/system/palette/common_palette_tool.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/palette/palette_tray.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/palette/palette_tray.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M ash/system/palette/palette_utils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/palette/tools/capture_region_mode.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/palette/tools/capture_screen_action.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/palette/tools/create_note_action.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/palette/tools/create_note_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/palette/tools/laser_pointer_mode.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/palette/tools/magnifier_mode.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/palette/tools/screenshot_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/power/dual_role_notification.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/power/power_event_observer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/power/power_event_observer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/power/power_status.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/power/power_status_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/power/tablet_power_button_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/power/tablet_power_button_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/system/power/tablet_power_button_controller_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/power/tray_power.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/power/video_activity_notifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/rotation/tray_rotation_lock.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/rotation/tray_rotation_lock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/rotation/tray_rotation_lock_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/screen_layout_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/screen_layout_observer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/screen_layout_observer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/screen_security/screen_capture_tray_item.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/screen_security/screen_capture_tray_item.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/screen_security/screen_share_tray_item.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/screen_security/screen_tray_item.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/screen_security/screen_tray_item_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/session/logout_button_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/session/logout_button_tray.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/session/logout_confirmation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/session/logout_confirmation_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/session/logout_confirmation_dialog.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/session/tray_session_length_limit.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/system/session/tray_session_length_limit_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/settings/tray_settings.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/status_area_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/status_area_layout_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/status_area_widget.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/status_area_widget.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/status_area_widget_delegate.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/system/supervised/tray_supervised_user.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/supervised/tray_supervised_user_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/system_clock_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tiles/tiles_default_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tiles/tiles_default_view.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/tiles/tray_tiles.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/tiles/tray_tiles_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/toast/toast_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/toast/toast_overlay.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/tray/actionable_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/hover_highlight_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/label_tray_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/special_popup_row.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/special_popup_row.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_menu_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M ash/system/tray/system_tray_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_bubble.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_item.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/system/tray/tray_background_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_background_view.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M ash/system/tray/tray_bubble_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_details_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/tray_details_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_event_filter.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/tray/tray_image_item.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_item_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray/tray_popup_header_button.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_popup_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_popup_utils.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/tray/tray_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray_accessibility.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/tray_accessibility.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/tray_caps_lock.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/tray_tracing.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/update/tray_update.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/system/update/tray_update_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/user/button_from_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/login_status.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/login_status.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/user/tray_user.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/system/user/tray_user_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/user/user_card_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/user/user_card_view.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/system/user/user_view.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/system/virtual_keyboard/virtual_keyboard_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/virtual_keyboard/virtual_keyboard_tray.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/system/web_notification/ash_popup_alignment_delegate_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/system/web_notification/web_notification_tray.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/web_notification/web_notification_tray.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M ash/system/web_notification/web_notification_tray_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M ash/test/BUILD.gn View 1 chunk +17 lines, -17 lines 0 comments Download
A + ash/test/ash_test.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/ash_test.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ash/test/ash_test_base.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/test/ash_test_helper.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/test/ash_test_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/test/ash_test_impl_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ash_test_impl_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/overflow_bubble_view_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_button_pressed_metric_tracker_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_view_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/shelf_view_test_api.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/test/shell_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/status_area_widget_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/test/test_palette_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/test_palette_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/test/test_session_state_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/test_session_state_delegate.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/test/test_shelf_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/test_shelf_delegate.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/test/test_shelf_item_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/test_shelf_item_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/test_shell_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/test_shell_delegate.cc View 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/test/test_system_tray_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/test/test_system_tray_delegate.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/test/test_wallpaper_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/tray_cast_test_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/test/ui_controls_factory_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/test/wm_shell_test_api.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/test/wm_shell_test_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/test/wm_window_test_api.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/test/workspace_event_handler_test_helper.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/test/workspace_event_handler_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/tooltips/tooltip_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_observer_hud_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_uma.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/utility/screenshot_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/virtual_keyboard_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/virtual_keyboard_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/virtual_keyboard_controller_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wallpaper/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/wallpaper/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/wallpaper/wallpaper_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wallpaper/wallpaper_controller.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/wallpaper/wallpaper_controller_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wallpaper/wallpaper_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wallpaper/wallpaper_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wallpaper/wallpaper_view.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wallpaper/wallpaper_view.cc View 1 chunk +9 lines, -9 lines 0 comments Download
A + ash/wallpaper/wallpaper_widget_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wallpaper/wallpaper_widget_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/always_on_top_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/always_on_top_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/always_on_top_controller_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/ash_focus_rules.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/ash_focus_rules_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/container_finder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/container_finder.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/wm/container_finder_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/default_state.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/default_state.cc View 1 chunk +14 lines, -14 lines 0 comments Download
A + ash/wm/default_window_resizer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/default_window_resizer.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/dock/dock_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/dock/docked_window_layout_manager.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + ash/wm/dock/docked_window_layout_manager.cc View 1 chunk +13 lines, -13 lines 0 comments Download
A + ash/wm/dock/docked_window_layout_manager_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/dock/docked_window_layout_manager_unittest.cc View 1 chunk +10 lines, -10 lines 0 comments Download
A + ash/wm/dock/docked_window_resizer.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/dock/docked_window_resizer.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M ash/wm/dock/docked_window_resizer_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm/drag_details.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/drag_details.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/drag_window_resizer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/drag_window_resizer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/drag_window_resizer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/event_client_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/focus_rules.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/focus_rules.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/fullscreen_window_finder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/fullscreen_window_finder.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/gestures/overview_gesture_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/gestures/overview_gesture_handler_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/immersive_context_ash.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/immersive_context_ash.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/immersive_fullscreen_controller_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/lock_layout_manager.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + ash/wm/lock_layout_manager.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/lock_layout_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/wm/lock_state_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/lock_state_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/lock_window_state.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/lock_window_state.cc View 1 chunk +10 lines, -10 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_event_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_event_handler.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_event_handler_aura.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_window_manager.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_window_manager.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M ash/wm/maximize_mode/maximize_mode_window_manager_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_window_state.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/maximize_mode/maximize_mode_window_state.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/maximize_mode/workspace_backdrop_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/maximize_mode/workspace_backdrop_delegate.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/mru_window_tracker.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/mru_window_tracker.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm/mru_window_tracker_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/overlay_event_filter.h View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/overview/cleanup_animation_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/overview/cleanup_animation_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/overview/cleanup_animation_observer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/overview/overview_animation_type.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/overview/scoped_overview_animation_settings.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/overview/scoped_overview_animation_settings_aura.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/overview/scoped_overview_animation_settings_factory.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/overview/scoped_overview_animation_settings_factory.cc View 1 chunk +1 line, -1 line 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 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/overview/scoped_transform_overview_window.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/overview/scoped_transform_overview_window.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/wm/overview/window_grid.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/overview/window_grid.cc View 2 chunks +12 lines, -12 lines 0 comments Download
A + ash/wm/overview/window_selector.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/overview/window_selector.cc View 2 chunks +15 lines, -15 lines 0 comments Download
A + ash/wm/overview/window_selector_controller.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/overview/window_selector_controller.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + ash/wm/overview/window_selector_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/overview/window_selector_item.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/overview/window_selector_item.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M ash/wm/overview/window_selector_unittest.cc View 1 chunk +20 lines, -20 lines 0 comments Download
M ash/wm/panels/attached_panel_window_targeter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/attached_panel_window_targeter.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/panels/panel_frame_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/panels/panel_frame_view.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm/panels/panel_layout_manager.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + ash/wm/panels/panel_layout_manager.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M ash/wm/panels/panel_layout_manager_unittest.cc View 1 chunk +13 lines, -13 lines 0 comments Download
M ash/wm/panels/panel_window_event_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/panels/panel_window_resizer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/panels/panel_window_resizer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M ash/wm/power_button_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/resize_handle_window_targeter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/resize_handle_window_targeter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/resize_shadow_and_cursor_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/root_window_finder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/root_window_finder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/root_window_layout_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/root_window_layout_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/screen_dimmer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/screen_dimmer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/screen_dimmer_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/screen_pinning_controller.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/screen_pinning_controller_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/session_state_animator.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/session_state_animator_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/stacking_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/switchable_windows.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/switchable_windows.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/system_modal_container_event_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/system_modal_container_layout_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/system_modal_container_layout_manager.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/toplevel_window_event_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/toplevel_window_event_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/toplevel_window_event_handler_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/wm/video_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/video_detector.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/video_detector_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/window_animation_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/window_animations.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/wm/window_animations_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/window_cycle_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_cycle_controller.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ash/wm/window_cycle_controller_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm/window_cycle_event_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/wm/window_cycle_event_filter_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_cycle_event_filter_aura.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/window_cycle_list.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/window_cycle_list.cc View 1 chunk +5 lines, -5 lines 0 comments Download
A + ash/wm/window_dimmer.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ash/wm/window_dimmer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/window_mirror_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/window_parenting_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_parenting_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/window_positioner.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_positioner.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ash/wm/window_positioner_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm/window_positioning_utils.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_positioning_utils.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M ash/wm/window_properties.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_properties.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/window_resizer.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/window_resizer.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm/window_state.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/window_state.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ash/wm/window_state_aura.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/window_state_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_state_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/window_state_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/window_state_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/window_state_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/window_state_util.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/wm/window_util.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M ash/wm/window_util_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/wm_event.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/wm_event.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/wm_screen_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/wm_screen_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/wm_snap_to_pixel_layout_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/wm_snap_to_pixel_layout_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm/wm_toplevel_window_event_handler.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/wm_toplevel_window_event_handler.cc View 1 chunk +8 lines, -8 lines 0 comments Download
A + ash/wm/wm_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/wm_types.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/wm_window_animations.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/wm_window_animations.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/workspace/magnetism_matcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/magnetism_matcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/magnetism_matcher_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/workspace/multi_window_resize_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/multi_window_resize_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm/workspace/phantom_window_controller.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/phantom_window_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/two_step_edge_cycler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/two_step_edge_cycler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + ash/wm/workspace/workspace_event_handler.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/workspace/workspace_event_handler.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M ash/wm/workspace/workspace_event_handler_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_event_handler_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + ash/wm/workspace/workspace_layout_manager.h View 2 chunks +8 lines, -8 lines 0 comments Download
A + ash/wm/workspace/workspace_layout_manager.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc View 1 chunk +15 lines, -15 lines 0 comments Download
A + ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 chunk +16 lines, -16 lines 0 comments Download
A + ash/wm/workspace/workspace_types.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm/workspace/workspace_window_resizer.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/wm/workspace/workspace_window_resizer.cc View 1 chunk +15 lines, -15 lines 0 comments Download
M ash/wm/workspace/workspace_window_resizer_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm/workspace_controller.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm/workspace_controller.cc View 1 chunk +11 lines, -11 lines 0 comments Download
M ash/wm/workspace_controller_test_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace_controller_test_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace_controller_unittest.cc View 1 chunk +12 lines, -12 lines 0 comments Download
A + ash/wm_activation_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm_display_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm_layout_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm_shell.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + ash/wm_shell.cc View 2 chunks +32 lines, -32 lines 0 comments Download
A + ash/wm_transient_window_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm_window.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/wm_window.cc View 1 chunk +6 lines, -6 lines 0 comments Download
A + ash/wm_window_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + ash/wm_window_user_data.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + ash/wm_window_user_data_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/chromevox_panel.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_play_store_enabled_preference_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_session_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/boot_phase_monitor/arc_instance_throttle.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/print/arc_print_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/arc/wallpaper/arc_wallpaper_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/background/ash_wallpaper_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/customization/customization_wallpaper_downloader_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/dbus/chrome_display_power_service_provider_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/events/event_rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/events/event_rewriter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/steps/tray_step.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/login_display_host_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/users/chrome_user_manager_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/net/network_portal_notification_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/note_taking_helper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/display_rotation_default_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/display_rotation_default_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/force_maximize_on_first_run_chromeos_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/power/login_lock_state_notifier.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/preferences.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/shutdown_policy_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/ui/accessibility_cursor_ring_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/ui/screen_capture_notification_ui_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/automation/automation_apitest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/bookmark_app_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/display_info_provider_chromeos_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/global_shortcut_listener_chromeos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/memory/tab_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/notifications/fullscreen_notification_blocker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_handler_list_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/prefs/chrome_command_line_pref_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/testing/chromevox_e2e_test_base.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/device_page/device_page_browser_proxy.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/apps/chrome_app_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/accelerator_commands_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/accelerator_controller_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_controller_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_interactive_uitest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/ash_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/chrome_new_window_client_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/chrome_screenshot_grabber_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/ash/ime_controller_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/arc_app_launcher_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/launcher/browser_status_monitor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/extension_app_window_launcher_item_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_favicon_loader.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/launcher_item_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/settings_window_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_notification_blocker_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/user_switch_util_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/palette_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/session_state_delegate_chromeos.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/session_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/shelf_browsertest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_client_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/volume_controller_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/window_positioner_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/accelerator_table.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/accelerator_table_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/accelerator_utils_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_footer_panel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/chrome_views_delegate_chromeos.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_ash.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_header_painter_ash.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tabs/window_finder_ash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/task_manager_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/emulator/device_emulator_message_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/oobe_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/chromeos/device_keyboard_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash_uitest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/window_sizer/window_sizer_common_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/view_event_test_platform_part_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/exo/pointer_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/exo/shell_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M components/exo/shell_surface.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M components/exo/shell_surface_unittest.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M components/exo/test/exo_test_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/exo/touch_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/exo/wm_helper_ash.h View 1 chunk +1 line, -1 line 0 comments Download
M components/exo/wm_helper_ash.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/disconnect_window_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/arc/notification/arc_notification_manager.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 5 (5 generated)
James Cook
Description was changed from ========== chromeos: Move files in //ash/common to //ash, part 2 Now ...
3 years, 9 months ago (2017-03-05 01:25:34 UTC) #1
James Cook
The CQ bit was checked by jamescook@chromium.org to run a CQ dry run
3 years, 9 months ago (2017-03-05 01:25:59 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2736573002/1
3 years, 9 months ago (2017-03-05 01:26:15 UTC) #3
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 9 months ago (2017-03-05 02:35:18 UTC) #4
commit-bot: I haz the power
3 years, 9 months ago (2017-03-05 02:35:22 UTC) #5
Dry run: This issue passed the CQ dry run.

Powered by Google App Engine
This is Rietveld 408576698