From 32f3b81e31a8cfca03c50b48317ddfc39389a26e Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Sun, 2 Aug 2020 21:02:23 +0300 Subject: libre/iceweasel: 79.0 Sync with upstreams Upstream Firefox now requires about-logo.svg in branding dir, so added it by copying the same source file that is used for other logos. LDFLAGS for i686 were changed the same way Arch Linux ARM did it. Otherwise, the build fails due to this flag. --- libre/iceweasel/libre.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libre/iceweasel/libre.patch') diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index 4464fe5fe..bb0572adc 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -331,15 +331,6 @@ index 5bc3a4b6c2..afc8d388e2 100644 AboutLoginsOpenPreferences: { wantUntrusted: true }, AboutLoginsOpenSite: { wantUntrusted: true }, AboutLoginsRecordTelemetryEvent: { wantUntrusted: true }, -@@ -783,8 +781,6 @@ const listeners = { - "AboutLogins:OpenFAQ": ["AboutLoginsParent"], - "AboutLogins:GetHelp": ["AboutLoginsParent"], - "AboutLogins:OpenPreferences": ["AboutLoginsParent"], -- "AboutLogins:OpenMobileAndroid": ["AboutLoginsParent"], -- "AboutLogins:OpenMobileIos": ["AboutLoginsParent"], - "AboutLogins:OpenSite": ["AboutLoginsParent"], - "AboutLogins:SortChanged": ["AboutLoginsParent"], - "AboutLogins:Subscribe": ["AboutLoginsParent"], diff --git a/browser/components/aboutlogins/AboutLoginsChild.jsm b/browser/components/aboutlogins/AboutLoginsChild.jsm index a4cd976dd5..c24b42eed0 100644 --- a/browser/components/aboutlogins/AboutLoginsChild.jsm -- cgit v1.2.3