From 4ab3fd7ba85ce601afec2843dda54df3f5d14ee8 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 6 May 2020 23:36:25 +0300 Subject: libre/iceweasel: update patches Signed-off-by: Andreas Grapentin --- libre/iceweasel/libre.patch | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'libre/iceweasel/libre.patch') diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index aa74ba3a0..e4adb501a 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -166,19 +166,19 @@ index 2d3c7b4..00221d3 100644 -#endif diff --git a/devtools/client/whats-new/src/main.js b/devtools/client/whats-new/src/main.js -index 26061a604f..a9016f6bda 100644 +index 0b62b2e74f..1afd87d0e1 100644 --- a/devtools/client/whats-new/src/main.js +++ b/devtools/client/whats-new/src/main.js @@ -29,7 +29,7 @@ const aside = { }; const release = { -- title: "What’s New in DevTools (Firefox 75)", -+ title: "What’s New in DevTools (Iceweasel 75)", +- title: "What’s New in DevTools (Firefox 76)", ++ title: "What’s New in DevTools (Iceweasel 76)", linkText: "Read more", - linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/75?${utmParams}`, + linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/76?${utmParams}`, features: [ -@@ -66,24 +66,6 @@ const release = { +@@ -66,19 +66,6 @@ const release = { ], }; @@ -192,18 +192,13 @@ index 26061a604f..a9016f6bda 100644 - description: `Step through event, timeout and promise-based function calls over time with the full-featured async stacks in Debugger.`, - href: `https://developer.mozilla.org/en-US/docs/Tools/Debugger/UI_Tour?${utmParams}`, - }, -- { -- header: `Inspect & Debug Service Workers`, -- description: `Start, pause and debug your Service Workers and inspect your Web App Manifests within the long-awaited Application panel.`, -- href: `https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API/Using_Service_Workers?${utmParams}`, -- }, - ], -}; - function openLink(href, e) { return openDocLink(href, { relatedToCurrent: true, -@@ -177,11 +159,6 @@ class App extends Component { +@@ -172,11 +159,6 @@ class App extends Component { ...release.features .filter(feature => !feature.hidden) .map(feature => createFactory(Feature)(feature)) -- cgit v1.2.3