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

Issue 296823009: ChromeOS login webui refactoring: split user selection/gaia login screens. (Closed)

Created:
6 years, 7 months ago by Denis Kuznetsov (DE-MUC)
Modified:
6 years, 6 months ago
Reviewers:
Nikita (slow), Tim Song
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@refactoring-1
Visibility:
Public.

Description

ChromeOS login webui refactoring: split user selection/gaia login screens. Phase two : move user list processing to UserSelectionScreen BUG=373314 R=nkostylev@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275046

Patch Set 1 #

Total comments: 7

Patch Set 2 : Merge with ToT #

Patch Set 3 : Remove unused method #

Patch Set 4 : remove one more method #

Total comments: 1

Patch Set 5 : Merge with ToT again #

Total comments: 1

Patch Set 6 : Fix tests #

Patch Set 7 : Update tests again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -233 lines) Patch
M chrome/browser/chromeos/login/app_launch_signin_screen.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.cc View 1 2 3 4 5 6 4 chunks +34 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.h View 1 2 3 1 chunk +40 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.cc View 1 2 chunks +220 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.h View 1 2 3 4 5 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.cc View 1 2 3 4 5 5 chunks +17 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/login/users/user_manager_impl.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 6 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 8 chunks +14 lines, -168 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
Denis Kuznetsov (DE-MUC)
6 years, 7 months ago (2014-05-22 11:05:33 UTC) #1
Nikita (slow)
https://codereview.chromium.org/296823009/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.cc File chrome/browser/chromeos/login/app_launch_signin_screen.cc (right): https://codereview.chromium.org/296823009/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.cc#newcode209 chrome/browser/chromeos/login/app_launch_signin_screen.cc:209: base::ListValue users_list; Why this screen should implement this? It ...
6 years, 7 months ago (2014-05-23 15:52:15 UTC) #2
Denis Kuznetsov (DE-MUC)
Nikita, please take another look. Tim, please take a look on app_launch_signin_screen.
6 years, 7 months ago (2014-05-27 14:22:37 UTC) #3
Nikita (slow)
https://codereview.chromium.org/296823009/diff/1/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc (right): https://codereview.chromium.org/296823009/diff/1/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc#newcode1233 chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc:1233: void SigninScreenHandler::FillUserDictionary(User* user, On 2014/05/23 15:52:15, Nikita Kostylev wrote: ...
6 years, 7 months ago (2014-05-27 17:03:24 UTC) #4
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/296823009/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.cc File chrome/browser/chromeos/login/app_launch_signin_screen.cc (right): https://chromiumcodereview.appspot.com/296823009/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.cc#newcode209 chrome/browser/chromeos/login/app_launch_signin_screen.cc:209: base::ListValue users_list; On 2014/05/23 15:52:15, Nikita Kostylev wrote: > ...
6 years, 7 months ago (2014-05-27 17:35:28 UTC) #5
Nikita (slow)
lgtm https://codereview.chromium.org/296823009/diff/60001/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc File chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc (right): https://codereview.chromium.org/296823009/diff/60001/chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc#newcode223 chrome/browser/ui/webui/chromeos/login/locally_managed_user_creation_screen_handler.cc:223: UserSelectionScreen::FillUserDictionary( Now that this utility method is used ...
6 years, 7 months ago (2014-05-28 04:08:59 UTC) #6
Tim Song
I'm not too familiar with the refactoring you're doing, but the AppLaunchSignInScreen is functionally just ...
6 years, 6 months ago (2014-05-28 18:16:07 UTC) #7
Denis Kuznetsov (DE-MUC)
On 2014/05/28 18:16:07, Tim Song wrote: > I'm not too familiar with the refactoring you're ...
6 years, 6 months ago (2014-05-29 13:46:04 UTC) #8
Tim Song
Thanks for the explanation about the refactoring. LGTM for these changes. Please consider refactoring AppLaunchSigninScreen ...
6 years, 6 months ago (2014-05-29 16:57:18 UTC) #9
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-05-30 15:17:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/296823009/80001
6 years, 6 months ago (2014-05-30 15:18:25 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-05-31 01:01:03 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-31 02:02:50 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/32995)
6 years, 6 months ago (2014-05-31 02:02:50 UTC) #14
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-02 12:45:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/296823009/80001
6 years, 6 months ago (2014-06-02 12:45:56 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-02 13:56:22 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-02 17:18:40 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/33368)
6 years, 6 months ago (2014-06-02 17:18:41 UTC) #19
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-04 19:26:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/296823009/120001
6 years, 6 months ago (2014-06-04 19:27:32 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-04 22:31:03 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 22:36:52 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_gn_rel/builds/13439)
6 years, 6 months ago (2014-06-04 22:36:52 UTC) #24
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-05 08:48:35 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/296823009/120001
6 years, 6 months ago (2014-06-05 08:49:13 UTC) #26
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 09:26:13 UTC) #27
Message was sent while issue was closed.
Change committed as 275046

Powered by Google App Engine
This is Rietveld 408576698