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

Issue 2722002: Fix a bug that causes input methods not to work in Chrome. (Closed)

Created:
10 years, 6 months ago by satorux1
Modified:
9 years, 7 months ago
Reviewers:
Yusuke Sato
CC:
chromium-os-reviews_chromium.org, Zachary Kuznia
Base URL:
ssh://git@gitrw.chromium.org//cros.git
Visibility:
Public.

Description

Fix a bug that causes input methods to malfunction in Chrome. As described in the comment in the code, we should not close the private connection, as it actually shares the same socket file descriptor with the regular IBus connection. BUG=3683 TEST=manually on the netbook

Patch Set 1 #

Total comments: 2

Patch Set 2 : rework comments #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M chromeos_input_method.cc View 1 2 1 chunk +12 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
10 years, 6 months ago (2010-06-08 12:05:12 UTC) #1
Yusuke Sato
http://codereview.chromium.org/2722002/diff/1/2 File chromeos_input_method.cc (right): http://codereview.chromium.org/2722002/diff/1/2#newcode506 chromeos_input_method.cc:506: // module (im-ibus.so) will be closed, that causes input ...
10 years, 6 months ago (2010-06-08 12:11:23 UTC) #2
Yusuke Sato
LGTM
10 years, 6 months ago (2010-06-08 12:18:12 UTC) #3
satorux1
10 years, 6 months ago (2010-06-08 12:19:27 UTC) #4
http://codereview.chromium.org/2722002/diff/1/2
File chromeos_input_method.cc (right):

http://codereview.chromium.org/2722002/diff/1/2#newcode506
chromeos_input_method.cc:506: // module (im-ibus.so) will be closed, that causes
input methods not
On 2010/06/08 12:11:23, Yusuke Sato wrote:
>  // module (im-ibus.so) and |ibus_| ?
> 

Done.

Powered by Google App Engine
This is Rietveld 408576698