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

Issue 11412268: Add usage display support for Extension IME. (Closed)

Created:
8 years ago by Seigo Nonaka
Modified:
8 years ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, Aaron Boodman, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, yusukes+watch_chromium.org
Visibility:
Public.

Description

Add usage display support for Extension IME. In the case of Japanese, IME shows word usage or its description. This feature is already supported in Chrome OS native ibus IME engines. With this patch, Chrome supports same feature for Extension IME. This change does not affect existing extension implementation in terms of backward compatibility. BUG=158486 TEST=manually done one lumpy. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170670

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -1 line) Patch
M chrome/browser/chromeos/input_method/input_method_engine.h View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_ibus.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_input_module_constants.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_input_module_constants.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/input_ime.json View 1 chunk +10 lines, -1 line 0 comments Download
M chromeos/dbus/ibus/ibus_lookup_table.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Seigo Nonaka
8 years ago (2012-11-30 06:38:26 UTC) #1
Zachary Kuznia
lgtm
8 years ago (2012-11-30 06:47:20 UTC) #2
Seigo Nonaka
Adding mpcomplete@ as the owner of extension api. Could you take a look? Thank you.
8 years ago (2012-11-30 07:01:05 UTC) #3
Matt Perry
lgtm https://codereview.chromium.org/11412268/diff/1/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://codereview.chromium.org/11412268/diff/1/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode685 chrome/browser/extensions/api/input_ime/input_ime_api.cc:685: usage_dict->HasKey(keys::kUsageBodyKey)) { Looking at the json, "title" and ...
8 years ago (2012-11-30 20:38:08 UTC) #4
Seigo Nonaka
Thank you for your review! https://codereview.chromium.org/11412268/diff/1/chrome/browser/extensions/api/input_ime/input_ime_api.cc File chrome/browser/extensions/api/input_ime/input_ime_api.cc (right): https://codereview.chromium.org/11412268/diff/1/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode685 chrome/browser/extensions/api/input_ime/input_ime_api.cc:685: usage_dict->HasKey(keys::kUsageBodyKey)) { On 2012/11/30 ...
8 years ago (2012-12-01 15:31:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nona@chromium.org/11412268/6002
8 years ago (2012-12-01 15:31:31 UTC) #6
commit-bot: I haz the power
8 years ago (2012-12-01 18:10:47 UTC) #7
Message was sent while issue was closed.
Change committed as 170670

Powered by Google App Engine
This is Rietveld 408576698