0
Go to file
Dan McArdle fc53736a97 Add base::Feature to DohProviderEntry, replacing old feature params
This CL removes the two base::FeatureParams named "DisabledProviders"
that controlled DoH providers' eligibility for autoupgrade and
visibility in the "Secure DNS" settings.

Removed feature params:
  - kDnsOverHttpsUpgradeDisabledProvidersParam
  - kDnsOverHttpsDisabledProvidersParam

Now, a given provider's eligibility for autoupgrade and settings
visibility are both controlled by the same base::Feature attached to a
DohProviderEntry. As it turns out, the old Finch experiment config was
not capable of disambiguating the two feature params because they had
the same name, so they were being controlled in lockstep anyway.

This CL aligns new versions of Chrome with the behavior currently
defined by the old config:
  - Launched providers are enabled by default.
  - Cox is disabled by default.
  - Quad9Secure is disabled by default.

In the near future, we will enable Cox for the first time and restart
the gradual rollout of Quad9Secure. Until we turn down the old Finch
config in a few milestones (DnsOverHttps.gcl), we will need to mirror
these experiment changes between the old and new Finch new configs.

Bug: 1300296
Change-Id: I5e241842ac84d6ee7f54e55b0eb3aedbab351caa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3500973
Reviewed-by: Eric Orth <ericorth@chromium.org>
Reviewed-by: Tommy Li <tommycli@chromium.org>
Reviewed-by: Mitsuru Oshima <oshima@chromium.org>
Commit-Queue: Dan McArdle <dmcardle@chromium.org>
Cr-Commit-Position: refs/heads/main@{#979933}
2022-03-10 21:01:37 +00:00
2022-03-10 17:11:00 +00:00
2022-03-10 19:28:52 +00:00
2022-03-10 20:53:16 +00:00
2022-03-04 06:28:03 +00:00
2022-03-10 20:53:16 +00:00
2022-03-10 20:53:16 +00:00
2022-03-10 20:53:16 +00:00
2022-03-08 18:24:31 +00:00
2022-03-08 07:33:19 +00:00
2022-03-10 20:53:16 +00:00
2022-03-04 20:45:40 +00:00
2022-03-10 04:36:48 +00:00
2022-02-09 23:16:05 +00:00
2022-03-08 18:24:31 +00:00

Logo Chromium

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.

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%