summaryrefslogtreecommitdiff
path: root/libre/iceweasel/libre.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel/libre.patch')
-rw-r--r--libre/iceweasel/libre.patch17
1 files changed, 6 insertions, 11 deletions
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
</dl>
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))