mozilla-unsignedScopes.patch
changeset 1069 0410f6db95d5
equal deleted inserted replaced
1068:70cd69cfa868 1069:0410f6db95d5
       
     1 # HG changeset patch
       
     2 # User Wolfgang Rosenauer <wr@rosenauer.org>
       
     3 # Parent  0629fb9c6879e14c1b5e3cbff53b0d44371f0127
       
     4 
       
     5 diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
       
     6 --- a/modules/libpref/init/all.js
       
     7 +++ b/modules/libpref/init/all.js
       
     8 @@ -1136,16 +1136,19 @@ pref("print.print_via_parent", false);
       
     9  // paths instead of using font embedding.
       
    10  pref("print.font-variations-as-paths", true);
       
    11  
       
    12  // Pref used by the spellchecker extension to control the
       
    13  // maximum number of misspelled words that will be underlined
       
    14  // in a document.
       
    15  pref("extensions.spellcheck.inline.max-misspellings", 500);
       
    16  
       
    17 +// Add-on manager scoped allowing unsigned addons. None by default.
       
    18 +pref("extensions.unsignedScopes", 12, locked);
       
    19 +
       
    20  // Prefs used by libeditor. Prefs specific to seamonkey composer
       
    21  // belong in comm-central/editor/ui/composer.js
       
    22  
       
    23  pref("editor.use_custom_colors", false);
       
    24  pref("editor.singleLine.pasteNewlines",      2);
       
    25  pref("editor.use_css",                       false);
       
    26  pref("editor.css.default_length_unit",       "px");
       
    27  pref("editor.resizing.preserve_ratio",       true);