commit | 2b45338a0c2502b2a51a82f3d324caff1e791c8b | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Fri Aug 06 13:49:11 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 06 13:49:11 2021 |
tree | 1f61044f58f2966ddb298d179ae49a91bb2a4c81 | |
parent | 6c74820452efb7bf001b84cec2e38d5956f5f2a2 [diff] |
Stop using --ignore-certificate-errors in test [15/N] '--ignore-certificate-errors' is bad, because its behavior is not plumbed correctly everywhere. As a result, its behavior is different from using a real SSL certificate. For tests that need to use multiple distinct sites (and not just different origins), using either MockCertVerifier or the net::EmbeddedTestServer::CERT_TEST_NAMES can allow multiple distinct sites to talk to the test server. Currently folks, are copy-pasting existing tests with "ignore-certificate-errors". It would be lovely to update existing test so that folks can start copy-pasting the "good" way instead. This patch updates: cross_site_document_blocking_browsertest.cc Bug: 1236525, 1124775 Change-Id: Ie38a06d063664a9bfe9fec900adcd7345edbf9b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3075179 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#909279}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.