Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert 250114 "Ensure that SAML IdPs use https on Chrome OS"
http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%282%29/builds/21471 [2608:2608:0210/090242:993623055:INFO:signin_screen_handler.cc(1448)] Login WebUI >> active: 0, source: gaia-signin BrowserTestBase signal handler received SIGTERM. Backtrace: [0x7f74d018658e] base::debug::StackTrace::StackTrace() [0x0000029b7c3b] content::(anonymous namespace)::DumpStackTraceSignalHandler() [0x7f74c7a9c4a0] <unknown> [0x7f74c7b4ea43] __poll [0x7f74c77b7ff6] <unknown> [0x7f74c77b8124] g_main_context_iteration [0x7f74d016b0ff] base::MessagePumpGlib::RunWithDispatcher() [0x7f74d01c6ef0] base::MessageLoop::RunHandler() [0x7f74d01f2678] base::RunLoop::Run() [0x0000029f45cc] content::RunThisRunLoop() [0x0000029f4dfe] content::WindowedNotificationObserver::Wait() [0x000000722301] chromeos::OAuth2Test_PRE_PRE_PRE_MergeSession_Test::RunTestOnMainThread() [0x0000019c9a2a] InProcessBrowserTest::RunTestOnMainThreadLoop() [0x000002b60fb2] ChromeBrowserMainParts::PreMainMessageLoopRunImpl() [0x000002b61f33] ChromeBrowserMainParts::PreMainMessageLoopRun() [0x0000025b4414] chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun() [0x7f74cae68484] content::BrowserMainLoop::PreMainMessageLoopRun() [0x7f74cb16c540] content::StartupTaskRunner::RunAllTasksNow() [0x7f74cae6e3c6] content::BrowserMainLoop::CreateStartupTasks() [0x7f74cae70930] content::BrowserMainRunnerImpl::Initialize() [0x7f74cae67434] content::BrowserMain() [0x0000029b82f1] content::BrowserTestBase::SetUp() [0x0000019c8eac] InProcessBrowserTest::SetUp() [0x0000007244f7] chromeos::OobeBaseTest::SetUp() [0x000001a9316a] testing::Test::Run() [0x000001a932aa] testing::TestInfo::Run() [0x000001a933ef] testing::TestCase::Run() [0x000001a9367f] testing::internal::UnitTestImpl::RunAllTests() [0x000001a8d603] testing::UnitTest::Run() [0x0000019e38ae] base::TestSuite::Run() [0x0000019c76f5] (anonymous namespace)::ChromeTestLauncherDelegate::RunTestSuite() [0x0000029ef267] content::LaunchTests() [0x0000019c7798] LaunchChromeTests() [0x7f74c7a8776d] __libc_start_main [0x00000053eca9] <unknown> > Ensure that SAML IdPs use https on Chrome OS > > This CL sets a CSP for the GAIA auth extension that ensures the entire > login flow, including redirects to SAML IdPs, uses https. > > The FakeGaia and FakeSamlIdp classes used in SAML tests use the embedded > test server, which speaks http only. The CL therefore adds a test server > written in Python that speaks https and acts as a wrapper by forwarding > calls to the embedded test server over http. > > TBR=asargent@chromium.org (for gaia_auth_extension_loader.cc) > > BUG=337437 > TEST=Full browser test coverage > > Review URL: https://codereview.chromium.org/150483002 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/135123016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250134 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information