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

Issue 2182633011: Replaces ::ui:: with ui:: in ash (Closed)

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

Description

Replaces ::ui:: with ui:: in ash TBR=ben@chromium.org R=ben@chromium.org BUG=none TEST=none Committed: https://crrev.com/e0aeea286663d47c475599ba16f91635aed1baff Cr-Commit-Position: refs/heads/master@{#408252}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+559 lines, -572 lines) Patch
M ash/common/wm/overview/window_selector.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/accelerators/accelerator_registrar_impl.h View 3 chunks +6 lines, -6 lines 0 comments Download
M ash/mus/accelerators/accelerator_registrar_impl.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/accelerators/accelerator_registrar_unittest.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M ash/mus/app_launch_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/bridge/mus_layout_manager_adapter.h View 3 chunks +6 lines, -6 lines 0 comments Download
M ash/mus/bridge/mus_layout_manager_adapter.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/bridge/wm_root_window_controller_mus.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 3 chunks +8 lines, -8 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.h View 4 chunks +18 lines, -18 lines 0 comments Download
M ash/mus/bridge/wm_window_mus.cc View 12 chunks +43 lines, -43 lines 0 comments Download
M ash/mus/disconnected_app_handler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/mus/disconnected_app_handler.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/frame/move_event_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/mus/frame/move_event_handler.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M ash/mus/frame/non_client_frame_view_mash.h View 3 chunks +9 lines, -9 lines 0 comments Download
M ash/mus/frame/non_client_frame_view_mash.cc View 7 chunks +12 lines, -14 lines 0 comments Download
M ash/mus/layout_manager.h View 1 chunk +11 lines, -11 lines 0 comments Download
M ash/mus/layout_manager.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M ash/mus/layout_manager_unittest.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ash/mus/non_client_frame_controller.h View 3 chunks +12 lines, -12 lines 0 comments Download
M ash/mus/non_client_frame_controller.cc View 7 chunks +24 lines, -27 lines 0 comments Download
M ash/mus/property_util.h View 1 chunk +26 lines, -28 lines 0 comments Download
M ash/mus/property_util.cc View 4 chunks +75 lines, -77 lines 0 comments Download
M ash/mus/root_window_controller.h View 4 chunks +9 lines, -9 lines 0 comments Download
M ash/mus/root_window_controller.cc View 4 chunks +11 lines, -11 lines 0 comments Download
M ash/mus/screenlock_layout.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/screenlock_layout.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M ash/mus/shadow.h View 4 chunks +4 lines, -5 lines 0 comments Download
M ash/mus/shadow.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/mus/shadow_controller.h View 1 chunk +9 lines, -9 lines 0 comments Download
M ash/mus/shadow_controller.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M ash/mus/shelf_layout_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/shelf_layout_manager.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M ash/mus/status_layout_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/mus/status_layout_manager.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M ash/mus/test/wm_test_base.h View 2 chunks +8 lines, -8 lines 0 comments Download
M ash/mus/test/wm_test_base.cc View 3 chunks +27 lines, -27 lines 0 comments Download
M ash/mus/test/wm_test_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/test/wm_test_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/user_window_controller_impl.h View 2 chunks +9 lines, -9 lines 0 comments Download
M ash/mus/user_window_controller_impl.cc View 9 chunks +19 lines, -19 lines 0 comments Download
M ash/mus/window_manager.h View 3 chunks +25 lines, -25 lines 0 comments Download
M ash/mus/window_manager.cc View 10 chunks +25 lines, -25 lines 0 comments Download
M ash/mus/window_manager_application.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/window_manager_application.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M ash/mus/window_manager_unittest.cc View 3 chunks +14 lines, -15 lines 0 comments Download
M ash/mus/workspace/workspace_layout_manager_unittest.cc View 24 chunks +30 lines, -31 lines 0 comments Download
M ash/sysui/sysui_application.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (11 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2182633011/1
4 years, 4 months ago (2016-07-27 21:50:38 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/226466)
4 years, 4 months ago (2016-07-27 21:59:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2182633011/1
4 years, 4 months ago (2016-07-27 22:04:42 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/226492)
4 years, 4 months ago (2016-07-27 22:13:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2182633011/1
4 years, 4 months ago (2016-07-27 22:18:24 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 4 months ago (2016-07-27 22:26:29 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 22:28:07 UTC) #18
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/e0aeea286663d47c475599ba16f91635aed1baff
Cr-Commit-Position: refs/heads/master@{#408252}

Powered by Google App Engine
This is Rietveld 408576698