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

Issue 1344443002: Implement new password separated sign in flow for chrome desktop. (Closed)

Created:
5 years, 3 months ago by Roger Tawa OOO till Jul 10th
Modified:
5 years, 2 months ago
Reviewers:
achuithb, sky, jwd, anthonyvd
CC:
chromium-reviews, oshima+watch_chromium.org, tfarina, dzhioev+watch_chromium.org, achuith+watch_chromium.org, arv+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement new password separated sign in flow for chrome. This is currently behind a flag to allow chrome and GAIA UX folks to play with the feature. BUG=533004 Committed: https://crrev.com/fb8dc62b48a488f1dcd65948e6b34316c5c3c257 Cr-Commit-Position: refs/heads/master@{#352598}

Patch Set 1 : rebased #

Patch Set 2 : Add disable histogram #

Patch Set 3 : rebased #

Total comments: 11

Patch Set 4 : Address review comments #

Total comments: 6

Patch Set 5 : rebased #

Patch Set 6 : Address review comments #

Patch Set 7 : rebased #

Patch Set 8 : Fix histrograms.xml #

Patch Set 9 : rebased #

Total comments: 12

Patch Set 10 : forsync #

Patch Set 11 : rebased #

Patch Set 12 : rebased #

Patch Set 13 : Add tests #

Patch Set 14 : Add another test #

Patch Set 15 : rebased #

Total comments: 20

Patch Set 16 : Address review comments #

Patch Set 17 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+808 lines, -140 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/screen_gaia_signin.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth_host/authenticator.js View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +28 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +98 lines, -23 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +93 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 chunks +96 lines, -90 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_ui_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +444 lines, -0 lines 0 comments Download
M components/signin/core/common/profile_management_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -0 lines 0 comments Download
M components/signin/core/common/profile_management_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -0 lines 0 comments Download
M components/signin/core/common/signin_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M components/signin/core/common/signin_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -2 lines 0 comments Download
M google_apis/gaia/gaia_urls.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M google_apis/gaia/gaia_urls.cc View 1 2 3 4 5 6 7 3 chunks +8 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (11 generated)
Roger Tawa OOO till Jul 10th
Hi Anthony, Achuith, Achuith: please take a look at *.js chrome/browser/ui/webui/* Anthony: please do general ...
5 years, 3 months ago (2015-09-14 19:04:03 UTC) #3
anthonyvd
Great, just a few comments :) This will require a seperate Mac implementation, correct? https://codereview.chromium.org/1344443002/diff/60001/chrome/browser/about_flags.cc ...
5 years, 3 months ago (2015-09-15 18:13:47 UTC) #4
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/1344443002/diff/60001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/1344443002/diff/60001/chrome/browser/about_flags.cc#newcode1374 chrome/browser/about_flags.cc:1374: kOsWin | kOsLinux, On 2015/09/15 18:13:47, anthonyvd wrote: > ...
5 years, 3 months ago (2015-09-16 19:27:29 UTC) #5
anthonyvd
lgtm, let me know if you need someone for the Mac port :) https://codereview.chromium.org/1344443002/diff/60001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File ...
5 years, 3 months ago (2015-09-16 19:55:32 UTC) #6
achuithb
https://codereview.chromium.org/1344443002/diff/80001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1344443002/diff/80001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode282 chrome/browser/resources/gaia_auth_host/authenticator.js:282: url = appendParam(url, 'email_hint', data.email); What's this? https://codereview.chromium.org/1344443002/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File ...
5 years, 3 months ago (2015-09-16 22:53:27 UTC) #7
achuithb
Is there a bug? Please file one if not. Overall this looks fine. I don't ...
5 years, 3 months ago (2015-09-16 22:55:41 UTC) #8
Roger Tawa OOO till Jul 10th
Thanks Achuith. Attached crbug to CL. Not sure it's worth breaking into smaller CLs. This ...
5 years, 3 months ago (2015-09-24 05:54:18 UTC) #10
achuithb
On 2015/09/24 05:54:18, Roger Tawa wrote: > Thanks Achuith. > > Attached crbug to CL. ...
5 years, 2 months ago (2015-09-28 21:35:55 UTC) #11
achuithb
https://codereview.chromium.org/1344443002/diff/200001/chrome/browser/resources/gaia_auth_host/authenticator.js File chrome/browser/resources/gaia_auth_host/authenticator.js (right): https://codereview.chromium.org/1344443002/diff/200001/chrome/browser/resources/gaia_auth_host/authenticator.js#newcode279 chrome/browser/resources/gaia_auth_host/authenticator.js:279: if (data.readOnlyEmail) { Is a comment explaining readOnlyEmails appropriate ...
5 years, 2 months ago (2015-09-28 21:51:38 UTC) #12
Roger Tawa OOO till Jul 10th
Thanks Achutih. I've written browser tests for InlineLoginHelper. If it's OK with you, tests for ...
5 years, 2 months ago (2015-10-02 01:16:31 UTC) #13
achuithb
https://codereview.chromium.org/1344443002/diff/320001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc File chrome/browser/ui/webui/signin/inline_login_handler_impl.cc (right): https://codereview.chromium.org/1344443002/diff/320001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc#newcode344 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc:344: // Call OneClickSigninSyncStarter to exchange oauth code for tokens. ...
5 years, 2 months ago (2015-10-02 21:51:07 UTC) #14
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/1344443002/diff/320001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc File chrome/browser/ui/webui/signin/inline_login_handler_impl.cc (right): https://codereview.chromium.org/1344443002/diff/320001/chrome/browser/ui/webui/signin/inline_login_handler_impl.cc#newcode344 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc:344: // Call OneClickSigninSyncStarter to exchange oauth code for tokens. ...
5 years, 2 months ago (2015-10-05 12:18:59 UTC) #15
achuithb
lgtm
5 years, 2 months ago (2015-10-05 19:33:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1344443002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1344443002/360001
5 years, 2 months ago (2015-10-05 21:07:50 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/106822)
5 years, 2 months ago (2015-10-05 21:21:23 UTC) #21
Roger Tawa OOO till Jul 10th
Hi Scott, This the CL we discussed a few weeks ago that you helped me ...
5 years, 2 months ago (2015-10-05 21:47:00 UTC) #23
sky
LGTM
5 years, 2 months ago (2015-10-05 23:57:31 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1344443002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1344443002/360001
5 years, 2 months ago (2015-10-06 00:34:36 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/106911)
5 years, 2 months ago (2015-10-06 00:47:16 UTC) #28
Roger Tawa OOO till Jul 10th
Hi Jesse, Please do owner review for histograms.xml. Thanks,
5 years, 2 months ago (2015-10-06 01:23:28 UTC) #30
jwd
lgtm
5 years, 2 months ago (2015-10-06 13:53:38 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1344443002/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1344443002/360001
5 years, 2 months ago (2015-10-06 14:39:58 UTC) #33
commit-bot: I haz the power
Committed patchset #17 (id:360001)
5 years, 2 months ago (2015-10-06 14:45:42 UTC) #34
commit-bot: I haz the power
5 years, 2 months ago (2015-10-06 14:46:51 UTC) #35
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/fb8dc62b48a488f1dcd65948e6b34316c5c3c257
Cr-Commit-Position: refs/heads/master@{#352598}

Powered by Google App Engine
This is Rietveld 408576698