diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-03-25 11:12:53 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-03-27 21:44:53 +0100 |
commit | 1de1bfcaca5849fb000da4d0cf442263b8ea374c (patch) | |
tree | 4adee048cf9f5b3ffd3976166ae9a240a407e243 /libre | |
parent | e46be83c046ac8480ec5212cedc23e515df0bde7 (diff) | |
download | abslibre-1de1bfcaca5849fb000da4d0cf442263b8ea374c.tar.gz abslibre-1de1bfcaca5849fb000da4d0cf442263b8ea374c.tar.bz2 abslibre-1de1bfcaca5849fb000da4d0cf442263b8ea374c.zip |
libre/iceweasel: Update patches for changes from Firefox 74.0
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceweasel/libre-searchengines.patch | 31 | ||||
-rw-r--r-- | libre/iceweasel/libre.patch | 41 |
2 files changed, 16 insertions, 56 deletions
diff --git a/libre/iceweasel/libre-searchengines.patch b/libre/iceweasel/libre-searchengines.patch index e42ca78e8..220b07a95 100644 --- a/libre/iceweasel/libre-searchengines.patch +++ b/libre/iceweasel/libre-searchengines.patch @@ -190,37 +190,6 @@ index d023e0a..15ee5f5 100644 - ] } }, - "en-ZA": { -@@ -338,30 +214,6 @@ - "visibleDefaultEngines": [ - "google-b-d", "bing", "amazondotcom", "ddg", "twitter", "wikipedia" - ] -- }, -- "KZ": { -- "visibleDefaultEngines": [ -- "yandex-en", "google-b-d", "bing", "amazondotcom", "ddg", "twitter", "wikipedia" -- ], -- "searchDefault": "Yandex" -- }, -- "BY": { -- "visibleDefaultEngines": [ -- "yandex-en", "google-b-d", "bing", "amazondotcom", "ddg", "twitter", "wikipedia" -- ], -- "searchDefault": "Yandex" -- }, -- "RU": { -- "visibleDefaultEngines": [ -- "yandex-en", "google-b-d", "bing", "amazondotcom", "ddg", "twitter", "wikipedia" -- ], -- "searchDefault": "Yandex" -- }, -- "TR": { -- "visibleDefaultEngines": [ -- "yandex-en", "google-b-d", "bing", "amazondotcom", "ddg", "twitter", "wikipedia" -- ], -- "searchDefault": "Yandex" - } - }, "eo": { @@ -397,11 +249,6 @@ "visibleDefaultEngines": [ 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 </dl> 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 - <footer> - <img class="dev-edition-logo" - src="chrome://devtools-startup/content/aboutdevtools/images/dev-edition-logo.svg" -- alt="Firefox Developer Edition logo"/> +- alt="" /> - <div class="footer-message"> - <h1 class="footer-message-title" data-l10n-id="footer-title"></h1> - <p data-l10n-id="footer-message"></p> |