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

Issue 6709023: Move some common ime code to ui/base/ (Closed)

Created:
9 years, 9 months ago by James Su
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Move chrome/browser/ime_input.* to ui/base/win/ Move ExtractCompositionInfo method in chrome/browser/renderer_host/gtk_im_context_wrapper.cc to ui/base/gtk/gtk_im_context_util.cc BUG=75003 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79214

Patch Set 1 #

Patch Set 2 : Move more code to ui/base. #

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Patch Set 5 : Remove unnecessary code. #

Patch Set 6 : Fix a small bug in ime_input. #

Patch Set 7 : Move some common code into ui/base/win/ime_input.cc #

Patch Set 8 : Use shorter method name. #

Patch Set 9 : Add selection range support. #

Patch Set 10 : Rebase. #

Patch Set 11 : Rename ui::Composition to ui::CompositionText. #

Patch Set 12 : Always put the composition cursor to the selection end. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+522 lines, -418 lines) Patch
M chrome/browser/renderer_host/gtk_im_context_wrapper.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -28 lines 0 comments Download
M chrome/browser/renderer_host/gtk_im_context_wrapper.cc View 1 2 3 4 5 6 7 8 9 10 10 chunks +44 lines, -121 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +32 lines, -102 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -6 lines 0 comments Download
A ui/base/gtk/gtk_im_context_util.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +24 lines, -0 lines 0 comments Download
A ui/base/gtk/gtk_im_context_util.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +114 lines, -0 lines 0 comments Download
A + ui/base/gtk/gtk_im_context_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +18 lines, -22 lines 0 comments Download
A + ui/base/ime/composition_text.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -7 lines 0 comments Download
A + ui/base/ime/composition_text.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
A + ui/base/win/ime_input.h View 1 2 3 4 5 6 7 8 9 10 11 chunks +43 lines, -42 lines 0 comments Download
A + ui/base/win/ime_input.cc View 1 2 3 4 5 6 7 8 9 10 12 chunks +216 lines, -78 lines 0 comments Download
M ui/ui_base.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -2 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
James Su
Hi, It's the fourth CL of the new Views input method API. It depends on ...
9 years, 9 months ago (2011-03-18 07:25:10 UTC) #1
James Su
This CL is ready for review.
9 years, 9 months ago (2011-03-18 21:10:24 UTC) #2
Evan Stade
which part did you want me to look at? I know next to nothing about ...
9 years, 9 months ago (2011-03-18 21:15:41 UTC) #3
James Su
On 2011/03/18 21:15:41, Evan Stade wrote: > which part did you want me to look ...
9 years, 9 months ago (2011-03-18 21:25:53 UTC) #4
Peng
gtk_im_context_wrapper.[h,cc] LGTM. And I am not sure if if it is good to put those ...
9 years, 9 months ago (2011-03-21 18:18:14 UTC) #5
James Su
On 2011/03/21 18:18:14, Peng wrote: > gtk_im_context_wrapper.[h,cc] LGTM. > > And I am not sure ...
9 years, 9 months ago (2011-03-21 19:19:26 UTC) #6
Peng
On 2011/03/21 19:19:26, James Su wrote: > On 2011/03/21 18:18:14, Peng wrote: > > gtk_im_context_wrapper.[h,cc] ...
9 years, 9 months ago (2011-03-21 19:36:11 UTC) #7
oshima
Looks OK, but I'm probably less qualified to review this than others, so I'll leave ...
9 years, 9 months ago (2011-03-21 20:41:20 UTC) #8
James Su
Hi Ben, Can you help look at this CL? Mostly, it just moves code around. ...
9 years, 9 months ago (2011-03-23 00:40:40 UTC) #9
sky
9 years, 9 months ago (2011-03-23 22:52:11 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698