Backed out changeset 04fb760be124 (bug 1572029) for assertion failures on nsTextFormatter.cpp

--HG--
extra : rebase_source : c738c180c3057ea214fbe3fdb3ec01c5470f79a0
This commit is contained in:
Cosmin Sabou 2019-08-07 18:45:25 +03:00
Родитель 51c1fbadbc
Коммит 6a3914f963
2 изменённых файлов: 0 добавлений и 27 удалений

Просмотреть файл

@ -1773,23 +1773,6 @@ var gProtectionsHandler = {
!currentlyEnabled
);
// Give the button an accessible label for screen readers.
if (currentlyEnabled) {
this._protectionsPopupTPSwitch.setAttribute(
"aria-label",
gNavigatorBundle.getFormattedString("protections.disableAriaLabel", [
host,
])
);
} else {
this._protectionsPopupTPSwitch.setAttribute(
"aria-label",
gNavigatorBundle.getFormattedString("protections.enableAriaLabel", [
host,
])
);
}
// Update the tooltip of the blocked tracker counter.
this.maybeUpdateEarliestRecordedDateTooltip();
},

Просмотреть файл

@ -644,16 +644,6 @@ trackingProtection.icon.noTrackersDetectedTooltip=No trackers known to %S were d
# Header of the Protections Panel. %S is replaced with the site's hostname.
protections.header=Protections for %S
# LOCALIZATION NOTE (protections.disableAriaLabel):
# Text that gets spoken by a screen reader if the button will disable protections.
# %s is the site's hostname.
protections.disableAriaLabel=Disable protections for %s
# LOCALIZATION NOTE (protections.enableAriaLabel):
# Text that gets spoken by a screen reader if the button will enable protections.
# %s is the site's hostname.
protections.enableAriaLabel=Enable protections for %s
# Blocking and Not Blocking sub-views in the Protections Panel
protections.blocking.fingerprinters.title=Fingerprinters Blocked
protections.blocking.cryptominers.title=Cryptominers Blocked