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

Issue 2823713002: md settings: Change action link to button on lock screen. (Closed)

Created:
3 years, 8 months ago by sammiequon
Modified:
3 years, 8 months ago
Reviewers:
stevenjb, Dan Beam
CC:
chromium-reviews, dbeam+watch-elements_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, dbeam+watch-settings_chromium.org, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

md settings: Change action link to button on lock screen. Removed the setup pin link and put a button inside the radio button instead to fire up the setup pin dialog. https://screenshot.googleplex.com/Yvp9brRd2wS Upstream paper-radio-button PR: https://github.com/PolymerElements/paper-radio-button/pull/119 TEST=manual BUG=703998 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2823713002 Cr-Commit-Position: refs/heads/master@{#466841} Committed: https://chromium.googlesource.com/chromium/src/+/98593cf1c4918b063b60627f439d8f97cd6489ab

Patch Set 1 #

Total comments: 8

Patch Set 2 : Mixin. #

Total comments: 2

Patch Set 3 : Add patch. #

Total comments: 4

Patch Set 4 : Remove global padding. #

Patch Set 5 : Rebased. #

Patch Set 6 : Update lock screen test. #

Patch Set 7 : Use offset width #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -22 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.html View 1 2 3 chunks +28 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/people_page/lock_screen.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js View 1 2 3 4 5 6 7 chunks +12 lines, -7 lines 0 comments Download
M third_party/polymer/v1_0/chromium.patch View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html View 1 2 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 48 (24 generated)
sammiequon
stevenjb@ - Please take a look. Thanks! Tom has also requested the link become a ...
3 years, 8 months ago (2017-04-14 23:43:52 UTC) #6
stevenjb
+dbeam@, any suggestions? https://codereview.chromium.org/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.js File chrome/browser/resources/settings/people_page/lock_screen.js (right): https://codereview.chromium.org/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.js#newcode163 chrome/browser/resources/settings/people_page/lock_screen.js:163: }); On 2017/04/14 23:43:52, sammiequon wrote: ...
3 years, 8 months ago (2017-04-17 17:18:20 UTC) #8
Dan Beam
https://codereview.chromium.org/2823713002/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/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode47 chrome/browser/resources/settings/people_page/lock_screen.html:47: <div class="start"> can you just do <style> #pin-or-password-wrapper { ...
3 years, 8 months ago (2017-04-17 21:58:36 UTC) #9
sammiequon
https://codereview.chromium.org/2823713002/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/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode47 chrome/browser/resources/settings/people_page/lock_screen.html:47: <div class="start"> On 2017/04/17 21:58:36, Dan Beam wrote: > ...
3 years, 8 months ago (2017-04-18 00:04:25 UTC) #10
stevenjb
https://codereview.chromium.org/2823713002/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/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode47 chrome/browser/resources/settings/people_page/lock_screen.html:47: <div class="start"> On 2017/04/18 00:04:24, sammiequon wrote: > On ...
3 years, 8 months ago (2017-04-19 20:28:42 UTC) #11
Dan Beam
On 2017/04/19 20:28:42, stevenjb wrote: > https://codereview.chromium.org/2823713002/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/2823713002/diff/20001/chrome/browser/resources/settings/people_page/lock_screen.html#newcode47 > ...
3 years, 8 months ago (2017-04-20 18:42:21 UTC) #12
stevenjb
On 2017/04/20 18:42:21, Dan Beam wrote: > On 2017/04/19 20:28:42, stevenjb wrote: > > > ...
3 years, 8 months ago (2017-04-20 19:28:47 UTC) #13
sammiequon
On 2017/04/20 19:28:47, stevenjb wrote: > On 2017/04/20 18:42:21, Dan Beam wrote: > > On ...
3 years, 8 months ago (2017-04-21 00:31:52 UTC) #14
Dan Beam
On 2017/04/21 00:31:52, sammiequon wrote: > On 2017/04/20 19:28:47, stevenjb wrote: > > On 2017/04/20 ...
3 years, 8 months ago (2017-04-21 00:56:32 UTC) #15
Dan Beam
otherwise this looks good
3 years, 8 months ago (2017-04-21 00:59:43 UTC) #16
Dan Beam
https://codereview.chromium.org/2823713002/diff/40001/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html File third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html (right): https://codereview.chromium.org/2823713002/diff/40001/third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html#newcode45 third_party/polymer/v1_0/components-chromium/paper-radio-button/paper-radio-button.html:45: `--paper-radio-button-radio-label` | A mixin applied to the internal radio ...
3 years, 8 months ago (2017-04-21 01:17:25 UTC) #17
sammiequon
Steven, Dan, please take another look. Thanks! Are you guys fine with the proposed settings-wide ...
3 years, 8 months ago (2017-04-21 17:52:41 UTC) #19
stevenjb
lgtm. If you separate out the global changes you are less likely to also have ...
3 years, 8 months ago (2017-04-21 18:09:12 UTC) #20
sammiequon
Thanks! I removed those changes as per suggestion. https://codereview.chromium.org/2823713002/diff/80001/chrome/browser/resources/settings/settings_page/settings_subpage.html File chrome/browser/resources/settings/settings_page/settings_subpage.html (right): https://codereview.chromium.org/2823713002/diff/80001/chrome/browser/resources/settings/settings_page/settings_subpage.html#newcode23 chrome/browser/resources/settings/settings_page/settings_subpage.html:23: padding-bottom: ...
3 years, 8 months ago (2017-04-21 18:36:57 UTC) #22
stevenjb
lgtm++
3 years, 8 months ago (2017-04-21 18:40:27 UTC) #23
Dan Beam
found your Polymer issue and PR, thanks for sending! lgtm
3 years, 8 months ago (2017-04-21 23:27:31 UTC) #25
sammiequon
On 2017/04/21 23:27:31, Dan Beam wrote: > found your Polymer issue and PR, thanks for ...
3 years, 8 months ago (2017-04-22 03:59:56 UTC) #26
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/2823713002/100001
3 years, 8 months ago (2017-04-22 04:00:12 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/277813) cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 8 months ago (2017-04-22 04:03:37 UTC) #30
sammiequon
stevenjb@, dbeam@ - Modified test to match the change. Please take another look. Thanks!
3 years, 8 months ago (2017-04-24 23:21:26 UTC) #40
stevenjb
still lgtm
3 years, 8 months ago (2017-04-24 23:23:29 UTC) #41
sammiequon
On 2017/04/24 23:23:29, stevenjb wrote: > still lgtm Thanks!
3 years, 8 months ago (2017-04-24 23:35:58 UTC) #42
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/2823713002/180001
3 years, 8 months ago (2017-04-24 23:36:32 UTC) #45
commit-bot: I haz the power
3 years, 8 months ago (2017-04-25 00:41:11 UTC) #48
Message was sent while issue was closed.
Committed patchset #7 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/98593cf1c4918b063b60627f439d...

Powered by Google App Engine
This is Rietveld 408576698