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

Issue 2893053002: md-settings: wrap lock screen dialogs in dom-if. (Closed)

Created:
3 years, 7 months ago by sammiequon
Modified:
3 years, 6 months ago
Reviewers:
stevenjb, dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, Dan Beam, gcasto+watchlist_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

md-settings: wrap lock screen dialogs in dom-if. Also had to modify some tests. This also fixes issue where lock screen page flickers when pressing back button on people page, after canceling a password authentication. TEST=manual, browser_test --gtest_filter="CrSettingsPeoplePageLockScreenTest.*:CrSettingsPeoplePageSetupPinDialogTest.*:CrSettingsFingerprintListTest.*" BUG=723092, 728394 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2893053002 Cr-Commit-Position: refs/heads/master@{#476554} Committed: https://chromium.googlesource.com/chromium/src/+/54d7eb0b3a09f39e9db65452d72209bee09fd006

Patch Set 1 #

Total comments: 13

Patch Set 2 : Fixed patch set 1 errors. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -89 lines) Patch
M chrome/browser/resources/chromeos/quick_unlock/pin_keyboard.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/fingerprint_list.html View 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/people_page/fingerprint_list.js View 1 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.html View 1 1 chunk +10 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.js View 1 5 chunks +27 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/people_page/password_prompt_dialog.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/password_prompt_dialog.js View 1 chunk +2 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/resources/settings/people_page/setup_pin_dialog.html View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/people_page/setup_pin_dialog.js View 1 3 chunks +3 lines, -7 lines 0 comments Download
M chrome/test/data/webui/settings/fingerprint_browsertest_chromeos.js View 8 chunks +20 lines, -18 lines 0 comments Download
M chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js View 4 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 34 (21 generated)
sammiequon
stevenjb@ - Please take a look. Thanks!
3 years, 6 months ago (2017-06-01 16:23:56 UTC) #13
stevenjb
+dpapad@ who is the authority on cr-dialog https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode155 chrome/browser/resources/settings/people_page/fingerprint_list.js:155: this.onSetupFingerprintDialogClose_.bind(this)); Instead ...
3 years, 6 months ago (2017-06-01 17:28:24 UTC) #15
dpapad
https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode155 chrome/browser/resources/settings/people_page/fingerprint_list.js:155: this.onSetupFingerprintDialogClose_.bind(this)); On 2017/06/01 at 17:28:24, stevenjb wrote: > Instead ...
3 years, 6 months ago (2017-06-01 17:48:44 UTC) #16
sammiequon
https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js File chrome/browser/resources/settings/people_page/fingerprint_list.js (right): https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/fingerprint_list.js#newcode155 chrome/browser/resources/settings/people_page/fingerprint_list.js:155: this.onSetupFingerprintDialogClose_.bind(this)); On 2017/06/01 17:48:44, dpapad wrote: > On 2017/06/01 ...
3 years, 6 months ago (2017-06-01 20:21:10 UTC) #18
dpapad
+dbeam FYI (see autofocus comment below). https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js File chrome/browser/resources/settings/people_page/password_prompt_dialog.js (right): https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js#newcode103 chrome/browser/resources/settings/people_page/password_prompt_dialog.js:103: this.$.passwordInput.focus(); > I ...
3 years, 6 months ago (2017-06-01 21:44:53 UTC) #19
dpapad
LGTM
3 years, 6 months ago (2017-06-01 21:45:05 UTC) #20
stevenjb
lgtm
3 years, 6 months ago (2017-06-01 21:49:09 UTC) #21
sammiequon
Thanks!
3 years, 6 months ago (2017-06-01 21:58:21 UTC) #22
sammiequon
https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js File chrome/browser/resources/settings/people_page/password_prompt_dialog.js (right): https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js#newcode103 chrome/browser/resources/settings/people_page/password_prompt_dialog.js:103: this.$.passwordInput.focus(); On 2017/06/01 21:44:53, dpapad wrote: > > I ...
3 years, 6 months ago (2017-06-01 22:02:33 UTC) #23
dpapad
On 2017/06/01 at 22:02:33, sammiequon wrote: > https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js > File chrome/browser/resources/settings/people_page/password_prompt_dialog.js (right): > > https://codereview.chromium.org/2893053002/diff/20001/chrome/browser/resources/settings/people_page/password_prompt_dialog.js#newcode103 ...
3 years, 6 months ago (2017-06-01 22:25:24 UTC) #24
sammiequon
On 2017/06/01 22:25:24, dpapad wrote: > On 2017/06/01 at 22:02:33, sammiequon wrote: > > > ...
3 years, 6 months ago (2017-06-01 22:44:37 UTC) #25
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/2893053002/60001
3 years, 6 months ago (2017-06-02 02:19:48 UTC) #31
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 03:46:12 UTC) #34
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/54d7eb0b3a09f39e9db65452d722...

Powered by Google App Engine
This is Rietveld 408576698