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

Issue 162973002: [IME] Releases key events to default handler if no handler in the active IME extension. (Closed)

Created:
6 years, 10 months ago by Shu Chen
Modified:
6 years, 10 months ago
Reviewers:
Hiro Komatsu
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Seigo Nonaka, Yuki
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[IME] Releases key events to Chromium's default behavior if no handler defined in the active IME extension. BUG=337082 TEST=Locally verified in sandbox. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251320

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 2 3 4 2 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Shu Chen
Hiro, can you please review this cl? Thanks, Shu
6 years, 10 months ago (2014-02-13 07:21:19 UTC) #1
Hiro Komatsu
Please describe whose handler is mentioned in the description just in case. I guess it's ...
6 years, 10 months ago (2014-02-13 09:39:50 UTC) #2
Shu Chen
On 2014/02/13 09:39:50, Hiro Komatsu wrote: > Please describe whose handler is mentioned in the ...
6 years, 10 months ago (2014-02-13 13:13:28 UTC) #3
Shu Chen
https://codereview.chromium.org/162973002/diff/30001/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/162973002/diff/30001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode167 chrome/browser/extensions/api/input_ime/input_ime_api.cc:167: if (!extensions::ExtensionSystem::Get(profile_) On 2014/02/13 09:39:50, Hiro Komatsu wrote: > ...
6 years, 10 months ago (2014-02-13 13:13:41 UTC) #4
Hiro Komatsu
https://codereview.chromium.org/162973002/diff/30001/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/162973002/diff/30001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode171 chrome/browser/extensions/api/input_ime/input_ime_api.cc:171: InputMethodEngineInterface* engine = On 2014/02/13 13:13:41, Shu Chen wrote: ...
6 years, 10 months ago (2014-02-14 05:04:06 UTC) #5
Shu Chen
On 2014/02/14 05:04:06, Hiro Komatsu wrote: > https://codereview.chromium.org/162973002/diff/30001/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/162973002/diff/30001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode171 ...
6 years, 10 months ago (2014-02-14 05:27:11 UTC) #6
Hiro Komatsu
lgtm lgtm assuming you will add the 'const' keyword. https://codereview.chromium.org/162973002/diff/160001/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/162973002/diff/160001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode170 chrome/browser/extensions/api/input_ime/input_ime_api.cc:170: ...
6 years, 10 months ago (2014-02-14 05:32:14 UTC) #7
Shu Chen
https://codereview.chromium.org/162973002/diff/160001/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/162973002/diff/160001/chrome/browser/extensions/api/input_ime/input_ime_api.cc#newcode170 chrome/browser/extensions/api/input_ime/input_ime_api.cc:170: std::string request_id = ime_event_router->AddRequest(engine_id, key_data); On 2014/02/14 05:32:15, Hiro ...
6 years, 10 months ago (2014-02-14 05:41:56 UTC) #8
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 10 months ago (2014-02-14 05:42:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/162973002/190001
6 years, 10 months ago (2014-02-14 05:43:14 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-02-14 15:02:59 UTC) #11
Message was sent while issue was closed.
Change committed as 251320

Powered by Google App Engine
This is Rietveld 408576698