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

Issue 68103008: Hide IME autocompletion when Omnibox popup closes. (Closed)

Created:
7 years, 1 month ago by Yuki
Modified:
7 years, 1 month ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina, James Su
Visibility:
Public.

Description

Hide IME autocompletion when Omnibox popup closes. Tgus CL clears the text of the IME inline autocompletion when Omnibox popup gets closed. BUG=310407 TEST=Test manually with --enable-omnibox-auto-completion-for-ime command line flag. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235694

Patch Set 1 #

Patch Set 2 : Synced. #

Patch Set 3 : Clear the IME inline completion in SelectRange(). #

Patch Set 4 : Changed the approach according to pkasting's advice. #

Patch Set 5 : Fixed a unittest and Windows build. #

Patch Set 6 : Synced. #

Total comments: 2

Patch Set 7 : Synced. #

Patch Set 8 : Fixed a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -3 lines) Patch
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_model.cc View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_edit_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 5 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Yuki
Could you review this CL?
7 years, 1 month ago (2013-11-12 09:01:52 UTC) #1
Peter Kasting
This seems like the wrong fix. We shouldn't be needing to treat IME autocompletion specially ...
7 years, 1 month ago (2013-11-12 21:22:02 UTC) #2
Yuki
Thanks for the comment. I agree with you, and updated the code. Since the inline ...
7 years, 1 month ago (2013-11-14 13:44:33 UTC) #3
Peter Kasting
I think this fix still isn't right. I think we actually would be better served ...
7 years, 1 month ago (2013-11-14 21:53:31 UTC) #4
Yuki
Thanks for the thoughtful and detailed comments. Addressed your comments.
7 years, 1 month ago (2013-11-15 06:25:54 UTC) #5
Peter Kasting
LGTM. Can this be tested somehow? It would be nice to have tests to verify ...
7 years, 1 month ago (2013-11-15 23:23:05 UTC) #6
Yuki
> LGTM. Can this be tested somehow? It would be nice to have tests to ...
7 years, 1 month ago (2013-11-18 06:10:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/68103008/440001
7 years, 1 month ago (2013-11-18 06:11:57 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests, chrome_frame_net_tests, chrome_frame_tests, chrome_frame_unittests, content_browsertests, mini_installer_test, ...
7 years, 1 month ago (2013-11-18 08:44:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/68103008/440001
7 years, 1 month ago (2013-11-18 08:50:05 UTC) #10
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 11:05:55 UTC) #11
Message was sent while issue was closed.
Change committed as 235694

Powered by Google App Engine
This is Rietveld 408576698