From 77bc3513fd2f7582e94e7b71e411fc0edbfa7f9b Mon Sep 17 00:00:00 2001 From: Basilisk-Dev Date: Mon, 25 Sep 2023 15:35:24 -0400 Subject: [PATCH] [Basilisk] Remove some mobile leftovers --- application/basilisk/app/profile/basilisk.js | 5 ----- .../locales/en-US/chrome/browser/browser.properties | 11 ----------- .../themes/shared/incontentprefs/preferences.inc.css | 5 ----- 3 files changed, 21 deletions(-) diff --git a/application/basilisk/app/profile/basilisk.js b/application/basilisk/app/profile/basilisk.js index 775048ca85..06db4d3f3e 100644 --- a/application/basilisk/app/profile/basilisk.js +++ b/application/basilisk/app/profile/basilisk.js @@ -1149,11 +1149,6 @@ pref("browser.uiCustomization.debug", false); // CustomizableUI state of the browser's user interface pref("browser.uiCustomization.state", ""); -// URLs for promo links to mobile browsers. Note that consumers are expected to -// append a value for utm_campaign. -pref("identity.mobilepromo.android", "https://www.mozilla.org/firefox/android/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign="); -pref("identity.mobilepromo.ios", "https://www.mozilla.org/firefox/ios/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign="); - // On GTK, we now default to showing the menubar only when alt is pressed: #ifdef MOZ_WIDGET_GTK pref("ui.key.menuAccessKeyFocuses", true); diff --git a/application/basilisk/locales/en-US/chrome/browser/browser.properties b/application/basilisk/locales/en-US/chrome/browser/browser.properties index 655298a576..a2a6af72d7 100644 --- a/application/basilisk/locales/en-US/chrome/browser/browser.properties +++ b/application/basilisk/locales/en-US/chrome/browser/browser.properties @@ -605,17 +605,6 @@ appmenu.downloadUpdateButton.label = Download Update readingList.promo.firstUse.readerView.title = Reader View readingList.promo.firstUse.readerView.body = Remove clutter so you can focus exactly on what you want to read. -# LOCALIZATION NOTE (appMenuRemoteTabs.mobilePromo.text2): -# %1$S will be replaced with a link, the text of which is -# appMenuRemoteTabs.mobilePromo.android and the link will be to -# https://www.mozilla.org/firefox/android/. -# %2$S will be replaced with a link, the text of which is -# appMenuRemoteTabs.mobilePromo.ios -# and the link will be to https://www.mozilla.org/firefox/ios/. -appMenuRemoteTabs.mobilePromo.text2 = Download %1$S or %2$S and connect them to your Firefox Account. -appMenuRemoteTabs.mobilePromo.android = Firefox for Android -appMenuRemoteTabs.mobilePromo.ios = Firefox for iOS - # LOCALIZATION NOTE (e10s.accessibilityNotice.mainMessage, # e10s.accessibilityNotice.enableAndRestart.label, # e10s.accessibilityNotice.enableAndRestart.accesskey): diff --git a/application/basilisk/themes/shared/incontentprefs/preferences.inc.css b/application/basilisk/themes/shared/incontentprefs/preferences.inc.css index 3dc04628d4..1f07ee8a17 100644 --- a/application/basilisk/themes/shared/incontentprefs/preferences.inc.css +++ b/application/basilisk/themes/shared/incontentprefs/preferences.inc.css @@ -540,11 +540,6 @@ description > html|a { margin-inline-end: 14px; } -.fxaMobilePromo { - margin-bottom: 20px; - margin-top: 25px; -} - #fxaLoginRejectedWarning { list-style-image: url(chrome://browser/skin/warning.svg); filter: drop-shadow(0 1px 0 hsla(206, 50%, 10%, .15));