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

Issue 1079083002: [cros New-GAIA] Webview login and new GAIA endpoint enabled by default (Closed)

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

Description

[cros New-GAIA] Webview login and new GAIA endpoint enabled by default For devices with Remora/Shark requisition webview is still disabled (http://crbug.com/464049) webview is disabled for these tests: * WizardControllerProxyAuthOnSigninTest* (http://crbug.com/452452) * ProxyAuthOnUserBoardScreenTest* (http://crbug.com/452452) * Tests that are based on LoginManagerTest/OobeBaseTest and are not yet parametrized (http://crbug.com/477402) BUG=475529, 452452, 472664, 464049, 477402 TBR=jhawkins@chromium.org Committed: https://crrev.com/29061783f8b59f1e78286a87a3bb7d18129f639a Cr-Commit-Position: refs/heads/master@{#325307}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix test #

Patch Set 4 : try to disable some tests #

Patch Set 5 : fix #

Patch Set 6 : return SigninProfile when webview is absent - ex. in unit_tests #

Patch Set 7 : rebase #

Patch Set 8 : signin partition may not be available #

Patch Set 9 : fix tests (1) #

Patch Set 10 : interactive: https_forwarder #

Patch Set 11 : fix tests (2) #

Patch Set 12 : disable webview for proxy_auth tests (known bug) #

Patch Set 13 : customize LoginManagerTest, use_webview_ = false by default #

Patch Set 14 : OAuth2LoginManager::RestoreSession should fallback to authenticator context #

Patch Set 15 : post task when auth_request_context is not available for cookie transfer #

Patch Set 16 : rebase #

Patch Set 17 : fix compile (method rename) #

Patch Set 18 : fix BlockingLoginTest #

Patch Set 19 : keep webview signin disabled for remora/shark #

Patch Set 20 : cleanup #

Total comments: 10

Patch Set 21 : fix tests #

Patch Set 22 : review #

Patch Set 23 : fix compile #

Patch Set 24 : fix saml test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -196 lines) Patch
M chrome/browser/chromeos/login/helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +14 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/hid_detection_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +12 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/login_browsertest.cc View 1 2 3 4 5 6 7 4 chunks +33 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +31 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/oobe_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +22 lines, -44 lines 0 comments Download
M chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/saml/saml_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 4 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/login/session/user_session_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +39 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/login/signin/oauth2_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 12 chunks +21 lines, -23 lines 0 comments Download
M chrome/browser/chromeos/login/startup_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +27 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/login/test/oobe_base_test.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/test/oobe_base_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 9 chunks +54 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/login/webview_login_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +7 lines, -37 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +39 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/policy/blocking_login_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +12 lines, -25 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/interactive_ui_tests.isolate View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 81 (40 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/20001
5 years, 8 months ago (2015-04-10 10:29:25 UTC) #2
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/55424)
5 years, 8 months ago (2015-04-10 10:36:55 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/40001
5 years, 8 months ago (2015-04-10 11:14:49 UTC) #6
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/55435)
5 years, 8 months ago (2015-04-10 11:22:36 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/60001
5 years, 8 months ago (2015-04-10 14:03:05 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/80001
5 years, 8 months ago (2015-04-10 15:38:43 UTC) #12
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/55497)
5 years, 8 months ago (2015-04-10 15:48:10 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/120001
5 years, 8 months ago (2015-04-13 10:07:04 UTC) #16
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/55827)
5 years, 8 months ago (2015-04-13 10:14:15 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/140001
5 years, 8 months ago (2015-04-13 16:05:28 UTC) #20
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/55893)
5 years, 8 months ago (2015-04-13 16:15:24 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/160001
5 years, 8 months ago (2015-04-14 10:41:41 UTC) #24
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/56152)
5 years, 8 months ago (2015-04-14 10:50:16 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/180001
5 years, 8 months ago (2015-04-14 11:38:11 UTC) #28
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/56159)
5 years, 8 months ago (2015-04-14 11:45:51 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/200001
5 years, 8 months ago (2015-04-14 12:30:14 UTC) #32
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/56167)
5 years, 8 months ago (2015-04-14 12:38:58 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/300001
5 years, 8 months ago (2015-04-14 18:44:50 UTC) #37
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/56289)
5 years, 8 months ago (2015-04-14 18:55:17 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/320001
5 years, 8 months ago (2015-04-15 11:49:01 UTC) #41
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/56481)
5 years, 8 months ago (2015-04-15 11:57:42 UTC) #43
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/340001
5 years, 8 months ago (2015-04-15 11:59:40 UTC) #45
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/56485)
5 years, 8 months ago (2015-04-15 12:08:18 UTC) #47
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/360001
5 years, 8 months ago (2015-04-15 14:42:39 UTC) #49
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/56513)
5 years, 8 months ago (2015-04-15 14:52:03 UTC) #51
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/400001
5 years, 8 months ago (2015-04-15 15:07:24 UTC) #53
Nikita (slow)
Pavel, please review. This CL is ready for review, all tests now have either two ...
5 years, 8 months ago (2015-04-15 15:09:45 UTC) #55
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/56522)
5 years, 8 months ago (2015-04-15 15:15:58 UTC) #57
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/420001
5 years, 8 months ago (2015-04-15 17:23:53 UTC) #59
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/56564)
5 years, 8 months ago (2015-04-15 17:35:36 UTC) #61
dzhioev (left Google)
https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc File chrome/browser/chromeos/login/helper.cc (right): https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc#newcode161 chrome/browser/chromeos/login/helper.cc:161: if (!signin_partition && !LoginDisplayHostImpl::default_host()) Please try to return nullptr ...
5 years, 8 months ago (2015-04-15 17:36:25 UTC) #62
Nikita (slow)
https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc File chrome/browser/chromeos/login/helper.cc (right): https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc#newcode161 chrome/browser/chromeos/login/helper.cc:161: if (!signin_partition && !LoginDisplayHostImpl::default_host()) On 2015/04/15 17:36:24, dzhioev wrote: ...
5 years, 8 months ago (2015-04-15 18:35:42 UTC) #63
dzhioev (left Google)
On 2015/04/15 18:35:42, Nikita Kostylev wrote: > https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc > File chrome/browser/chromeos/login/helper.cc (right): > > https://codereview.chromium.org/1079083002/diff/400001/chrome/browser/chromeos/login/helper.cc#newcode161 ...
5 years, 8 months ago (2015-04-15 18:39:13 UTC) #65
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/440001
5 years, 8 months ago (2015-04-15 18:39:19 UTC) #66
Nikita (slow)
TBR jhawkins@ for chrome/interactive_ui_tests.isolate
5 years, 8 months ago (2015-04-15 18:44:53 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/440001
5 years, 8 months ago (2015-04-15 18:45:50 UTC) #70
Nikita (slow)
TBR jhawkins@ for chrome/interactive_ui_tests.isolate
5 years, 8 months ago (2015-04-15 18:57:46 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/460001
5 years, 8 months ago (2015-04-15 18:58:02 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1079083002/480001
5 years, 8 months ago (2015-04-15 20:00:25 UTC) #79
commit-bot: I haz the power
Committed patchset #24 (id:480001)
5 years, 8 months ago (2015-04-15 21:19:28 UTC) #80
commit-bot: I haz the power
5 years, 8 months ago (2015-04-15 21:20:30 UTC) #81
Message was sent while issue was closed.
Patchset 24 (id:??) landed as
https://crrev.com/29061783f8b59f1e78286a87a3bb7d18129f639a
Cr-Commit-Position: refs/heads/master@{#325307}

Powered by Google App Engine
This is Rietveld 408576698