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

Issue 15176004: Web Component Virtual Keyboard (Closed)

Created:
7 years, 7 months ago by bshe
Modified:
7 years, 6 months ago
Reviewers:
miket_OOO, bryeung, sjmiles, SteveT
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Web Component Virtual Keyboard Convert existing keyboard to web component keyboard. Also fix touch down state of keys. BUG=242539, 240346 R=bryeung@chromium.org, miket@chromium.org, stevet@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207448

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 16

Patch Set 4 : reviews #

Total comments: 1

Patch Set 5 : review #

Total comments: 2

Patch Set 6 : #

Total comments: 8

Patch Set 7 : steve's review #

Patch Set 8 : use third_party polymer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+806 lines, -1421 lines) Patch
M chrome/browser/extensions/image_loader.cc View 1 2 3 4 1 chunk +9 lines, -8 lines 0 comments Download
M ui/keyboard/keyboard_resources.grd View 1 2 3 4 5 6 7 1 chunk +14 lines, -11 lines 0 comments Download
M ui/keyboard/keyboard_ui_controller.cc View 1 2 3 1 chunk +13 lines, -11 lines 0 comments Download
D ui/keyboard/resources/common.js View 1 2 3 4 1 chunk +0 lines, -811 lines 0 comments Download
A ui/keyboard/resources/constants.js View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A ui/keyboard/resources/elements/kb-key.html View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A ui/keyboard/resources/elements/kb-keyboard.html View 1 2 3 4 5 6 1 chunk +159 lines, -0 lines 0 comments Download
A ui/keyboard/resources/elements/kb-keyset.html View 1 2 3 1 chunk +28 lines, -0 lines 0 comments Download
A ui/keyboard/resources/elements/kb-row.html View 1 1 chunk +28 lines, -0 lines 0 comments Download
D ui/keyboard/resources/images/ret.svg View 1 2 3 Binary file 0 comments Download
D ui/keyboard/resources/images/shift.svg View 1 2 3 Binary file 0 comments Download
D ui/keyboard/resources/images/shift-down.svg View 1 2 3 Binary file 0 comments Download
D ui/keyboard/resources/images/tab.svg View 1 2 3 Binary file 0 comments Download
M ui/keyboard/resources/index.html View 1 1 chunk +18 lines, -3 lines 0 comments Download
A ui/keyboard/resources/keysets.html View 1 2 3 4 5 6 1 chunk +131 lines, -0 lines 0 comments Download
D ui/keyboard/resources/layout_us.js View 1 chunk +0 lines, -70 lines 0 comments Download
M ui/keyboard/resources/main.css View 1 2 3 4 3 chunks +41 lines, -129 lines 0 comments Download
M ui/keyboard/resources/main.js View 1 2 3 4 5 1 chunk +22 lines, -175 lines 0 comments Download
M ui/keyboard/resources/manifest.json View 1 chunk +2 lines, -1 line 0 comments Download
A + ui/keyboard/resources/polymer.min.js View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A ui/keyboard/resources/voice_input.js View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download
A ui/keyboard/resources/webui/constants.js View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A ui/keyboard/resources/webui/keysets.html View 1 2 3 4 5 6 1 chunk +119 lines, -0 lines 0 comments Download
D ui/keyboard/resources/webui/layout_us.js View 1 1 chunk +0 lines, -64 lines 0 comments Download
M ui/keyboard/resources/webui/main.css View 1 2 3 4 5 1 chunk +44 lines, -137 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
bshe
Hi Bryan. Could you please take a look at this? The web component version should ...
7 years, 7 months ago (2013-05-23 20:28:26 UTC) #1
bryeung
https://codereview.chromium.org/15176004/diff/27001/chrome/browser/extensions/image_loader.cc File chrome/browser/extensions/image_loader.cc (right): https://codereview.chromium.org/15176004/diff/27001/chrome/browser/extensions/image_loader.cc#newcode179 chrome/browser/extensions/image_loader.cc:179: {"keyboard/voice_input.js", IDR_KEYBOARD_VOICE_INPUT_JS}, alphabetical order please... https://codereview.chromium.org/15176004/diff/27001/ui/keyboard/keyboard_resources.grd File ui/keyboard/keyboard_resources.grd (right): ...
7 years, 7 months ago (2013-05-23 21:39:28 UTC) #2
bshe
+sjmiles I could find your chromium account. Anyway, I converted your prototype to this CL. ...
7 years, 7 months ago (2013-05-23 21:46:11 UTC) #3
bshe
PTAL. Thanks! https://codereview.chromium.org/15176004/diff/27001/chrome/browser/extensions/image_loader.cc File chrome/browser/extensions/image_loader.cc (right): https://codereview.chromium.org/15176004/diff/27001/chrome/browser/extensions/image_loader.cc#newcode179 chrome/browser/extensions/image_loader.cc:179: {"keyboard/voice_input.js", IDR_KEYBOARD_VOICE_INPUT_JS}, On 2013/05/23 21:39:28, bryeung wrote: ...
7 years, 7 months ago (2013-05-24 14:43:49 UTC) #4
bryeung
https://codereview.chromium.org/15176004/diff/27001/ui/keyboard/resources/elements/kb-keyboard.html File ui/keyboard/resources/elements/kb-keyboard.html (right): https://codereview.chromium.org/15176004/diff/27001/ui/keyboard/resources/elements/kb-keyboard.html#newcode138 ui/keyboard/resources/elements/kb-keyboard.html:138: this.keyset = to; On 2013/05/24 14:43:50, bshe wrote: > ...
7 years, 7 months ago (2013-05-24 19:33:46 UTC) #5
bshe
Hi Bryan. Could you please take another look? Thanks. https://codereview.chromium.org/15176004/diff/27001/ui/keyboard/resources/elements/kb-keyboard.html File ui/keyboard/resources/elements/kb-keyboard.html (right): https://codereview.chromium.org/15176004/diff/27001/ui/keyboard/resources/elements/kb-keyboard.html#newcode138 ui/keyboard/resources/elements/kb-keyboard.html:138: ...
7 years, 6 months ago (2013-05-29 16:35:01 UTC) #6
bryeung
just one little fix, and then I think this is good to go https://codereview.chromium.org/15176004/diff/54001/ui/keyboard/resources/api_adapter.js File ...
7 years, 6 months ago (2013-05-29 17:16:06 UTC) #7
bshe
Thanks for review. Could you please take another look? https://codereview.chromium.org/15176004/diff/54001/ui/keyboard/resources/api_adapter.js File ui/keyboard/resources/api_adapter.js (right): https://codereview.chromium.org/15176004/diff/54001/ui/keyboard/resources/api_adapter.js#newcode16 ui/keyboard/resources/api_adapter.js:16: ...
7 years, 6 months ago (2013-05-29 18:34:47 UTC) #8
bryeung
lgtm Let's go ahead and lands this: we can iterate with suggestions from the polymer ...
7 years, 6 months ago (2013-05-29 18:36:30 UTC) #9
bshe
sounds good. thanks +miket for owners: chrome/browser/extensions/image_loader.cc
7 years, 6 months ago (2013-05-29 18:38:43 UTC) #10
miket_OOO
> +miket for owners: > chrome/browser/extensions/image_loader.cc LGTM
7 years, 6 months ago (2013-05-29 18:40:10 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bshe@chromium.org/15176004/63001
7 years, 6 months ago (2013-05-29 19:00:52 UTC) #12
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=5699
7 years, 6 months ago (2013-05-29 19:17:25 UTC) #13
SteveT
Random drive-by nit, while this is stalled. https://codereview.chromium.org/15176004/diff/63001/ui/keyboard/resources/webui/keysets.html File ui/keyboard/resources/webui/keysets.html (right): https://codereview.chromium.org/15176004/diff/63001/ui/keyboard/resources/webui/keysets.html#newcode2 ui/keyboard/resources/webui/keysets.html:2: Copyright 2013 ...
7 years, 6 months ago (2013-05-30 14:31:30 UTC) #14
SteveT
Another drive by. https://codereview.chromium.org/15176004/diff/63001/ui/keyboard/resources/keysets.html File ui/keyboard/resources/keysets.html (right): https://codereview.chromium.org/15176004/diff/63001/ui/keyboard/resources/keysets.html#newcode32 ui/keyboard/resources/keysets.html:32: <kb-key class="dark" char=".com">com</kb-key> com -> .com ...
7 years, 6 months ago (2013-05-30 14:46:19 UTC) #15
SteveT
One more thing worth mentioning: I noticed that pressing on the symbol key when it ...
7 years, 6 months ago (2013-05-30 15:27:38 UTC) #16
bshe
Thanks for the drive-ups. Steve. I have fixed them. Once the test framework is ready, ...
7 years, 6 months ago (2013-05-30 16:29:10 UTC) #17
SteveT
Cool - and you're planning on fixing the #123/abc injection issue in a new patch?
7 years, 6 months ago (2013-05-30 17:00:25 UTC) #18
bshe
On 2013/05/30 17:00:25, SteveT wrote: > Cool - and you're planning on fixing the #123/abc ...
7 years, 6 months ago (2013-05-30 17:08:53 UTC) #19
SteveT
Cool. LGTM.
7 years, 6 months ago (2013-05-30 17:42:31 UTC) #20
bshe
7 years, 6 months ago (2013-06-20 16:33:45 UTC) #21
Message was sent while issue was closed.
Committed patchset #8 manually as r207448 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698