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

Issue 424233002: When the user signs in, make sure to set cookies on all reachable google (Closed)

Created:
6 years, 4 months ago by Roger Tawa OOO till Jul 10th
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

When the user signs in, make sure to set cookies on all reachable google properties too. BUG=397199 TBR=nkostylev@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289244

Patch Set 1 : Space, compile #

Patch Set 2 : Update test #

Patch Set 3 : Fix cros compile error #

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Total comments: 10

Patch Set 6 : Address comments, add metric #

Total comments: 4

Patch Set 7 : Address comments #

Total comments: 26

Patch Set 8 : Address review comments #

Patch Set 9 : rebased #

Patch Set 10 : Address review comments #

Patch Set 11 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+464 lines, -14 lines) Patch
M chrome/browser/chromeos/login/signin/oauth2_login_verifier.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/signin/core/browser/account_reconcilor.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M components/signin/core/browser/account_reconcilor.cc View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -0 lines 0 comments Download
M components/signin/core/browser/signin_metrics.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M components/signin/core/browser/signin_metrics.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_auth_consumer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_auth_fetcher.h View 5 chunks +22 lines, -3 lines 0 comments Download
M google_apis/gaia/gaia_auth_fetcher.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +44 lines, -6 lines 0 comments Download
M google_apis/gaia/gaia_auth_fetcher_unittest.cc View 4 chunks +17 lines, -2 lines 0 comments Download
M google_apis/gaia/gaia_urls.h View 2 chunks +2 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_urls.cc View 3 chunks +7 lines, -0 lines 0 comments Download
M google_apis/gaia/merge_session_helper.h View 1 2 3 4 5 6 7 8 9 5 chunks +72 lines, -0 lines 0 comments Download
M google_apis/gaia/merge_session_helper.cc View 1 2 3 4 5 6 7 8 9 3 chunks +154 lines, -2 lines 0 comments Download
M google_apis/gaia/merge_session_helper_unittest.cc View 1 2 chunks +103 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Hui, Please take a look. Thanks.
6 years, 4 months ago (2014-08-04 17:50:46 UTC) #1
guohui
https://codereview.chromium.org/424233002/diff/190001/google_apis/gaia/gaia_auth_fetcher.h File google_apis/gaia/gaia_auth_fetcher.h (right): https://codereview.chromium.org/424233002/diff/190001/google_apis/gaia/gaia_auth_fetcher.h#newcode151 google_apis/gaia/gaia_auth_fetcher.h:151: // The |external_cc_result| string can specify the result of ...
6 years, 4 months ago (2014-08-05 19:14:08 UTC) #2
guohui
lgtm as discussed offline, i am good with just adding log to track how well ...
6 years, 4 months ago (2014-08-06 20:49:58 UTC) #3
guohui
https://codereview.chromium.org/424233002/diff/190001/google_apis/gaia/merge_session_helper.cc File google_apis/gaia/merge_session_helper.cc (right): https://codereview.chromium.org/424233002/diff/190001/google_apis/gaia/merge_session_helper.cc#newcode265 google_apis/gaia/merge_session_helper.cc:265: result_fetcher_.GetExternalCcResult()); could you also add comments here that it ...
6 years, 4 months ago (2014-08-06 20:52:28 UTC) #4
Roger Tawa OOO till Jul 10th
Thanks Hui, please take a look. I added metrics as we discussed offline. https://codereview.chromium.org/424233002/diff/190001/google_apis/gaia/gaia_auth_fetcher.h File ...
6 years, 4 months ago (2014-08-08 19:29:53 UTC) #5
guohui
still LGTM.
6 years, 4 months ago (2014-08-08 19:35:15 UTC) #6
Roger Tawa OOO till Jul 10th
Hi Alexei, Can you please review histograms.xml? Mike: fyi I added a new histogram to ...
6 years, 4 months ago (2014-08-08 20:08:48 UTC) #7
Mike Lerman
A couple of histograms comments. https://codereview.chromium.org/424233002/diff/210001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/424233002/diff/210001/tools/metrics/histograms/histograms.xml#newcode28211 tools/metrics/histograms/histograms.xml:28211: +<histogram name="Signin.Reconciler.AllExternalCcResultCompleted"> add attribute ...
6 years, 4 months ago (2014-08-08 20:20:27 UTC) #8
Roger Tawa OOO till Jul 10th
Thanks Mike. https://codereview.chromium.org/424233002/diff/210001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/424233002/diff/210001/tools/metrics/histograms/histograms.xml#newcode28211 tools/metrics/histograms/histograms.xml:28211: +<histogram name="Signin.Reconciler.AllExternalCcResultCompleted"> On 2014/08/08 20:20:27, Mike Lerman ...
6 years, 4 months ago (2014-08-08 20:47:01 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc File google_apis/gaia/merge_session_helper.cc (right): https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc#newcode114 google_apis/gaia/merge_session_helper.cc:114: // Only up to the first 16 characters of ...
6 years, 4 months ago (2014-08-08 21:16:49 UTC) #10
Roger Tawa OOO till Jul 10th
Hi Alexei, Please take another look. See comments below. https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc File google_apis/gaia/merge_session_helper.cc (right): https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc#newcode114 google_apis/gaia/merge_session_helper.cc:114: ...
6 years, 4 months ago (2014-08-09 15:58:28 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc File google_apis/gaia/merge_session_helper.cc (right): https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc#newcode114 google_apis/gaia/merge_session_helper.cc:114: // Only up to the first 16 characters of ...
6 years, 4 months ago (2014-08-11 14:04:51 UTC) #12
Roger Tawa OOO till Jul 10th
Hi Alexei, please take another look. https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc File google_apis/gaia/merge_session_helper.cc (right): https://codereview.chromium.org/424233002/diff/230001/google_apis/gaia/merge_session_helper.cc#newcode114 google_apis/gaia/merge_session_helper.cc:114: // Only up ...
6 years, 4 months ago (2014-08-11 20:20:55 UTC) #13
Alexei Svitkine (slow)
LGTM
6 years, 4 months ago (2014-08-12 14:21:56 UTC) #14
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 4 months ago (2014-08-12 14:53:16 UTC) #15
Roger Tawa OOO till Jul 10th
The CQ bit was unchecked by rogerta@chromium.org
6 years, 4 months ago (2014-08-12 14:53:21 UTC) #16
Roger Tawa OOO till Jul 10th
The CQ bit was checked by rogerta@chromium.org
6 years, 4 months ago (2014-08-13 01:20:54 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/424233002/330001
6 years, 4 months ago (2014-08-13 01:32:55 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-13 05:13:54 UTC) #19
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 09:58:53 UTC) #20
Message was sent while issue was closed.
Change committed as 289244

Powered by Google App Engine
This is Rietveld 408576698