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

Issue 5641001: [cros] Fetch cookies after online authentication is successful. (Closed)

Created:
10 years ago by Nikita (slow)
Modified:
9 years, 7 months ago
Reviewers:
Chris Masone
CC:
chromium-reviews, ben+cc_chromium.org, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

[cros] Fetch cookies after online authentication is successful. BUG=chromium-os:9814 TEST=Manual. Checked that web properties load w/o auth request for new user/existing user/existing with cookies cleared/existing with changed password. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69016

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix build #

Total comments: 3

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -28 lines) Patch
M chrome/browser/browser_main.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/login_performer.cc View 1 2 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/login_screen.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_utils.h View 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 2 6 chunks +50 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/login/mock_authenticator.h View 1 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Nikita (slow)
I haven't tested this change properly yet. There are 2 issues: - on TOT sync ...
10 years ago (2010-12-03 14:04:23 UTC) #1
Chris Masone
On 2010/12/03 14:04:23, Nikita Kostylev wrote: > I haven't tested this change properly yet. There ...
10 years ago (2010-12-03 15:39:13 UTC) #2
Chris Masone
On 2010/12/03 15:39:13, Chris Masone wrote: > On 2010/12/03 14:04:23, Nikita Kostylev wrote: > > ...
10 years ago (2010-12-03 16:35:56 UTC) #3
Chris Masone
http://codereview.chromium.org/5641001/diff/1/chrome/browser/chromeos/login/login_performer.cc File chrome/browser/chromeos/login/login_performer.cc (right): http://codereview.chromium.org/5641001/diff/1/chrome/browser/chromeos/login/login_performer.cc#newcode118 chrome/browser/chromeos/login/login_performer.cc:118: // TODO(nkostylev): Execute CookieFetcher->AttemptFetch() here once can take this ...
10 years ago (2010-12-03 16:40:02 UTC) #4
Nikita (slow)
Fixed build, will look at the tests. Even if all is OK I won't commit ...
10 years ago (2010-12-03 16:49:43 UTC) #5
Nikita (slow)
http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc#newcode237 chrome/browser/chromeos/login/login_utils.cc:237: if (!pending_requests) { Note: When network is not connected, ...
10 years ago (2010-12-03 16:52:42 UTC) #6
Nikita (slow)
http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc#newcode237 chrome/browser/chromeos/login/login_utils.cc:237: if (!pending_requests) { On 2010/12/03 16:52:42, Nikita Kostylev wrote: ...
10 years ago (2010-12-03 16:53:25 UTC) #7
Chris Masone
http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): http://codereview.chromium.org/5641001/diff/7001/chrome/browser/chromeos/login/login_utils.cc#newcode237 chrome/browser/chromeos/login/login_utils.cc:237: if (!pending_requests) { On 2010/12/03 16:52:42, Nikita Kostylev wrote: ...
10 years ago (2010-12-03 18:47:38 UTC) #8
Nikita (slow)
Update on testing: I still couldn't make sync working on TOT - filed a bug ...
10 years ago (2010-12-06 15:09:48 UTC) #9
Chris Masone
On 2010/12/06 15:09:48, Nikita Kostylev wrote: > Update on testing: > > I still couldn't ...
10 years ago (2010-12-13 08:00:19 UTC) #10
Nikita (slow)
On Mon, Dec 13, 2010 at 11:00 AM, <cmasone@chromium.org> wrote: > > Sync is working ...
10 years ago (2010-12-13 09:17:41 UTC) #11
Chris Masone
D'oh. Lgtm On Dec 13, 2010 1:17 AM, "Nikita Kostylev" <nkostylev@chromium.org> wrote: > On Mon, ...
10 years ago (2010-12-13 14:59:33 UTC) #12
Nikita (slow)
On 2010/12/13 09:17:41, Nikita Kostylev wrote: > Yes, I'll test it today. Tested, fix works ...
10 years ago (2010-12-13 15:28:23 UTC) #13
Chris Masone
10 years ago (2010-12-13 15:41:12 UTC) #14
On 2010/12/13 15:28:23, Nikita Kostylev wrote:
> On 2010/12/13 09:17:41, Nikita Kostylev wrote:
> > Yes, I'll test it today.
> 
> Tested, fix works on TOT. Will land after trybots run.
> There's a side issue though. If user has one of the tabs that opens at the
> startup which requires proper cookie, it'll use stale version.
> 
> After correct new password is entered, new cookie/tokens are fetched and
opening
> apps such as Gmail doesn't require additional auth input.

I"m ok with that

Powered by Google App Engine
This is Rietveld 408576698