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

Issue 488633003: Switch CryptohomeAuthenticator from MountAsync() to MountEx() (Closed)

Created:
6 years, 4 months ago by bartfab (slow)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Switch CryptohomeAuthenticator from MountAsync() to MountEx() This CL switches CryptohomeAuthenticator's mount code from the old MountAsync() method that takes a password to a MountEx() that takes a Key for authentication. BUG=367847 TEST=Updated unit tests Committed: https://crrev.com/a0e5cd6e6e180eef15c6add9a89fc5f7b06a99ce Cr-Commit-Position: refs/heads/master@{#292138}

Patch Set 1 #

Patch Set 2 : Restore destructors required by clang. #

Total comments: 2

Patch Set 3 : Rename TriggerResolveWithHashWithLoginTimeMarker. #

Total comments: 2

Patch Set 4 : Address nit. Make Darren an owner. #

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -64 lines) Patch
M chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc View 1 2 3 4 8 chunks +55 lines, -38 lines 0 comments Download
A chromeos/cryptohome/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/cryptohome/cryptohome_parameters.h View 1 4 chunks +12 lines, -1 line 0 comments Download
M chromeos/cryptohome/cryptohome_parameters.cc View 1 1 chunk +45 lines, -9 lines 0 comments Download
M chromeos/login/auth/cryptohome_authenticator.cc View 1 2 10 chunks +56 lines, -16 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
bartfab (slow)
Hi Denis, Could you please review: chromeos/login/auth/cryptohome_authenticator.cc chrome/browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc Hi Daniel, Could you please review: chromeos/cryptohome/cryptohome_parameters.*
6 years, 4 months ago (2014-08-25 20:42:41 UTC) #1
Daniel Erat
I don't really know anything about cryptohome. Satoru, could you create a chromeos/cryptohome/OWNERS file? Other ...
6 years, 4 months ago (2014-08-25 20:46:16 UTC) #2
satorux1
Per git log, dkrahn seems to be most active in the directory. Let's make him ...
6 years, 3 months ago (2014-08-26 06:22:02 UTC) #3
satorux1
satorux@chromium.org changed reviewers: + dkrahn@google.com
6 years, 3 months ago (2014-08-26 06:22:33 UTC) #4
satorux1
+dkrahn
6 years, 3 months ago (2014-08-26 06:22:33 UTC) #5
Denis Kuznetsov (DE-MUC)
lgtm with nit https://chromiumcodereview.appspot.com/488633003/diff/20001/chromeos/login/auth/cryptohome_authenticator.cc File chromeos/login/auth/cryptohome_authenticator.cc (right): https://chromiumcodereview.appspot.com/488633003/diff/20001/chromeos/login/auth/cryptohome_authenticator.cc#newcode76 chromeos/login/auth/cryptohome_authenticator.cc:76: void TriggerResolveWithHashWithLoginTimeMarker( I think one With ...
6 years, 3 months ago (2014-08-26 14:01:32 UTC) #6
bartfab (slow)
https://codereview.chromium.org/488633003/diff/20001/chromeos/login/auth/cryptohome_authenticator.cc File chromeos/login/auth/cryptohome_authenticator.cc (right): https://codereview.chromium.org/488633003/diff/20001/chromeos/login/auth/cryptohome_authenticator.cc#newcode76 chromeos/login/auth/cryptohome_authenticator.cc:76: void TriggerResolveWithHashWithLoginTimeMarker( On 2014/08/26 14:01:32, Denis Kuznetsov wrote: > ...
6 years, 3 months ago (2014-08-26 15:33:15 UTC) #7
Darren Krahn
dkrahn@chromium.org changed reviewers: + dkrahn@chromium.org
6 years, 3 months ago (2014-08-26 17:59:47 UTC) #8
Darren Krahn
lgtm - Note: MountEx is subject to a 2 minute timeout, if you see failures ...
6 years, 3 months ago (2014-08-26 17:59:47 UTC) #9
bartfab (slow)
On 2014/08/26 17:59:47, Darren Krahn wrote: > lgtm > > - Note: MountEx is subject ...
6 years, 3 months ago (2014-08-26 18:08:47 UTC) #10
bartfab (slow)
Hi Daniel, I am making Darren an owner of chromeos/cryptohome. Could you give your owner's ...
6 years, 3 months ago (2014-08-26 18:10:22 UTC) #11
Darren Krahn
On 2014/08/26 18:08:47, bartfab wrote: > On 2014/08/26 17:59:47, Darren Krahn wrote: > > lgtm ...
6 years, 3 months ago (2014-08-26 18:47:05 UTC) #12
satorux1
> The new method uses a 'normal' asynchronous dbus call. The old method used dbus ...
6 years, 3 months ago (2014-08-27 00:51:34 UTC) #13
bartfab (slow)
The CQ bit was checked by bartfab@chromium.org
6 years, 3 months ago (2014-08-27 10:04:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/488633003/60001
6 years, 3 months ago (2014-08-27 10:05:00 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-27 10:17:56 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 10:19:04 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/9444) mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/9829)
6 years, 3 months ago (2014-08-27 10:19:06 UTC) #18
bartfab (slow)
The CQ bit was checked by bartfab@chromium.org
6 years, 3 months ago (2014-08-27 11:43:42 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bartfab@chromium.org/488633003/80001
6 years, 3 months ago (2014-08-27 11:44:24 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (80001) as 4c894f1a28c25a1d1b2a15d5106b5419674503ee
6 years, 3 months ago (2014-08-27 12:38:00 UTC) #21
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:51:14 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a0e5cd6e6e180eef15c6add9a89fc5f7b06a99ce
Cr-Commit-Position: refs/heads/master@{#292138}

Powered by Google App Engine
This is Rietveld 408576698