home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / firefox / greprefs / all.js next >
Encoding:
Text File  |  2006-08-18  |  60.0 KB  |  1,353 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Benjamin Smedberg <bsmedberg@covad.net>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* The prefs in this file are shipped with the GRE and should apply to all
  40.  * embedding situations. Application-specific preferences belong somewhere else,
  41.  * for example xpfe/bootstrap/browser-prefs.js
  42.  *
  43.  * Platform-specific #ifdefs at the end of this file override the generic
  44.  * entries at the top.
  45.  */
  46.  
  47. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  48. //  The first character after a period must be alphabetic.
  49.  
  50. pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
  51. pref("keyword.enabled", false);
  52. pref("general.useragent.locale", "chrome://global/locale/intl.properties");
  53. pref("general.useragent.contentlocale", "chrome://browser-region/locale/region.properties");
  54.  
  55. pref("general.config.obscure_value", 0); // for MCD .cfg files
  56. pref("general.config.filename", "firefox.cfg");
  57.  
  58. // maximum number of dated backups to keep at any time
  59. pref("browser.bookmarks.max_backups",       5);
  60.  
  61. pref("browser.cache.disk.enable",           true);
  62. pref("browser.cache.disk.capacity",         51200);
  63. pref("browser.cache.memory.enable",         true);
  64. //pref("browser.cache.memory.capacity",     -1);
  65. // -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
  66. pref("browser.cache.disk_cache_ssl",        false);
  67. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  68. pref("browser.cache.check_doc_frequency",   3);
  69. // Fastback caching - if this pref is negative, then we calculate the number
  70. // of content viewers to cache based on the amount of available memory.
  71. pref("browser.sessionhistory.max_total_viewers", -1);
  72.  
  73. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  74. pref("browser.display.use_document_colors", true);
  75. pref("browser.display.use_system_colors",   false);
  76. pref("browser.display.foreground_color",    "#000000");
  77. pref("browser.display.background_color",    "#FFFFFF");
  78. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  79. // 0 = no external leading, 
  80. // 1 = use external leading only when font provides, 
  81. // 2 = add extra leading both internal leading and external leading are zero
  82. pref("browser.display.normal_lineheight_calc_control", 2);
  83. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  84. pref("browser.anchor_color",                "#0000EE");
  85. pref("browser.active_color",                "#EE0000");
  86. pref("browser.visited_color",               "#551A8B");
  87. pref("browser.underline_anchors",           true);
  88. pref("browser.blink_allowed",               true);
  89. pref("browser.enable_automatic_image_resizing", false);
  90.  
  91. pref("browser.display.use_focus_colors",    false);
  92. pref("browser.display.focus_background_color", "#117722");
  93. pref("browser.display.focus_text_color",     "#ffffff");
  94. pref("browser.display.focus_ring_width",     1);
  95. pref("browser.display.focus_ring_on_anything", false);
  96.  
  97. pref("browser.helperApps.alwaysAsk.force",  false);
  98. pref("browser.helperApps.neverAsk.saveToDisk", "");
  99. pref("browser.helperApps.neverAsk.openFile", "");
  100.  
  101. // xxxbsmedberg: where should prefs for the toolkit go?
  102. pref("browser.chrome.toolbar_tips",         true);
  103. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  104. pref("browser.chrome.toolbar_style",        2);
  105. // max image size for which it is placed in the tab icon for tabbrowser.
  106. // if 0, no images are used for tab icons for image documents.
  107. pref("browser.chrome.image_icons.max_size", 1024);
  108.  
  109.  
  110. pref("accessibility.browsewithcaret", false);
  111. pref("accessibility.warn_on_browsewithcaret", true);
  112.  
  113. //@line 114 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  114. // Tab focus model bit field:
  115. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  116. // Most users will want 1, 3, or 7.
  117. // On OS X, we use Full Keyboard Access system preference,
  118. // unless accessibility.tabfocus is set by the user.
  119. pref("accessibility.tabfocus", 7);
  120. pref("accessibility.tabfocus_applies_to_xul", false);
  121. //@line 125 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  122.  
  123. pref("accessibility.usetexttospeech", "");
  124. pref("accessibility.usebrailledisplay", "");
  125. pref("accessibility.accesskeycausesactivation", true);
  126.  
  127. // Type Ahead Find
  128. pref("accessibility.typeaheadfind", true);
  129. pref("accessibility.typeaheadfind.autostart", true);
  130. // casesensitive: controls the find bar's case-sensitivity
  131. //     0 - "never"  (case-insensitive)
  132. //     1 - "always" (case-sensitive)
  133. // other - "auto"   (case-sensitive for mixed-case input, insensitive otherwise)
  134. pref("accessibility.typeaheadfind.casesensitive", 0);
  135. pref("accessibility.typeaheadfind.linksonly", true);
  136. pref("accessibility.typeaheadfind.startlinksonly", false);
  137. pref("accessibility.typeaheadfind.timeout", 4000);
  138. pref("accessibility.typeaheadfind.enabletimeout", true);
  139. pref("accessibility.typeaheadfind.soundURL", "beep");
  140. pref("accessibility.typeaheadfind.enablesound", true);
  141.  
  142. pref("browser.history_expire_days", 9);
  143.  
  144. // loading and rendering of framesets and iframes
  145. pref("browser.frames.enabled", true);
  146.  
  147. // form submission
  148. pref("browser.forms.submit.backwards_compatible", true);
  149.  
  150. // xxxbsmedberg more toolkit prefs?
  151. // Tab browser preferences.
  152. pref("browser.tabs.autoHide", true);
  153. pref("browser.tabs.forceHide", false);
  154. pref("browser.tabs.warnOnClose", true);
  155. pref("browser.tabs.warnOnCloseOther", true);
  156. pref("browser.tabs.warnOnOpen", true);
  157. pref("browser.tabs.maxOpenBeforeWarn", 15);
  158. // 0 = append, 1 = replace
  159. pref("browser.tabs.loadGroup", 1);
  160.  
  161. pref("toolkit.scrollbox.scrollIncrement", 20);
  162. pref("toolkit.scrollbox.clickToScroll.scrollDelay", 200);
  163.  
  164. // lets new tab/window load something different than first window
  165. // -1 - use navigator startup preference
  166. //  0 - loads blank page
  167. //  1 - loads home page
  168. //  2 - loads last page visited
  169. pref("browser.tabs.loadOnNewTab", 0);
  170. pref("browser.windows.loadOnNewWindow", 1);
  171.  
  172. // view source
  173. pref("view_source.syntax_highlight", true);
  174. pref("view_source.wrap_long_lines", false);
  175.  
  176. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  177. pref("nglayout.events.dispatchLeftClickOnly", true);
  178.  
  179. // whether or not to use xbl form controls
  180. pref("nglayout.debug.enable_xbl_forms", false);
  181.  
  182. // size of scrollbar snapping region
  183. pref("slider.snapMultiplier", 6);
  184.  
  185. // Default to using the system filepicker if possible, but allow
  186. // toggling to use the XUL filepicker
  187. pref("ui.allow_platform_file_picker", true);
  188.  
  189. // option to choose plug-in finder
  190. pref("application.use_ns_plugin_finder", false);
  191.  
  192. // URI fixup prefs
  193. pref("browser.fixup.alternate.enabled", true);
  194. pref("browser.fixup.alternate.prefix", "www.");
  195. pref("browser.fixup.alternate.suffix", ".com");
  196. pref("browser.fixup.hide_user_pass", true);
  197.  
  198. // Print header customization
  199. // Use the following codes:
  200. // &T - Title
  201. // &U - Document URL
  202. // &D - Date/Time
  203. // &P - Page Number
  204. // &PT - Page Number "of" Page total
  205. // Set each header to a string containing zero or one of these codes
  206. // and the code will be replaced in that string by the corresponding data
  207. pref("print.print_headerleft", "&T");
  208. pref("print.print_headercenter", "");
  209. pref("print.print_headerright", "&U");
  210. pref("print.print_footerleft", "&PT");
  211. pref("print.print_footercenter", "");
  212. pref("print.print_footerright", "&D");
  213. pref("print.show_print_progress", true);
  214.  
  215. // xxxbsmedberg: more toolkit prefs
  216.  
  217. // When this is set to false each window has its own PrintSettings
  218. // and a chnage in one window does not affect the others
  219. pref("print.use_global_printsettings", true);
  220.  
  221. // Use the native dialog or the XP dialog?
  222. pref("print.use_native_print_dialog", false);
  223.  
  224. // Save the Printings after each print job
  225. pref("print.save_print_settings", true);
  226.  
  227. pref("print.whileInPrintPreview", true);
  228.  
  229. // Cache old Presentation when going into Print Preview
  230. pref("print.always_cache_old_pres", false);
  231.  
  232. // Enables you to specify the gap from the edge of the paper to the margin
  233. // this is used by both Printing and Print Preview
  234. pref("print.print_edge_top", 0); // 1/100 of an inch
  235. pref("print.print_edge_left", 0); // 1/100 of an inch
  236. pref("print.print_edge_right", 0); // 1/100 of an inch
  237. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  238.  
  239. // Pref used by the spellchecker extension to control the
  240. // maximum number of misspelled words that will be underlined
  241. // in a document.
  242. pref("extensions.spellcheck.inline.max-misspellings", 250);
  243.  
  244. // Prefs used by libeditor. Prefs specific to seamonkey composer
  245. // belong in mozilla/editor/ui/composer.js
  246.  
  247. pref("editor.use_custom_colors", false);
  248. pref("editor.htmlWrapColumn", 72);
  249. pref("editor.singleLine.pasteNewlines",     1);
  250. pref("editor.quotesPreformatted",            false);
  251. pref("editor.use_css",                       true);
  252. pref("editor.css.default_length_unit",       "px");
  253. pref("editor.resizing.preserve_ratio",       true);
  254. pref("editor.positioning.offset",            0);
  255.  
  256.  
  257. // Default Capability Preferences: Security-Critical! 
  258. // Editing these may create a security risk - be sure you know what you're doing
  259. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  260.  
  261. pref("capability.policy.default_policynames", "mailnews");
  262.  
  263. pref("capability.policy.default.DOMException.code", "allAccess");
  264. pref("capability.policy.default.DOMException.message", "allAccess");
  265. pref("capability.policy.default.DOMException.name", "allAccess");
  266. pref("capability.policy.default.DOMException.result", "allAccess");
  267. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  268.  
  269. pref("capability.policy.default.History.back.get", "allAccess");
  270. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  271. pref("capability.policy.default.History.forward.get", "allAccess");
  272. pref("capability.policy.default.History.go.get", "allAccess");
  273. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  274. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  275. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  276. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  277.  
  278. pref("capability.policy.default.HTMLDocument.close.get", "allAccess");
  279. pref("capability.policy.default.HTMLDocument.open.get", "allAccess");
  280.  
  281. pref("capability.policy.default.Location.hash.set", "allAccess");
  282. pref("capability.policy.default.Location.href.set", "allAccess");
  283. pref("capability.policy.default.Location.reload.get", "allAccess");
  284. pref("capability.policy.default.Location.replace.get", "allAccess");
  285.  
  286. pref("capability.policy.default.Navigator.preference", "allAccess");
  287. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  288. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  289.  
  290. pref("capability.policy.default.Window.blur.get", "allAccess");
  291. pref("capability.policy.default.Window.close.get", "allAccess");
  292. pref("capability.policy.default.Window.closed.get", "allAccess");
  293. pref("capability.policy.default.Window.Components", "allAccess");
  294. pref("capability.policy.default.Window.document.get", "allAccess");
  295. pref("capability.policy.default.Window.focus.get", "allAccess");
  296. pref("capability.policy.default.Window.frames.get", "allAccess");
  297. pref("capability.policy.default.Window.history.get", "allAccess");
  298. pref("capability.policy.default.Window.length.get", "allAccess");
  299. pref("capability.policy.default.Window.location", "allAccess");
  300. pref("capability.policy.default.Window.opener.get", "allAccess");
  301. pref("capability.policy.default.Window.parent.get", "allAccess");
  302. pref("capability.policy.default.Window.self.get", "allAccess");
  303. pref("capability.policy.default.Window.top.get", "allAccess");
  304. pref("capability.policy.default.Window.window.get", "allAccess");
  305.  
  306. pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
  307. pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
  308.  
  309. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  310. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  311.  
  312. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  313. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  314. pref("capability.policy.mailnews.*.data.get", "noAccess");
  315. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  316. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  317. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  318. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  319. pref("capability.policy.mailnews.*.host.get", "noAccess");
  320. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  321. pref("capability.policy.mailnews.*.href.get", "noAccess");
  322. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  323. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  324. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  325. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  326. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  327. pref("capability.policy.mailnews.*.src.get", "noAccess");
  328. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  329. pref("capability.policy.mailnews.*.text.get", "noAccess");
  330. pref("capability.policy.mailnews.*.title.get", "noAccess");
  331. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  332. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  333. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  334. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  335. pref("capability.policy.mailnews.Location.toString", "noAccess");
  336. pref("capability.policy.mailnews.Range.toString", "noAccess");
  337. pref("capability.policy.mailnews.Window.blur", "noAccess");
  338. pref("capability.policy.mailnews.Window.focus", "noAccess");
  339. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  340. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  341. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  342. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  343. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  344. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  345. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  346. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  347. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  348. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  349. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  350. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  351. pref("capability.policy.mailnews.document.load", "noAccess");
  352. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  353. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  354. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  355. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  356. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  357. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  358. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  359. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  360. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  361. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  362. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  363. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  364. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  365. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  366. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  367. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  368. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  369. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  370. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  371. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  372. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  373. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  374. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  375. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  376. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  377. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  378. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  379. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  380. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  381. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  382. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  383. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  384. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  385. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  386. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  387. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  388. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  389. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  390. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  391. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  392. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  393. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  394. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  395. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  396. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  397. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  398. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  399. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  400. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  401. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  402. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  403. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  404. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  405. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  406. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  407. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  408. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  409. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  410. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  411. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  412. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  413. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  414. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  415. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  416. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  417. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  418.  
  419. // XMLExtras
  420. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  421. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  422. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  423.  
  424. // Clipboard
  425. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  426. pref("capability.policy.default.Clipboard.paste", "noAccess");
  427.  
  428. // Scripts & Windows prefs
  429. pref("dom.disable_image_src_set",           false);
  430. pref("dom.disable_window_flip",             false);
  431. pref("dom.disable_window_move_resize",      false);
  432. pref("dom.disable_window_status_change",    false);
  433.  
  434. pref("dom.disable_window_open_feature.titlebar",    false);
  435. pref("dom.disable_window_open_feature.close",       false);
  436. pref("dom.disable_window_open_feature.toolbar",     false);
  437. pref("dom.disable_window_open_feature.location",    false);
  438. pref("dom.disable_window_open_feature.directories", false);
  439. pref("dom.disable_window_open_feature.personalbar", false);
  440. pref("dom.disable_window_open_feature.menubar",     false);
  441. pref("dom.disable_window_open_feature.scrollbars",  false);
  442. pref("dom.disable_window_open_feature.resizable",   false);
  443. pref("dom.disable_window_open_feature.minimizable", false);
  444. pref("dom.disable_window_open_feature.status",      true);
  445.  
  446. pref("dom.allow_scripts_to_close_windows",          false);
  447.  
  448. pref("dom.disable_open_during_load",                false);
  449. pref("dom.popup_maximum",                           20);
  450. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  451. pref("dom.disable_open_click_delay", 1000);
  452.  
  453. // Disable popups from plugins by default
  454. //   0 = openAllowed
  455. //   1 = openControlled
  456. //   2 = openAbused
  457. pref("privacy.popups.disable_from_plugins", 2);
  458.  
  459. pref("dom.event.contextmenu.enabled",       false);
  460.  
  461. pref("javascript.enabled",                  true);
  462. pref("javascript.allow.mailnews",           false);
  463. pref("javascript.options.strict",           false);
  464.  
  465. // advanced prefs
  466. pref("security.enable_java",                true);
  467. pref("advanced.mailftp",                    false);
  468. pref("image.animation_mode",                "normal");
  469.  
  470. // If there is ever a security firedrill that requires
  471. // us to block certian ports global, this is the pref 
  472. // to use.  Is is a comma delimited list of port numbers
  473. // for example:
  474. //   pref("network.security.ports.banned", "1,2,3,4,5");
  475. // prevents necko connecting to ports 1-5 unless the protocol
  476. // overrides.
  477.  
  478. // Default action for unlisted external protocol handlers
  479. pref("network.protocol-handler.external-default", true);      // OK to load
  480. pref("network.protocol-handler.warn-external-default", true); // warn before load
  481.  
  482. // Prevent using external protocol handlers for these schemes
  483. pref("network.protocol-handler.external.hcp", false);
  484. pref("network.protocol-handler.external.vbscript", false);
  485. pref("network.protocol-handler.external.javascript", false);
  486. pref("network.protocol-handler.external.data", false);
  487. pref("network.protocol-handler.external.ms-help", false);
  488. pref("network.protocol-handler.external.shell", false);
  489. pref("network.protocol-handler.external.vnd.ms.radio", false);
  490. //@line 496 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  491. pref("network.protocol-handler.external.disk", false);
  492. pref("network.protocol-handler.external.disks", false);
  493. pref("network.protocol-handler.external.afp", false);
  494.  
  495. // An exposed protocol handler is one that can be used in all contexts.  A
  496. // non-exposed protocol handler is one that can only be used internally by the
  497. // application.  For example, a non-exposed protocol would not be loaded by the
  498. // application in response to a link click or a X-remote openURL command.
  499. // Instead, it would be deferred to the system's external protocol handler.
  500. // Only internal/built-in protocol handlers can be marked as exposed.
  501.  
  502. // This pref controls the default settings.  Per protocol settings can be used
  503. // to override this value.
  504. pref("network.protocol-handler.expose-all", true);
  505.  
  506. // Example: make IMAP an exposed protocol
  507. // pref("network.protocol-handler.expose.imap", true);
  508.  
  509. pref("network.hosts.smtp_server",           "mail");
  510. pref("network.hosts.pop_server",            "mail");
  511.  
  512. // <http>
  513. pref("network.http.version", "1.1");      // default
  514. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  515. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  516. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  517. // some older 1.0 servers:
  518.  
  519. pref("network.http.proxy.version", "1.1");    // default
  520. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  521.                                               // (required if using junkbuster proxy)
  522.  
  523. // enable caching of http documents
  524. pref("network.http.use-cache", true);
  525.  
  526. // this preference can be set to override the socket type used for normal
  527. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  528. pref("network.http.default-socket-type", "");
  529.  
  530. pref("network.http.keep-alive", true); // set it to false in case of problems
  531. pref("network.http.proxy.keep-alive", true);
  532. pref("network.http.keep-alive.timeout", 300);
  533.  
  534. // limit the absolute number of http connections.
  535. pref("network.http.max-connections", 24);
  536.  
  537. // limit the absolute number of http connections that can be established per
  538. // host.  if a http proxy server is enabled, then the "server" is the proxy
  539. // server.  Otherwise, "server" is the http origin server.
  540. pref("network.http.max-connections-per-server", 8);
  541.  
  542. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  543. // a new connection will only be attempted if the number of active persistent
  544. // connections to the server is less then max-persistent-connections-per-server.
  545. pref("network.http.max-persistent-connections-per-server", 2);
  546.  
  547. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  548. // new connection will only be attempted if the number of active persistent
  549. // connections to the proxy is less then max-persistent-connections-per-proxy.
  550. pref("network.http.max-persistent-connections-per-proxy", 4);
  551.  
  552. // amount of time (in seconds) to suspend pending requests, before spawning a
  553. // new connection, once the limit on the number of persistent connections per
  554. // host has been reached.  however, a new connection will not be created if
  555. // max-connections or max-connections-per-server has also been reached.
  556. pref("network.http.request.max-start-delay", 10);
  557.  
  558. // Headers
  559. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5");
  560. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  561.  
  562. // Controls whether we send HTTPS referres to other HTTPS sites.
  563. // By default this is enabled for compatibility (see bug 141641)
  564. pref("network.http.sendSecureXSiteReferrer", true);
  565.  
  566. // Maximum number of consecutive redirects before aborting.
  567. pref("network.http.redirection-limit", 20);
  568.  
  569. // Enable http compression: comment this out in case of problems with 1.1
  570. // NOTE: support for "compress" has been disabled per bug 196406.
  571. pref("network.http.accept-encoding" ,"gzip,deflate");
  572.  
  573. pref("network.http.pipelining"      , false);
  574. pref("network.http.proxy.pipelining", false);
  575.  
  576. // Max number of requests in the pipeline
  577. pref("network.http.pipelining.maxrequests" , 4);
  578.  
  579. // </http>
  580.  
  581. // This preference controls whether or not internationalized domain names (IDN)
  582. // are handled.  IDN requires a nsIIDNService implementation.
  583. pref("network.enableIDN", true);
  584.  
  585. // This preference, if true, causes all UTF-8 domain names to be normalized to
  586. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  587. // generate them from punycode.
  588. pref("network.IDN_show_punycode", false);
  589.  
  590. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  591. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  592. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  593. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  594. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  595. // is true.
  596.  
  597. // ccTLDs
  598. pref("network.IDN.whitelist.ac", true);
  599. pref("network.IDN.whitelist.at", true);
  600. pref("network.IDN.whitelist.br", true);
  601. pref("network.IDN.whitelist.ch", true);
  602. pref("network.IDN.whitelist.cl", true);
  603. pref("network.IDN.whitelist.cn", true);
  604. pref("network.IDN.whitelist.de", true);
  605. pref("network.IDN.whitelist.dk", true);
  606. pref("network.IDN.whitelist.fi", true);
  607. pref("network.IDN.whitelist.gr", true);
  608. pref("network.IDN.whitelist.hu", true);
  609. pref("network.IDN.whitelist.io", true);
  610. pref("network.IDN.whitelist.is", true);
  611. pref("network.IDN.whitelist.jp", true);
  612. pref("network.IDN.whitelist.kr", true);
  613. pref("network.IDN.whitelist.li", true);
  614. pref("network.IDN.whitelist.lt", true);
  615. pref("network.IDN.whitelist.no", true);
  616. pref("network.IDN.whitelist.se", true);
  617. pref("network.IDN.whitelist.sh", true);
  618. pref("network.IDN.whitelist.th", true);
  619. pref("network.IDN.whitelist.tm", true);
  620. pref("network.IDN.whitelist.tw", true);
  621. pref("network.IDN.whitelist.vn", true);
  622.  
  623. // non-ccTLDs
  624. pref("network.IDN.whitelist.cat", true);
  625. pref("network.IDN.whitelist.info", true);
  626. pref("network.IDN.whitelist.museum", true);
  627. pref("network.IDN.whitelist.org", true);
  628.  
  629. // If a domain includes any of the following characters, it may be a spoof 
  630. // attempt and so we always display the domain name as punycode. This would 
  631. // override the settings "network.IDN_show_punycode" and 
  632. // "network.IDN.whitelist.*".
  633. pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u01C3\u0337\u0338\u05C3\u05F4\u06D4\u0702\u115F\u1160\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2044\u205F\u2154\u2155\u2156\u2159\u215A\u215B\u215F\u2215\u23AE\u29F6\u29F8\u2AFB\u2AFD\u2FF0\u2FF1\u2FF2\u2FF3\u2FF4\u2FF5\u2FF6\u2FF7\u2FF8\u2FF9\u2FFA\u2FFB\u3000\u3002\u3014\u3015\u3033\u3164\u321D\u321E\u33AE\u33AF\u33C6\u33DF\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD");
  634.  
  635. // This preference specifies a list of domains for which DNS lookups will be
  636. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  637. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  638. pref("network.dns.ipv4OnlyDomains", ".doubleclick.net");
  639.  
  640. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  641. pref("network.dns.disableIPv6", false);
  642.  
  643. // This preference controls whether or not URLs with UTF-8 characters are
  644. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  645. pref("network.standard-url.escape-utf8", true);
  646.  
  647. // This preference controls whether or not URLs are always encoded and sent as
  648. // UTF-8.
  649. pref("network.standard-url.encode-utf8", false);
  650.  
  651. // Idle timeout for ftp control connections - 5 minute default
  652. pref("network.ftp.idleConnectionTimeout", 300);
  653.  
  654. // directory listing format
  655. // 2: HTML
  656. // 3: XUL directory viewer
  657. // all other values are treated like 2
  658. pref("network.dir.format", 2);
  659.  
  660. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  661. pref("network.prefetch-next", true);
  662.  
  663.  
  664. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  665. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  666. // protocol.  Each pref is a comma-separated list of keys, where each key has
  667. // the format:
  668. //   [scheme "://"] [host [":" port]]
  669. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  670.  
  671. // This list controls which URIs can use the negotiate-auth protocol.  This
  672. // list should be limited to the servers you know you'll need to login to.
  673. pref("network.negotiate-auth.trusted-uris", "");
  674. // This list controls which URIs can support delegation.
  675. pref("network.negotiate-auth.delegation-uris", "");
  676.  
  677. // Allow SPNEGO by default when challenged by a proxy server.
  678. pref("network.negotiate-auth.allow-proxies", true);
  679.  
  680. // Path to a specific gssapi library
  681. pref("network.negotiate-auth.gsslib", "");
  682.  
  683. // Specify if the gss lib comes standard with the OS
  684. pref("network.negotiate-auth.using-native-gsslib", true);
  685.  
  686. //@line 697 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  687.  
  688. // The following prefs are used to enable automatic use of the operating
  689. // system's NTLM implementation to silently authenticate the user with their
  690. // Window's domain logon.  The trusted-uris pref follows the format of the
  691. // trusted-uris pref for negotiate authentication.
  692. pref("network.automatic-ntlm-auth.allow-proxies", true);
  693. pref("network.automatic-ntlm-auth.trusted-uris", "");
  694.  
  695. // This preference controls whether or not the LM hash will be included in
  696. // response to a NTLM challenge.  By default, this is disabled since servers
  697. // should almost never need the LM hash, and the LM hash is what makes NTLM
  698. // authentication less secure.  See bug 250691 for further details.
  699. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  700. //       implementation will not be affected by this preference.
  701. pref("network.ntlm.send-lm-response", false);
  702.  
  703. // sspitzer:  change this back to "news" when we get to beta.
  704. // for now, set this to news.mozilla.org because you can only
  705. // post to the server specified by this pref.
  706. pref("network.hosts.nntp_server",           "news.mozilla.org");
  707.  
  708. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  709. pref("network.image.warnAboutImages",       false);
  710. pref("network.proxy.type",                  0);
  711. pref("network.proxy.ftp",                   "");
  712. pref("network.proxy.ftp_port",              0);
  713. pref("network.proxy.gopher",                "");
  714. pref("network.proxy.gopher_port",           0);
  715. pref("network.proxy.http",                  "");
  716. pref("network.proxy.http_port",             0);
  717. pref("network.proxy.ssl",                   "");
  718. pref("network.proxy.ssl_port",              0);
  719. pref("network.proxy.socks",                 "");
  720. pref("network.proxy.socks_port",            0);
  721. pref("network.proxy.socks_version",         5);
  722. pref("network.proxy.socks_remote_dns",      false);
  723. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  724. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  725. pref("network.online",                      true); //online/offline
  726. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
  727. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  728. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  729. pref("network.cookie.alwaysAcceptSessionCookies", false);
  730. pref("network.cookie.prefsMigrated",        false);
  731. pref("network.cookie.lifetime.days",        90);
  732.  
  733. // The PAC file to load.  Ignored unless network.proxy.type is 2.
  734. pref("network.proxy.autoconfig_url", "");
  735.  
  736. // If we cannot load the PAC file, then try again (doubling from interval_min
  737. // until we reach interval_max or the PAC file is successfully loaded).
  738. pref("network.proxy.autoconfig_retry_interval_min", 5);    // 5 seconds
  739. pref("network.proxy.autoconfig_retry_interval_max", 300);  // 5 minutes
  740.  
  741. // The following default value is for p3p medium mode.
  742. // See xpfe/components/permissions/content/cookieP3P.xul for the definitions of low/medium/hi
  743. pref("network.cookie.p3p",                  "ffffaaaa");
  744. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  745.  
  746. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  747. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  748. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  749.  
  750. pref("ime.password.onFocus.dontCare",       false);
  751. pref("ime.password.onBlur.dontCare",        false);
  752.  
  753. pref("intl.accept_languages",               "chrome://global/locale/intl.properties");
  754. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  755. pref("intl.collationOption",                "chrome://global-platform/locale/intl.properties");
  756. pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
  757. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
  758. pref("intl.charsetmenu.browser.static",     "chrome://global/locale/intl.properties");
  759. pref("intl.charsetmenu.browser.more1",      "chrome://global/locale/intl.properties");
  760. pref("intl.charsetmenu.browser.more2",      "chrome://global/locale/intl.properties");
  761. pref("intl.charsetmenu.browser.more3",      "chrome://global/locale/intl.properties");
  762. pref("intl.charsetmenu.browser.more4",      "chrome://global/locale/intl.properties");
  763. pref("intl.charsetmenu.browser.more5",      "chrome://global/locale/intl.properties");
  764. pref("intl.charsetmenu.browser.unicode",    "chrome://global/locale/intl.properties");
  765. pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
  766. pref("intl.charsetmenu.browser.cache",      "");
  767. pref("intl.charsetmenu.mailview.cache",     "");
  768. pref("intl.charsetmenu.composer.cache",     "");
  769. pref("intl.charsetmenu.browser.cache.size", 5);
  770. pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
  771. pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
  772. pref("intl.content.langcode",               "chrome://browser-region/locale/region.properties");
  773. pref("intl.locale.matchOS",                 false);
  774. // fallback charset list for Unicode conversion (converting from Unicode)
  775. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  776. // for ISO-8859-1
  777. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  778. pref("font.language.group",                 "chrome://global/locale/intl.properties");
  779.  
  780. pref("images.dither", "auto");
  781. pref("security.directory",              "");
  782.  
  783. pref("signed.applets.codebase_principal_support", false);
  784. pref("security.checkloaduri", true);
  785. pref("security.xpconnect.plugin.unrestricted", true);
  786. // security-sensitive dialogs should delay button enabling. In milliseconds.
  787. pref("security.dialog_enable_delay", 2000);
  788.  
  789. // Modifier key prefs: default to Windows settings,
  790. // menu access key = alt, accelerator key = control.
  791. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  792. pref("ui.key.accelKey", 17);
  793. pref("ui.key.generalAccessKey", 18);
  794. pref("ui.key.menuAccessKey", 18);
  795.  
  796. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  797. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  798.  
  799. // Middle-mouse handling
  800. pref("middlemouse.paste", false);
  801. pref("middlemouse.openNewWindow", true);
  802. pref("middlemouse.contentLoadURL", false);
  803. pref("middlemouse.scrollbarPosition", false);
  804.  
  805. // Clipboard behavior
  806. pref("clipboard.autocopy", false);
  807.  
  808. // 0=lines, 1=pages, 2=history , 3=text size
  809. pref("mousewheel.withnokey.action",0);
  810. pref("mousewheel.withnokey.numlines",1);    
  811. pref("mousewheel.withnokey.sysnumlines",true);
  812. pref("mousewheel.withcontrolkey.action",0);
  813. pref("mousewheel.withcontrolkey.numlines",1);
  814. pref("mousewheel.withcontrolkey.sysnumlines",true);
  815. // mousewheel.withshiftkey, see the Mac note below.
  816. pref("mousewheel.withshiftkey.action",0);
  817. pref("mousewheel.withshiftkey.numlines",1);
  818. pref("mousewheel.withshiftkey.sysnumlines",true);
  819. pref("mousewheel.withaltkey.action",2);
  820. pref("mousewheel.withaltkey.numlines",1);
  821. pref("mousewheel.withaltkey.sysnumlines",false);
  822. pref("mousewheel.withmetakey.action",0);
  823. pref("mousewheel.withmetakey.numlines",1);
  824. pref("mousewheel.withmetakey.sysnumlines",true);
  825.  
  826. // on platforms where scroll messages differ between horizontal scroll
  827. // and back/forward button events we can activate them by default
  828. //@line 873 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  829. // disable horizontal scrolling to be able to use back/forward buttons
  830. pref("mousewheel.horizscroll.withnokey.action",2);
  831. pref("mousewheel.horizscroll.withnokey.numlines",-1);
  832. pref("mousewheel.horizscroll.withnokey.sysnumlines",false);
  833. pref("mousewheel.horizscroll.withcontrolkey.action",2);
  834. pref("mousewheel.horizscroll.withcontrolkey.numlines",-1);
  835. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",false);
  836. pref("mousewheel.horizscroll.withshiftkey.action",2);
  837. pref("mousewheel.horizscroll.withshiftkey.numlines",-1);
  838. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",false);
  839. pref("mousewheel.horizscroll.withaltkey.action",2);
  840. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  841. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  842. pref("mousewheel.horizscroll.withmetakey.action",2);
  843. pref("mousewheel.horizscroll.withmetakey.numlines",-1);
  844. pref("mousewheel.horizscroll.withmetakey.sysnumlines",false);
  845. //@line 890 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  846.  
  847. pref("profile.confirm_automigration",true);
  848. // profile.migration_behavior determines how the profiles root is set
  849. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  850. // 1 - create one based on the NS4.x profile root
  851. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  852. pref("profile.migration_behavior",0);
  853. pref("profile.migration_directory", "");
  854.  
  855. // the amount of time (in seconds) that must elapse
  856. // before we think your mozilla profile is defunct
  857. // and you'd benefit from re-migrating from 4.x
  858. // see bug #137886 for more details
  859. //
  860. // if -1, we never think your profile is defunct
  861. // and users will never see the remigrate UI.
  862. pref("profile.seconds_until_defunct", -1);
  863. // We can show it anytime from menus
  864. pref("profile.manage_only_at_launch", false);
  865.  
  866. pref("prefs.converted-to-utf8",false);
  867.  
  868. // --------------------------------------------------
  869. // IBMBIDI 
  870. // --------------------------------------------------
  871. //
  872. // ------------------
  873. //  Text Direction
  874. // ------------------
  875. // 1 = directionLTRBidi *
  876. // 2 = directionRTLBidi
  877. pref("bidi.direction", 1);
  878. // ------------------
  879. //  Text Type
  880. // ------------------
  881. // 1 = charsettexttypeBidi *
  882. // 2 = logicaltexttypeBidi
  883. // 3 = visualtexttypeBidi
  884. pref("bidi.texttype", 1);
  885. // ------------------
  886. //  Controls Text Mode
  887. // ------------------
  888. // 1 = logicalcontrolstextmodeBidiCmd
  889. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  890. // 3 = containercontrolstextmodeBidi *
  891. pref("bidi.controlstextmode", 1);
  892. // ------------------
  893. //  Numeral Style
  894. // ------------------
  895. // 0 = nominalnumeralBidi *
  896. // 1 = regularcontextnumeralBidi
  897. // 2 = hindicontextnumeralBidi
  898. // 3 = arabicnumeralBidi
  899. // 4 = hindinumeralBidi
  900. pref("bidi.numeral", 0);
  901. // ------------------
  902. //  Support Mode
  903. // ------------------
  904. // 1 = mozillaBidisupport *
  905. // 2 = OsBidisupport
  906. // 3 = disableBidisupport
  907. pref("bidi.support", 1);
  908. // ------------------
  909. //  Charset Mode
  910. // ------------------
  911. // 1 = doccharactersetBidi *
  912. // 2 = defaultcharactersetBidi
  913. pref("bidi.characterset", 1);
  914.  
  915.  
  916. // used for double-click word selection behavior. Win will override.
  917. pref("layout.word_select.eat_space_to_next_word", false);
  918. pref("layout.word_select.stop_at_punctuation", true);
  919.  
  920. // controls caret style during text selection
  921. // 0 = use platform default
  922. // 1 = caret moves and blinks as when there is no selection
  923. // 2 = caret moves to selection edge and is not visible during selection
  924. pref("layout.selection.caret_style", 0);
  925.  
  926. // pref to control whether or not to replace backslashes with Yen signs
  927. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  928. // Shift_JIS, ISO-2022-JP)
  929. pref("layout.enable_japanese_specific_transform", false);
  930.  
  931. // pref to force frames to be resizable
  932. pref("layout.frames.force_resizability", false);
  933.  
  934. // pref to report CSS errors to the error console
  935. pref("layout.css.report_errors", true);
  936.  
  937. // pref to permit users to make verified SOAP calls by default
  938. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  939.  
  940. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  941. pref("plugin.override_internal_types", false);
  942. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  943.  
  944. // See bug 136985.  Gives embedders a pref to hook into to show
  945. // a popup blocker if they choose.
  946. pref("browser.popups.showPopupBlocker", true);
  947.  
  948. // Pref to control whether the viewmanager code does double-buffering or not
  949. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  950. pref("viewmanager.do_doublebuffering", true);
  951.  
  952. // which files will be selected for roaming by default.
  953. // See sroaming/content/prefs/all.js
  954. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  955. // display some general warning to the user about making backups, security etc.
  956. pref("roaming.showInitialWarning", true);
  957.  
  958. // whether use prefs from system
  959. pref("config.use_system_prefs", false);
  960.  
  961. // if the system has enabled accessibility
  962. pref("config.use_system_prefs.accessibility", false);
  963.  
  964. /*
  965.  * What are the entities that you want Mozilla to save using mnemonic
  966.  * names rather than numeric codes? E.g. If set, we'll output  
  967.  * otherwise, we may output 0xa0 depending on the charset.
  968.  *
  969.  * "none"   : don't use any entity names; only use numeric codes.
  970.  * "basic"  : use entity names just for   & < > " for 
  971.  *            interoperability/exchange with products that don't support more
  972.  *            than that.
  973.  * "latin1" : use entity names for 8bit accented letters and other special
  974.  *            symbols between 128 and 255.
  975.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  976.  *            other special markup symbols as defined in HTML4.
  977.  */
  978. //pref("editor.encode_entity",                 "html");
  979.  
  980. pref("editor.resizing.preserve_ratio",       true);
  981. pref("editor.positioning.offset",            0);
  982.  
  983. pref("dom.max_script_run_time", 5);
  984.  
  985. pref("svg.enabled", true);
  986.  
  987. //@line 1362 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  988.  
  989. //@line 1548 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  990.  
  991. //@line 1737 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  992.  
  993. //@line 1818 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  994.  
  995. //@line 1821 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  996. // Handled differently under Mac/Windows
  997. pref("network.hosts.smtp_server", "localhost");
  998. pref("network.hosts.pop_server", "pop");
  999. pref("network.protocol-handler.warn-external.file", false);
  1000. pref("layout.css.dpi", -1); // max(96dpi, System setting)
  1001. pref("browser.drag_out_of_frame_style", 1);
  1002. pref("editor.singleLine.pasteNewlines", 0);
  1003.  
  1004. // Middle-mouse handling
  1005. pref("middlemouse.paste", true);
  1006. pref("middlemouse.contentLoadURL", true);
  1007. pref("middlemouse.openNewWindow", true);
  1008. pref("middlemouse.scrollbarPosition", true);
  1009.  
  1010. // Clipboard behavior
  1011. pref("clipboard.autocopy", true);
  1012.  
  1013. pref("browser.urlbar.clickSelectsAll", false);
  1014.  
  1015. // Tab focus model bit field:
  1016. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  1017. // Leave this at the default, 7, to match mozilla1.0-era user expectations.
  1018. // pref("accessibility.tabfocus", 1);
  1019.  
  1020. // override double-click word selection behavior.
  1021. pref("layout.word_select.stop_at_punctuation", false);
  1022.  
  1023. // autocomplete keyboard grab workaround
  1024. pref("autocomplete.grab_during_popup", true);
  1025. pref("autocomplete.ungrab_during_mode_switch", true);
  1026.  
  1027. // turn off scrollbar snapping
  1028. pref("slider.snapMultiplier", 0);
  1029.  
  1030. pref("helpers.global_mime_types_file", "/etc/mime.types");
  1031. pref("helpers.global_mailcap_file", "/etc/mailcap");
  1032. pref("helpers.private_mime_types_file", "~/.mime.types");
  1033. pref("helpers.private_mailcap_file", "~/.mailcap");
  1034. pref("java.global_java_version_file", "/etc/.java/versions");
  1035. pref("java.private_java_version_file", "~/.java/versions");
  1036. pref("java.default_java_location_solaris", "/usr/j2se");
  1037. pref("java.default_java_location_others", "/usr/java");
  1038. pref("java.java_plugin_library_name", "javaplugin_oji");
  1039. pref("applications.telnet", "xterm -e telnet %h %p");
  1040. pref("applications.tn3270", "xterm -e tn3270 %h");
  1041. pref("applications.rlogin", "xterm -e rlogin %h");
  1042. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  1043. pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
  1044. pref("print.printer_list", ""); // list of printers, separated by spaces
  1045. pref("print.print_reversed", false);
  1046. pref("print.print_color", true);
  1047. pref("print.print_landscape", false);
  1048. pref("print.print_paper_size", 0);
  1049.  
  1050. // Enables you to specify the gap from the edge of the paper to the margin
  1051. // this is used by both Printing and Print Preview
  1052. pref("print.print_edge_top", 4); // 1/100 of an inch
  1053. pref("print.print_edge_left", 4); // 1/100 of an inch
  1054. pref("print.print_edge_right", 4); // 1/100 of an inch
  1055. pref("print.print_edge_bottom", 4); // 1/100 of an inch
  1056.  
  1057. // print_extra_margin enables platforms to specify an extra gap or margin
  1058. // around the content of the page for Print Preview only
  1059. pref("print.print_extra_margin", 0); // twips
  1060.  
  1061. pref("print.whileInPrintPreview", false);
  1062.  
  1063. pref("font.allow_double_byte_special_chars", true);
  1064. // font names
  1065.  
  1066. // ar
  1067.  
  1068. //@line 1894 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1069.  
  1070. pref("font.name.serif.el", "serif");
  1071. pref("font.name.sans-serif.el", "sans-serif");
  1072. pref("font.name.monospace.el", "monospace");
  1073.  
  1074. pref("font.name.serif.he", "serif");
  1075. pref("font.name.sans-serif.he", "sans-serif");
  1076. pref("font.name.monospace.he", "monospace");
  1077.  
  1078. pref("font.name.serif.ja", "serif");
  1079. pref("font.name.sans-serif.ja", "sans-serif");
  1080. pref("font.name.monospace.ja", "monospace");
  1081.  
  1082. pref("font.name.serif.ko", "serif");
  1083. pref("font.name.sans-serif.ko", "sans-serif");
  1084. pref("font.name.monospace.ko", "monospace");
  1085.  
  1086. // th
  1087.  
  1088. pref("font.name.serif.tr", "Times");
  1089. pref("font.name.sans-serif.tr", "Helvetica");
  1090. pref("font.name.monospace.tr", "Courier");
  1091.  
  1092. pref("font.name.serif.x-baltic", "serif");
  1093. pref("font.name.sans-serif.x-baltic", "sans-serif");
  1094. pref("font.name.monospace.x-baltic", "monospace");
  1095.  
  1096. pref("font.name.serif.x-central-euro", "Times");
  1097. pref("font.name.sans-serif.x-central-euro", "Helvetica");
  1098. pref("font.name.monospace.x-central-euro", "Courier");
  1099.  
  1100. pref("font.name.serif.x-cyrillic", "serif");
  1101. pref("font.name.sans-serif.x-cyrillic", "sans-serif");
  1102. pref("font.name.monospace.x-cyrillic", "monospace");
  1103.  
  1104. pref("font.name.serif.x-unicode", "Times");
  1105. pref("font.name.sans-serif.x-unicode", "Helvetica");
  1106. pref("font.name.monospace.x-unicode", "Courier");
  1107.  
  1108. pref("font.name.serif.x-user-def", "Times");
  1109. pref("font.name.sans-serif.x-user-def", "Helvetica");
  1110. pref("font.name.monospace.x-user-def", "Courier");
  1111.  
  1112. pref("font.name.serif.x-western", "Times");
  1113. pref("font.name.sans-serif.x-western", "Helvetica");
  1114. pref("font.name.monospace.x-western", "Courier");
  1115.  
  1116. pref("font.name.serif.zh-CN", "serif");
  1117. pref("font.name.sans-serif.zh-CN", "sans-serif");
  1118. pref("font.name.monospace.zh-CN", "monospace");
  1119.  
  1120. // ming_uni.ttf (HKSCS-2001) 
  1121. // http://www.info.gov.hk/digital21/eng/hkscs/download/uime.exe
  1122. pref("font.name.serif.zh-HK", "serif");
  1123. pref("font.name.sans-serif.zh-HK", "sans-serif");
  1124. pref("font.name.monospace.zh-HK", "monospace");
  1125.  
  1126. // zh-TW
  1127. //@line 2013 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1128.  
  1129. pref("font.default.ar", "sans-serif");
  1130. pref("font.size.variable.ar", 16);
  1131. pref("font.size.fixed.ar", 12);
  1132.  
  1133. pref("font.default.el", "sans-serif");
  1134. pref("font.size.variable.el", 16);
  1135. pref("font.size.fixed.el", 12);
  1136.  
  1137. pref("font.default.he", "sans-serif");
  1138. pref("font.size.variable.he", 16);
  1139. pref("font.size.fixed.he", 12);
  1140.  
  1141. pref("font.default.ja", "sans-serif");
  1142. pref("font.size.variable.ja", 16);
  1143. pref("font.size.fixed.ja", 16);
  1144.  
  1145. pref("font.default.ko", "sans-serif");
  1146. pref("font.size.variable.ko", 16);
  1147. pref("font.size.fixed.ko", 16);
  1148.  
  1149. pref("font.default.th", "sans-serif");
  1150. pref("font.size.variable.th", 16);
  1151. pref("font.size.fixed.th", 12);
  1152.  
  1153. pref("font.default.tr", "sans-serif");
  1154. pref("font.size.variable.tr", 16);
  1155. pref("font.size.fixed.tr", 12);
  1156.  
  1157. pref("font.default.x-baltic", "serif");
  1158. pref("font.size.variable.x-baltic", 16);
  1159. pref("font.size.fixed.x-baltic", 12);
  1160.  
  1161. pref("font.default.x-central-euro", "serif");
  1162. pref("font.size.variable.x-central-euro", 16);
  1163. pref("font.size.fixed.x-central-euro", 12);
  1164.  
  1165. pref("font.default.x-cyrillic", "serif");
  1166. pref("font.size.variable.x-cyrillic", 16);
  1167. pref("font.size.fixed.x-cyrillic", 12);
  1168.  
  1169. pref("font.default.x-unicode", "serif");
  1170. pref("font.size.variable.x-unicode", 16);
  1171. pref("font.size.fixed.x-unicode", 12);
  1172.  
  1173. pref("font.default.x-western", "serif");
  1174. pref("font.size.variable.x-western", 16);
  1175. pref("font.size.fixed.x-western", 12);
  1176.  
  1177. pref("font.default.zh-CN", "sans-serif");
  1178. pref("font.size.variable.zh-CN", 16);
  1179. pref("font.size.fixed.zh-CN", 16);
  1180.  
  1181. pref("font.default.zh-TW", "sans-serif");
  1182. pref("font.size.variable.zh-TW", 16);
  1183. pref("font.size.fixed.zh-TW", 16);
  1184.  
  1185. pref("font.default.zh-HK", "sans-serif");
  1186. pref("font.size.variable.zh-HK", 16);
  1187. pref("font.size.fixed.zh-HK", 16);
  1188.  
  1189. // below a certian pixel size outline scaled fonts produce poor results
  1190. pref("font.scale.outline.min",      6);
  1191.  
  1192. // TrueType
  1193. pref("font.FreeType2.enable", false);
  1194. pref("font.freetype2.shared-library", "libfreetype.so.6");
  1195. // if libfreetype was built without hinting compiled in
  1196. // it is best to leave hinting off
  1197. pref("font.FreeType2.autohinted", false);
  1198. pref("font.FreeType2.unhinted", true);
  1199. // below a certian pixel size anti-aliased fonts produce poor results
  1200. pref("font.antialias.min",        10);
  1201. pref("font.embedded_bitmaps.max", 1000000);
  1202. pref("font.scale.tt_bitmap.dark_text.min", 64);
  1203. pref("font.scale.tt_bitmap.dark_text.gain", "0.8");
  1204. // sample prefs for TrueType font dirs
  1205. //pref("font.directory.truetype.1", "/u/sam/tt_font1");
  1206. //pref("font.directory.truetype.2", "/u/sam/tt_font2");
  1207. //pref("font.directory.truetype.3", "/u/sam/tt_font3");
  1208. pref("font.FreeType2.printing", true);
  1209.  
  1210. // below a certian pixel size anti-aliased bitmat scaled fonts 
  1211. // produce poor results
  1212. pref("font.scale.aa_bitmap.enable", true);
  1213. pref("font.scale.aa_bitmap.always", false);
  1214. pref("font.scale.aa_bitmap.min", 6);
  1215. pref("font.scale.aa_bitmap.undersize", 80);
  1216. pref("font.scale.aa_bitmap.oversize", 120);
  1217. pref("font.scale.aa_bitmap.dark_text.min", 64);
  1218. pref("font.scale.aa_bitmap.dark_text.gain", "0.5");
  1219. pref("font.scale.aa_bitmap.light_text.min", 64);
  1220. pref("font.scale.aa_bitmap.light_text.gain", "1.3");
  1221.  
  1222. pref("font.scale.bitmap.min",       12);
  1223. pref("font.scale.bitmap.undersize", 80);
  1224. pref("font.scale.bitmap.oversize",  120);
  1225.  
  1226. pref("font.scale.outline.min.ja",      10);
  1227. pref("font.scale.aa_bitmap.min.ja",    12);
  1228. pref("font.scale.aa_bitmap.always.ja", false);
  1229. pref("font.scale.bitmap.min.ja",       16);
  1230. pref("font.scale.bitmap.undersize.ja", 80);
  1231. pref("font.scale.bitmap.oversize.ja",  120);
  1232.  
  1233. pref("font.scale.outline.min.ko",      10);
  1234. pref("font.scale.aa_bitmap.min.ko",    12);
  1235. pref("font.scale.aa_bitmap.always.ko", false);
  1236. pref("font.scale.bitmap.min.ko",       16);
  1237. pref("font.scale.bitmap.undersize.ko", 80);
  1238. pref("font.scale.bitmap.oversize.ko",  120);
  1239.  
  1240. pref("font.scale.outline.min.zh-CN",      10);
  1241. pref("font.scale.aa_bitmap.min.zh-CN",    12);
  1242. pref("font.scale.aa_bitmap.always.zh-CN", false);
  1243. pref("font.scale.bitmap.min.zh-CN",       16);
  1244. pref("font.scale.bitmap.undersize.zh-CN", 80);
  1245. pref("font.scale.bitmap.oversize.zh-CN",  120);
  1246.  
  1247. pref("font.scale.outline.min.zh-TW",      10);
  1248. pref("font.scale.aa_bitmap.min.zh-TW",    12);
  1249. pref("font.scale.aa_bitmap.always.zh-TW", false);
  1250. pref("font.scale.bitmap.min.zh-TW",       16);
  1251. pref("font.scale.bitmap.undersize.zh-TW", 80);
  1252. pref("font.scale.bitmap.oversize.zh-TW",  120);
  1253.  
  1254. pref("font.scale.outline.min.zh-HK",      10);
  1255. pref("font.scale.aa_bitmap.min.zh-HK",    12);
  1256. pref("font.scale.aa_bitmap.always.zh-HK", false);
  1257. pref("font.scale.bitmap.min.zh-HK",       16);
  1258. pref("font.scale.bitmap.undersize.zh-HK", 80);
  1259. pref("font.scale.bitmap.oversize.zh-HK",  120);
  1260.  
  1261. // minimum font sizes
  1262.  
  1263. pref("font.min-size.variable.ja", 10);
  1264. pref("font.min-size.fixed.ja", 10);
  1265.  
  1266. pref("font.min-size.variable.ko", 10);
  1267. pref("font.min-size.fixed.ko", 10);
  1268.  
  1269. pref("font.min-size.variable.zh-CN", 10);
  1270. pref("font.min-size.fixed.zh-CN", 10);
  1271.  
  1272. pref("font.min-size.variable.zh-TW", 10);
  1273. pref("font.min-size.fixed.zh-TW", 10);
  1274.  
  1275. pref("font.min-size.variable.zh-HK", 10);
  1276. pref("font.min-size.fixed.zh-HK", 10);
  1277.  
  1278. // X11 specific
  1279. /* X11 font accept/reject patterns:
  1280.  * Patterns have to match against strings like this:
  1281.  * (boolean values can only be "true" or "false")
  1282.  * "fname=.*;scalable=.*;outline_scaled=.*;xdisplay=.*;xdpy=%d;ydpy=%d;xdevice=.*"
  1283.  * - fname     = X11 font name (string)
  1284.  * - scalable  = is font scalable ? (boolean)
  1285.  * - outline_scaled = is font an outline scaled font ? (boolean)
  1286.  * - xdisplay  = X11 display name (like "host:0.0" (string)
  1287.  * - xdpy      = X DPI (X screen resolution) (integer)
  1288.  * - ydpy      = Y DPI (Y screen resolution) (integer)
  1289.  * - xdevice   = "display" or "printer" (Xprint)
  1290.  * Patterns use  the regular expressions described in the EXTENDED REGULAR
  1291.  * EXPRESSIONS section of the regex(5) manual page.
  1292.  * Note that prefs strings can always be concatenated via the '+'-operator,
  1293.  * e.g. pref("font.x11.acceptfontpattern", "pattern1|" + 
  1294.  *                                         "pattern2|" +
  1295.  *                                         "pattern3");
  1296.  */
  1297. /* reject font if accept pattern does not match it... */
  1298. //pref("font.x11.acceptfontpattern", ".*");
  1299. /* reject font if reject pattern matches it... */
  1300. //pref("font.x11.rejectfontpattern", 
  1301. //     "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1302.  
  1303. /* reject font if accept pattern does not match it... */
  1304. pref("print.xprint.font.acceptfontpattern", ".*");
  1305. /* reject font if reject pattern matches it...
  1306.  * Current bans:
  1307.  * - bug 148470 ("Ban "-dt-*" (bitmap!!) fonts from Xprint")
  1308.  *   pattern="fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"
  1309.  */
  1310. pref("print.xprint.font.rejectfontpattern", 
  1311.      "fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1312.  
  1313. /* Xprint print module prefs */
  1314. pref("print.xprint.font.force_outline_scaled_fonts", true);
  1315.  
  1316. /* PostScript print module prefs */
  1317. // pref("print.postscript.enabled",      true);
  1318. pref("print.postscript.paper_size",    "letter");
  1319. pref("print.postscript.orientation",   "portrait");
  1320. pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
  1321.  
  1322. /* PostScript print module font config
  1323.  * this list is used by the postscript font
  1324.  * to enumerate the list of langGroups
  1325.  * there should be a call to get the
  1326.  * langGroups; see bug 75054
  1327.  */
  1328. pref("print.postscript.nativefont.ar",             "");
  1329. pref("print.postscript.nativefont.el",             "");
  1330. pref("print.postscript.nativefont.he",             "");
  1331. pref("print.postscript.nativefont.ja",             "");
  1332. pref("print.postscript.nativefont.ko",             "");
  1333. pref("print.postscript.nativefont.th",             "");
  1334. pref("print.postscript.nativefont.tr",             "");
  1335. pref("print.postscript.nativefont.x-baltic",       "");
  1336. pref("print.postscript.nativefont.x-central-euro", "");
  1337. pref("print.postscript.nativefont.x-cyrillic",     "");
  1338. pref("print.postscript.nativefont.x-unicode",      "");
  1339. pref("print.postscript.nativefont.x-user-def",     "");
  1340. pref("print.postscript.nativefont.x-western",      "");
  1341. pref("print.postscript.nativefont.zh-CN",          "");
  1342. pref("print.postscript.nativefont.zh-TW",          "");
  1343. pref("print.postscript.nativefont.zh-HK",          "");
  1344.  
  1345. //@line 2233 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1346.  
  1347. //@line 2301 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1348.  
  1349. //@line 2327 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1350.  
  1351. //@line 2347 "/build/buildd/firefox-1.99+2.0b1+dfsg/modules/libpref/src/init/all.js"
  1352.  
  1353.