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

Issue 7562010: [ChromeOS] Fix login wrong password handling. (Closed)

Created:
9 years, 4 months ago by xiyuan
Modified:
9 years, 4 months ago
Reviewers:
Chris Masone, zel
CC:
chromium-reviews, arv (Not doing code reviews), nkostylev+cc_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

[ChromeOS] Fix login wrong password handling. - Return cryptohome final failure state instead of intermediate ones if there is no parallel online attempt (when using oauth login); - Fix js error when using Gaia sign-in; BUG=chromium-os:18651 TEST=Verify fix for chromium-os:18651. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95358

Patch Set 1 #

Patch Set 2 : allow intermediate states for Gaia sign so that we can handle password change #

Patch Set 3 : sync, fix broken tests and add 3 new #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -14 lines) Patch
M chrome/browser/chromeos/login/parallel_authenticator.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator.cc View 1 1 chunk +21 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator_unittest.cc View 1 2 8 chunks +67 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
xiyuan
When we use OAuthLogin, online attempt happens after cryptohome mount and profile load. This CL ...
9 years, 4 months ago (2011-08-03 17:42:05 UTC) #1
Chris Masone
On 2011/08/03 17:42:05, xiyuan wrote: > When we use OAuthLogin, online attempt happens after cryptohome ...
9 years, 4 months ago (2011-08-03 17:43:48 UTC) #2
xiyuan
Added current_state_->online_complete() case to allow intermediate cryptohome states. This allows password change detection logic to ...
9 years, 4 months ago (2011-08-03 18:32:33 UTC) #3
xiyuan
CL updated. - Fixed broken ResolvePossiblePwChange and ResolveNoMount; - Added 3 new tests: ResolvePossiblePwChangeToFailedMount, ResolveNoMountToFailedMount ...
9 years, 4 months ago (2011-08-03 21:15:04 UTC) #4
zel
LGTM
9 years, 4 months ago (2011-08-03 21:18:23 UTC) #5
Chris Masone
LGTM (linux_chromeos tryjob would be nice, though)
9 years, 4 months ago (2011-08-03 21:42:46 UTC) #6
xiyuan
9 years, 4 months ago (2011-08-03 21:47:17 UTC) #7
On 2011/08/03 21:42:46, Chris Masone wrote:
> LGTM
> 
> (linux_chromeos tryjob would be nice, though)

Yep, running it. Otherwise there is no point to try, right? I found codereview
site sometime would miss running tryjobs.

http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos/builds...

Powered by Google App Engine
This is Rietveld 408576698