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.patch21
1 files changed, 8 insertions, 13 deletions
diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch
index 0870d45cb..6ac39f8b1 100644
--- a/libre/iceweasel/libre.patch
+++ b/libre/iceweasel/libre.patch
@@ -25,14 +25,14 @@ index 7d37d26..4ebbc06 100644
</hbox>
- <label class="fxaMobilePromo" data-l10n-id="sync-mobile-promo">
- <html:img
-- src="chrome://browser/skin/preferences/in-content/logo-android.svg"
+- src="chrome://browser/skin/logo-android.svg"
- data-l10n-name="android-icon"
- class="androidIcon"/>
- <html:a
- data-l10n-name="android-link"
- class="fxaMobilePromo-android text-link" target="_blank"/>
- <html:img
-- src="chrome://browser/skin/preferences/in-content/logo-ios.svg"
+- src="chrome://browser/skin/logo-ios.svg"
- data-l10n-name="ios-icon"
- class="iOSIcon"/>
- <html:a
@@ -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 1573c23a39..eed066db72 100644
+index 26061a604f..a9016f6bda 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 74 & 73)",
-+ title: "What’s New in DevTools (Iceweasel 74 & 73)",
+- title: "What’s New in DevTools (Firefox 75)",
++ title: "What’s New in DevTools (Iceweasel 75)",
linkText: "Read more",
- linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/74?${utmParams}`,
+ linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/75?${utmParams}`,
features: [
-@@ -71,29 +71,6 @@ const release = {
+@@ -66,24 +66,6 @@ const release = {
],
};
@@ -197,18 +197,13 @@ index 1573c23a39..eed066db72 100644
- 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}`,
- },
-- {
-- header: `Instantly evaluated Console previews`,
-- description: `Peek into the results of your current Console expression and autocomplete values as you type.`,
-- href: `https://developer.mozilla.org/en-US/docs/Tools/Web_Console/The_command_line_interpreter?${utmParams}`,
-- },
- ],
-};
-
function openLink(href, e) {
return openDocLink(href, {
relatedToCurrent: true,
-@@ -187,11 +164,6 @@ class App extends Component {
+@@ -177,11 +159,6 @@ class App extends Component {
...release.features
.filter(feature => !feature.hidden)
.map(feature => createFactory(Feature)(feature))