From c006b8c002fde01e93e6a06f90ab1a82cf43ff45 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 4 Apr 2018 11:10:55 +0200 Subject: [PATCH] update for 52.7.3 --- disable-reader.patch | 6 +- disable-send-to-device.patch | 127 +++++++++++++++++------------------ enable-legacy-addons.patch | 36 ---------- mitigate-spectre.patch | 2 +- preferences.patch | 28 ++++---- 5 files changed, 80 insertions(+), 119 deletions(-) delete mode 100644 enable-legacy-addons.patch diff --git a/disable-reader.patch b/disable-reader.patch index f1777e3..f1b1d11 100644 --- a/disable-reader.patch +++ b/disable-reader.patch @@ -27,7 +27,7 @@ ["RecentWindow", "resource:///modules/RecentWindow.jsm"], ["SessionStore", "resource:///modules/sessionstore/SessionStore.jsm"], ["ShortcutUtils", "resource://gre/modules/ShortcutUtils.jsm"], -@@ -4582,7 +4580,6 @@ var XULBrowserWindow = { +@@ -4579,7 +4577,6 @@ var XULBrowserWindow = { } } UpdateBackForwardCommands(gBrowser.webNavigation); @@ -35,7 +35,7 @@ gGestureSupport.restoreRotationState(); -@@ -4883,9 +4880,6 @@ var TabsProgressListener = { +@@ -4880,9 +4877,6 @@ var TabsProgressListener = { // Filter out location changes caused by anchor navigation // or history.push/pop/replaceState. if (aFlags & Ci.nsIWebProgressListener.LOCATION_CHANGE_SAME_DOCUMENT) { @@ -47,7 +47,7 @@ --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul -@@ -766,10 +766,6 @@ +@@ -759,10 +759,6 @@ hidden="true" tooltiptext="&pageReportIcon.tooltip;" onmousedown="gPopupBlockerObserver.onReportButtonMousedown(event);"/> diff --git a/disable-send-to-device.patch b/disable-send-to-device.patch index 49bd86b..b722768 100644 --- a/disable-send-to-device.patch +++ b/disable-send-to-device.patch @@ -30,70 +30,6 @@