Followups may be needed to hide what we don't need in the redesigned
Settings UI.
Chromium change:
https://chromium.googlesource.com/chromium/src/+/c696884758797f79b6701450100f003d91ecd653
commit c696884758797f79b6701450100f003d91ecd653
Author: Sean Harrison <harrisonsean@chromium.org>
Date: Fri Feb 19 17:08:20 2021 +0000
[WebUI] Remove old PrivacySettingsRedesign flag
PrivacySettingsRedesign has been launched for a while, this cleans
up any remaining usage of the flag.
Bug: 1032584
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/19bd6c6cc41a4e5f41a61a8acb88e0337763e733
commit 19bd6c6cc41a4e5f41a61a8acb88e0337763e733
Author: Matt Stark <msta@google.com>
Date: Wed Feb 17 08:47:48 2021 +0000
Replace fake-bidi with the pseuduolocales en-XA and ar-XB
These pseudolocales have better translations, are not broken, and have a
consistent naming scheme with android pseudolocales.
BUG=chromium:1173812
Because brave_strings.grd and settings_brave_strings.grdp are special
cases in terms of naming, the rebase script wasn't adding the GRDP
override to the GRD override.
Addresses brave/brave-browser#14750
Doesn't fix the actual translations, but we should get them the next
time we order.
13609: Added an Open in IPFS option for domains that have a TXT record that is prefixed with dnslink=
13611: Add a setting to automatically redirect for DNSLink
Fixesbrave/brave-browser#14235
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/fc0d1b93b039972a96eead77dd4d6f359762afcc
commit fc0d1b93b039972a96eead77dd4d6f359762afcc
Author: Xinghui Lu <xinghuilu@chromium.org>
Date: Thu Jan 14 03:21:12 2021 +0000
Enable enhanced protection message in interstitials by default.
To fully replace the old SBER checkbox with the new enhanced protection
message, some tests are removed entirely because the SBER checkbox
doesn't exist anymore:
SafeBrowsingBlockingPageBrowserTest.VisitWhitePaper
SafeBrowsingBlockingPageBrowserTest.ToggleSBEROn
SafeBrowsingBlockingPageBrowserTest.ToggleSBEROff
Some tests are slightly modified by removing the old
extended-reporting-opt-in element:
SafeBrowsingBlockingPageBrowserTest.
MainFrameBlockedShouldHaveNoDOMDetails
SafeBrowsingBlockingPageBrowserTest.ReloadWhileInterstitialShowing
SafeBrowsingBlockingPageBrowserTest.VerifyHitReportNotSentOnIncognito
For PolicyTest, remove the check of opt-in checkbox in
SafeBrowsingExtendedReportingPolicyManaged and add a new test for
checking the new enhanced-protection-message message with the
kSafeBrowsingProtectionLevel policy.
Bug: 1130721
Preference itself is still used- but not displayed to user. If they
click "Don't show again" and then change their mind, they can enable
regular Widevine preference
Fixes https://github.com/brave/brave-browser/issues/14130