From 264cd17e940c5dc0785ed1297af917a7780ea71a Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Tue, 26 Sep 2023 12:34:03 -0400 Subject: [PATCH] [Basilisk] Remove some leftover crashreporter stuff --- .../components/preferences/in-content/advanced.js | 9 --------- .../en-US/chrome/browser/preferences/advanced.dtd | 1 - .../themes/shared/incontentprefs/preferences.inc.css | 3 +-- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/application/basilisk/components/preferences/in-content/advanced.js b/application/basilisk/components/preferences/in-content/advanced.js index 5118ad1189..6330d34633 100644 --- a/application/basilisk/components/preferences/in-content/advanced.js +++ b/application/basilisk/components/preferences/in-content/advanced.js @@ -208,15 +208,6 @@ var gAdvancedPane = { // DATA CHOICES TAB - /** - * We don't report crashes to any external servers so there is nothing to learn more about. - */ - initSubmitCrashes: function () - { - let element = document.getElementById(crashReporterLearnMore); - element.setAttribute("hidden", "true"); - }, - /** * Initialize the health report service reference and checkbox. */ diff --git a/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd b/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd index 25429c6335..b4986fa371 100644 --- a/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd +++ b/application/basilisk/locales/en-US/chrome/browser/preferences/advanced.dtd @@ -38,7 +38,6 @@ - diff --git a/application/basilisk/themes/shared/incontentprefs/preferences.inc.css b/application/basilisk/themes/shared/incontentprefs/preferences.inc.css index 72cf92f3c2..1b7af33bdc 100644 --- a/application/basilisk/themes/shared/incontentprefs/preferences.inc.css +++ b/application/basilisk/themes/shared/incontentprefs/preferences.inc.css @@ -288,8 +288,7 @@ description > html|a { margin-inline-end: 4px; /* add the 4px end-margin of other elements */ } -#FHRLearnMore, -#crashReporterLearnMore { +#FHRLearnMore { /* provide some margin between the links and the label text */ /* !important is needed to override the rules defined in common.css */ margin-inline-start: 20px !important;