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

Issue 2131823004: Dialog message saying PIN is incorrect positioned correctly. (Closed)

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

Description

Dialog message saying PIN is incorrect positioned correctly. BUG=624517 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/7dd2784b02179f0a801b5d3d8f504233cb38449e Cr-Commit-Position: refs/heads/master@{#404846}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixed patch set 2 errors. #

Total comments: 2

Patch Set 3 : Rebased. #

Patch Set 4 : Fixed patch set 3 errors. #

Total comments: 14

Patch Set 5 : Fixed patch set 4 errors. #

Total comments: 6

Patch Set 6 : Fixed patch set 5 errors. #

Total comments: 2

Patch Set 7 : Addressed comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -19 lines) Patch
M chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js View 1 2 4 1 chunk +16 lines, -0 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 7 chunks +12 lines, -18 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
sammiequon
jdufault@ - Please take a look.
4 years, 5 months ago (2016-07-08 19:59:44 UTC) #4
jdufault
Did you test this when the PIN keyboard times out from say, too many attempts? ...
4 years, 5 months ago (2016-07-08 21:04:10 UTC) #5
sammiequon
https://codereview.chromium.org/2131823004/diff/1/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/1/ui/login/account_picker/user_pod_row.js#newcode705 ui/login/account_picker/user_pod_row.js:705: pinKeyboardShown_: false, On 2016/07/08 21:04:09, jdufault wrote: > Add ...
4 years, 5 months ago (2016-07-11 17:35:35 UTC) #7
jdufault
https://codereview.chromium.org/2131823004/diff/1/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/1/ui/login/account_picker/user_pod_row.js#newcode1811 ui/login/account_picker/user_pod_row.js:1811: this.parentNode.setActivatedPod(this); On 2016/07/11 17:35:35, sammiequon wrote: > On 2016/07/08 ...
4 years, 5 months ago (2016-07-11 18:19:54 UTC) #8
sammiequon
https://codereview.chromium.org/2131823004/diff/20001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/20001/ui/login/account_picker/user_pod_row.js#newcode1352 ui/login/account_picker/user_pod_row.js:1352: if (this.passwordElement.value) On 2016/07/11 18:19:54, jdufault wrote: > Add ...
4 years, 5 months ago (2016-07-11 22:16:25 UTC) #9
jdufault
https://codereview.chromium.org/2131823004/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/2131823004/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode84 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:84: * Fires an update event with the current PIN ...
4 years, 5 months ago (2016-07-11 22:35:08 UTC) #10
sammiequon
https://codereview.chromium.org/2131823004/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/2131823004/diff/60001/chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js#newcode84 chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.js:84: * Fires an update event with the current PIN ...
4 years, 5 months ago (2016-07-11 23:13:24 UTC) #11
jdufault
https://codereview.chromium.org/2131823004/diff/60001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/60001/ui/login/account_picker/user_pod_row.js#newcode1419 ui/login/account_picker/user_pod_row.js:1419: this.pinKeyboard.clear(); On 2016/07/11 23:13:24, sammiequon wrote: > On 2016/07/11 ...
4 years, 5 months ago (2016-07-11 23:31:41 UTC) #12
sammiequon
https://codereview.chromium.org/2131823004/diff/60001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/60001/ui/login/account_picker/user_pod_row.js#newcode1419 ui/login/account_picker/user_pod_row.js:1419: this.pinKeyboard.clear(); On 2016/07/11 23:31:40, jdufault wrote: > On 2016/07/11 ...
4 years, 5 months ago (2016-07-11 23:54:44 UTC) #13
jdufault
lgtm after comment https://codereview.chromium.org/2131823004/diff/100001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/100001/ui/login/account_picker/user_pod_row.js#newcode1344 ui/login/account_picker/user_pod_row.js:1344: if (!this.passwordElement.value && this.pinKeyboard.inputElement && Move ...
4 years, 5 months ago (2016-07-12 00:16:25 UTC) #14
sammiequon
xiyuan@ - Please take a look. https://codereview.chromium.org/2131823004/diff/100001/ui/login/account_picker/user_pod_row.js File ui/login/account_picker/user_pod_row.js (right): https://codereview.chromium.org/2131823004/diff/100001/ui/login/account_picker/user_pod_row.js#newcode1344 ui/login/account_picker/user_pod_row.js:1344: if (!this.passwordElement.value && ...
4 years, 5 months ago (2016-07-12 16:12:29 UTC) #16
xiyuan
lgtm
4 years, 5 months ago (2016-07-12 16:18:15 UTC) #17
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/2131823004/120001
4 years, 5 months ago (2016-07-12 19:37:49 UTC) #20
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 5 months ago (2016-07-12 22:27:15 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-07-12 22:29:35 UTC) #24
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/7dd2784b02179f0a801b5d3d8f504233cb38449e
Cr-Commit-Position: refs/heads/master@{#404846}

Powered by Google App Engine
This is Rietveld 408576698