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

Issue 10542051: Reduce candidate window flickering. (Closed)

Created:
8 years, 6 months ago by Seigo Nonaka
Modified:
8 years, 6 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org, stevenjb+watch_chromium.org, yusukes+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Reduce candidate window flickering. Candidate window is shown upper side of composition string if there is no space to be shown. However it become too often. According to CL, candidate window can be switched the side to be shown only one time. BUG=129119 TEST=manually done on Alex Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141196

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments #

Patch Set 3 : flicking -> flickering #

Total comments: 2

Patch Set 4 : Leave todo comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M chrome/browser/chromeos/input_method/candidate_window.cc View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/candidate_window_view.h View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Seigo Nonaka
8 years, 6 months ago (2012-06-07 09:48:52 UTC) #1
Hiro Komatsu
http://codereview.chromium.org/10542051/diff/1/chrome/browser/chromeos/input_method/candidate_window.cc File chrome/browser/chromeos/input_method/candidate_window.cc (right): http://codereview.chromium.org/10542051/diff/1/chrome/browser/chromeos/input_method/candidate_window.cc#newcode779 chrome/browser/chromeos/input_method/candidate_window.cc:779: did_window_avoid_display_edge_(false), How about keep_position_ or should_keep_position_?
8 years, 6 months ago (2012-06-08 05:22:42 UTC) #2
Seigo Nonaka
http://codereview.chromium.org/10542051/diff/1/chrome/browser/chromeos/input_method/candidate_window.cc File chrome/browser/chromeos/input_method/candidate_window.cc (right): http://codereview.chromium.org/10542051/diff/1/chrome/browser/chromeos/input_method/candidate_window.cc#newcode779 chrome/browser/chromeos/input_method/candidate_window.cc:779: did_window_avoid_display_edge_(false), position doesn't mean bit clear. changed to |should_show_upper_side_| ...
8 years, 6 months ago (2012-06-08 05:42:14 UTC) #3
Hiro Komatsu
lgtm
8 years, 6 months ago (2012-06-08 05:52:32 UTC) #4
Seigo Nonaka
Thank you for your quick review. +yusukes Could you take a look this CL? Thanks.
8 years, 6 months ago (2012-06-08 05:55:07 UTC) #5
Yusuke Sato
lgtm with nits: I think the first line of the CL description should only explain ...
8 years, 6 months ago (2012-06-08 07:42:26 UTC) #6
Seigo Nonaka
Okay, revised description. http://codereview.chromium.org/10542051/diff/10001/chrome/browser/chromeos/input_method/candidate_window.cc File chrome/browser/chromeos/input_method/candidate_window.cc (right): http://codereview.chromium.org/10542051/diff/10001/chrome/browser/chromeos/input_method/candidate_window.cc#newcode1256 chrome/browser/chromeos/input_method/candidate_window.cc:1256: On 2012/06/08 07:42:26, Yusuke Sato wrote: ...
8 years, 6 months ago (2012-06-08 07:51:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/10542051/11003
8 years, 6 months ago (2012-06-08 09:33:56 UTC) #8
commit-bot: I haz the power
8 years, 6 months ago (2012-06-08 11:28:48 UTC) #9
Change committed as 141196

Powered by Google App Engine
This is Rietveld 408576698