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

Issue 7600003: Pre- and Auto-login should not log the user out of an already signed in (Closed)

Created:
9 years, 4 months ago by Roger Tawa OOO till Jul 10th
Modified:
9 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, idana, Raghu Simha, ncarter (slow), joi+watch-content_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., tim (not reviewing)
Visibility:
Public.

Description

Pre- and Auto-login should not log the user out of an already signed in google account. BUG=90510 TEST=See bug description. Also, use the switch account feature and make sure auto-login does not log you out of any existing sessions. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96840

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing review comments #

Total comments: 2

Patch Set 3 : Addressing review comments #

Patch Set 4 : Merged changes after gclient sync, no changes by me #

Patch Set 5 : Fixing trybot break with inlining non-empty virtual method #

Patch Set 6 : Add test source code file to CL #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -20 lines) Patch
M chrome/browser/sync/signin_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autologin_infobar_delegate.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/net/gaia/gaia_auth_consumer.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher.h View 1 2 3 5 chunks +19 lines, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher.cc View 1 2 3 11 chunks +72 lines, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc View 1 2 3 5 chunks +62 lines, -1 line 0 comments Download
M chrome/common/net/gaia/gaia_urls.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/net/gaia/gaia_urls.cc View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M content/common/url_fetcher.h View 1 2 3 1 chunk +3 lines, -0 lines 1 comment Download
M content/common/url_fetcher.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/test/test_url_fetcher_factory.h View 1 2 3 4 7 chunks +13 lines, -10 lines 0 comments Download
M content/test/test_url_fetcher_factory.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Roger Tawa OOO till Jul 10th
9 years, 4 months ago (2011-08-08 18:45:49 UTC) #1
Rick Campbell
Looks mostly good to me. There's one typo, and one higher-level issue that I want ...
9 years, 4 months ago (2011-08-08 21:24:51 UTC) #2
Roger Tawa OOO till Jul 10th
Thanks Rick, changes uploaded. Make sense to keep this codeconsistent with oauth fetcher. http://codereview.chromium.org/7600003/diff/1/chrome/common/net/gaia/gaia_auth_fetcher.cc File ...
9 years, 4 months ago (2011-08-09 20:50:49 UTC) #3
Rick Campbell
LGTM with one comment update. http://codereview.chromium.org/7600003/diff/6001/chrome/common/net/gaia/gaia_auth_fetcher.h File chrome/common/net/gaia/gaia_auth_fetcher.h (right): http://codereview.chromium.org/7600003/diff/6001/chrome/common/net/gaia/gaia_auth_fetcher.h#newcode200 chrome/common/net/gaia/gaia_auth_fetcher.h:200: // net::LOAD_DO_NOT_SEND_COOKIES are used ...
9 years, 4 months ago (2011-08-09 21:02:52 UTC) #4
Roger Tawa OOO till Jul 10th
Good catch, thanks. Changes uploaded. http://codereview.chromium.org/7600003/diff/6001/chrome/common/net/gaia/gaia_auth_fetcher.h File chrome/common/net/gaia/gaia_auth_fetcher.h (right): http://codereview.chromium.org/7600003/diff/6001/chrome/common/net/gaia/gaia_auth_fetcher.h#newcode200 chrome/common/net/gaia/gaia_auth_fetcher.h:200: // net::LOAD_DO_NOT_SEND_COOKIES are used ...
9 years, 4 months ago (2011-08-10 17:26:47 UTC) #5
Roger Tawa OOO till Jul 10th
Hi guys, After some more testing, I noticed that pre-login would not dump the user ...
9 years, 4 months ago (2011-08-10 19:28:15 UTC) #6
Roger Tawa OOO till Jul 10th
Hi guys, The gaia fixed it yesterday, and I have confirmed that it works today. ...
9 years, 4 months ago (2011-08-12 15:12:15 UTC) #7
Rick Campbell
On 2011/08/12 15:12:15, Roger Tawa wrote: > Hi guys, > > The gaia fixed it ...
9 years, 4 months ago (2011-08-12 19:52:54 UTC) #8
commit-bot: I haz the power
Presubmit check for 7600003-20013 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-08-15 14:07:07 UTC) #9
jam
content lgtm http://codereview.chromium.org/7600003/diff/20013/content/common/url_fetcher.h File content/common/url_fetcher.h (right): http://codereview.chromium.org/7600003/diff/20013/content/common/url_fetcher.h#newcode224 content/common/url_fetcher.h:224: virtual const GURL& original_url() const; it's unfortunate ...
9 years, 4 months ago (2011-08-15 16:08:25 UTC) #10
Roger Tawa OOO till Jul 10th
Thanks John. I noticed that too, but decided to stick with the file's convention for ...
9 years, 4 months ago (2011-08-15 16:47:21 UTC) #11
commit-bot: I haz the power
Commit queue patch verification failed without an error message. Something went wrong, probably a crash, ...
9 years, 4 months ago (2011-08-15 17:48:25 UTC) #12
commit-bot: I haz the power
9 years, 4 months ago (2011-08-15 21:34:47 UTC) #13
Change committed as 96840

Powered by Google App Engine
This is Rietveld 408576698