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

Issue 302293003: MacViews: Extend TextInputClient protocol with support for editing commands. (Closed)

Created:
6 years, 6 months ago by Andre
Modified:
6 years, 6 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, tfarina, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org, mac-views-reviews_chromium.org
Visibility:
Public.

Description

MacViews: Extend TextInputClient protocol with support for editing commands. Extend TextInputClient to support validating and executing editing commands, such as IDS_DELETE_BACKWARD, IDS_MOVE_RIGHT, IDS_APP_PASTE. This will be used for implementing Textfield editing for the Mac port of Views. BUG=374077 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275294

Patch Set 1 #

Total comments: 3

Patch Set 2 : Rebase, fixes for ben #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -0 lines) Patch
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/ime/dummy_text_input_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/base/ime/dummy_text_input_client.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/base/ime/input_method_chromeos_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/base/ime/text_input_client.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ui/views/controls/prefix_selector.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/controls/prefix_selector.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ui/views/controls/textfield/textfield.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/controls/textfield/textfield.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M ui/views/ime/input_method_bridge.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/ime/input_method_bridge.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Andre
6 years, 6 months ago (2014-06-03 01:01:07 UTC) #1
Yuki
lgtm https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h File ui/base/ime/text_input_client.h (right): https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h#newcode170 ui/base/ime/text_input_client.h:170: virtual bool IsEditingCommandEnabled(int command_id) = 0; Do you ...
6 years, 6 months ago (2014-06-03 07:52:11 UTC) #2
Andre
On 2014/06/03 07:52:11, Yuki wrote: > lgtm > > https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h > File ui/base/ime/text_input_client.h (right): > ...
6 years, 6 months ago (2014-06-03 16:03:15 UTC) #3
Andre
Ben, can you review as owner of views and content?
6 years, 6 months ago (2014-06-03 16:04:23 UTC) #4
Ben Goodger (Google)
lgtm but see note below: https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h File ui/base/ime/text_input_client.h (right): https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h#newcode170 ui/base/ime/text_input_client.h:170: virtual bool IsEditingCommandEnabled(int command_id) ...
6 years, 6 months ago (2014-06-05 15:38:20 UTC) #5
Andre
The CQ bit was checked by andresantoso@chromium.org
6 years, 6 months ago (2014-06-05 17:39:12 UTC) #6
Andre
https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h File ui/base/ime/text_input_client.h (right): https://codereview.chromium.org/302293003/diff/1/ui/base/ime/text_input_client.h#newcode170 ui/base/ime/text_input_client.h:170: virtual bool IsEditingCommandEnabled(int command_id) = 0; On 2014/06/05 15:38:20, ...
6 years, 6 months ago (2014-06-05 17:39:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andresantoso@chromium.org/302293003/20001
6 years, 6 months ago (2014-06-05 17:40:22 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-05 21:32:46 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 01:36:51 UTC) #10
Message was sent while issue was closed.
Change committed as 275294

Powered by Google App Engine
This is Rietveld 408576698