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

Issue 47553010: Set focused TextInputType to the Ime extension (Closed)

Created:
7 years, 1 month ago by yoichio
Modified:
7 years, 1 month ago
CC:
chromium-reviews, extensions-reviews_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Set focused TextInputType to the Ime extension. Input elements typed "text", "search", "tel", "url", "email"  and "number" are text input field: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-type context.type should represent those types. BUG=311514 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233521

Patch Set 1 #

Total comments: 4

Patch Set 2 : delete password enum #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -5 lines) Patch
M chrome/browser/chromeos/input_method/input_method_engine_ibus.cc View 1 1 chunk +20 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_engine_ibus_browserttests.cc View 1 2 chunks +45 lines, -1 line 0 comments Download
M chrome/common/extensions/api/input_ime.json View 1 1 chunk +1 line, -1 line 4 comments Download
M chrome/test/data/extensions/input_ime/main.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
yoichio
Could you take a look?
7 years, 1 month ago (2013-10-30 03:47:09 UTC) #1
Seigo Nonaka
lgtm with nit. https://codereview.chromium.org/47553010/diff/1/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc File chrome/browser/chromeos/input_method/input_method_engine_ibus.cc (right): https://codereview.chromium.org/47553010/diff/1/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc#newcode420 chrome/browser/chromeos/input_method/input_method_engine_ibus.cc:420: case ibus::TEXT_INPUT_TYPE_SEARCH: nit: need two-space indent. ...
7 years, 1 month ago (2013-10-30 04:00:00 UTC) #2
yoichio
https://codereview.chromium.org/47553010/diff/1/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc File chrome/browser/chromeos/input_method/input_method_engine_ibus.cc (right): https://codereview.chromium.org/47553010/diff/1/chrome/browser/chromeos/input_method/input_method_engine_ibus.cc#newcode420 chrome/browser/chromeos/input_method/input_method_engine_ibus.cc:420: case ibus::TEXT_INPUT_TYPE_SEARCH: On 2013/10/30 04:00:00, Seigo Nonaka wrote: > ...
7 years, 1 month ago (2013-10-30 05:32:22 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-10-30 07:21:19 UTC) #4
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=33352
7 years, 1 month ago (2013-10-30 07:34:42 UTC) #5
yoichio
Add kalman@ as an OWNER for chrome/common/extensions/api/input_ime.json. The change to the file is to modify ...
7 years, 1 month ago (2013-10-30 07:41:26 UTC) #6
not at google - send to devlin
https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json File chrome/common/extensions/api/input_ime.json (right): https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json#newcode32 chrome/common/extensions/api/input_ime.json:32: "type": {"type": "string", "description": "Type of value this text ...
7 years, 1 month ago (2013-10-30 13:58:31 UTC) #7
yoichio
On 2013/10/30 13:58:31, kalman wrote: > https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json > File chrome/common/extensions/api/input_ime.json (right): > > https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json#newcode32 > ...
7 years, 1 month ago (2013-10-31 01:31:52 UTC) #8
not at google - send to devlin
https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json File chrome/common/extensions/api/input_ime.json (right): https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json#newcode32 chrome/common/extensions/api/input_ime.json:32: "type": {"type": "string", "description": "Type of value this text ...
7 years, 1 month ago (2013-10-31 02:40:30 UTC) #9
yoichio
https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json File chrome/common/extensions/api/input_ime.json (right): https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json#newcode32 chrome/common/extensions/api/input_ime.json:32: "type": {"type": "string", "description": "Type of value this text ...
7 years, 1 month ago (2013-10-31 03:05:40 UTC) #10
not at google - send to devlin
lgtm https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json File chrome/common/extensions/api/input_ime.json (right): https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json#newcode32 chrome/common/extensions/api/input_ime.json:32: "type": {"type": "string", "description": "Type of value this ...
7 years, 1 month ago (2013-10-31 14:59:58 UTC) #11
yoichio
On 2013/10/31 14:59:58, kalman wrote: > lgtm > > https://codereview.chromium.org/47553010/diff/110001/chrome/common/extensions/api/input_ime.json > File chrome/common/extensions/api/input_ime.json (right): > ...
7 years, 1 month ago (2013-10-31 21:50:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-10-31 23:26:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-11-06 02:18:32 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=220326
7 years, 1 month ago (2013-11-06 04:49:03 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-11-06 11:42:09 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=94834
7 years, 1 month ago (2013-11-06 15:13:02 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-11-07 02:42:46 UTC) #18
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 1 month ago (2013-11-07 06:37:31 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoichio@chromium.org/47553010/110001
7 years, 1 month ago (2013-11-07 06:57:07 UTC) #20
commit-bot: I haz the power
7 years, 1 month ago (2013-11-07 07:03:53 UTC) #21
Message was sent while issue was closed.
Change committed as 233521

Powered by Google App Engine
This is Rietveld 408576698