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

Issue 8761016: Shaving parallel authenticator yak to remove unnecessary dependency on this class from OAuth spec... (Closed)

Created:
9 years ago by zel
Modified:
9 years ago
Reviewers:
xiyuan, Nikita (slow)
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Shaving parallel authenticator yak to remove unnecessary dependency on this class from OAuth specific code. Moved system salt and supplemental key related methods to cryptohome and cert libraries instead. BUG=chromium-os:23301 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112834

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 10

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -261 lines) Patch
M chrome/browser/chromeos/cros/cert_library.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/cros/cert_library.cc View 1 2 3 4 5 6 7 6 chunks +78 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/cros/cryptohome_library.h View 1 2 3 4 5 6 7 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/cros/cryptohome_library.cc View 1 2 3 4 5 6 7 6 chunks +61 lines, -27 lines 0 comments Download
M chrome/browser/chromeos/cros/mock_cryptohome_library.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/authenticator.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 5 6 7 5 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/chromeos/login/mock_authenticator.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/login/mock_authenticator.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator.h View 1 2 3 4 5 6 7 4 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator.cc View 1 2 3 4 5 6 7 11 chunks +24 lines, -133 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +12 lines, -28 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/net/gaia/gaia_oauth_fetcher.cc View 1 2 3 4 5 6 7 6 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zel
please note that OAuth part is not utilized within the code just yet, that part ...
9 years ago (2011-12-01 02:25:37 UTC) #1
Nikita (slow)
http://codereview.chromium.org/8761016/diff/7001/chrome/browser/chromeos/cros/cert_library.cc File chrome/browser/chromeos/cros/cert_library.cc (right): http://codereview.chromium.org/8761016/diff/7001/chrome/browser/chromeos/cros/cert_library.cc#newcode136 chrome/browser/chromeos/cros/cert_library.cc:136: return; Perhaps add supplemental_user_key_.reset(NULL); here too? http://codereview.chromium.org/8761016/diff/7001/chrome/browser/chromeos/cros/cryptohome_library.cc File chrome/browser/chromeos/cros/cryptohome_library.cc ...
9 years ago (2011-12-01 14:34:12 UTC) #2
zel
http://codereview.chromium.org/8761016/diff/7001/chrome/browser/chromeos/cros/cert_library.cc File chrome/browser/chromeos/cros/cert_library.cc (right): http://codereview.chromium.org/8761016/diff/7001/chrome/browser/chromeos/cros/cert_library.cc#newcode136 chrome/browser/chromeos/cros/cert_library.cc:136: return; On 2011/12/01 14:34:13, Nikita Kostylev wrote: > Perhaps ...
9 years ago (2011-12-02 02:35:23 UTC) #3
xiyuan
lgtm
9 years ago (2011-12-02 04:15:05 UTC) #4
Nikita (slow)
lgtm
9 years ago (2011-12-02 11:38:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/8761016/31001
9 years ago (2011-12-02 22:52:58 UTC) #6
commit-bot: I haz the power
9 years ago (2011-12-03 00:57:03 UTC) #7
Change committed as 112834

Powered by Google App Engine
This is Rietveld 408576698