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

Issue 305533002: Adds IME switching private APIs. (Closed)

Created:
6 years, 7 months ago by Shu Chen
Modified:
6 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, asvitkine+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, jar (doing other things), davemoore+watch_chromium.org, nkostylev+watch_chromium.org, bshe, kevers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adds IME switching private APIs. BUG=372291 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276570

Patch Set 1 #

Patch Set 2 : rebased. #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 15

Patch Set 5 : #

Total comments: 5

Patch Set 6 : #

Patch Set 7 : rebased. #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -101 lines) Patch
M chrome/browser/chromeos/extensions/input_method_api.h View 1 2 3 4 5 1 chunk +29 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.cc View 1 2 3 4 5 3 chunks +45 lines, -27 lines 0 comments Download
M chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc View 1 2 3 chunks +6 lines, -30 lines 0 comments Download
M chrome/common/extensions/api/input_method_private.json View 1 2 3 4 5 2 chunks +45 lines, -4 lines 0 comments Download
M chrome/test/data/extensions/api_test/input_method/background.js View 1 2 3 4 1 chunk +57 lines, -26 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (0 generated)
Shu Chen
Can you please review this cl? isherman@ for approval of histogram changes. kalman@ for private ...
6 years, 6 months ago (2014-06-06 15:17:56 UTC) #1
not at google - send to devlin
you should try to get somebody more familiar with IME to review this as well. ...
6 years, 6 months ago (2014-06-06 16:36:04 UTC) #2
not at google - send to devlin
https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode118 chrome/browser/chromeos/extensions/input_method_api.cc:118: registry->RegisterFunction<StartImeFunction>(); On 2014/06/06 16:36:04, kalman wrote: > you shouldn't ...
6 years, 6 months ago (2014-06-06 16:38:11 UTC) #3
Ilya Sherman
histograms change lgtm
6 years, 6 months ago (2014-06-06 18:01:28 UTC) #4
Shu Chen
+nona@ for reviewing input method related stuff. Thanks, Shu https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode34 chrome/browser/chromeos/extensions/input_method_api.cc:34: ...
6 years, 6 months ago (2014-06-07 05:31:09 UTC) #5
Shu Chen
cc'ed bshe@/kevers@ who will use these APIs in virtual keyboard.
6 years, 6 months ago (2014-06-07 06:31:18 UTC) #6
not at google - send to devlin
lgtm https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode80 chrome/browser/chromeos/extensions/input_method_api.cc:80: output->Append(val); On 2014/06/07 05:31:09, Shu Chen wrote: > ...
6 years, 6 months ago (2014-06-10 19:48:27 UTC) #7
Shu Chen
On 2014/06/10 19:48:27, kalman wrote: > lgtm > > https://codereview.chromium.org/305533002/diff/50001/chrome/browser/chromeos/extensions/input_method_api.cc > File chrome/browser/chromeos/extensions/input_method_api.cc (right): > ...
6 years, 6 months ago (2014-06-11 01:21:55 UTC) #8
Seigo Nonaka
https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode87 chrome/browser/chromeos/extensions/input_method_api.cc:87: ExtensionFunction::ResponseAction StartImeFunction::Run() { I guess this function is no ...
6 years, 6 months ago (2014-06-11 03:18:04 UTC) #9
Shu Chen
https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode87 chrome/browser/chromeos/extensions/input_method_api.cc:87: ExtensionFunction::ResponseAction StartImeFunction::Run() { On 2014/06/11 03:18:04, Seigo Nonaka wrote: ...
6 years, 6 months ago (2014-06-11 03:31:15 UTC) #10
Seigo Nonaka
lgtm https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc File chrome/browser/chromeos/extensions/input_method_api.cc (right): https://codereview.chromium.org/305533002/diff/70001/chrome/browser/chromeos/extensions/input_method_api.cc#newcode89 chrome/browser/chromeos/extensions/input_method_api.cc:89: EXTENSION_FUNCTION_VALIDATE(false); Oh, I didn't know NOTREACHED does not ...
6 years, 6 months ago (2014-06-11 05:53:36 UTC) #11
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 6 months ago (2014-06-11 06:00:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/305533002/90001
6 years, 6 months ago (2014-06-11 06:03:24 UTC) #13
Shu Chen
The CQ bit was unchecked by shuchen@chromium.org
6 years, 6 months ago (2014-06-11 07:37:16 UTC) #14
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 6 months ago (2014-06-11 07:37:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/305533002/110001
6 years, 6 months ago (2014-06-11 07:38:54 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 13:42:04 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 17:21:41 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/25874)
6 years, 6 months ago (2014-06-11 17:21:42 UTC) #19
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 6 months ago (2014-06-11 17:31:34 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/305533002/110001
6 years, 6 months ago (2014-06-11 17:35:13 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-11 20:30:44 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 20:52:34 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/26075)
6 years, 6 months ago (2014-06-11 20:52:35 UTC) #24
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 6 months ago (2014-06-11 23:27:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/305533002/110001
6 years, 6 months ago (2014-06-11 23:27:46 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 00:19:46 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 00:22:49 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/26354)
6 years, 6 months ago (2014-06-12 00:22:52 UTC) #29
Shu Chen
The CQ bit was checked by shuchen@chromium.org
6 years, 6 months ago (2014-06-12 01:30:52 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shuchen@chromium.org/305533002/130001
6 years, 6 months ago (2014-06-12 01:32:23 UTC) #31
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 07:48:39 UTC) #32
Message was sent while issue was closed.
Change committed as 276570

Powered by Google App Engine
This is Rietveld 408576698