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

Issue 1162103003: ListAccounts will return the Gaia ID as well as the email of the account. (Closed)

Created:
5 years, 6 months ago by Mike Lerman
Modified:
5 years, 6 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, dzhioev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ListAccounts will return the Gaia ID as well as the email of the account. Part two of this CL is: https://codereview.chromium.org/1166373006 BUG=492787 Committed: https://crrev.com/4f2a3fd855bc5c1843fb68ea9f75294a2ff85b53 Cr-Commit-Position: refs/heads/master@{#332877}

Patch Set 1 #

Patch Set 2 : ListedAccount compiles across OSes. GCMS test can handle looking up migration pref. #

Patch Set 3 : I eleted an ine. #

Patch Set 4 : <3 syntactic punctuation #

Patch Set 5 : cros 1 (I'm sure there will be more) #

Patch Set 6 : fix unit test #

Patch Set 7 : CrOS #2 (I told you so) - this time for unit tests #

Total comments: 8

Patch Set 8 : show raw email in signin internals #

Total comments: 2

Patch Set 9 : don't double canonicalize #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -113 lines) Patch
M chrome/browser/chromeos/login/signin/oauth2_login_manager.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_verifier.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_login_verifier.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/signin_internals/signin_index.html View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/signin/account_reconcilor_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/signin/cross_device_promo.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/cross_device_promo.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/cross_device_promo_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/signin/fake_gaia_cookie_manager_service.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/authenticated_user_email_retriever.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin_internals_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/about_signin_internals.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/about_signin_internals.cc View 1 2 3 4 5 6 7 3 chunks +12 lines, -5 lines 0 comments Download
M components/signin/core/browser/account_reconcilor.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -10 lines 0 comments Download
M components/signin/core/browser/account_reconcilor.cc View 1 2 3 4 5 6 7 8 9 7 chunks +23 lines, -15 lines 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service.h View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -3 lines 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service_unittest.cc View 1 2 3 4 5 6 7 8 9 7 chunks +25 lines, -9 lines 0 comments Download
M google_apis/gaia/fake_gaia.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M google_apis/gaia/gaia_auth_util.h View 1 2 chunks +15 lines, -2 lines 0 comments Download
M google_apis/gaia/gaia_auth_util.cc View 1 3 chunks +23 lines, -4 lines 0 comments Download
M google_apis/gaia/gaia_auth_util_unittest.cc View 1 2 3 4 5 6 2 chunks +43 lines, -28 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Mike Lerman
Hi Roger, Please take a look. As discussed, changing the Reconcilor to make use of ...
5 years, 6 months ago (2015-06-01 18:16:34 UTC) #2
Roger Tawa OOO till Jul 10th
Thanks Mike, CL a little bigger than I thought :-) I there are places where ...
5 years, 6 months ago (2015-06-02 21:58:42 UTC) #3
Roger Tawa OOO till Jul 10th
lgtm OK to address my comments in a follow up CL. But could you show ...
5 years, 6 months ago (2015-06-03 19:52:23 UTC) #4
Mike Lerman
Thanks, Roger. Hi Xiyuan, Could I get a review, please, for the chromeos and ui/webui ...
5 years, 6 months ago (2015-06-04 14:08:13 UTC) #6
xiyuan
chromeos/* and webui/* LGTM https://codereview.chromium.org/1162103003/diff/140001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc File chrome/browser/chromeos/login/signin/oauth2_login_manager.cc (right): https://codereview.chromium.org/1162103003/diff/140001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc#newcode320 chrome/browser/chromeos/login/signin/oauth2_login_manager.cc:320: if (gaia::CanonicalizeEmail(iter->email) == user_email) { ...
5 years, 6 months ago (2015-06-04 15:59:24 UTC) #7
Mike Lerman
Thanks Xiyuan. https://codereview.chromium.org/1162103003/diff/140001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc File chrome/browser/chromeos/login/signin/oauth2_login_manager.cc (right): https://codereview.chromium.org/1162103003/diff/140001/chrome/browser/chromeos/login/signin/oauth2_login_manager.cc#newcode320 chrome/browser/chromeos/login/signin/oauth2_login_manager.cc:320: if (gaia::CanonicalizeEmail(iter->email) == user_email) { On 2015/06/04 ...
5 years, 6 months ago (2015-06-04 16:52:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1162103003/180001
5 years, 6 months ago (2015-06-04 18:03:01 UTC) #11
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 6 months ago (2015-06-04 19:28:57 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-04 19:30:35 UTC) #13
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/4f2a3fd855bc5c1843fb68ea9f75294a2ff85b53
Cr-Commit-Position: refs/heads/master@{#332877}

Powered by Google App Engine
This is Rietveld 408576698