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

Issue 1229883003: ChromeOS: should send old user GAPS cookie to GAIA on user reauthentication. (Closed)

Created:
5 years, 5 months ago by Alexander Alekseev
Modified:
5 years, 5 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

ChromeOS: should send old user GAPS cookie to GAIA on user reauthentication. BUG=460136 TEST=manual Committed: https://crrev.com/edd54c70d4c80a829ea37e24af6261aff65fe83f Cr-Commit-Position: refs/heads/master@{#338404}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updated authenticator.js after review. #

Patch Set 3 : Update after review. #

Total comments: 4

Patch Set 4 : Update after review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -27 lines) Patch
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth_host/authenticator.js View 1 2 3 11 chunks +109 lines, -23 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 4 chunks +10 lines, -1 line 0 comments Download
M chromeos/login/auth/user_context.h View 3 chunks +3 lines, -0 lines 0 comments Download
M chromeos/login/auth/user_context.cc View 3 chunks +10 lines, -1 line 0 comments Download
M components/user_manager/user_manager.h View 1 chunk +6 lines, -0 lines 0 comments Download
M components/user_manager/user_manager_base.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/user_manager/user_manager_base.cc View 2 chunks +16 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (4 generated)
Alexander Alekseev
Please review: xiyuan@ : chrome/browser/resources/gaia_auth_host/authenticator.js dzhioev@ : all the rest
5 years, 5 months ago (2015-07-09 22:42:08 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1229883003/1
5 years, 5 months ago (2015-07-09 23:05:16 UTC) #4
xiyuan
https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode121 chrome/browser/resources/gaia_auth_host/authenticator.js:121: this.gaps_cookie_ = null; nit: gaps_cookie_ -> gapsCookie_ JS variable ...
5 years, 5 months ago (2015-07-09 23:08:29 UTC) #5
Alexander Alekseev
https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode121 chrome/browser/resources/gaia_auth_host/authenticator.js:121: this.gaps_cookie_ = null; On 2015/07/09 23:08:29, xiyuan wrote: > ...
5 years, 5 months ago (2015-07-09 23:22:41 UTC) #6
xiyuan
authenticator.js LGTM https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode225 chrome/browser/resources/gaia_auth_host/authenticator.js:225: this.webview_.request.onBeforeSendHeaders.addListener( On 2015/07/09 23:22:40, Alexander Alekseev wrote: ...
5 years, 5 months ago (2015-07-09 23:30:05 UTC) #7
Alexander Alekseev
https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/1/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode225 chrome/browser/resources/gaia_auth_host/authenticator.js:225: this.webview_.request.onBeforeSendHeaders.addListener( On 2015/07/09 23:30:05, xiyuan wrote: > On 2015/07/09 ...
5 years, 5 months ago (2015-07-09 23:43:22 UTC) #8
dzhioev (left Google)
https://codereview.chromium.org/1229883003/diff/40001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/40001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode223 chrome/browser/resources/gaia_auth_host/authenticator.js:223: var filterPrefix = this.idpOrigin_ + EMBEDDED_SETUP_CHROMEOS_ENDPOINT; nit: Move this ...
5 years, 5 months ago (2015-07-10 21:26:32 UTC) #9
dzhioev (left Google)
LGTM with nits
5 years, 5 months ago (2015-07-10 21:26:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1229883003/60001
5 years, 5 months ago (2015-07-10 23:05:34 UTC) #13
Alexander Alekseev
https://codereview.chromium.org/1229883003/diff/40001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1229883003/diff/40001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode223 chrome/browser/resources/gaia_auth_host/authenticator.js:223: var filterPrefix = this.idpOrigin_ + EMBEDDED_SETUP_CHROMEOS_ENDPOINT; On 2015/07/10 21:26:31, ...
5 years, 5 months ago (2015-07-10 23:05:34 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-11 00:07:38 UTC) #15
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/edd54c70d4c80a829ea37e24af6261aff65fe83f Cr-Commit-Position: refs/heads/master@{#338404}
5 years, 5 months ago (2015-07-11 00:08:40 UTC) #16
achuithb
5 years, 5 months ago (2015-07-13 21:15:08 UTC) #17
Message was sent while issue was closed.
On 2015/07/11 00:08:40, commit-bot: I haz the power wrote:
> Patchset 4 (id:??) landed as
> https://crrev.com/edd54c70d4c80a829ea37e24af6261aff65fe83f
> Cr-Commit-Position: refs/heads/master@{#338404}

This needs to be merged into M45

Powered by Google App Engine
This is Rietveld 408576698