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

Issue 2260653002: Pin keyboard works with virtual keyboard. (Closed)

Created:
4 years, 4 months ago by sammiequon
Modified:
4 years, 3 months ago
Reviewers:
jdufault, achuithb
CC:
chromium-reviews, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pin keyboard works with virtual keyboard. The pin keyboard now hides its input element and passes its data to the user pod password element. BUG=632383 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/d1ed179e46f28f6681d91a12635419aa4a9feed3 Cr-Commit-Position: refs/heads/master@{#415155}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Fixed patch set 1 errors. #

Total comments: 16

Patch Set 3 : Fixed patch set 2 errors. #

Total comments: 12

Patch Set 4 : Fixed patch set 3 errors. #

Total comments: 2

Patch Set 5 : Rebased. #

Patch Set 6 : Fixed positioning of pod after tranisitions. #

Patch Set 7 : Fixed closure compilation. #

Total comments: 4

Patch Set 8 : Nit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -66 lines) Patch
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/core_oobe_actor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/login_shared.js View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html View 1 2 3 4 5 4 chunks +15 lines, -13 lines 0 comments Download
M chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js View 1 2 3 4 5 6 4 chunks +39 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M ui/login/account_picker/screen_account_picker.js View 1 2 3 4 5 2 chunks +27 lines, -10 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 7 8 chunks +47 lines, -11 lines 0 comments Download
M ui/login/account_picker/user_pod_template.html View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/login/display_manager.js View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (19 generated)
sammiequon
On 2016/08/18 22:27:18, sammiequon wrote: > mailto:sammiequon@chromium.org changed reviewers: > + mailto:jdufault@chromium.org jdufault@ - Please ...
4 years, 4 months ago (2016-08-18 22:27:34 UTC) #5
jdufault
I'll take a closer look later. https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js (right): https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode78 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:78: this.value = newValue; ...
4 years, 4 months ago (2016-08-19 01:06:47 UTC) #6
jdufault
https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html (right): https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html#newcode166 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html:166: <div class="row keyboard"> Can the on-keypress and on-keydown events ...
4 years, 4 months ago (2016-08-19 17:28:18 UTC) #7
sammiequon
https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html (right): https://codereview.chromium.org/2260653002/diff/20001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html#newcode166 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html:166: <div class="row keyboard"> On 2016/08/19 17:28:18, jdufault wrote: > ...
4 years, 4 months ago (2016-08-23 17:28:12 UTC) #8
jdufault
https://codereview.chromium.org/2260653002/diff/40001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js (right): https://codereview.chromium.org/2260653002/diff/40001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode74 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:74: showInput_: function(show) { Use a property binding https://codereview.chromium.org/2260653002/diff/40001/chrome/browser/resources/settings/people_page/setup_pin_dialog.html File ...
4 years, 4 months ago (2016-08-24 01:35:11 UTC) #9
sammiequon
https://codereview.chromium.org/2260653002/diff/40001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js (right): https://codereview.chromium.org/2260653002/diff/40001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode74 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:74: showInput_: function(show) { On 2016/08/24 01:35:10, jdufault wrote: > ...
4 years, 3 months ago (2016-08-25 18:12:34 UTC) #10
jdufault
https://codereview.chromium.org/2260653002/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js (right): https://codereview.chromium.org/2260653002/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode45 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:45: showInput: { I think the default should be showing ...
4 years, 3 months ago (2016-08-25 18:35:09 UTC) #11
sammiequon
https://codereview.chromium.org/2260653002/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js (right): https://codereview.chromium.org/2260653002/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode45 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:45: showInput: { On 2016/08/25 18:35:08, jdufault wrote: > I ...
4 years, 3 months ago (2016-08-25 23:29:40 UTC) #12
jdufault
lgtm https://codereview.chromium.org/2260653002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2260653002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode212 ui/login/account_picker/screen_account_picker.js:212: false); On 2016/08/25 23:29:40, sammiequon wrote: > On ...
4 years, 3 months ago (2016-08-26 01:12:31 UTC) #13
sammiequon
achuithb@ - Please take a look. Thanks! https://codereview.chromium.org/2260653002/diff/60001/ui/login/account_picker/screen_account_picker.js File ui/login/account_picker/screen_account_picker.js (right): https://codereview.chromium.org/2260653002/diff/60001/ui/login/account_picker/screen_account_picker.js#newcode212 ui/login/account_picker/screen_account_picker.js:212: false); On ...
4 years, 3 months ago (2016-08-29 22:00:21 UTC) #17
achuithb
rubberstamp lgtm
4 years, 3 months ago (2016-08-29 22:09:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2260653002/160001
4 years, 3 months ago (2016-08-29 22:47:16 UTC) #23
jdufault
https://codereview.chromium.org/2260653002/diff/180001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html (right): https://codereview.chromium.org/2260653002/diff/180001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html#newcode184 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html:184: <paper-button class="digit-button center-button" on-tap="onNumberTap_" Are these accidental rebase changes? ...
4 years, 3 months ago (2016-08-29 23:58:38 UTC) #27
sammiequon
https://codereview.chromium.org/2260653002/diff/180001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html File chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html (right): https://codereview.chromium.org/2260653002/diff/180001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html#newcode184 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html:184: <paper-button class="digit-button center-button" on-tap="onNumberTap_" On 2016/08/29 23:58:38, jdufault wrote: ...
4 years, 3 months ago (2016-08-30 01:24:56 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2260653002/200001
4 years, 3 months ago (2016-08-30 01:51:26 UTC) #32
commit-bot: I haz the power
Committed patchset #8 (id:200001)
4 years, 3 months ago (2016-08-30 05:27:46 UTC) #34
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 05:31:21 UTC) #36
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/d1ed179e46f28f6681d91a12635419aa4a9feed3
Cr-Commit-Position: refs/heads/master@{#415155}

Powered by Google App Engine
This is Rietveld 408576698