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

Issue 391373002: Refactoring : Move AuthAttempt and Authenticators to chromeos/login (Closed)

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

Description

Refactoring : Move AuthAttempt and Authenticators to chromeos/login Extracted LoginEventRecorder from BootTimesLoader to loose dependecies. BUG=387613 R=nkostylev@chromium.org TBR=bauerb@chromium.org TBR=stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284682 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285137

Patch Set 1 #

Patch Set 2 : Merge with ToT #

Total comments: 1

Patch Set 3 : Merge with ToT #

Patch Set 4 : Merge wit ToT #

Patch Set 5 : Merge wit ToT #

Total comments: 8

Patch Set 6 : Remove BrowserThread dependency #

Patch Set 7 : Merge w/ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -1487 lines) Patch
M chrome/browser/chromeos/boot_times_loader.h View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/app_launch_signin_screen.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/login/auth/auth_attempt_state.h View 1 chunk +0 lines, -117 lines 0 comments Download
D chrome/browser/chromeos/login/auth/auth_attempt_state.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.h View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/chromeos/login/auth/auth_attempt_state_resolver.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/browser/chromeos/login/auth/authenticator.h View 1 2 1 chunk +0 lines, -110 lines 0 comments Download
D chrome/browser/chromeos/login/auth/authenticator.cc View 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/chromeos/login/auth/extended_authenticator.h View 1 chunk +0 lines, -161 lines 0 comments Download
D chrome/browser/chromeos/login/auth/extended_authenticator.cc View 1 chunk +0 lines, -383 lines 0 comments Download
M chrome/browser/chromeos/login/auth/login_performer.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/login/auth/mock_auth_attempt_state_resolver.h View 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/chromeos/login/auth/mock_auth_attempt_state_resolver.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/browser/chromeos/login/auth/mock_authenticator.h View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/browser/chromeos/login/auth/mock_authenticator.cc View 1 2 1 chunk +0 lines, -113 lines 0 comments Download
M chrome/browser/chromeos/login/auth/online_attempt.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/auth/online_attempt_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/auth/online_attempt_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/auth/online_attempt_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/auth/parallel_authenticator.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/auth/parallel_authenticator_unittest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/login/auth/test_attempt_state.h View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/chromeos/login/auth/test_attempt_state.cc View 1 chunk +0 lines, -68 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/fake_login_utils.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/lock/screen_locker_tester.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_utils_browsertest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/mock_login_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/test_login_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/test_login_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/supervised_user/chromeos/manager_password_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 11 chunks +49 lines, -33 lines 0 comments Download
A + chromeos/login/auth/auth_attempt_state.h View 3 chunks +5 lines, -4 lines 0 comments Download
A + chromeos/login/auth/auth_attempt_state.cc View 1 2 3 4 5 3 chunks +3 lines, -21 lines 0 comments Download
A + chromeos/login/auth/auth_attempt_state_resolver.h View 2 chunks +6 lines, -4 lines 0 comments Download
A + chromeos/login/auth/auth_attempt_state_resolver.cc View 1 chunk +5 lines, -3 lines 0 comments Download
A + chromeos/login/auth/authenticator.h View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
A + chromeos/login/auth/authenticator.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A + chromeos/login/auth/extended_authenticator.h View 4 chunks +5 lines, -4 lines 0 comments Download
A + chromeos/login/auth/extended_authenticator.cc View 1 2 3 4 5 18 chunks +11 lines, -35 lines 0 comments Download
A + chromeos/login/auth/mock_auth_attempt_state_resolver.h View 1 chunk +8 lines, -5 lines 0 comments Download
A + chromeos/login/auth/mock_auth_attempt_state_resolver.cc View 1 chunk +5 lines, -4 lines 0 comments Download
A + chromeos/login/auth/mock_authenticator.h View 1 2 3 4 5 5 chunks +10 lines, -9 lines 0 comments Download
A + chromeos/login/auth/mock_authenticator.cc View 1 2 3 4 5 2 chunks +10 lines, -15 lines 0 comments Download
A + chromeos/login/auth/test_attempt_state.h View 3 chunks +6 lines, -5 lines 0 comments Download
A + chromeos/login/auth/test_attempt_state.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A chromeos/login_event_recorder.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A chromeos/login_event_recorder.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (0 generated)
Denis Kuznetsov (DE-MUC)
6 years, 5 months ago (2014-07-16 13:39:29 UTC) #1
Denis Kuznetsov (DE-MUC)
TBR for rubber-stamping: Steven as owner of chromeos/ root Bernhard as owener of chrome/browser/supervised_user/
6 years, 5 months ago (2014-07-16 16:17:07 UTC) #2
Bernhard Bauer
c/b/supervised_user/ trivially LGTM.
6 years, 5 months ago (2014-07-16 16:26:49 UTC) #3
Nikita (slow)
lgtm https://chromiumcodereview.appspot.com/391373002/diff/20001/chromeos/login_event_recorder.h File chromeos/login_event_recorder.h (right): https://chromiumcodereview.appspot.com/391373002/diff/20001/chromeos/login_event_recorder.h#newcode15 chromeos/login_event_recorder.h:15: // BootTimesLoader loads the bootimes of Chrome OS ...
6 years, 5 months ago (2014-07-16 16:57:45 UTC) #4
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-21 18:02:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/391373002/40001
6 years, 5 months ago (2014-07-21 18:04:35 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_rel_device on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 19:49:52 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 20:58:34 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/41206)
6 years, 5 months ago (2014-07-21 20:58:35 UTC) #9
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-22 10:28:26 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/391373002/40001
6 years, 5 months ago (2014-07-22 10:30:03 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 10:36:25 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-22 10:46:06 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/41499)
6 years, 5 months ago (2014-07-22 10:46:06 UTC) #14
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-22 11:28:12 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/391373002/60001
6 years, 5 months ago (2014-07-22 11:29:06 UTC) #16
Denis Kuznetsov (DE-MUC)
The CQ bit was unchecked by antrim@chromium.org
6 years, 5 months ago (2014-07-22 11:29:26 UTC) #17
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-22 11:30:01 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/391373002/80001
6 years, 5 months ago (2014-07-22 11:31:12 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-22 13:12:19 UTC) #20
commit-bot: I haz the power
Change committed as 284682
6 years, 5 months ago (2014-07-22 15:52:42 UTC) #21
stevenjb
So, I am thrilled that we are moving login code out of src/chrome, and for ...
6 years, 5 months ago (2014-07-22 16:38:43 UTC) #22
johnme
A revert of this CL has been created in https://codereview.chromium.org/413473003/ by johnme@chromium.org. The reason for ...
6 years, 5 months ago (2014-07-22 17:19:17 UTC) #23
Denis Kuznetsov (DE-MUC)
https://codereview.chromium.org/391373002/diff/80001/chromeos/login/DEPS File chromeos/login/DEPS (right): https://codereview.chromium.org/391373002/diff/80001/chromeos/login/DEPS#newcode3 chromeos/login/DEPS:3: "+content/public/browser", On 2014/07/22 16:38:43, stevenjb wrote: > This is ...
6 years, 5 months ago (2014-07-23 17:34:11 UTC) #24
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-23 17:34:40 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/391373002/100001
6 years, 5 months ago (2014-07-23 17:35:16 UTC) #26
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 5 months ago (2014-07-23 18:27:26 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-23 18:29:55 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/32203)
6 years, 5 months ago (2014-07-23 18:29:56 UTC) #29
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-23 19:05:41 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/391373002/120001
6 years, 5 months ago (2014-07-23 19:06:40 UTC) #31
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-23 21:59:11 UTC) #32
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 03:15:31 UTC) #33
Message was sent while issue was closed.
Change committed as 285137

Powered by Google App Engine
This is Rietveld 408576698