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

Issue 324463003: ChromeOS login webui refactoring : Simplify login methods. (Closed)

Created:
6 years, 6 months ago by Denis Kuznetsov (DE-MUC)
Modified:
4 years, 10 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, pam+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 20

Patch Set 2 : Remove unused methods #

Patch Set 3 : Fix nits #

Patch Set 4 : Attemp to reland (updates in UserContext) #

Total comments: 1

Patch Set 5 : Simplify condition #

Patch Set 6 : merge with ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -206 lines) Patch
M chrome/browser/chromeos/login/app_launch_signin_screen.h View 1 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.cc View 3 chunks +2 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/auth/user_context.h View 1 2 3 5 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/auth/user_context.cc View 1 2 3 4 4 chunks +28 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 2 3 4 5 2 chunks +22 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.h View 1 2 3 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/lock/webui_screen_locker.cc View 1 2 3 2 chunks +2 lines, -21 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/managed/locally_managed_user_creation_screen.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
A chrome/browser/chromeos/login/signin_specifics.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/login/signin_specifics.cc View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_display.h View 1 2 3 chunks +24 lines, -38 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.h View 1 2 3 chunks +11 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_display.cc View 2 chunks +3 lines, -25 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h View 1 2 3 4 5 4 chunks +39 lines, -45 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 2 3 4 5 5 chunks +13 lines, -5 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Denis Kuznetsov (DE-MUC)
6 years, 6 months ago (2014-06-06 14:29:15 UTC) #1
Nikita (slow)
lgtm https://chromiumcodereview.appspot.com/324463003/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.h File chrome/browser/chromeos/login/app_launch_signin_screen.h (right): https://chromiumcodereview.appspot.com/324463003/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.h#newcode60 chrome/browser/chromeos/login/app_launch_signin_screen.h:60: // virtual void LoginAsRetailModeUser() OVERRIDE; These are no ...
6 years, 6 months ago (2014-06-06 14:49:48 UTC) #2
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/324463003/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.h File chrome/browser/chromeos/login/app_launch_signin_screen.h (right): https://chromiumcodereview.appspot.com/324463003/diff/1/chrome/browser/chromeos/login/app_launch_signin_screen.h#newcode60 chrome/browser/chromeos/login/app_launch_signin_screen.h:60: // virtual void LoginAsRetailModeUser() OVERRIDE; On 2014/06/06 14:49:47, Nikita ...
6 years, 6 months ago (2014-06-06 15:18:43 UTC) #3
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-06 15:19:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/324463003/40001
6 years, 6 months ago (2014-06-06 15:20:13 UTC) #5
commit-bot: I haz the power
Change committed as 275492
6 years, 6 months ago (2014-06-06 18:59:36 UTC) #6
Denis Kuznetsov (DE-MUC)
This is the right one to look at.
6 years, 6 months ago (2014-06-11 12:13:26 UTC) #7
Denis Kuznetsov (DE-MUC)
This is the right one to look at.
6 years, 6 months ago (2014-06-11 12:13:28 UTC) #8
Nikita (slow)
lgtm https://codereview.chromium.org/324463003/diff/60001/chrome/browser/chromeos/login/auth/user_context.cc File chrome/browser/chromeos/login/auth/user_context.cc (right): https://codereview.chromium.org/324463003/diff/60001/chrome/browser/chromeos/login/auth/user_context.cc#newcode41 chrome/browser/chromeos/login/auth/user_context.cc:41: user_type_ == User::USER_TYPE_KIOSK_APP) { nit: I think SUPERVISED ...
6 years, 6 months ago (2014-06-11 14:05:14 UTC) #9
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-16 12:14:38 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/324463003/80001
6 years, 6 months ago (2014-06-16 12:15:42 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-16 15:57:44 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_clang_dbg/builds/23422)
6 years, 6 months ago (2014-06-16 15:57:46 UTC) #13
Nikita (slow)
Rebase needed ../../chrome/browser/chromeos/login/existing_user_controller.cc:390:79: error: too few arguments to function 'GURL google_util::AppendGoogleLocaleParam(const GURL&, const string&)' ../../chrome/browser/google/google_util.h:37:6: ...
6 years, 6 months ago (2014-06-16 16:27:47 UTC) #14
Nikita (slow)
Please execute linux_chromium_chromeos_dbg manually before committing.
6 years, 6 months ago (2014-06-16 16:29:04 UTC) #15
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 6 months ago (2014-06-24 13:12:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/324463003/100001
6 years, 6 months ago (2014-06-24 13:13:47 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 5 months ago (2014-06-24 15:14:02 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-06-24 15:57:42 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/21398)
6 years, 5 months ago (2014-06-24 15:57:43 UTC) #20
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-06-24 17:52:49 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/324463003/100001
6 years, 5 months ago (2014-06-24 17:53:38 UTC) #22
commit-bot: I haz the power
6 years, 5 months ago (2014-06-24 17:55:34 UTC) #23
Message was sent while issue was closed.
Change committed as 279438

Powered by Google App Engine
This is Rietveld 408576698