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

Issue 2086503003: mash: Migrate tray IME view to wm common types, move to //ash/common (Closed)

Created:
4 years, 6 months ago by James Cook
Modified:
4 years, 6 months ago
Reviewers:
msw
CC:
chromium-reviews, kalyank, sadrul, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@movea11y
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mash: Migrate tray IME view to wm common types, move to //ash/common * Move IMEObserver and VirtualKeyboardObserver to WmSystemTrayNotifier. * Fix the tray IME unit test so it doesn't need StatusAreaWidget. The rest of VirtualKeyboardController will have to wait until MaximizeModeController can be migrated. BUG=619636 TEST=ash_unittests Committed: https://crrev.com/dcfe3d6f46ad4c35849ef40812cc499fc557cca8 Cr-Commit-Position: refs/heads/master@{#401060}

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase #

Patch Set 3 : review comments, fix linux/win #

Total comments: 2

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -837 lines) Patch
M ash/ash.gyp View 5 chunks +5 lines, -5 lines 0 comments Download
M ash/aura/wm_shell_aura.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/aura/wm_shell_aura.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
A + ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h View 2 chunks +7 lines, -3 lines 0 comments Download
A + ash/common/system/ime/ime_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + ash/common/system/ime/tray_ime_chromeos.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + ash/common/system/ime/tray_ime_chromeos.cc View 6 chunks +17 lines, -26 lines 0 comments Download
A + ash/common/system/ime/tray_ime_chromeos_unittest.cc View 5 chunks +7 lines, -28 lines 0 comments Download
M ash/common/system/tray/wm_system_tray_notifier.h View 1 2 2 chunks +30 lines, -7 lines 0 comments Download
M ash/common/system/tray/wm_system_tray_notifier.cc View 1 2 3 4 chunks +56 lines, -14 lines 0 comments Download
M ash/common/wm_shell.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
D ash/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h View 1 chunk +0 lines, -18 lines 0 comments Download
D ash/system/ime/ime_observer.h View 1 chunk +0 lines, -27 lines 0 comments Download
D ash/system/ime/tray_ime_chromeos.h View 1 chunk +0 lines, -94 lines 0 comments Download
D ash/system/ime/tray_ime_chromeos.cc View 1 chunk +0 lines, -384 lines 0 comments Download
D ash/system/ime/tray_ime_chromeos_unittest.cc View 1 chunk +0 lines, -162 lines 0 comments Download
M ash/system/tray/system_tray.cc View 2 chunks +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_notifier.h View 7 chunks +0 lines, -13 lines 0 comments Download
M ash/system/tray/system_tray_notifier.cc View 4 chunks +1 line, -37 lines 0 comments Download
M ash/virtual_keyboard_controller.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ash/virtual_keyboard_controller_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/system_tray_delegate_chromeos.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
James Cook
msw, please take a look.
4 years, 6 months ago (2016-06-21 00:04:15 UTC) #2
msw
lgtm with nits https://codereview.chromium.org/2086503003/diff/1/ash/common/system/tray/wm_system_tray_notifier.cc File ash/common/system/tray/wm_system_tray_notifier.cc (right): https://codereview.chromium.org/2086503003/diff/1/ash/common/system/tray/wm_system_tray_notifier.cc#newcode32 ash/common/system/tray/wm_system_tray_notifier.cc:32: void WmSystemTrayNotifier::AddIMEObserver(IMEObserver* observer) { nit: order ...
4 years, 6 months ago (2016-06-21 01:27:24 UTC) #3
James Cook
Thanks for the review. https://codereview.chromium.org/2086503003/diff/1/ash/common/system/tray/wm_system_tray_notifier.cc File ash/common/system/tray/wm_system_tray_notifier.cc (right): https://codereview.chromium.org/2086503003/diff/1/ash/common/system/tray/wm_system_tray_notifier.cc#newcode32 ash/common/system/tray/wm_system_tray_notifier.cc:32: void WmSystemTrayNotifier::AddIMEObserver(IMEObserver* observer) { On ...
4 years, 6 months ago (2016-06-21 17:31:01 UTC) #4
msw
lgtm with a very optional comment nit. https://codereview.chromium.org/2086503003/diff/40001/ash/common/system/tray/wm_system_tray_notifier.cc File ash/common/system/tray/wm_system_tray_notifier.cc (right): https://codereview.chromium.org/2086503003/diff/40001/ash/common/system/tray/wm_system_tray_notifier.cc#newcode95 ash/common/system/tray/wm_system_tray_notifier.cc:95: ///////////////////////////////////////////////////////////////////////// optional ...
4 years, 6 months ago (2016-06-21 17:50:21 UTC) #5
James Cook
https://codereview.chromium.org/2086503003/diff/40001/ash/common/system/tray/wm_system_tray_notifier.cc File ash/common/system/tray/wm_system_tray_notifier.cc (right): https://codereview.chromium.org/2086503003/diff/40001/ash/common/system/tray/wm_system_tray_notifier.cc#newcode95 ash/common/system/tray/wm_system_tray_notifier.cc:95: ///////////////////////////////////////////////////////////////////////// On 2016/06/21 17:50:20, msw wrote: > optional nit: ...
4 years, 6 months ago (2016-06-21 17:59:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086503003/60001
4 years, 6 months ago (2016-06-21 18:00:33 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-21 18:59:02 UTC) #10
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 19:08:53 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dcfe3d6f46ad4c35849ef40812cc499fc557cca8
Cr-Commit-Position: refs/heads/master@{#401060}

Powered by Google App Engine
This is Rietveld 408576698