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

Issue 11093044: Fix omnibox suggestion: restore selection on WM_IME_ENDCOMPOSITION (Closed)

Created:
8 years, 2 months ago by Seigo Nonaka
Modified:
8 years, 2 months ago
CC:
chromium-reviews, tfarina, James Su
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix omnibox suggestion: restore selection on WM_IME_ENDCOMPOSITION BUG=154379 TEST=Manually done one Win XP, Win 7, Win 8 including jp, kr, cn Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161515

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Address comments #

Patch Set 4 : Restore selection #

Total comments: 2

Patch Set 5 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M chrome/browser/ui/views/omnibox/omnibox_view_win.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_win.cc View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Seigo Nonaka
8 years, 2 months ago (2012-10-10 09:28:15 UTC) #1
falken
lgtm http://codereview.chromium.org/11093044/diff/2001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/11093044/diff/2001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode755 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:755: bool prevent_inline_auto_completion = nit: I think this can ...
8 years, 2 months ago (2012-10-10 09:51:33 UTC) #2
Seigo Nonaka
falken: Thank you for your review! http://codereview.chromium.org/11093044/diff/2001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/11093044/diff/2001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode755 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:755: bool prevent_inline_auto_completion = ...
8 years, 2 months ago (2012-10-10 10:18:22 UTC) #3
Yohei Yukawa
lgtm with a nit. http://codereview.chromium.org/11093044/diff/7001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/11093044/diff/7001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode1426 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:1426: in_on_ime_composition_ = true; AutoReset<bool> auto_reset_in_on_ime_composition(&in_on_ime_composition_, ...
8 years, 2 months ago (2012-10-11 01:02:10 UTC) #4
Seigo Nonaka
Yukawa: Thank you for your review. Adding Peter Kasting as a Omnibox experts. Peter: Could ...
8 years, 2 months ago (2012-10-11 02:11:33 UTC) #5
Peter Kasting
Can we just fix the bug? I can help fix if you just figure out ...
8 years, 2 months ago (2012-10-11 05:17:54 UTC) #6
Peter Kasting
Wait, are the comments saying that it's not that we get a message that clears ...
8 years, 2 months ago (2012-10-11 05:26:19 UTC) #7
Seigo Nonaka
>Can we just fix the bug? Actually, we don't have complete fix now, but we ...
8 years, 2 months ago (2012-10-11 06:38:13 UTC) #8
Yohei Yukawa
On 2012/10/11 06:38:13, Seigo Nonaka wrote: > > Wait, are the comments saying that it's ...
8 years, 2 months ago (2012-10-11 15:10:30 UTC) #9
Peter Kasting
The general idea of handling WM_IME_ENDCOMPOSITION like this sounds good to me. I wouldn't comment ...
8 years, 2 months ago (2012-10-11 18:46:20 UTC) #10
Yohei Yukawa
On 2012/10/11 18:46:20, Peter Kasting wrote: > The general idea of handling WM_IME_ENDCOMPOSITION like this ...
8 years, 2 months ago (2012-10-11 22:16:07 UTC) #11
Seigo Nonaka
Update patch set. I confirmed that this patch works fine on Win XP SP3, Win ...
8 years, 2 months ago (2012-10-12 03:22:31 UTC) #12
Peter Kasting
LGTM Once this ships, try to seek out feedback from people using weird non-Microsoft IMEs ...
8 years, 2 months ago (2012-10-12 03:29:46 UTC) #13
Seigo Nonaka
Thank you for your kindly comment! http://codereview.chromium.org/11093044/diff/19001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc File chrome/browser/ui/views/omnibox/omnibox_view_win.cc (right): http://codereview.chromium.org/11093044/diff/19001/chrome/browser/ui/views/omnibox/omnibox_view_win.cc#newcode1424 chrome/browser/ui/views/omnibox/omnibox_view_win.cc:1424: // Unlike RichEdit ...
8 years, 2 months ago (2012-10-12 03:58:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11093044/14004
8 years, 2 months ago (2012-10-12 03:59:00 UTC) #15
commit-bot: I haz the power
8 years, 2 months ago (2012-10-12 06:29:43 UTC) #16
Change committed as 161515

Powered by Google App Engine
This is Rietveld 408576698