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

Issue 2208473007: Rework quick unlock settings to follow new specs. (Closed)

Created:
4 years, 4 months ago by jdufault
Modified:
4 years, 4 months ago
Reviewers:
tommycli
CC:
chromium-reviews, Dirk Pranke, vabr+watchlistpasswordmanager_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, stevenjb+watch-md-settings_chromium.org, gcasto+watchlist_chromium.org, jlklein+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rework quick unlock settings to follow new specs. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/631c74536738819ce38adb964bb86a1361d753ae Cr-Commit-Position: refs/heads/master@{#411142}

Patch Set 1 : Initial upload #

Total comments: 49

Patch Set 2 : Comments and decrease git similarity value #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Nit #

Patch Set 5 : Rebase #

Patch Set 6 : Rebase #

Patch Set 7 : Fix closure (bad merge) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+619 lines, -921 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +34 lines, -34 lines 0 comments Download
M chrome/browser/resources/settings/people_page/compiled_resources2.gyp View 1 2 3 4 5 6 3 chunks +17 lines, -16 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_screen.html View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_screen.js View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_state_behavior.html View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/lock_state_behavior.js View 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/people_page/password_prompt_dialog.html View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/password_prompt_dialog.js View 1 2 3 4 5 chunks +58 lines, -42 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 4 5 4 chunks +28 lines, -35 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.js View 1 2 3 4 3 chunks +17 lines, -2 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_authenticate.html View 1 chunk +0 lines, -54 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_authenticate.js View 1 2 3 4 1 chunk +0 lines, -155 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_choose_method.html View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.html View 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.js View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_setup_pin.html View 1 chunk +0 lines, -78 lines 0 comments Download
D chrome/browser/resources/settings/people_page/quick_unlock_setup_pin.js View 1 2 3 4 1 chunk +0 lines, -291 lines 0 comments Download
A chrome/browser/resources/settings/people_page/setup_pin_dialog.html View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/people_page/setup_pin_dialog.js View 1 2 3 4 10 chunks +31 lines, -62 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 1 2 3 4 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 1 chunk +21 lines, -21 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 2 chunks +27 lines, -31 lines 0 comments Download

Messages

Total messages: 50 (34 generated)
jdufault
Tommy, PTAL. Sorry about the big patch set size; I think most of it is ...
4 years, 4 months ago (2016-08-04 19:00:04 UTC) #11
tommycli
overall seems to be a good improvement. i left comments below https://codereview.chromium.org/2208473007/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): ...
4 years, 4 months ago (2016-08-05 17:46:20 UTC) #14
jdufault
https://codereview.chromium.org/2208473007/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2208473007/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode20 chrome/browser/resources/settings/people_page/lock_screen.html:20: text-transform: none; On 2016/08/05 17:46:18, tommycli wrote: > What ...
4 years, 4 months ago (2016-08-05 20:59:52 UTC) #20
tommycli
lgtm sans nit below https://codereview.chromium.org/2208473007/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2208473007/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode48 chrome/browser/resources/settings/people_page/lock_screen.html:48: <settings-password-prompt-dialog id="passwordPrompt" On 2016/08/05 20:59:51, ...
4 years, 4 months ago (2016-08-09 16:15:36 UTC) #23
jdufault
https://codereview.chromium.org/2208473007/diff/80001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2208473007/diff/80001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode87 chrome/browser/resources/settings/people_page/lock_screen.js:87: !this.setModes_) { On 2016/08/09 16:15:36, tommycli wrote: > nit: ...
4 years, 4 months ago (2016-08-09 23:58:18 UTC) #24
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/2208473007/100001
4 years, 4 months ago (2016-08-09 23:59:16 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/109653) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, ...
4 years, 4 months ago (2016-08-10 00:03:39 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/2208473007/120001
4 years, 4 months ago (2016-08-10 00:48:56 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/49087) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 4 months ago (2016-08-10 00:52:46 UTC) #34
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/2208473007/140001
4 years, 4 months ago (2016-08-10 17:51:00 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compilation/builds/1776)
4 years, 4 months ago (2016-08-10 18:01:04 UTC) #39
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/2208473007/160001
4 years, 4 months ago (2016-08-10 18:16:14 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/259435)
4 years, 4 months ago (2016-08-10 19:29:12 UTC) #44
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/2208473007/160001
4 years, 4 months ago (2016-08-10 20:04:49 UTC) #46
commit-bot: I haz the power
Committed patchset #7 (id:160001)
4 years, 4 months ago (2016-08-10 21:04:00 UTC) #48
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 21:05:33 UTC) #50
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/631c74536738819ce38adb964bb86a1361d753ae
Cr-Commit-Position: refs/heads/master@{#411142}

Powered by Google App Engine
This is Rietveld 408576698