From 1de1bfcaca5849fb000da4d0cf442263b8ea374c Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 25 Mar 2020 11:12:53 +0200 Subject: libre/iceweasel: Update patches for changes from Firefox 74.0 Signed-off-by: Andreas Grapentin --- libre/iceweasel/libre.patch | 41 ++++++++++++++++------------------------- 1 file changed, 16 insertions(+), 25 deletions(-) (limited to 'libre/iceweasel/libre.patch') diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index 96852f0ae..0870d45cb 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -166,28 +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 0a31843..c01e488 100644 +index 1573c23a39..eed066db72 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 72 & 71)", -+ title: "What’s New in DevTools (Iceweasel 72 & 71)", +- title: "What’s New in DevTools (Firefox 74 & 73)", ++ title: "What’s New in DevTools (Iceweasel 74 & 73)", linkText: "Read more", - linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/72?${utmParams}`, + linkUrl: `https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/74?${utmParams}`, features: [ -@@ -39,7 +39,7 @@ const release = { - href: `https://wiki.developer.mozilla.org/docs/Tools/Debugger/How_to/Set_a_watchpoint_on_a_property?${utmParams}`, - }, - { -- header: `Improvements to VS Code’s Debugger for Firefox`, -+ header: `Improvements to VS Code’s Debugger for Iceweasel`, - description: `A new source map integration makes debugging faster and also integrates with VSCode’s new column breakpoints UI for fine-grained control. The new Watchpoints can be used via VSCode’s Data Points.`, - href: `https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug`, - }, -@@ -66,29 +66,6 @@ const release = { +@@ -71,29 +71,6 @@ const release = { ], }; @@ -197,19 +188,19 @@ index 0a31843..c01e488 100644 - linkText: "Get DevEdition", - features: [ - { -- header: `Asynchronous Stacks in Debugger`, -- description: `Asynchronous call stacks in the Debugger let you examine the event-driven function calls at previous points in time.`, +- header: `Full Asynchronous Stacks in Debugger`, +- 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: `Correct Meta Viewport in Responsive Design Mode`, -- description: `RDM with touch simulation enabled will now correctly simulate the meta viewport rendering of a mobile device.`, -- href: `https://developer.mozilla.org/docs/Tools/Responsive_Design_Mode?${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}`, - }, - { -- header: `CSP Style Directives No Longer Prevent CSS Edits`, -- description: `Editing an element’s inline style from Inspector’s rule-view now works even if style-src is blocked by CSP.`, -- href: `https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_CSS?${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}`, - }, - ], -}; @@ -217,7 +208,7 @@ index 0a31843..c01e488 100644 function openLink(href, e) { return openDocLink(href, { relatedToCurrent: true, -@@ -182,11 +159,6 @@ class App extends Component { +@@ -187,11 +164,6 @@ class App extends Component { ...release.features .filter(feature => !feature.hidden) .map(feature => createFactory(Feature)(feature)) @@ -230,7 +221,7 @@ index 0a31843..c01e488 100644 ) ); diff --git a/devtools/startup/aboutdevtools/aboutdevtools.xhtml b/devtools/startup/aboutdevtools/aboutdevtools.xhtml -index f69ffa3..5a5b4d2 100644 +index 5b0709e..38ea275 100644 --- a/devtools/startup/aboutdevtools/aboutdevtools.xhtml +++ b/devtools/startup/aboutdevtools/aboutdevtools.xhtml @@ -89,19 +89,6 @@ @@ -241,7 +232,7 @@ index f69ffa3..5a5b4d2 100644 -