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

Issue 7004029: Fix to make InputMethodIBus usable on every ChromeOS device (even without TouchUI) (Closed)

Created:
9 years, 7 months ago by hashimoto
Modified:
9 years, 7 months ago
Reviewers:
oshima
CC:
chromium-reviews
Visibility:
Public.

Description

Fix to make InputMethodIBus usable on every ChromeOS device (even without TouchUI) Add switch "--enable-inputmethod-ibus" to enable InputMethodIBus on ChromeOS Modify gyp files to link IBus BUG=chromium-os:15566 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86390

Patch Set 1 #

Total comments: 4

Patch Set 2 : Modify comment, InputMethodGtk is not included with TouchUI #

Patch Set 3 : Revert change on common.gypi #

Total comments: 3

Patch Set 4 : Reflecting review #

Patch Set 5 : Insert one single space for style correctness #

Total comments: 1

Patch Set 6 : Small fix to replace "if" with "?" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -24 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M views/ime/input_method_ibus.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M views/ime/input_method_ibus.cc View 4 chunks +23 lines, -0 lines 0 comments Download
M views/views.gyp View 1 2 chunks +11 lines, -18 lines 0 comments Download
M views/widget/native_widget_gtk.cc View 1 2 3 4 5 2 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
hashimoto
small changes on InputMethodIBus to add switch small changes on gyp files to enable IBus ...
9 years, 7 months ago (2011-05-20 03:08:18 UTC) #1
oshima
http://codereview.chromium.org/7004029/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7004029/diff/1/build/common.gypi#newcode568 build/common.gypi:568: ['chromeos==1', { please keep touchui=1. If one wants to ...
9 years, 7 months ago (2011-05-20 21:47:31 UTC) #2
hashimoto
http://codereview.chromium.org/7004029/diff/1/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7004029/diff/1/build/common.gypi#newcode568 build/common.gypi:568: ['chromeos==1', { What 'use_ibus=1' does is simply adding IBus ...
9 years, 7 months ago (2011-05-20 22:18:13 UTC) #3
oshima
On Fri, May 20, 2011 at 3:18 PM, <hashimoto@chromium.org> wrote: > > http://codereview.chromium.org/7004029/diff/1/build/common.gypi > File ...
9 years, 7 months ago (2011-05-20 23:05:15 UTC) #4
hashimoto
As you say, it causes problem outside chroot. Keeping touchui==1 seems good.
9 years, 7 months ago (2011-05-20 23:19:47 UTC) #5
oshima
http://codereview.chromium.org/7004029/diff/3005/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/7004029/diff/3005/build/common.gypi#newcode567 build/common.gypi:567: # Set 1 to enable ibus support. Set use_ibus ...
9 years, 7 months ago (2011-05-22 01:18:56 UTC) #6
hashimoto
Sorry for my carelessness. I fixed these problems and checked that the builds for "touchui=1" ...
9 years, 7 months ago (2011-05-23 07:34:24 UTC) #7
hashimoto
Inserted one single space between "if" and "{"
9 years, 7 months ago (2011-05-23 17:43:11 UTC) #8
oshima
9 years, 7 months ago (2011-05-23 20:27:19 UTC) #9
LGTM with nits

http://codereview.chromium.org/7004029/diff/15001/views/widget/native_widget_...
File views/widget/native_widget_gtk.cc (right):

http://codereview.chromium.org/7004029/diff/15001/views/widget/native_widget_...
views/widget/native_widget_gtk.cc:631: }
nit: nuke {}

Powered by Google App Engine
This is Rietveld 408576698