readd unsignedScopes preference
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 25 Aug 2018 14:54:29 +0200
changeset 1069 0410f6db95d5
parent 1068 70cd69cfa868
child 1070 18f97bd2c2bf
readd unsignedScopes preference
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/mozilla-unsignedScopes.patch
mozilla-unsignedScopes.patch
series
--- a/MozillaFirefox/MozillaFirefox.changes	Sat Aug 25 14:49:55 2018 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat Aug 25 14:54:29 2018 +0200
@@ -1,10 +1,12 @@
 -------------------------------------------------------------------
-Thu Aug 23 14:49:41 UTC 2018 - wr@rosenauer.org
+Sat Aug 25 12:53:16 UTC 2018 - wr@rosenauer.org
 
 - update to Firefox 62.0b19
 - requires NSS >= 3.38
 - removed obsolete patches
   mozilla-bmo1464766.patch
+- moved unsignedScope pref into new patch
+  mozilla-unsignedScopes.patch
 
 -------------------------------------------------------------------
 Thu Aug  9 14:22:00 UTC 2018 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Sat Aug 25 14:49:55 2018 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat Aug 25 14:54:29 2018 +0200
@@ -160,6 +160,7 @@
 Patch7:         mozilla-aarch64-startup-crash.patch
 Patch8:         mozilla-bmo256180.patch
 Patch9:         mozilla-no-return.patch
+Patch10:        mozilla-unsignedScopes.patch
 # Firefox/browser
 Patch101:       firefox-kde.patch
 Patch102:       firefox-branded-icons.patch
@@ -270,6 +271,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 # Firefox
 %patch101 -p1
 %patch102 -p1
@@ -506,7 +508,6 @@
 rm -f %{buildroot}%{progdir}/run-mozilla.sh
 rm -f %{buildroot}%{progdir}/LICENSE
 rm -f %{buildroot}%{progdir}/precomplete
-rm -f %{buildroot}%{progdir}/dictionaries/en-US*
 rm -f %{buildroot}%{progdir}/update-settings.ini
 # devel
 mkdir -p %{buildroot}%{_bindir}
@@ -584,7 +585,6 @@
 %dir %{progdir}/distribution/
 %{progdir}/distribution/extensions/
 %{progdir}/defaults/
-%{progdir}/dictionaries/
 %dir %{progdir}/gtk2
 %{progdir}/gtk2/libmozgtk.so
 %{progdir}/gmp-clearkey/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MozillaFirefox/mozilla-unsignedScopes.patch	Sat Aug 25 14:54:29 2018 +0200
@@ -0,0 +1,1 @@
+../mozilla-unsignedScopes.patch
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-unsignedScopes.patch	Sat Aug 25 14:54:29 2018 +0200
@@ -0,0 +1,27 @@
+# HG changeset patch
+# User Wolfgang Rosenauer <wr@rosenauer.org>
+# Parent  0629fb9c6879e14c1b5e3cbff53b0d44371f0127
+
+diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
+--- a/modules/libpref/init/all.js
++++ b/modules/libpref/init/all.js
+@@ -1136,16 +1136,19 @@ pref("print.print_via_parent", false);
+ // paths instead of using font embedding.
+ pref("print.font-variations-as-paths", true);
+ 
+ // Pref used by the spellchecker extension to control the
+ // maximum number of misspelled words that will be underlined
+ // in a document.
+ pref("extensions.spellcheck.inline.max-misspellings", 500);
+ 
++// Add-on manager scoped allowing unsigned addons. None by default.
++pref("extensions.unsignedScopes", 12, locked);
++
+ // Prefs used by libeditor. Prefs specific to seamonkey composer
+ // belong in comm-central/editor/ui/composer.js
+ 
+ pref("editor.use_custom_colors", false);
+ pref("editor.singleLine.pasteNewlines",      2);
+ pref("editor.use_css",                       false);
+ pref("editor.css.default_length_unit",       "px");
+ pref("editor.resizing.preserve_ratio",       true);
--- a/series	Sat Aug 25 14:49:55 2018 +0200
+++ b/series	Sat Aug 25 14:54:29 2018 +0200
@@ -8,6 +8,7 @@
 mozilla-aarch64-startup-crash.patch
 mozilla-bmo256180.patch
 mozilla-no-return.patch
+mozilla-unsignedScopes.patch
 
 # Firefox patches
 firefox-kde.patch