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

Issue 1191273002: ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth (Closed)

Created:
5 years, 6 months ago by Alexander Alekseev
Modified:
5 years, 5 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ChromeOS: Show the new POD RE-AUTH ICON when users needs to re-auth BUG=469985 TEST=manual Committed: https://crrev.com/a8bc02408c6431a0a75deb1abb0e9e54663b63c6 Cr-Commit-Position: refs/heads/master@{#338266}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Rebased. #

Patch Set 3 : Update after review. #

Patch Set 4 : Use CSS selectors instead of JS code. #

Total comments: 8

Patch Set 5 : Rebased. #

Patch Set 6 : Update after review. #

Total comments: 1

Patch Set 7 : Update after review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -34 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker_tester.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/saml/saml_browsertest.cc View 1 2 3 4 5 6 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen.css View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 1 2 3 4 5 6 3 chunks +25 lines, -3 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 8 chunks +22 lines, -11 lines 0 comments Download
M ui/login/account_picker/user_pod_template.html View 1 2 3 4 5 6 2 chunks +5 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 38 (10 generated)
Alexander Alekseev
Please review: dzhioev@ : ui/login/account_picker/* antrim@: chrome/browser/chromeos/login/signin/*
5 years, 6 months ago (2015-06-19 08:35:57 UTC) #2
dzhioev (left Google)
Please verify, that this CL doesn't brake pod's layout in desktop user manager. https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc File ...
5 years, 6 months ago (2015-06-22 23:51:25 UTC) #3
dzhioev (left Google)
https://codereview.chromium.org/1191273002/diff/1/ui/login/account_picker/user_pod_template.html File ui/login/account_picker/user_pod_template.html (right): https://codereview.chromium.org/1191273002/diff/1/ui/login/account_picker/user_pod_template.html#newcode18 ui/login/account_picker/user_pod_template.html:18: <core-icon icon="warning" class="reauth-warning"></core-icon> Note: if https://codereview.chromium.org/1179323005/ landed before this ...
5 years, 6 months ago (2015-06-23 00:02:09 UTC) #4
Denis Kuznetsov (DE-MUC)
comments + please merge with recent TokenHandle changes. https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc File chrome/browser/chromeos/login/screens/user_selection_screen.cc (right): https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc#newcode409 chrome/browser/chromeos/login/screens/user_selection_screen.cc:409: CheckNextUserStatus(""); ...
5 years, 6 months ago (2015-06-25 18:43:43 UTC) #5
dzhioev (left Google)
https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc File chrome/browser/chromeos/login/screens/user_selection_screen.cc (right): https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc#newcode409 chrome/browser/chromeos/login/screens/user_selection_screen.cc:409: CheckNextUserStatus(""); On 2015/06/25 18:43:42, Denis Kuznetsov wrote: > On ...
5 years, 6 months ago (2015-06-25 22:19:36 UTC) #6
Alexander Alekseev
https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc File chrome/browser/chromeos/login/screens/user_selection_screen.cc (right): https://codereview.chromium.org/1191273002/diff/1/chrome/browser/chromeos/login/screens/user_selection_screen.cc#newcode409 chrome/browser/chromeos/login/screens/user_selection_screen.cc:409: CheckNextUserStatus(""); On 2015/06/22 23:51:24, dzhioev wrote: > std::string() Done. ...
5 years, 5 months ago (2015-06-30 20:43:39 UTC) #7
Alexander Alekseev
PTAL
5 years, 5 months ago (2015-07-01 21:00:56 UTC) #8
dzhioev (left Google)
https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css File chrome/browser/resources/user_manager/user_manager.css (right): https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css#newcode154 chrome/browser/resources/user_manager/user_manager.css:154: .pod .name-box .reauth-warning { I beleive you can remove ...
5 years, 5 months ago (2015-07-01 21:38:27 UTC) #9
Alexander Alekseev
https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css File chrome/browser/resources/user_manager/user_manager.css (right): https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css#newcode154 chrome/browser/resources/user_manager/user_manager.css:154: .pod .name-box .reauth-warning { On 2015/07/01 21:38:26, dzhioev wrote: ...
5 years, 5 months ago (2015-07-02 18:53:40 UTC) #10
dzhioev (left Google)
On 2015/07/02 18:53:40, Alexander Alekseev wrote: > https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css > File chrome/browser/resources/user_manager/user_manager.css (right): > > https://codereview.chromium.org/1191273002/diff/60001/chrome/browser/resources/user_manager/user_manager.css#newcode154 ...
5 years, 5 months ago (2015-07-06 20:51:00 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191273002/100001
5 years, 5 months ago (2015-07-06 22:39:36 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-07 00:09:15 UTC) #15
Denis Kuznetsov (DE-MUC)
On 2015/07/07 00:09:15, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 5 months ago (2015-07-07 13:00:48 UTC) #16
Denis Kuznetsov (DE-MUC)
On 2015/07/07 13:00:48, Denis Kuznetsov wrote: > On 2015/07/07 00:09:15, commit-bot: I haz the power ...
5 years, 5 months ago (2015-07-07 16:09:18 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191273002/120001
5 years, 5 months ago (2015-07-09 04:31:37 UTC) #20
Alexander Alekseev
PTAL. I've replaced signin-button with warning triangle.
5 years, 5 months ago (2015-07-09 04:32:05 UTC) #21
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/78357) (exceeded global ...
5 years, 5 months ago (2015-07-09 05:47:22 UTC) #23
Denis Kuznetsov (DE-MUC)
lgtm https://codereview.chromium.org/1191273002/diff/100001/chrome/browser/chromeos/login/screens/user_selection_screen.h File chrome/browser/chromeos/login/screens/user_selection_screen.h (right): https://codereview.chromium.org/1191273002/diff/100001/chrome/browser/chromeos/login/screens/user_selection_screen.h#newcode59 chrome/browser/chromeos/login/screens/user_selection_screen.h:59: // Returns true if user check has started ...
5 years, 5 months ago (2015-07-09 06:52:48 UTC) #24
Denis Kuznetsov (DE-MUC)
lgtm https://codereview.chromium.org/1191273002/diff/100001/chrome/browser/chromeos/login/screens/user_selection_screen.h File chrome/browser/chromeos/login/screens/user_selection_screen.h (right): https://codereview.chromium.org/1191273002/diff/100001/chrome/browser/chromeos/login/screens/user_selection_screen.h#newcode59 chrome/browser/chromeos/login/screens/user_selection_screen.h:59: // Returns true if user check has started ...
5 years, 5 months ago (2015-07-09 06:52:48 UTC) #25
Alexander Alekseev
On 2015/07/09 06:52:48, Denis Kuznetsov wrote: > lgtm > > https://codereview.chromium.org/1191273002/diff/100001/chrome/browser/chromeos/login/screens/user_selection_screen.h > File chrome/browser/chromeos/login/screens/user_selection_screen.h (right): ...
5 years, 5 months ago (2015-07-09 07:19:54 UTC) #26
dzhioev (left Google)
LGTM
5 years, 5 months ago (2015-07-09 23:21:13 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191273002/120001
5 years, 5 months ago (2015-07-09 23:26:36 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/77680)
5 years, 5 months ago (2015-07-09 23:39:48 UTC) #31
Alexander Alekseev
+xiyuan xiyuan, please review chrome/browser/ui/webui/signin/user_manager_screen_handler.cc
5 years, 5 months ago (2015-07-09 23:45:31 UTC) #33
xiyuan
user_manager_screen_handler LGTM
5 years, 5 months ago (2015-07-10 01:14:18 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1191273002/120001
5 years, 5 months ago (2015-07-10 08:25:24 UTC) #36
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 5 months ago (2015-07-10 09:27:47 UTC) #37
commit-bot: I haz the power
5 years, 5 months ago (2015-07-10 09:28:53 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a8bc02408c6431a0a75deb1abb0e9e54663b63c6
Cr-Commit-Position: refs/heads/master@{#338266}

Powered by Google App Engine
This is Rietveld 408576698