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

Issue 2787153002: MD Settings: Move easy unlock from people to lock screen. (Closed)

Created:
3 years, 8 months ago by sammiequon
Modified:
3 years, 8 months ago
Reviewers:
jdufault, stevenjb
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_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, jlklein+watch-closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Move easy unlock from people to lock screen. Move easy unlock from people to lock screen. Also need to hide it from options, once it is moved. BUG=703998 TEST=browser_tests --gtest_filter="SettingsEasyUnlockBrowserTest*" CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2787153002 Cr-Commit-Position: refs/heads/master@{#464172} Committed: https://chromium.googlesource.com/chromium/src/+/598efef49cb88d56172cf5d69f7cccde5cbbc4bb

Patch Set 1 #

Patch Set 2 : Work for options. #

Patch Set 3 : Naming. #

Patch Set 4 : Browser tests. #

Total comments: 6

Patch Set 5 : FIxed patch set 1 errors. #

Patch Set 6 : Added comment. #

Total comments: 2

Patch Set 7 : Comment. #

Total comments: 11

Patch Set 8 : Fixed patch set 7 errors. #

Total comments: 8

Patch Set 9 : Fixed patch set 8 errors. #

Patch Set 10 : Closure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -274 lines) Patch
M chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options/compiled_resources.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options_resources.grd View 1 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/compiled_resources2.gyp View 1 2 3 4 5 6 7 8 9 3 chunks +34 lines, -31 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.html View 1 2 3 4 5 6 7 8 3 chunks +54 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.js View 1 2 3 4 5 6 7 8 9 7 chunks +124 lines, -11 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.html View 1 2 3 4 5 6 7 4 chunks +0 lines, -58 lines 0 comments Download
M chrome/browser/resources/settings/people_page/people_page.js View 1 2 3 4 5 6 7 4 chunks +0 lines, -88 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js View 1 2 3 4 5 6 7 5 chunks +76 lines, -85 lines 0 comments Download

Messages

Total messages: 43 (28 generated)
sammiequon
jdufault@ - Please take a look. Thanks!
3 years, 8 months ago (2017-04-04 19:02:46 UTC) #16
jdufault
lgtm, most of the code was just moved and not changed, right? https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html ...
3 years, 8 months ago (2017-04-06 21:04:45 UTC) #17
sammiequon
Thanks! Just moved, plus a couple tweaks (options, tests) to make things work. https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.html File ...
3 years, 8 months ago (2017-04-06 22:23:51 UTC) #18
jdufault
https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode291 chrome/browser/resources/settings/people_page/lock_screen.js:291: e.preventDefault(); On 2017/04/06 22:23:50, sammiequon wrote: > On 2017/04/06 ...
3 years, 8 months ago (2017-04-06 22:31:45 UTC) #19
sammiequon
stevenjb@ - Please take a look. Thanks! https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2787153002/diff/60001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode291 chrome/browser/resources/settings/people_page/lock_screen.js:291: e.preventDefault(); On ...
3 years, 8 months ago (2017-04-06 23:36:28 UTC) #21
jdufault
https://codereview.chromium.org/2787153002/diff/100001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2787153002/diff/100001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode291 chrome/browser/resources/settings/people_page/lock_screen.js:291: // Prevent the end of the tap event to ...
3 years, 8 months ago (2017-04-06 23:40:45 UTC) #22
sammiequon
https://codereview.chromium.org/2787153002/diff/100001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2787153002/diff/100001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode291 chrome/browser/resources/settings/people_page/lock_screen.js:291: // Prevent the end of the tap event to ...
3 years, 8 months ago (2017-04-06 23:56:15 UTC) #23
stevenjb
https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode27 chrome/browser/resources/settings/people_page/lock_screen.html:27: padding: 11px 0; We try to avoid this sort ...
3 years, 8 months ago (2017-04-07 17:54:19 UTC) #24
sammiequon
https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode27 chrome/browser/resources/settings/people_page/lock_screen.html:27: padding: 11px 0; On 2017/04/07 17:54:18, stevenjb wrote: > ...
3 years, 8 months ago (2017-04-11 00:28:45 UTC) #25
stevenjb
lgtm w/ nits https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2787153002/diff/120001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode27 chrome/browser/resources/settings/people_page/lock_screen.html:27: padding: 11px 0; On 2017/04/11 00:28:44, ...
3 years, 8 months ago (2017-04-11 17:29:38 UTC) #26
sammiequon
Thanks! https://codereview.chromium.org/2787153002/diff/140001/chrome/browser/resources/settings/people_page/lock_screen.html File chrome/browser/resources/settings/people_page/lock_screen.html (right): https://codereview.chromium.org/2787153002/diff/140001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode95 chrome/browser/resources/settings/people_page/lock_screen.html:95: '$i18nPolymer{easyUnlockSetupIntro}')]] On 2017/04/11 17:29:37, stevenjb wrote: > nit: ...
3 years, 8 months ago (2017-04-11 17:57:11 UTC) #27
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/2787153002/160001
3 years, 8 months ago (2017-04-11 21:25:10 UTC) #30
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/7721)
3 years, 8 months ago (2017-04-11 21:51:58 UTC) #32
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/2787153002/180001
3 years, 8 months ago (2017-04-12 20:53:46 UTC) #39
commit-bot: I haz the power
3 years, 8 months ago (2017-04-12 22:22:42 UTC) #43
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/598efef49cb88d56172cf5d69f7c...

Powered by Google App Engine
This is Rietveld 408576698