firefox: update strict patch for v128
This commit is contained in:
parent
eed30ae01c
commit
8af4bc9c9a
3 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
diff -ru firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix
|
diff --git a/browser/components/BrowserGlue.sys.mjs b/browser/components/BrowserGlue.sys.mjs
|
||||||
--- firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs 2023-02-07 01:52:32.000000000 -0600
|
index 8fa6f7a..a34ab8b 100644
|
||||||
+++ firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs_fix 2023-02-07 14:52:59.465762604 -0600
|
--- a/browser/components/BrowserGlue.sys.mjs
|
||||||
@@ -1637,6 +1637,19 @@
|
+++ b/browser/components/BrowserGlue.sys.mjs
|
||||||
|
@@ -1860,6 +1860,19 @@ BrowserGlue.prototype = {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -18,6 +19,6 @@ diff -ru firefox-110.0+build1/browser/components/BrowserGlue.sys.mjs firefox-110
|
||||||
+ Services.prefs.setStringPref("browser.contentblocking.category", "strict"); this._updateCBCategory;
|
+ Services.prefs.setStringPref("browser.contentblocking.category", "strict"); this._updateCBCategory;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
// Offer to reset a user's profile if it hasn't been used for 60 days.
|
this._maybeOfferProfileReset();
|
||||||
const OFFER_PROFILE_RESET_INTERVAL_MS = 60 * 24 * 60 * 60 * 1000;
|
|
||||||
let lastUse = Services.appinfo.replacedLockTime;
|
this._checkForOldBuildUpdates();
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
|
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
|
||||||
index a80f361..77dc480 100644
|
index b8aa711..c923c87 100644
|
||||||
--- a/browser/app/profile/firefox.js
|
--- a/browser/app/profile/firefox.js
|
||||||
+++ b/browser/app/profile/firefox.js
|
+++ b/browser/app/profile/firefox.js
|
||||||
@@ -1679,25 +1679,25 @@ pref("prompts.defaultModalType", 3);
|
@@ -1698,22 +1698,22 @@ pref("browser.topsites.component.enabled", false);
|
||||||
|
|
||||||
pref("browser.topsites.useRemoteSetting", true);
|
pref("browser.topsites.useRemoteSetting", true);
|
||||||
// Fetch sponsored Top Sites from Mozilla Tiles Service (Contile)
|
// Fetch sponsored Top Sites from Mozilla Tiles Service (Contile)
|
||||||
|
|
@ -31,8 +31,4 @@ index a80f361..77dc480 100644
|
||||||
+pref("browser.newtabpage.activity-stream.showWeather", false);
|
+pref("browser.newtabpage.activity-stream.showWeather", false);
|
||||||
pref("browser.newtabpage.activity-stream.weather.query", "");
|
pref("browser.newtabpage.activity-stream.weather.query", "");
|
||||||
pref("browser.newtabpage.activity-stream.weather.locationSearchEnabled", false);
|
pref("browser.newtabpage.activity-stream.weather.locationSearchEnabled", false);
|
||||||
-pref("browser.newtabpage.activity-stream.weather.temperatureUnits", "f");
|
|
||||||
+pref("browser.newtabpage.activity-stream.weather.temperatureUnits", "c");
|
|
||||||
pref("browser.newtabpage.activity-stream.weather.display", "simple");
|
pref("browser.newtabpage.activity-stream.weather.display", "simple");
|
||||||
// List of regions that get weather by default.
|
|
||||||
pref("browser.newtabpage.activity-stream.discoverystream.region-weather-config", "");
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=110
|
VERSION=111
|
||||||
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||||
REPOKEY=9BDB3D89CE49EC21
|
REPOKEY=9BDB3D89CE49EC21
|
||||||
|
|
||||||
|
|
@ -75,6 +75,9 @@ sed -i '/kHandlerList = {/,/^ };/{/^ /d}' uriloader/exthandler/HandlerList.sys.
|
||||||
# Replace ubufox recommendation
|
# Replace ubufox recommendation
|
||||||
sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in
|
sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in
|
||||||
|
|
||||||
|
# Temporary ppc64el fix dependency for v128
|
||||||
|
sed -i "/libffi-dev/a \\\tlibaom-dev [ppc64el]," debian/control.in
|
||||||
|
|
||||||
#Remove exceptions on warnings when installing addons.
|
#Remove exceptions on warnings when installing addons.
|
||||||
sed -i '/addons.mozilla.org/d' browser/app/permissions
|
sed -i '/addons.mozilla.org/d' browser/app/permissions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue