From 58c28f62226cff0c897ed608fb74134e4ebd1602 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 4 Jul 2022 11:15:48 -0400 Subject: lw 102.0 rc1 --- .../prefs/Don-t-auto-disable-extensions-in-system-directories.patch | 2 +- librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'librewolf/debian/patches/prefs') diff --git a/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch b/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch index 9421efe..ec0473c 100644 --- a/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch +++ b/librewolf/debian/patches/prefs/Don-t-auto-disable-extensions-in-system-directories.patch @@ -7,7 +7,7 @@ Subject: Don't auto-disable extensions in system directories 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js -index e7d2a89..6c647d0 100644 +index 0af0b8d..0e9c93e 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -56,7 +56,7 @@ pref("extensions.systemAddon.update.enabled", true); diff --git a/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch b/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch index b4956c5..1fb5236 100644 --- a/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch +++ b/librewolf/debian/patches/prefs/Set-DPI-to-system-settings.patch @@ -7,10 +7,10 @@ Subject: Set DPI to system settings 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml -index e31dab4..f8a4f8f 100644 +index c487b04..671c4b5 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml -@@ -7310,7 +7310,7 @@ +@@ -7331,7 +7331,7 @@ # interpretation of physical units such as "pt". - name: layout.css.dpi type: int32_t -- cgit