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

Issue 402403004: Refactoring : Move OnlineAttempt to chromeos/login (Closed)

Created:
6 years, 5 months ago by Denis Kuznetsov (DE-MUC)
Modified:
6 years, 4 months ago
Reviewers:
stevenjb, 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
Project:
chromium
Visibility:
Public.

Description

Refactoring : Move OnlineAttempt to chromeos/login Also moved tpm_password_fetcher to chromeos/ and got rid of obsolette login/auth/mount_manager BUG=387613 R=nkostylev@chromium.org TBR=stevenjb@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290562

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix dependencies #

Patch Set 3 : Remove chromeos export #

Total comments: 6

Patch Set 4 : Removed BrowserThread dependency #

Patch Set 5 : Got rid of BrowserContext #

Total comments: 4

Patch Set 6 : Remove leftovers #

Patch Set 7 : Yet another merge with ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -965 lines) Patch
M chrome/browser/chromeos/login/auth/login_performer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/auth/login_performer.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/login/auth/mock_url_fetchers.h View 1 chunk +0 lines, -128 lines 0 comments Download
D chrome/browser/chromeos/login/auth/mock_url_fetchers.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D chrome/browser/chromeos/login/auth/online_attempt.h View 1 chunk +0 lines, -81 lines 0 comments Download
D chrome/browser/chromeos/login/auth/online_attempt.cc View 1 chunk +0 lines, -162 lines 0 comments Download
D chrome/browser/chromeos/login/auth/online_attempt_host.h View 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/chromeos/login/auth/online_attempt_host.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/chromeos/login/auth/online_attempt_unittest.cc View 1 2 3 4 5 6 8 chunks +63 lines, -40 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/tpm_password_fetcher.h View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/browser/chromeos/login/auth/tpm_password_fetcher.cc View 1 chunk +0 lines, -75 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screens/eula_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.cc View 1 2 3 4 5 6 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M chromeos/chromeos.gyp View 1 2 3 4 5 6 4 chunks +10 lines, -0 lines 0 comments Download
A + chromeos/login/auth/mock_url_fetchers.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
A + chromeos/login/auth/mock_url_fetchers.cc View 8 chunks +21 lines, -17 lines 0 comments Download
A + chromeos/login/auth/online_attempt.h View 1 2 3 4 5 5 chunks +10 lines, -8 lines 0 comments Download
A + chromeos/login/auth/online_attempt.cc View 1 2 3 4 7 chunks +13 lines, -23 lines 0 comments Download
A + chromeos/login/auth/online_attempt_host.h View 1 2 3 4 5 6 4 chunks +15 lines, -13 lines 0 comments Download
A + chromeos/login/auth/online_attempt_host.cc View 1 2 3 4 2 chunks +14 lines, -17 lines 0 comments Download
A + chromeos/tpm_password_fetcher.h View 2 chunks +6 lines, -5 lines 0 comments Download
A + chromeos/tpm_password_fetcher.cc View 1 2 3 4 5 6 3 chunks +6 lines, -9 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Denis Kuznetsov (DE-MUC)
Nikita as main reviewer, Steven as owner of DEPS and general chromeos/.
6 years, 5 months ago (2014-07-22 13:48:58 UTC) #1
Nikita (slow)
https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/DEPS File chromeos/login/DEPS (right): https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/DEPS#newcode2 chromeos/login/DEPS:2: "+chrome/test/base", You should use TestBrowsingContext and drop dependency on ...
6 years, 5 months ago (2014-07-22 14:19:27 UTC) #2
Nikita (slow)
https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/auth/mock_url_fetchers.h File chromeos/login/auth/mock_url_fetchers.h (right): https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/auth/mock_url_fetchers.h#newcode26 chromeos/login/auth/mock_url_fetchers.h:26: class CHROMEOS_EXPORT ExpectCanceledFetcher : public net::TestURLFetcher { You should ...
6 years, 5 months ago (2014-07-22 14:23:57 UTC) #3
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/DEPS File chromeos/login/DEPS (right): https://chromiumcodereview.appspot.com/402403004/diff/1/chromeos/login/DEPS#newcode2 chromeos/login/DEPS:2: "+chrome/test/base", On 2014/07/22 14:19:27, Nikita Kostylev wrote: > You ...
6 years, 5 months ago (2014-07-22 15:41:32 UTC) #4
Nikita (slow)
lgtm
6 years, 5 months ago (2014-07-22 15:44:32 UTC) #5
stevenjb
https://chromiumcodereview.appspot.com/402403004/diff/40001/chromeos/login/auth/online_attempt.cc File chromeos/login/auth/online_attempt.cc (right): https://chromiumcodereview.appspot.com/402403004/diff/40001/chromeos/login/auth/online_attempt.cc#newcode19 chromeos/login/auth/online_attempt.cc:19: #include "content/public/browser/browser_thread.h" Unfortunately this is a layering violation. src/chromeos ...
6 years, 5 months ago (2014-07-22 16:35:37 UTC) #6
Denis Kuznetsov (DE-MUC)
Please take another look https://chromiumcodereview.appspot.com/402403004/diff/40001/chromeos/login/auth/online_attempt.cc File chromeos/login/auth/online_attempt.cc (right): https://chromiumcodereview.appspot.com/402403004/diff/40001/chromeos/login/auth/online_attempt.cc#newcode19 chromeos/login/auth/online_attempt.cc:19: #include "content/public/browser/browser_thread.h" On 2014/07/22 16:35:37, ...
6 years, 5 months ago (2014-07-24 15:22:14 UTC) #7
Nikita (slow)
lgtm https://codereview.chromium.org/402403004/diff/80001/chromeos/login/auth/online_attempt.h File chromeos/login/auth/online_attempt.h (right): https://codereview.chromium.org/402403004/diff/80001/chromeos/login/auth/online_attempt.h#newcode22 chromeos/login/auth/online_attempt.h:22: namespace content { not needed https://codereview.chromium.org/402403004/diff/80001/chromeos/login/auth/online_attempt_host.h File chromeos/login/auth/online_attempt_host.h ...
6 years, 5 months ago (2014-07-24 15:25:59 UTC) #8
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/402403004/diff/80001/chromeos/login/auth/online_attempt.h File chromeos/login/auth/online_attempt.h (right): https://chromiumcodereview.appspot.com/402403004/diff/80001/chromeos/login/auth/online_attempt.h#newcode22 chromeos/login/auth/online_attempt.h:22: namespace content { On 2014/07/24 15:25:59, Nikita Kostylev wrote: ...
6 years, 5 months ago (2014-07-24 15:48:52 UTC) #9
stevenjb
Cheers. LGTM.
6 years, 5 months ago (2014-07-24 16:30:01 UTC) #10
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 5 months ago (2014-07-25 11:53:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/402403004/100001
6 years, 5 months ago (2014-07-25 11:54:04 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 14:37:31 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 14:49:49 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/46699)
6 years, 5 months ago (2014-07-25 14:49:54 UTC) #15
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 4 months ago (2014-07-28 09:07:22 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/402403004/100001
6 years, 4 months ago (2014-07-28 09:07:55 UTC) #17
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_clang_dbg on tryserver.chromium.linux ...
6 years, 4 months ago (2014-07-28 12:54:47 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-07-28 12:57:29 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clang_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clang_dbg/builds/452) linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/413)
6 years, 4 months ago (2014-07-28 12:57:30 UTC) #20
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 4 months ago (2014-08-19 12:39:16 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/402403004/120001
6 years, 4 months ago (2014-08-19 12:39:48 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_chromium_rel_swarming on tryserver.chromium.mac ...
6 years, 4 months ago (2014-08-19 14:29:35 UTC) #23
commit-bot: I haz the power
6 years, 4 months ago (2014-08-19 15:50:06 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 (120001) as 290562

Powered by Google App Engine
This is Rietveld 408576698