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

Issue 2831583005: Enable Config::MUS to use classic IME instead of servicified IME. (Closed)

Created:
3 years, 8 months ago by Hadi
Modified:
3 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews, kalyank, sadrul, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable Config::MUS to use classic IME instead of servicified IME. Adds |WindowTreeHostMusInitParams.use_classic_ime| to enable using InputMethodChromeOS instead of InputMethodMus. Later we will wire this up with a command line argument so we can use classic IME in --mus. BUG=706913 Review-Url: https://codereview.chromium.org/2831583005 Cr-Commit-Position: refs/heads/master@{#469442} Committed: https://chromium.googlesource.com/chromium/src/+/13d5c661b83dd941fbc49c63a079ffad1ae17e44

Patch Set 1 #

Patch Set 2 : Fix compile errors in non ChromeOS. #

Total comments: 2

Patch Set 3 : formatting. #

Patch Set 4 : Addressed feedback. #

Total comments: 2

Patch Set 5 : Addressed feedback. #

Patch Set 6 : cleanup. #

Total comments: 6

Patch Set 7 : Addressed feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -21 lines) Patch
M ash/display/window_tree_host_manager.cc View 1 2 3 4 2 chunks +5 lines, -3 lines 0 comments Download
M ash/mus/ash_window_tree_host_mus.h View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M ash/mus/ash_window_tree_host_mus.cc View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
M ash/mus/bridge/shell_port_mash.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/shell.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 3 4 5 2 chunks +9 lines, -12 lines 0 comments Download
M ui/aura/mus/window_tree_host_mus.cc View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M ui/aura/mus/window_tree_host_mus_init_params.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (28 generated)
Hadi
PTAL. Since this is just a transitional change, I tried to keep the effects of ...
3 years, 8 months ago (2017-04-20 18:02:39 UTC) #7
sky
https://codereview.chromium.org/2831583005/diff/20001/ui/aura/mus/input_method_mus.h File ui/aura/mus/input_method_mus.h (left): https://codereview.chromium.org/2831583005/diff/20001/ui/aura/mus/input_method_mus.h#oldcode31 ui/aura/mus/input_method_mus.h:31: using EventResultCallback = base::Callback<void(ui::mojom::EventResult)>; Is there a reason to ...
3 years, 8 months ago (2017-04-20 20:18:49 UTC) #10
Hadi
Addressed feedback. PTAL.
3 years, 7 months ago (2017-05-02 19:07:44 UTC) #15
sky
https://codereview.chromium.org/2831583005/diff/50001/ash/display/window_tree_host_manager.cc File ash/display/window_tree_host_manager.cc (right): https://codereview.chromium.org/2831583005/diff/50001/ash/display/window_tree_host_manager.cc#newcode826 ash/display/window_tree_host_manager.cc:826: DCHECK(!host->has_input_method()); The plan is to use this code for ...
3 years, 7 months ago (2017-05-03 15:25:27 UTC) #19
Hadi
https://codereview.chromium.org/2831583005/diff/50001/ash/display/window_tree_host_manager.cc File ash/display/window_tree_host_manager.cc (right): https://codereview.chromium.org/2831583005/diff/50001/ash/display/window_tree_host_manager.cc#newcode826 ash/display/window_tree_host_manager.cc:826: DCHECK(!host->has_input_method()); On 2017/05/03 15:25:27, sky wrote: > The plan ...
3 years, 7 months ago (2017-05-03 19:35:42 UTC) #24
sky
Nice! Just a couple of questions. https://codereview.chromium.org/2831583005/diff/90001/ash/mus/ash_window_tree_host_mus.cc File ash/mus/ash_window_tree_host_mus.cc (right): https://codereview.chromium.org/2831583005/diff/90001/ash/mus/ash_window_tree_host_mus.cc#newcode89 ash/mus/ash_window_tree_host_mus.cc:89: ui::EventDispatchDetails AshWindowTreeHostMus::DispatchKeyEventPostIME( Can ...
3 years, 7 months ago (2017-05-04 03:09:18 UTC) #27
Hadi
https://codereview.chromium.org/2831583005/diff/90001/ash/mus/ash_window_tree_host_mus.cc File ash/mus/ash_window_tree_host_mus.cc (right): https://codereview.chromium.org/2831583005/diff/90001/ash/mus/ash_window_tree_host_mus.cc#newcode89 ash/mus/ash_window_tree_host_mus.cc:89: ui::EventDispatchDetails AshWindowTreeHostMus::DispatchKeyEventPostIME( On 2017/05/04 03:09:18, sky wrote: > Can ...
3 years, 7 months ago (2017-05-04 12:15:17 UTC) #30
sky
Thanks for the details. LGTM
3 years, 7 months ago (2017-05-04 19:48:53 UTC) #33
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/2831583005/110001
3 years, 7 months ago (2017-05-04 20:02:41 UTC) #35
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 20:09:03 UTC) #38
Message was sent while issue was closed.
Committed patchset #7 (id:110001) as
https://chromium.googlesource.com/chromium/src/+/13d5c661b83dd941fbc49c63a079...

Powered by Google App Engine
This is Rietveld 408576698