|
|
Created:
6 years, 10 months ago by Yuki Modified:
6 years, 10 months ago Reviewers:
Hiro Komatsu CC:
chromium-reviews, nona+watch_chromium.org, James Su, yukishiino+watch_chromium.org, penghuang+watch_chromium.org, yusukes+watch_chromium.org, horo Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionFixes the issue that CharacterComposer always update the composition text (CrOS).
BUG=260347
TEST=Done manually.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248860
Patch Set 1 #
Messages
Total messages: 17 (0 generated)
Could you review this CL? cc'ing to horo just FYI. Your advice was great. Thanks.
On 2014/02/04 09:00:53, Yuki wrote: > Could you review this CL? > cc'ing to horo just FYI. Your advice was great. Thanks. Is it possible to add unittests?
On 2014/02/04 09:20:24, Hiro Komatsu wrote: > On 2014/02/04 09:00:53, Yuki wrote: > > Could you review this CL? > > cc'ing to horo just FYI. Your advice was great. Thanks. > > Is it possible to add unittests? It's not that easy. We have to create a fake CharacterComposer implementation and inject it to InputMethodChromeOS. It means we have to split CharacterComposer class into the interface class and the concrete class. I don't think it's worth doing for this small fix.
On 2014/02/04 09:40:46, Yuki wrote: > On 2014/02/04 09:20:24, Hiro Komatsu wrote: > > On 2014/02/04 09:00:53, Yuki wrote: > > > Could you review this CL? > > > cc'ing to horo just FYI. Your advice was great. Thanks. > > > > Is it possible to add unittests? > > It's not that easy. We have to create a fake CharacterComposer implementation > and inject it to InputMethodChromeOS. It means we have to split > CharacterComposer class into the interface class and the concrete class. I > don't think it's worth doing for this small fix. I see, thanks. lgtm.
The CQ bit was checked by yukishiino@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/149153005/1
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...
CQ bit was unchecked on CL. Ignoring.
The CQ bit was checked by yukishiino@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/149153005/1
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
CQ bit was unchecked on CL. Ignoring.
The CQ bit was checked by yukishiino@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/149153005/1
Message was sent while issue was closed.
Change committed as 248860 |