IME for Mash: Remove duplicate/similar mojo/cpp files |
|||||||
Issue descriptionIn mojo interfaces we have: - services/ui/public/interfaces/ime.mojom - ui/platform_window/mojo/text_input_state.mojom - components/arc/common/ime.mojom In cpp files we have: - ui/aura/mus/input_method_mus.cc - ui/views/mus/input_method_mus.cc Each two of them have some common/similar codes. Remove unnecessary duplicates as much as possible.
,
Jul 24 2017
,
Sep 12 2017
More IME bugs.
,
Feb 26 2018
,
Feb 26 2018
,
Aug 14
xiyuan, do you know if we'll use the old IME code or the new code for SingleProcessMash? +shuchen FYI - this might need cleanup
,
Aug 14
The current IME support is based on old code. The mojo-based IMF is under development. For mojo interfaces: - components/arc/common/ime.mojom is for ARC and has a different purpose. - services/ui/public/interfaces/ime.mojom is the current mojo interface to use - text_input_state.mojom provides shared ime related data structure. The don't have overlap and probably should be kept. For C++: we now have only one ui/aura/mus/input_method_mus.cc. Not sure what's left to be done for this issue.
,
Aug 14
If we don't have concrete things we want to do now, lets close this. We can file new bugs if we have things we want to do. |
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 Deleted