home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2009 March / ME_03_2009.iso / Software / Internet / Firefox 3.0.8.dmg / Firefox.app / Contents / MacOS / greprefs / all.js next >
Encoding:
Text File  |  2009-03-26  |  70.2 KB  |  1,558 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.  
  54. pref("general.config.obscure_value", 13); // for MCD .cfg files
  55.  
  56. pref("general.warnOnAboutConfig", true);
  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.  
  70. pref("browser.cache.offline.enable",           true);
  71. // offline cache capacity in kilobytes
  72. pref("browser.cache.offline.capacity",         512000);
  73.  
  74. // offline apps should be limited to this much data in global storage
  75. // (in kilobytes)
  76. pref("offline-apps.quota.max",        204800);
  77.  
  78. // the user should be warned if offline app disk usage exceeds this amount
  79. // (in kilobytes)
  80. pref("offline-apps.quota.warn",        51200);
  81.  
  82. // Fastback caching - if this pref is negative, then we calculate the number
  83. // of content viewers to cache based on the amount of available memory.
  84. pref("browser.sessionhistory.max_total_viewers", -1);
  85.  
  86. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  87. pref("browser.display.use_document_colors", true);
  88. pref("browser.display.use_system_colors",   false);
  89. pref("browser.display.foreground_color",    "#000000");
  90. pref("browser.display.background_color",    "#FFFFFF");
  91. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  92. // 0 = no external leading, 
  93. // 1 = use external leading only when font provides, 
  94. // 2 = add extra leading both internal leading and external leading are zero
  95. pref("browser.display.normal_lineheight_calc_control", 2);
  96. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  97. // min font device pixel size at which to turn on high quality
  98. pref("browser.display.auto_quality_min_font_size", 20);
  99. pref("browser.anchor_color",                "#0000EE");
  100. pref("browser.active_color",                "#EE0000");
  101. pref("browser.visited_color",               "#551A8B");
  102. pref("browser.underline_anchors",           true);
  103. pref("browser.blink_allowed",               true);
  104. pref("browser.enable_automatic_image_resizing", false);
  105.  
  106. // See http://whatwg.org/specs/web-apps/current-work/#ping
  107. pref("browser.send_pings", false);
  108. pref("browser.send_pings.max_per_link", 1);           // limit the number of pings that are sent per link click
  109. pref("browser.send_pings.require_same_host", false);  // only send pings to the same host if this is true
  110.  
  111. pref("browser.display.use_focus_colors",    false);
  112. pref("browser.display.focus_background_color", "#117722");
  113. pref("browser.display.focus_text_color",     "#ffffff");
  114. pref("browser.display.focus_ring_width",     1);
  115. pref("browser.display.focus_ring_on_anything", false);
  116.  
  117. pref("browser.helperApps.alwaysAsk.force",  false);
  118. pref("browser.helperApps.neverAsk.saveToDisk", "");
  119. pref("browser.helperApps.neverAsk.openFile", "");
  120.  
  121. // xxxbsmedberg: where should prefs for the toolkit go?
  122. pref("browser.chrome.toolbar_tips",         true);
  123. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  124. pref("browser.chrome.toolbar_style",        2);
  125. // max image size for which it is placed in the tab icon for tabbrowser.
  126. // if 0, no images are used for tab icons for image documents.
  127. pref("browser.chrome.image_icons.max_size", 1024);
  128.  
  129. pref("browser.triple_click_selects_paragraph", true);
  130.  
  131. pref("gfx.color_management.enabled", false);
  132. pref("gfx.color_management.display_profile", "");
  133.  
  134. pref("accessibility.browsewithcaret", false);
  135. pref("accessibility.warn_on_browsewithcaret", true);
  136.  
  137. //@line 151 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  138. // Only on mac tabfocus is expected to handle UI widgets as well as web content
  139. pref("accessibility.tabfocus_applies_to_xul", true);
  140. //@line 154 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  141.  
  142. pref("accessibility.usetexttospeech", "");
  143. pref("accessibility.usebrailledisplay", "");
  144. pref("accessibility.accesskeycausesactivation", true);
  145.  
  146. // Type Ahead Find
  147. pref("accessibility.typeaheadfind", true);
  148. pref("accessibility.typeaheadfind.autostart", true);
  149. // casesensitive: controls the find bar's case-sensitivity
  150. //     0 - "never"  (case-insensitive)
  151. //     1 - "always" (case-sensitive)
  152. // other - "auto"   (case-sensitive for mixed-case input, insensitive otherwise)
  153. pref("accessibility.typeaheadfind.casesensitive", 0);
  154. pref("accessibility.typeaheadfind.linksonly", true);
  155. pref("accessibility.typeaheadfind.startlinksonly", false);
  156. pref("accessibility.typeaheadfind.timeout", 4000);
  157. pref("accessibility.typeaheadfind.enabletimeout", true);
  158. pref("accessibility.typeaheadfind.soundURL", "beep");
  159. pref("accessibility.typeaheadfind.enablesound", true);
  160. pref("accessibility.typeaheadfind.prefillwithselection", true);
  161.  
  162. // use Mac OS X Appearance panel text smoothing setting when rendering text, disabled by default
  163. pref("gfx.use_text_smoothing_setting", false);
  164.  
  165. pref("browser.history_expire_days", 9);
  166.  
  167. // loading and rendering of framesets and iframes
  168. pref("browser.frames.enabled", true);
  169.  
  170. // form submission
  171. pref("browser.forms.submit.backwards_compatible", true);
  172.  
  173. // Number of characters to consider emphasizing for rich autocomplete results
  174. pref("toolkit.autocomplete.richBoundaryCutoff", 200);
  175.  
  176. pref("toolkit.scrollbox.smoothScroll", true);
  177. pref("toolkit.scrollbox.scrollIncrement", 20);
  178. pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150);
  179.  
  180. // view source
  181. pref("view_source.syntax_highlight", true);
  182. pref("view_source.wrap_long_lines", false);
  183.  
  184. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  185. pref("nglayout.events.dispatchLeftClickOnly", true);
  186.  
  187. // whether or not to draw images while dragging
  188. pref("nglayout.enable_drag_images", true);
  189.  
  190. // whether or not to use xbl form controls
  191. pref("nglayout.debug.enable_xbl_forms", false);
  192.  
  193. // scrollbar snapping region
  194. // 0 - off
  195. // 1 and higher - slider thickness multiple
  196. pref("slider.snapMultiplier", 0);
  197.  
  198. // option to choose plug-in finder
  199. pref("application.use_ns_plugin_finder", false);
  200.  
  201. // URI fixup prefs
  202. pref("browser.fixup.alternate.enabled", true);
  203. pref("browser.fixup.alternate.prefix", "www.");
  204. pref("browser.fixup.alternate.suffix", ".com");
  205. pref("browser.fixup.hide_user_pass", true);
  206.  
  207. // Print header customization
  208. // Use the following codes:
  209. // &T - Title
  210. // &U - Document URL
  211. // &D - Date/Time
  212. // &P - Page Number
  213. // &PT - Page Number "of" Page total
  214. // Set each header to a string containing zero or one of these codes
  215. // and the code will be replaced in that string by the corresponding data
  216. pref("print.print_headerleft", "&T");
  217. pref("print.print_headercenter", "");
  218. pref("print.print_headerright", "&U");
  219. pref("print.print_footerleft", "&PT");
  220. pref("print.print_footercenter", "");
  221. pref("print.print_footerright", "&D");
  222. pref("print.show_print_progress", true);
  223.  
  224. // xxxbsmedberg: more toolkit prefs
  225.  
  226. // When this is set to false each window has its own PrintSettings
  227. // and a change in one window does not affect the others
  228. pref("print.use_global_printsettings", true);
  229.  
  230. // Use the native dialog or the XP dialog?
  231. pref("print.use_native_print_dialog", false);
  232.  
  233. // Save the Printings after each print job
  234. pref("print.save_print_settings", true);
  235.  
  236. pref("print.whileInPrintPreview", true);
  237.  
  238. // Cache old Presentation when going into Print Preview
  239. pref("print.always_cache_old_pres", false);
  240.  
  241. // Enables you to specify the amount of the paper that is to be treated
  242. // as unwriteable.  The print_edge_XXX and print_margin_XXX preferences
  243. // are treated as offsets that are added to this pref.
  244. // Default is "-1", which means "use the system default".  (If there is
  245. // no system default, then the -1 is treated as if it were 0.)
  246. // This is used by both Printing and Print Preview.
  247. // Units are in 1/100ths of an inch.
  248. pref("print.print_unwriteable_margin_top",    -1);
  249. pref("print.print_unwriteable_margin_left",   -1);
  250. pref("print.print_unwriteable_margin_right",  -1);
  251. pref("print.print_unwriteable_margin_bottom", -1);
  252.  
  253. // Enables you to specify the gap from the edge of the paper's 
  254. // unwriteable area to the margin.
  255. // This is used by both Printing and Print Preview
  256. // Units are in 1/100ths of an inch.
  257. pref("print.print_edge_top", 0);
  258. pref("print.print_edge_left", 0);
  259. pref("print.print_edge_right", 0);
  260. pref("print.print_edge_bottom", 0);
  261.  
  262. // Pref used by the spellchecker extension to control the 
  263. // maximum number of misspelled words that will be underlined
  264. // in a document.
  265. pref("extensions.spellcheck.inline.max-misspellings", 500);
  266.  
  267. // Prefs used by libeditor. Prefs specific to seamonkey composer
  268. // belong in mozilla/editor/ui/composer.js
  269.  
  270. pref("editor.use_custom_colors", false);
  271. pref("editor.htmlWrapColumn", 72);
  272. pref("editor.singleLine.pasteNewlines",     1);
  273. pref("editor.quotesPreformatted",            false);
  274. pref("editor.use_css",                       true);
  275. pref("editor.css.default_length_unit",       "px");
  276. pref("editor.resizing.preserve_ratio",       true);
  277. pref("editor.positioning.offset",            0);
  278.  
  279.  
  280. // Default Capability Preferences: Security-Critical! 
  281. // Editing these may create a security risk - be sure you know what you're doing
  282. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  283.  
  284. pref("capability.policy.default_policynames", "mailnews");
  285.  
  286. pref("capability.policy.default.DOMException.code", "allAccess");
  287. pref("capability.policy.default.DOMException.message", "allAccess");
  288. pref("capability.policy.default.DOMException.name", "allAccess");
  289. pref("capability.policy.default.DOMException.result", "allAccess");
  290. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  291.  
  292. pref("capability.policy.default.History.back.get", "allAccess");
  293. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  294. pref("capability.policy.default.History.forward.get", "allAccess");
  295. pref("capability.policy.default.History.go.get", "allAccess");
  296. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  297. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  298. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  299. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  300.  
  301. pref("capability.policy.default.Location.hash.set", "allAccess");
  302. pref("capability.policy.default.Location.href.set", "allAccess");
  303. pref("capability.policy.default.Location.replace.get", "allAccess");
  304.  
  305. pref("capability.policy.default.Navigator.preference", "allAccess");
  306. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  307. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  308.  
  309. pref("capability.policy.default.Window.blur.get", "allAccess");
  310. pref("capability.policy.default.Window.close.get", "allAccess");
  311. pref("capability.policy.default.Window.closed.get", "allAccess");
  312. pref("capability.policy.default.Window.focus.get", "allAccess");
  313. pref("capability.policy.default.Window.frames.get", "allAccess");
  314. pref("capability.policy.default.Window.history.get", "allAccess");
  315. pref("capability.policy.default.Window.length.get", "allAccess");
  316. pref("capability.policy.default.Window.location", "allAccess");
  317. pref("capability.policy.default.Window.opener.get", "allAccess");
  318. pref("capability.policy.default.Window.parent.get", "allAccess");
  319. pref("capability.policy.default.Window.postMessage.get", "allAccess");
  320. pref("capability.policy.default.Window.self.get", "allAccess");
  321. pref("capability.policy.default.Window.top.get", "allAccess");
  322. pref("capability.policy.default.Window.window.get", "allAccess");
  323.  
  324. pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
  325. pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
  326.  
  327. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  328. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  329.  
  330. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  331. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  332. pref("capability.policy.mailnews.*.data.get", "noAccess");
  333. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  334. pref("capability.policy.mailnews.HTMLDivElement.getAttribute", "sameOrigin");
  335. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  336. pref("capability.policy.mailnews.*.getAttributeNode", "noAccess");
  337. pref("capability.policy.mailnews.*.getAttributeNodeNS", "noAccess");
  338. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  339. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  340. pref("capability.policy.mailnews.*.host.get", "noAccess");
  341. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  342. pref("capability.policy.mailnews.*.href.get", "noAccess");
  343. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  344. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  345. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  346. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  347. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  348. pref("capability.policy.mailnews.*.src.get", "noAccess");
  349. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  350. pref("capability.policy.mailnews.*.text.get", "noAccess");
  351. pref("capability.policy.mailnews.*.textContent", "noAccess");
  352. pref("capability.policy.mailnews.*.title.get", "noAccess");
  353. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  354. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  355. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  356. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  357. pref("capability.policy.mailnews.*.documentURI", "noAccess");
  358. pref("capability.policy.mailnews.Location.toString", "noAccess");
  359. pref("capability.policy.mailnews.Range.toString", "noAccess");
  360. pref("capability.policy.mailnews.Window.blur", "noAccess");
  361. pref("capability.policy.mailnews.Window.focus", "noAccess");
  362. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  363. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  364. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  365. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  366. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  367. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  368. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  369. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  370. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  371. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  372. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  373. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  374. pref("capability.policy.mailnews.document.load", "noAccess");
  375. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  376. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  377. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  378. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  379. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  380. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  381. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  382. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  383. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  384. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  385. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  386. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  387. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  388. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  389. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  390. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  391. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  392. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  393. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  394. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  395. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  396. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  397. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  398. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  399. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  400. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  401. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  402. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  403. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  404. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  405. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  406. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  407. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  408. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  409. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  410. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  411. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  412. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  413. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  414. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  415. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  416. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  417. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  418. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  419. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  420. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  421. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  422. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  423. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  424. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  425. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  426. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  427. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  428. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  429. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  430. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  431. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  432. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  433. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  434. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  435. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  436. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  437. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  438. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  439. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  440. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  441.  
  442. // XMLExtras
  443. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  444. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  445. pref("capability.policy.default.XMLHttpRequest.open-uri", "allAccess");
  446. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  447.  
  448. // Clipboard
  449. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  450. pref("capability.policy.default.Clipboard.paste", "noAccess");
  451.  
  452. // Scripts & Windows prefs
  453. pref("dom.disable_image_src_set",           false);
  454. pref("dom.disable_window_flip",             false);
  455. pref("dom.disable_window_move_resize",      false);
  456. pref("dom.disable_window_status_change",    false);
  457.  
  458. pref("dom.disable_window_open_feature.titlebar",    false);
  459. pref("dom.disable_window_open_feature.close",       false);
  460. pref("dom.disable_window_open_feature.toolbar",     false);
  461. pref("dom.disable_window_open_feature.location",    false);
  462. pref("dom.disable_window_open_feature.directories", false);
  463. pref("dom.disable_window_open_feature.personalbar", false);
  464. pref("dom.disable_window_open_feature.menubar",     false);
  465. pref("dom.disable_window_open_feature.scrollbars",  false);
  466. pref("dom.disable_window_open_feature.resizable",   true);
  467. pref("dom.disable_window_open_feature.minimizable", false);
  468. pref("dom.disable_window_open_feature.status",      true);
  469.  
  470. pref("dom.allow_scripts_to_close_windows",          false);
  471.  
  472. pref("dom.disable_open_during_load",                false);
  473. pref("dom.popup_maximum",                           20);
  474. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  475. pref("dom.disable_open_click_delay", 1000);
  476.  
  477. pref("dom.storage.enabled", true);
  478.  
  479. // Disable popups from plugins by default
  480. //   0 = openAllowed
  481. //   1 = openControlled
  482. //   2 = openAbused
  483. pref("privacy.popups.disable_from_plugins", 2);
  484.  
  485. pref("dom.event.contextmenu.enabled",       true);
  486.  
  487. pref("javascript.enabled",                  true);
  488. pref("javascript.allow.mailnews",           false);
  489. pref("javascript.options.strict",           false);
  490. pref("javascript.options.relimit",          false);
  491.  
  492. // advanced prefs
  493. pref("security.enable_java",                true);
  494. pref("advanced.mailftp",                    false);
  495. pref("image.animation_mode",                "normal");
  496.  
  497. // Same-origin policy for file URIs, "false" is traditional
  498. pref("security.fileuri.strict_origin_policy", true);
  499.  
  500. // If there is ever a security firedrill that requires
  501. // us to block certian ports global, this is the pref 
  502. // to use.  Is is a comma delimited list of port numbers
  503. // for example:
  504. //   pref("network.security.ports.banned", "1,2,3,4,5");
  505. // prevents necko connecting to ports 1-5 unless the protocol
  506. // overrides.
  507.  
  508. // Default action for unlisted external protocol handlers
  509. pref("network.protocol-handler.external-default", true);      // OK to load
  510. pref("network.protocol-handler.warn-external-default", true); // warn before load
  511.  
  512. // Prevent using external protocol handlers for these schemes
  513. pref("network.protocol-handler.external.hcp", false);
  514. pref("network.protocol-handler.external.vbscript", false);
  515. pref("network.protocol-handler.external.javascript", false);
  516. pref("network.protocol-handler.external.data", false);
  517. pref("network.protocol-handler.external.ms-help", false);
  518. pref("network.protocol-handler.external.shell", false);
  519. pref("network.protocol-handler.external.vnd.ms.radio", false);
  520. //@line 534 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  521. pref("network.protocol-handler.external.help", false);
  522. //@line 536 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  523. pref("network.protocol-handler.external.disk", false);
  524. pref("network.protocol-handler.external.disks", false);
  525. pref("network.protocol-handler.external.afp", false);
  526. pref("network.protocol-handler.external.moz-icon", false);
  527.  
  528. // An exposed protocol handler is one that can be used in all contexts.  A
  529. // non-exposed protocol handler is one that can only be used internally by the
  530. // application.  For example, a non-exposed protocol would not be loaded by the
  531. // application in response to a link click or a X-remote openURL command.
  532. // Instead, it would be deferred to the system's external protocol handler.
  533. // Only internal/built-in protocol handlers can be marked as exposed.
  534.  
  535. // This pref controls the default settings.  Per protocol settings can be used
  536. // to override this value.
  537. pref("network.protocol-handler.expose-all", true);
  538.  
  539. // Example: make IMAP an exposed protocol
  540. // pref("network.protocol-handler.expose.imap", true);
  541.  
  542. pref("network.hosts.smtp_server",           "mail");
  543. pref("network.hosts.pop_server",            "mail");
  544.  
  545. // <http>
  546. pref("network.http.version", "1.1");      // default
  547. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  548. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  549. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  550. // some older 1.0 servers:
  551.  
  552. pref("network.http.proxy.version", "1.1");    // default
  553. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  554.                                               // (required if using junkbuster proxy)
  555.  
  556. // enable caching of http documents
  557. pref("network.http.use-cache", true);
  558.  
  559. // this preference can be set to override the socket type used for normal
  560. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  561. pref("network.http.default-socket-type", "");
  562.  
  563. pref("network.http.keep-alive", true); // set it to false in case of problems
  564. pref("network.http.proxy.keep-alive", true);
  565. pref("network.http.keep-alive.timeout", 300);
  566.  
  567. // limit the absolute number of http connections.
  568. pref("network.http.max-connections", 30);
  569.  
  570. // limit the absolute number of http connections that can be established per
  571. // host.  if a http proxy server is enabled, then the "server" is the proxy
  572. // server.  Otherwise, "server" is the http origin server.
  573. pref("network.http.max-connections-per-server", 15);
  574.  
  575. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  576. // a new connection will only be attempted if the number of active persistent
  577. // connections to the server is less then max-persistent-connections-per-server.
  578. pref("network.http.max-persistent-connections-per-server", 6);
  579.  
  580. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  581. // new connection will only be attempted if the number of active persistent
  582. // connections to the proxy is less then max-persistent-connections-per-proxy.
  583. pref("network.http.max-persistent-connections-per-proxy", 8);
  584.  
  585. // amount of time (in seconds) to suspend pending requests, before spawning a
  586. // new connection, once the limit on the number of persistent connections per
  587. // host has been reached.  however, a new connection will not be created if
  588. // max-connections or max-connections-per-server has also been reached.
  589. pref("network.http.request.max-start-delay", 10);
  590.  
  591. // Headers
  592. pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
  593. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  594.  
  595. // Controls whether we send HTTPS referres to other HTTPS sites.
  596. // By default this is enabled for compatibility (see bug 141641)
  597. pref("network.http.sendSecureXSiteReferrer", true);
  598.  
  599. // Maximum number of consecutive redirects before aborting.
  600. pref("network.http.redirection-limit", 20);
  601.  
  602. // Enable http compression: comment this out in case of problems with 1.1
  603. // NOTE: support for "compress" has been disabled per bug 196406.
  604. pref("network.http.accept-encoding" ,"gzip,deflate");
  605.  
  606. pref("network.http.pipelining"      , false);
  607. pref("network.http.pipelining.ssl"  , false); // disable pipelining over SSL
  608. pref("network.http.proxy.pipelining", false);
  609.  
  610. // Max number of requests in the pipeline
  611. pref("network.http.pipelining.maxrequests" , 4);
  612.  
  613. // </http>
  614.  
  615. // If false, remote JAR files that are served with a content type other than
  616. // application/java-archive or application/x-jar will not be opened
  617. // by the jar channel.
  618. pref("network.jar.open-unsafe-types", false);
  619.  
  620. // This preference controls whether or not internationalized domain names (IDN)
  621. // are handled.  IDN requires a nsIIDNService implementation.
  622. pref("network.enableIDN", true);
  623.  
  624. // This preference, if true, causes all UTF-8 domain names to be normalized to
  625. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  626. // generate them from punycode.
  627. pref("network.IDN_show_punycode", false);
  628.  
  629. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  630. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  631. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  632. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  633. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  634. // is true.
  635.  
  636. // ccTLDs
  637. pref("network.IDN.whitelist.ac", true);
  638. pref("network.IDN.whitelist.ar", true);
  639. pref("network.IDN.whitelist.at", true);
  640. pref("network.IDN.whitelist.br", true);
  641. pref("network.IDN.whitelist.ch", true);
  642. pref("network.IDN.whitelist.cl", true);
  643. pref("network.IDN.whitelist.cn", true);
  644. pref("network.IDN.whitelist.de", true);
  645. pref("network.IDN.whitelist.dk", true);
  646. pref("network.IDN.whitelist.es", true);
  647. pref("network.IDN.whitelist.fi", true);
  648. pref("network.IDN.whitelist.gr", true);
  649. pref("network.IDN.whitelist.hu", true);
  650. pref("network.IDN.whitelist.io", true);
  651. pref("network.IDN.whitelist.ir", true);
  652. pref("network.IDN.whitelist.is", true);
  653. pref("network.IDN.whitelist.jp", true);
  654. pref("network.IDN.whitelist.kr", true);
  655. pref("network.IDN.whitelist.li", true);
  656. pref("network.IDN.whitelist.lt", true);
  657. pref("network.IDN.whitelist.no", true);
  658. pref("network.IDN.whitelist.pl", true);
  659. pref("network.IDN.whitelist.pr", true);
  660. pref("network.IDN.whitelist.se", true);
  661. pref("network.IDN.whitelist.sh", true);
  662. pref("network.IDN.whitelist.th", true);
  663. pref("network.IDN.whitelist.tm", true);
  664. pref("network.IDN.whitelist.tw", true);
  665. pref("network.IDN.whitelist.vn", true);
  666.  
  667. // non-ccTLDs
  668. pref("network.IDN.whitelist.biz", true);
  669. pref("network.IDN.whitelist.cat", true);
  670. pref("network.IDN.whitelist.info", true);
  671. pref("network.IDN.whitelist.museum", true);
  672. pref("network.IDN.whitelist.org", true);
  673.  
  674. // NOTE: Before these can be removed, one of bug 414812's tests must be updated
  675. //       or it will likely fail!  Please CC jwalden+bmo on the bug associated
  676. //       with removing these so he can provide a patch to make the necessary
  677. //       changes to avoid bustage.
  678. // ".test" localised TLDs for ICANN's top-level IDN trial
  679. pref("network.IDN.whitelist.xn--0zwm56d", true);
  680. pref("network.IDN.whitelist.xn--11b5bs3a9aj6g", true);
  681. pref("network.IDN.whitelist.xn--80akhbyknj4f", true);
  682. pref("network.IDN.whitelist.xn--9t4b11yi5a", true);
  683. pref("network.IDN.whitelist.xn--deba0ad", true);
  684. pref("network.IDN.whitelist.xn--g6w251d", true);
  685. pref("network.IDN.whitelist.xn--hgbk6aj7f53bba", true);
  686. pref("network.IDN.whitelist.xn--hlcj6aya9esc7a", true);
  687. pref("network.IDN.whitelist.xn--jxalpdlp", true);
  688. pref("network.IDN.whitelist.xn--kgbechtv", true);
  689. pref("network.IDN.whitelist.xn--zckzah", true);
  690.  
  691. // If a domain includes any of the following characters, it may be a spoof 
  692. // attempt and so we always display the domain name as punycode. This would 
  693. // override the settings "network.IDN_show_punycode" and 
  694. // "network.IDN.whitelist.*".
  695. 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");
  696.  
  697. // This preference specifies a list of domains for which DNS lookups will be
  698. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  699. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  700. pref("network.dns.ipv4OnlyDomains", "");
  701.  
  702. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  703. pref("network.dns.disableIPv6", false);
  704.  
  705. // This preference controls whether or not URLs with UTF-8 characters are
  706. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  707. pref("network.standard-url.escape-utf8", true);
  708.  
  709. // This preference controls whether or not URLs are always encoded and sent as
  710. // UTF-8.
  711. pref("network.standard-url.encode-utf8", true);
  712.  
  713. // This preference controls whether or not queries are encoded and sent as
  714. // UTF-8.
  715. pref("network.standard-url.encode-query-utf8", false);
  716.  
  717. // Idle timeout for ftp control connections - 5 minute default
  718. pref("network.ftp.idleConnectionTimeout", 300);
  719.  
  720. // directory listing format
  721. // 2: HTML
  722. // 3: XUL directory viewer
  723. // all other values are treated like 2
  724. pref("network.dir.format", 2);
  725.  
  726. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  727. pref("network.prefetch-next", true);
  728.  
  729.  
  730. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  731. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  732. // protocol.  Each pref is a comma-separated list of keys, where each key has
  733. // the format:
  734. //   [scheme "://"] [host [":" port]]
  735. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  736.  
  737. // This list controls which URIs can use the negotiate-auth protocol.  This
  738. // list should be limited to the servers you know you'll need to login to.
  739. pref("network.negotiate-auth.trusted-uris", "");
  740. // This list controls which URIs can support delegation.
  741. pref("network.negotiate-auth.delegation-uris", "");
  742.  
  743. // Allow SPNEGO by default when challenged by a proxy server.
  744. pref("network.negotiate-auth.allow-proxies", true);
  745.  
  746. // Path to a specific gssapi library
  747. pref("network.negotiate-auth.gsslib", "");
  748.  
  749. // Specify if the gss lib comes standard with the OS
  750. pref("network.negotiate-auth.using-native-gsslib", true);
  751.  
  752. //@line 771 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  753.  
  754. // The following prefs are used to enable automatic use of the operating
  755. // system's NTLM implementation to silently authenticate the user with their
  756. // Window's domain logon.  The trusted-uris pref follows the format of the
  757. // trusted-uris pref for negotiate authentication.
  758. pref("network.automatic-ntlm-auth.allow-proxies", true);
  759. pref("network.automatic-ntlm-auth.trusted-uris", "");
  760.  
  761. // This preference controls whether or not the LM hash will be included in
  762. // response to a NTLM challenge.  By default, this is disabled since servers
  763. // should almost never need the LM hash, and the LM hash is what makes NTLM
  764. // authentication less secure.  See bug 250691 for further details.
  765. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  766. //       implementation will not be affected by this preference.
  767. pref("network.ntlm.send-lm-response", false);
  768.  
  769. // sspitzer:  change this back to "news" when we get to beta.
  770. // for now, set this to news.mozilla.org because you can only
  771. // post to the server specified by this pref.
  772. pref("network.hosts.nntp_server",           "news.mozilla.org");
  773.  
  774. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  775.  
  776. //@line 801 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  777. pref("network.proxy.type",                  0);
  778. //@line 803 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  779.  
  780. pref("network.proxy.ftp",                   "");
  781. pref("network.proxy.ftp_port",              0);
  782. pref("network.proxy.gopher",                "");
  783. pref("network.proxy.gopher_port",           0);
  784. pref("network.proxy.http",                  "");
  785. pref("network.proxy.http_port",             0);
  786. pref("network.proxy.ssl",                   "");
  787. pref("network.proxy.ssl_port",              0);
  788. pref("network.proxy.socks",                 "");
  789. pref("network.proxy.socks_port",            0);
  790. pref("network.proxy.socks_version",         5);
  791. pref("network.proxy.socks_remote_dns",      false);
  792. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  793. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  794. pref("network.online",                      true); //online/offline
  795. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  796. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  797. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  798. pref("network.cookie.alwaysAcceptSessionCookies", false);
  799. pref("network.cookie.prefsMigrated",        false);
  800. pref("network.cookie.lifetime.days",        90);
  801.  
  802. // The PAC file to load.  Ignored unless network.proxy.type is 2.
  803. pref("network.proxy.autoconfig_url", "");
  804.  
  805. // If we cannot load the PAC file, then try again (doubling from interval_min
  806. // until we reach interval_max or the PAC file is successfully loaded).
  807. pref("network.proxy.autoconfig_retry_interval_min", 5);    // 5 seconds
  808. pref("network.proxy.autoconfig_retry_interval_max", 300);  // 5 minutes
  809.  
  810. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  811. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  812.  
  813. pref("intl.accept_languages",               "chrome://global/locale/intl.properties");
  814. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  815. pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
  816. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
  817. pref("intl.charsetmenu.browser.static",     "chrome://global/locale/intl.properties");
  818. pref("intl.charsetmenu.browser.more1",      "chrome://global/locale/intl.properties");
  819. pref("intl.charsetmenu.browser.more2",      "chrome://global/locale/intl.properties");
  820. pref("intl.charsetmenu.browser.more3",      "chrome://global/locale/intl.properties");
  821. pref("intl.charsetmenu.browser.more4",      "chrome://global/locale/intl.properties");
  822. pref("intl.charsetmenu.browser.more5",      "chrome://global/locale/intl.properties");
  823. pref("intl.charsetmenu.browser.unicode",    "chrome://global/locale/intl.properties");
  824. pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
  825. pref("intl.charsetmenu.browser.cache",      "");
  826. pref("intl.charsetmenu.mailview.cache",     "");
  827. pref("intl.charsetmenu.composer.cache",     "");
  828. pref("intl.charsetmenu.browser.cache.size", 5);
  829. pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
  830. pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
  831. pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
  832. pref("intl.locale.matchOS",                 false);
  833. // fallback charset list for Unicode conversion (converting from Unicode)
  834. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  835. // for ISO-8859-1
  836. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  837. pref("font.language.group",                 "chrome://global/locale/intl.properties");
  838.  
  839. pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Standard Symbols L, DejaVu Sans, Cambria Math");
  840.  
  841. // Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined)  to its underline.
  842. // These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent.
  843. pref("font.blacklist.underline_offset", "FangSong,Gulim,GulimChe,MingLiU,MingLiU-ExtB,MingLiU_HKSCS,MingLiU-HKSCS-ExtB,MS Gothic,MS Mincho,MS PGothic,MS PMincho,MS UI Gothic,PMingLiU,PMingLiU-ExtB,SimHei,SimSun,SimSun-ExtB,Hei,Kai,Apple LiGothic,Apple LiSung,Osaka");
  844.  
  845. pref("images.dither", "auto");
  846. pref("security.directory",              "");
  847.  
  848. pref("signed.applets.codebase_principal_support", false);
  849. pref("security.checkloaduri", true);
  850. pref("security.xpconnect.plugin.unrestricted", true);
  851. // security-sensitive dialogs should delay button enabling. In milliseconds.
  852. pref("security.dialog_enable_delay", 2000);
  853.  
  854. // Modifier key prefs: default to Windows settings,
  855. // menu access key = alt, accelerator key = control.
  856. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  857. pref("ui.key.accelKey", 17);
  858. pref("ui.key.menuAccessKey", 18);
  859. pref("ui.key.generalAccessKey", -1);
  860.  
  861. // If generalAccessKey is -1, use the following two prefs instead.
  862. // Use 0 for disabled, 1 for Shift, 2 for Ctrl, 4 for Alt, 8 for Meta
  863. // (values can be combined, e.g. 5 for Alt+Shift)
  864. pref("ui.key.chromeAccess", 4);
  865. pref("ui.key.contentAccess", 5);
  866.  
  867. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  868. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  869.  
  870. // Middle-mouse handling
  871. pref("middlemouse.paste", false);
  872. pref("middlemouse.openNewWindow", true);
  873. pref("middlemouse.contentLoadURL", false);
  874. pref("middlemouse.scrollbarPosition", false);
  875.  
  876. // Clipboard behavior
  877. pref("clipboard.autocopy", false);
  878.  
  879. // mouse wheel scroll transaction period of time (in milliseconds)
  880. pref("mousewheel.transaction.timeout", 1500);
  881. // mouse wheel scroll transaction is held even if the mouse cursor is moved.
  882. pref("mousewheel.transaction.ignoremovedelay", 100);
  883.  
  884. // 0=lines, 1=pages, 2=history , 3=text size
  885. pref("mousewheel.withnokey.action",0);
  886. pref("mousewheel.withnokey.numlines",1);    
  887. pref("mousewheel.withnokey.sysnumlines",true);
  888. pref("mousewheel.withcontrolkey.action",0);
  889. pref("mousewheel.withcontrolkey.numlines",1);
  890. pref("mousewheel.withcontrolkey.sysnumlines",true);
  891. // mousewheel.withshiftkey, see the Mac note below.
  892. pref("mousewheel.withshiftkey.action",0);
  893. pref("mousewheel.withshiftkey.numlines",1);
  894. pref("mousewheel.withshiftkey.sysnumlines",true);
  895. pref("mousewheel.withaltkey.action",2);
  896. pref("mousewheel.withaltkey.numlines",1);
  897. pref("mousewheel.withaltkey.sysnumlines",false);
  898. pref("mousewheel.withmetakey.action",0);
  899. pref("mousewheel.withmetakey.numlines",1);
  900. pref("mousewheel.withmetakey.sysnumlines",true);
  901.  
  902. // activate horizontal scrolling by default
  903. pref("mousewheel.horizscroll.withnokey.action",0);
  904. pref("mousewheel.horizscroll.withnokey.numlines",1);
  905. pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
  906. pref("mousewheel.horizscroll.withcontrolkey.action",0);
  907. pref("mousewheel.horizscroll.withcontrolkey.numlines",1);
  908. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",true);
  909. pref("mousewheel.horizscroll.withshiftkey.action",0);
  910. pref("mousewheel.horizscroll.withshiftkey.numlines",1);
  911. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",true);
  912. pref("mousewheel.horizscroll.withaltkey.action",2);
  913. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  914. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  915. pref("mousewheel.horizscroll.withmetakey.action",0);
  916. pref("mousewheel.horizscroll.withmetakey.numlines",1);
  917. pref("mousewheel.horizscroll.withmetakey.sysnumlines",true);
  918.  
  919. pref("profile.confirm_automigration",true);
  920. // profile.migration_behavior determines how the profiles root is set
  921. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  922. // 1 - create one based on the NS4.x profile root
  923. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  924. pref("profile.migration_behavior",0);
  925. pref("profile.migration_directory", "");
  926.  
  927. // the amount of time (in seconds) that must elapse
  928. // before we think your mozilla profile is defunct
  929. // and you'd benefit from re-migrating from 4.x
  930. // see bug #137886 for more details
  931. //
  932. // if -1, we never think your profile is defunct
  933. // and users will never see the remigrate UI.
  934. pref("profile.seconds_until_defunct", -1);
  935. // We can show it anytime from menus
  936. pref("profile.manage_only_at_launch", false);
  937.  
  938. pref("prefs.converted-to-utf8",false);
  939.  
  940. // --------------------------------------------------
  941. // IBMBIDI 
  942. // --------------------------------------------------
  943. //
  944. // ------------------
  945. //  Text Direction
  946. // ------------------
  947. // 1 = directionLTRBidi *
  948. // 2 = directionRTLBidi
  949. pref("bidi.direction", 1);
  950. // ------------------
  951. //  Text Type
  952. // ------------------
  953. // 1 = charsettexttypeBidi *
  954. // 2 = logicaltexttypeBidi
  955. // 3 = visualtexttypeBidi
  956. pref("bidi.texttype", 1);
  957. // ------------------
  958. //  Controls Text Mode
  959. // ------------------
  960. // 1 = logicalcontrolstextmodeBidiCmd
  961. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  962. // 3 = containercontrolstextmodeBidi *
  963. pref("bidi.controlstextmode", 1);
  964. // ------------------
  965. //  Numeral Style
  966. // ------------------
  967. // 0 = nominalnumeralBidi *
  968. // 1 = regularcontextnumeralBidi
  969. // 2 = hindicontextnumeralBidi
  970. // 3 = arabicnumeralBidi
  971. // 4 = hindinumeralBidi
  972. pref("bidi.numeral", 0);
  973. // ------------------
  974. //  Support Mode
  975. // ------------------
  976. // 1 = mozillaBidisupport *
  977. // 2 = OsBidisupport
  978. // 3 = disableBidisupport
  979. pref("bidi.support", 1);
  980. // ------------------
  981. //  Charset Mode
  982. // ------------------
  983. // 1 = doccharactersetBidi *
  984. // 2 = defaultcharactersetBidi
  985. pref("bidi.characterset", 1);
  986. // Whether delete and backspace should immediately delete characters not
  987. // visually adjacent to the caret, or adjust the visual position of the caret
  988. // on the first keypress and delete the character on a second keypress
  989. pref("bidi.edit.delete_immediately", false);
  990.  
  991. // Bidi caret movement style:
  992. // 0 = logical
  993. // 1 = visual
  994. // 2 = visual, but logical during selection
  995. pref("bidi.edit.caret_movement_style", 2);
  996.  
  997. // used for double-click word selection behavior. Win will override.
  998. pref("layout.word_select.eat_space_to_next_word", false);
  999. pref("layout.word_select.stop_at_punctuation", true);
  1000.  
  1001. // controls caret style and word-delete during text selection
  1002. // 0 = use platform default
  1003. // 1 = caret moves and blinks as when there is no selection; word
  1004. //     delete deselects the selection and then deletes word (Windows default)
  1005. // 2 = caret moves to selection edge and is not visible during selection; 
  1006. //     word delete deletes the selection (Mac default)
  1007. // 3 = caret moves and blinks as when there is no selection; word delete
  1008. //     deletes the selection (Unix default)
  1009. pref("layout.selection.caret_style", 0);
  1010.  
  1011. // pref to control whether or not to replace backslashes with Yen signs
  1012. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  1013. // Shift_JIS, ISO-2022-JP)
  1014. pref("layout.enable_japanese_specific_transform", false);
  1015.  
  1016. // pref to force frames to be resizable
  1017. pref("layout.frames.force_resizability", false);
  1018.  
  1019. // pref to report CSS errors to the error console
  1020. pref("layout.css.report_errors", true);
  1021.  
  1022. // pref for which side vertical scrollbars should be on
  1023. // 0 = end-side in UI direction
  1024. // 1 = end-side in document/content direction
  1025. // 2 = right
  1026. // 3 = left
  1027. pref("layout.scrollbar.side", 0);
  1028.  
  1029. // pref to permit users to make verified SOAP calls by default
  1030. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  1031.  
  1032. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  1033. pref("plugin.override_internal_types", false);
  1034. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  1035.  
  1036. // See bug 136985.  Gives embedders a pref to hook into to show
  1037. // a popup blocker if they choose.
  1038. pref("browser.popups.showPopupBlocker", true);
  1039.  
  1040. // Pref to control whether the viewmanager code does double-buffering or not
  1041. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  1042. pref("viewmanager.do_doublebuffering", true);
  1043.  
  1044. // which files will be selected for roaming by default.
  1045. // See sroaming/content/prefs/all.js
  1046. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  1047. // display some general warning to the user about making backups, security etc.
  1048. pref("roaming.showInitialWarning", true);
  1049.  
  1050. // whether use prefs from system
  1051. pref("config.use_system_prefs", false);
  1052.  
  1053. // if the system has enabled accessibility
  1054. pref("config.use_system_prefs.accessibility", false);
  1055.  
  1056. /*
  1057.  * What are the entities that you want Mozilla to save using mnemonic
  1058.  * names rather than numeric codes? E.g. If set, we'll output  
  1059.  * otherwise, we may output 0xa0 depending on the charset.
  1060.  *
  1061.  * "none"   : don't use any entity names; only use numeric codes.
  1062.  * "basic"  : use entity names just for   & < > " for 
  1063.  *            interoperability/exchange with products that don't support more
  1064.  *            than that.
  1065.  * "latin1" : use entity names for 8bit accented letters and other special
  1066.  *            symbols between 128 and 255.
  1067.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  1068.  *            other special markup symbols as defined in HTML4.
  1069.  */
  1070. //pref("editor.encode_entity",                 "html");
  1071.  
  1072. pref("editor.resizing.preserve_ratio",       true);
  1073. pref("editor.positioning.offset",            0);
  1074.  
  1075. pref("dom.max_chrome_script_run_time", 20);
  1076. pref("dom.max_script_run_time", 10);
  1077.  
  1078. pref("svg.enabled", true);
  1079.  
  1080. pref("font.minimum-size.ar", 0);
  1081. pref("font.minimum-size.x-armn", 0);
  1082. pref("font.minimum-size.x-beng", 0);
  1083. pref("font.minimum-size.x-baltic", 0);
  1084. pref("font.minimum-size.x-central-euro", 0);
  1085. pref("font.minimum-size.zh-CN", 0);
  1086. pref("font.minimum-size.zh-HK", 0);
  1087. pref("font.minimum-size.zh-TW", 0);
  1088. pref("font.minimum-size.x-cyrillic", 0);
  1089. pref("font.minimum-size.x-devanagari", 0);
  1090. pref("font.minimum-size.x-ethi", 0);
  1091. pref("font.minimum-size.x-geor", 0);
  1092. pref("font.minimum-size.el", 0);
  1093. pref("font.minimum-size.x-gujr", 0);
  1094. pref("font.minimum-size.x-guru", 0);
  1095. pref("font.minimum-size.he", 0);
  1096. pref("font.minimum-size.ja", 0);
  1097. pref("font.minimum-size.x-knda", 0);
  1098. pref("font.minimum-size.x-khmr", 0);
  1099. pref("font.minimum-size.ko", 0);
  1100. pref("font.minimum-size.x-mlym", 0);
  1101. pref("font.minimum-size.x-orya", 0);
  1102. pref("font.minimum-size.x-sinh", 0);
  1103. pref("font.minimum-size.x-tamil", 0);
  1104. pref("font.minimum-size.x-telu", 0);
  1105. pref("font.minimum-size.th", 0);
  1106. pref("font.minimum-size.tr", 0);
  1107. pref("font.minimum-size.x-cans", 0);
  1108. pref("font.minimum-size.x-western", 0);
  1109. pref("font.minimum-size.x-unicode", 0);
  1110. pref("font.minimum-size.x-user-def", 0);
  1111.  
  1112. //@line 1520 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1113.  
  1114. //@line 1522 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1115. // Mac specific preference defaults
  1116. pref("browser.drag_out_of_frame_style", 1);
  1117. pref("ui.key.saveLink.shift", false); // true = shift, false = meta
  1118. pref("ui.click_hold_context_menus", false);
  1119.  
  1120. // default fonts (in UTF8 and using canonical names)
  1121. // to determine canonical font names, use a debug build and 
  1122. // enable NSPR logging for module fontInfoLog:5
  1123. // canonical names immediately follow '(fontinit) family:' in the log
  1124.  
  1125. pref("font.name.serif.ar", "Al Bayan");
  1126. pref("font.name.sans-serif.ar", "Geeza Pro");
  1127. pref("font.name.monospace.ar", "Geeza Pro");
  1128. pref("font.name.cursive.ar", "DecoType Naskh");
  1129. pref("font.name.fantasy.ar", "KufiStandardGK");
  1130. pref("font.name-list.serif.ar", "Al Bayan");
  1131. pref("font.name-list.sans-serif.ar", "Geeza Pro");
  1132. pref("font.name-list.monospace.ar", "Geeza Pro");
  1133. pref("font.name-list.cursive.ar", "DecoType Naskh");
  1134. pref("font.name-list.fantasy.ar", "KufiStandardGK");
  1135.  
  1136. pref("font.name.serif.el", "Lucida Grande");
  1137. pref("font.name.sans-serif.el", "Lucida Grande");
  1138. pref("font.name.monospace.el", "Lucida Grande");
  1139. pref("font.name.cursive.el", "Lucida Grande");
  1140. pref("font.name.fantasy.el", "Lucida Grande");
  1141. pref("font.name-list.serif.el", "Lucida Grande");
  1142. pref("font.name-list.sans-serif.el", "Lucida Grande");
  1143. pref("font.name-list.monospace.el", "Lucida Grande");
  1144. pref("font.name-list.cursive.el", "Lucida Grande");
  1145. pref("font.name-list.fantasy.el", "Lucida Grande");
  1146.  
  1147. pref("font.name.serif.he", "Raanana");
  1148. pref("font.name.sans-serif.he", "Arial Hebrew");
  1149. pref("font.name.monospace.he", "Arial Hebrew");
  1150. pref("font.name.cursive.he", "Corsiva Hebrew");
  1151. pref("font.name.fantasy.he", "Corsiva Hebrew");
  1152. pref("font.name-list.serif.he", "Raanana");
  1153. pref("font.name-list.sans-serif.he", "Arial Hebrew");
  1154. pref("font.name-list.monospace.he", "Arial Hebrew");
  1155. pref("font.name-list.cursive.he", "Corsiva Hebrew");
  1156. pref("font.name-list.fantasy.he", "Corsiva Hebrew");
  1157.  
  1158. pref("font.name.serif.ja", "Hiragino Mincho Pro"); 
  1159. pref("font.name.sans-serif.ja", "Hiragino Kaku Gothic Pro"); 
  1160. pref("font.name.monospace.ja", "Osaka-Mono"); 
  1161. pref("font.name-list.serif.ja", "Hiragino Mincho Pro"); 
  1162. pref("font.name-list.sans-serif.ja", "Hiragino Kaku Gothic Pro"); 
  1163. pref("font.name-list.monospace.ja", "Osaka-Mono"); 
  1164.  
  1165. pref("font.name.serif.ko", "AppleMyungjo"); 
  1166. pref("font.name.sans-serif.ko", "AppleGothic"); 
  1167. pref("font.name.monospace.ko", "AppleGothic"); 
  1168. pref("font.name-list.serif.ko", "AppleMyungjo"); 
  1169. pref("font.name-list.sans-serif.ko", "AppleGothic"); 
  1170. pref("font.name-list.monospace.ko", "AppleGothic"); 
  1171.  
  1172. pref("font.name.serif.th", "Thonburi");
  1173. pref("font.name.sans-serif.th", "Thonburi");
  1174. pref("font.name.monospace.th", "Ayuthaya");
  1175. pref("font.name-list.serif.th", "Thonburi");
  1176. pref("font.name-list.sans-serif.th", "Thonburi");
  1177. pref("font.name-list.monospace.th", "Ayuthaya");
  1178.  
  1179. pref("font.name.serif.tr", "Times");
  1180. pref("font.name.sans-serif.tr", "Helvetica");
  1181. pref("font.name.monospace.tr", "Courier");
  1182. pref("font.name.cursive.tr", "Apple Chancery");
  1183. pref("font.name.fantasy.tr", "Papyrus");
  1184. pref("font.name-list.serif.tr", "Times");
  1185. pref("font.name-list.sans-serif.tr", "Helvetica");
  1186. pref("font.name-list.monospace.tr", "Courier");
  1187. pref("font.name-list.cursive.tr", "Apple Chancery");
  1188. pref("font.name-list.fantasy.tr", "Papyrus");
  1189.  
  1190. pref("font.name.serif.x-armn", "Mshtakan");
  1191. pref("font.name.sans-serif.x-armn", "Mshtakan");
  1192. pref("font.name.monospace.x-armn", "Mshtakan");
  1193. pref("font.name-list.serif.x-armn", "Mshtakan");
  1194. pref("font.name-list.sans-serif.x-armn", "Mshtakan");
  1195. pref("font.name-list.monospace.x-armn", "Mshtakan");
  1196.  
  1197. pref("font.name.serif.x-baltic", "Times");
  1198. pref("font.name.sans-serif.x-baltic", "Helvetica");
  1199. pref("font.name.monospace.x-baltic", "Courier");
  1200. pref("font.name.cursive.x-baltic", "Apple Chancery");
  1201. pref("font.name.fantasy.x-baltic", "Papyrus");
  1202. pref("font.name-list.serif.x-baltic", "Times");
  1203. pref("font.name-list.sans-serif.x-baltic", "Helvetica");
  1204. pref("font.name-list.monospace.x-baltic", "Courier");
  1205. pref("font.name-list.cursive.x-baltic", "Apple Chancery");
  1206. pref("font.name-list.fantasy.x-baltic", "Papyrus");
  1207.  
  1208. // no suitable fonts for bengali ship with mac os x
  1209. // however two can be freely downloaded
  1210. // SolaimanLipi, Rupali http://ekushey.org/?page/mac_download
  1211. pref("font.name.serif.x-beng", "‡¶∏‡ßᇶ懶≤‡¶æ‡¶á‡¶Æ‡¶æ‡¶® ‡¶≤‡¶ø‡¶™‡¶ø");
  1212. pref("font.name.sans-serif.x-beng", "‡¶∞‡ßLJ¶™‡¶æ‡¶≤‡ßÄ");
  1213. pref("font.name.monospace.x-beng", "‡¶∞‡ßLJ¶™‡¶æ‡¶≤‡ßÄ");
  1214. pref("font.name-list.serif.x-beng", "‡¶∏‡ßᇶ懶≤‡¶æ‡¶á‡¶Æ‡¶æ‡¶® ‡¶≤‡¶ø‡¶™‡¶ø");
  1215. pref("font.name-list.sans-serif.x-beng", "‡¶∞‡ßLJ¶™‡¶æ‡¶≤‡ßÄ");
  1216. pref("font.name-list.monospace.x-beng", "‡¶∞‡ßLJ¶™‡¶æ‡¶≤‡ßÄ");
  1217.  
  1218. pref("font.name.serif.x-cans", "Euphemia UCAS");
  1219. pref("font.name.sans-serif.x-cans", "Euphemia UCAS");
  1220. pref("font.name.monospace.x-cans", "Euphemia UCAS");
  1221. pref("font.name-list.serif.x-cans", "Euphemia UCAS");
  1222. pref("font.name-list.sans-serif.x-cans", "Euphemia UCAS");
  1223. pref("font.name-list.monospace.x-cans", "Euphemia UCAS");
  1224.  
  1225. pref("font.name.serif.x-central-euro", "Times");
  1226. pref("font.name.sans-serif.x-central-euro", "Helvetica");
  1227. pref("font.name.monospace.x-central-euro", "Courier");
  1228. pref("font.name.cursive.x-central-euro", "Apple Chancery");
  1229. pref("font.name.fantasy.x-central-euro", "Papyrus");
  1230. pref("font.name-list.serif.x-central-euro", "Times");
  1231. pref("font.name-list.sans-serif.x-central-euro", "Helvetica");
  1232. pref("font.name-list.monospace.x-central-euro", "Courier");
  1233. pref("font.name-list.cursive.x-central-euro", "Apple Chancery");
  1234. pref("font.name-list.fantasy.x-central-euro", "Papyrus");
  1235.  
  1236. pref("font.name.serif.x-cyrillic", "Times CY");
  1237. pref("font.name.sans-serif.x-cyrillic", "Helvetica CY");
  1238. pref("font.name.monospace.x-cyrillic", "Monaco CY");
  1239. pref("font.name.cursive.x-cyrillic", "Geneva CY");
  1240. pref("font.name.fantasy.x-cyrillic", "Charcoal CY");
  1241. pref("font.name-list.serif.x-cyrillic", "Times CY");
  1242. pref("font.name-list.sans-serif.x-cyrillic", "Helvetica CY");
  1243. pref("font.name-list.monospace.x-cyrillic", "Monaco CY");
  1244. pref("font.name-list.cursive.x-cyrillic", "Geneva CY");
  1245. pref("font.name-list.fantasy.x-cyrillic", "Charcoal CY");
  1246.  
  1247. pref("font.name.serif.x-devanagari", "Devanagari MT");
  1248. pref("font.name.sans-serif.x-devanagari", "Devanagari MT");
  1249. pref("font.name.monospace.x-devanagari", "Devanagari MT");
  1250. pref("font.name-list.serif.x-devanagari", "Devanagari MT");
  1251. pref("font.name-list.sans-serif.x-devanagari", "Devanagari MT");
  1252. pref("font.name-list.monospace.x-devanagari", "Devanagari MT");
  1253.  
  1254. // no suitable fonts for ethiopic ship with mac os x
  1255. // however one can be freely downloaded
  1256. // Abyssinica SIL http://scripts.sil.org/AbyssinicaSIL_Download
  1257. pref("font.name.serif.x-ethi", "Abyssinica SIL");
  1258. pref("font.name.sans-serif.x-ethi", "Abyssinica SIL");
  1259. pref("font.name.monospace.x-ethi", "Abyssinica SIL");
  1260. pref("font.name-list.serif.x-ethi", "Abyssinica SIL");
  1261. pref("font.name-list.sans-serif.x-ethi", "Abyssinica SIL");
  1262. pref("font.name-list.monospace.x-ethi", "Abyssinica SIL");
  1263.  
  1264. // no suitable fonts for georgian ship with mac os x
  1265. // however some can be freely downloaded
  1266. // TITUS Cyberbit Basic http://titus.fkidg1.uni-frankfurt.de/unicode/tituut.asp
  1267. // Zuzumbo http://homepage.mac.com/rsiradze/FileSharing91.html
  1268. pref("font.name.serif.x-geor", "TITUS Cyberbit Basic");
  1269. pref("font.name.sans-serif.x-geor", "Zuzumbo");
  1270. pref("font.name.monospace.x-geor", "Zuzumbo");
  1271. pref("font.name-list.serif.x-geor", "TITUS Cyberbit Basic"); 
  1272. pref("font.name-list.sans-serif.x-geor", "Zuzumbo");
  1273. pref("font.name-list.monospace.x-geor", "Zuzumbo");
  1274.  
  1275. pref("font.name.serif.x-gujr", "Gujarati MT");
  1276. pref("font.name.sans-serif.x-gujr", "Gujarati MT");
  1277. pref("font.name.monospace.x-gujr", "Gujarati MT");
  1278. pref("font.name-list.serif.x-gujr", "Gujarati MT"); 
  1279. pref("font.name-list.sans-serif.x-gujr", "Gujarati MT");
  1280. pref("font.name-list.monospace.x-gujr", "Gujarati MT");
  1281.  
  1282. pref("font.name.serif.x-guru", "Gurmukhi MT");
  1283. pref("font.name.sans-serif.x-guru", "Gurmukhi MT");
  1284. pref("font.name.monospace.x-guru", "Gurmukhi MT");
  1285. pref("font.name-list.serif.x-guru", "Gurmukhi MT"); 
  1286. pref("font.name-list.sans-serif.x-guru", "Gurmukhi MT");
  1287. pref("font.name-list.monospace.x-guru", "Gurmukhi MT");
  1288.  
  1289. // no suitable fonts for khmer ship with mac os x
  1290. // add this section when fonts exist
  1291.  
  1292. // no suitable fonts for malayalam ship with mac os x
  1293. // add this section when fonts exist
  1294.  
  1295. // no suitable fonts for oriya ship with mac os x
  1296. // add this section when fonts exist
  1297.  
  1298. // no suitable fonts for telugu ship with mac os x
  1299. // however one can be freely downloaded
  1300. // Pothana http://web.nickshanks.com/typography/telugu/
  1301. pref("font.name.serif.x-telu", "Pothana");
  1302. pref("font.name.sans-serif.x-telu", "Pothana");
  1303. pref("font.name.monospace.x-telu", "Pothana");
  1304. pref("font.name-list.serif.x-telu", "Pothana");
  1305. pref("font.name-list.sans-serif.x-telu", "Pothana");
  1306. pref("font.name-list.monospace.x-telu", "Pothana");
  1307.  
  1308. // no suitable fonts for kannada ship with mac os x
  1309. // however one can be freely downloaded
  1310. // Kedage http://web.nickshanks.com/typography/kannada/
  1311. pref("font.name.serif.x-knda", "Kedage");
  1312. pref("font.name.sans-serif.x-knda", "Kedage");
  1313. pref("font.name.monospace.x-knda", "Kedage");
  1314. pref("font.name-list.serif.x-knda", "Kedage");
  1315. pref("font.name-list.sans-serif.x-knda", "Kedage");
  1316. pref("font.name-list.monospace.x-knda", "Kedage");
  1317.  
  1318. // no suitable fonts for sinhala ship with mac os x
  1319. // add this section when fonts exist
  1320.  
  1321. pref("font.name.serif.x-tamil", "InaiMathi");
  1322. pref("font.name.sans-serif.x-tamil", "InaiMathi");
  1323. pref("font.name.monospace.x-tamil", "InaiMathi");
  1324. pref("font.name-list.serif.x-tamil", "InaiMathi");
  1325. pref("font.name-list.sans-serif.x-tamil", "InaiMathi");
  1326. pref("font.name-list.monospace.x-tamil", "InaiMathi");
  1327.  
  1328. pref("font.name.serif.x-unicode", "Times");
  1329. pref("font.name.sans-serif.x-unicode", "Helvetica");
  1330. pref("font.name.monospace.x-unicode", "Courier");
  1331. pref("font.name.cursive.x-unicode", "Apple Chancery");
  1332. pref("font.name.fantasy.x-unicode", "Papyrus");
  1333. pref("font.name-list.serif.x-unicode", "Times");
  1334. pref("font.name-list.sans-serif.x-unicode", "Helvetica");
  1335. pref("font.name-list.monospace.x-unicode", "Courier");
  1336. pref("font.name-list.cursive.x-unicode", "Apple Chancery");
  1337. pref("font.name-list.fantasy.x-unicode", "Papyrus");
  1338.  
  1339. pref("font.name.serif.x-western", "Times");
  1340. pref("font.name.sans-serif.x-western", "Helvetica");
  1341. pref("font.name.monospace.x-western", "Courier");
  1342. pref("font.name.cursive.x-western", "Apple Chancery");
  1343. pref("font.name.fantasy.x-western", "Papyrus");
  1344. pref("font.name-list.serif.x-western", "Times");
  1345. pref("font.name-list.sans-serif.x-western", "Helvetica");
  1346. pref("font.name-list.monospace.x-western", "Courier");
  1347. pref("font.name-list.cursive.x-western", "Apple Chancery");
  1348. pref("font.name-list.fantasy.x-western", "Papyrus");
  1349.  
  1350. pref("font.name.serif.zh-CN", "STSong");
  1351. pref("font.name.sans-serif.zh-CN", "STHeiti");
  1352. pref("font.name.monospace.zh-CN", "STHeiti");
  1353. pref("font.name-list.serif.zh-CN", "STSong");
  1354. pref("font.name-list.sans-serif.zh-CN", "STHeiti");
  1355. pref("font.name-list.monospace.zh-CN", "STHeiti");
  1356.  
  1357. pref("font.name.serif.zh-TW", "Apple LiSung"); 
  1358. pref("font.name.sans-serif.zh-TW", "Apple LiGothic");  
  1359. pref("font.name.monospace.zh-TW", "Apple LiGothic");  
  1360. pref("font.name-list.serif.zh-TW", "Apple LiSung"); 
  1361. pref("font.name-list.sans-serif.zh-TW", "Apple LiGothic");  
  1362. pref("font.name-list.monospace.zh-TW", "Apple LiGothic");  
  1363.  
  1364. pref("font.name.serif.zh-HK", "LiSong Pro");
  1365. pref("font.name.sans-serif.zh-HK", "LiHei Pro");
  1366. pref("font.name.monospace.zh-HK", "LiHei Pro");
  1367. pref("font.name-list.serif.zh-HK", "LiSong Pro");
  1368. pref("font.name-list.sans-serif.zh-HK", "LiHei Pro");
  1369. pref("font.name-list.monospace.zh-HK", "LiHei Pro");
  1370.  
  1371. pref("font.default.ar", "sans-serif");
  1372. pref("font.size.variable.ar", 16);
  1373. pref("font.size.fixed.ar", 13);
  1374.  
  1375. pref("font.default.el", "serif");
  1376. pref("font.size.variable.el", 16);
  1377. pref("font.size.fixed.el", 13);
  1378.  
  1379. pref("font.default.he", "sans-serif");
  1380. pref("font.size.variable.he", 16);
  1381. pref("font.size.fixed.he", 13);
  1382.  
  1383. pref("font.default.ja", "sans-serif");
  1384. pref("font.size.variable.ja", 16);
  1385. pref("font.size.fixed.ja", 16);
  1386.  
  1387. pref("font.default.ko", "sans-serif");
  1388. pref("font.size.variable.ko", 16);
  1389. pref("font.size.fixed.ko", 16);
  1390.  
  1391. pref("font.default.th", "serif");
  1392. pref("font.size.variable.th", 16);
  1393. pref("font.size.fixed.th", 13);
  1394. pref("font.minimum-size.th", 10);
  1395.  
  1396. pref("font.default.tr", "serif");
  1397. pref("font.size.variable.tr", 16);
  1398. pref("font.size.fixed.tr", 13);
  1399.  
  1400. pref("font.default.x-armn", "serif");
  1401. pref("font.size.variable.x-armn", 16);
  1402. pref("font.size.fixed.x-armn", 13);
  1403.  
  1404. pref("font.default.x-baltic", "serif");
  1405. pref("font.size.variable.x-baltic", 16);
  1406. pref("font.size.fixed.x-baltic", 13);
  1407.  
  1408. pref("font.default.x-beng", "serif");
  1409. pref("font.size.variable.x-beng", 16);
  1410. pref("font.size.fixed.x-beng", 13);
  1411.  
  1412. pref("font.default.x-cans", "serif");
  1413. pref("font.size.variable.x-cans", 16);
  1414. pref("font.size.fixed.x-cans", 13);
  1415.  
  1416. pref("font.default.x-central-euro", "serif");
  1417. pref("font.size.variable.x-central-euro", 16);
  1418. pref("font.size.fixed.x-central-euro", 13);
  1419.  
  1420. pref("font.default.x-cyrillic", "serif");
  1421. pref("font.size.variable.x-cyrillic", 16);
  1422. pref("font.size.fixed.x-cyrillic", 13);
  1423.  
  1424. pref("font.default.x-devanagari", "serif");
  1425. pref("font.size.variable.x-devanagari", 16);
  1426. pref("font.size.fixed.x-devanagari", 13);
  1427.  
  1428. pref("font.default.x-ethi", "serif");
  1429. pref("font.size.variable.x-ethi", 16);
  1430. pref("font.size.fixed.x-ethi", 13);
  1431.  
  1432. pref("font.default.x-geor", "serif");
  1433. pref("font.size.variable.x-geor", 16);
  1434. pref("font.size.fixed.x-geor", 13);
  1435.  
  1436. pref("font.default.x-gujr", "serif");
  1437. pref("font.size.variable.x-gujr", 16);
  1438. pref("font.size.fixed.x-gujr", 13);
  1439.  
  1440. pref("font.default.x-guru", "serif");
  1441. pref("font.size.variable.x-guru", 16);
  1442. pref("font.size.fixed.x-guru", 13);
  1443.  
  1444. pref("font.default.x-khmr", "serif");
  1445. pref("font.size.variable.x-khmr", 16);
  1446. pref("font.size.fixed.x-khmr", 13);
  1447.  
  1448. pref("font.default.x-mlym", "serif");
  1449. pref("font.size.variable.x-mlym", 16);
  1450. pref("font.size.fixed.x-mlym", 13);
  1451.  
  1452. pref("font.default.x-tamil", "serif");
  1453. pref("font.size.variable.x-tamil", 16);
  1454. pref("font.size.fixed.x-tamil", 13);
  1455.  
  1456. pref("font.default.x-orya", "serif");
  1457. pref("font.size.variable.x-orya", 16);
  1458. pref("font.size.fixed.x-orya", 13);
  1459.  
  1460. pref("font.default.x-telu", "serif");
  1461. pref("font.size.variable.x-telu", 16);
  1462. pref("font.size.fixed.x-telu", 13);
  1463.  
  1464. pref("font.default.x-knda", "serif");
  1465. pref("font.size.variable.x-knda", 16);
  1466. pref("font.size.fixed.x-knda", 13);
  1467.  
  1468. pref("font.default.x-sinh", "serif");
  1469. pref("font.size.variable.x-sinh", 16);
  1470. pref("font.size.fixed.x-sinh", 13);
  1471.  
  1472. pref("font.default.x-unicode", "serif");
  1473. pref("font.size.variable.x-unicode", 16);
  1474. pref("font.size.fixed.x-unicode", 13);
  1475.  
  1476. pref("font.default.x-western", "serif");
  1477. pref("font.size.variable.x-western", 16);
  1478. pref("font.size.fixed.x-western", 13);
  1479.  
  1480. pref("font.default.zh-CN", "sans-serif");
  1481. pref("font.size.variable.zh-CN", 15);
  1482. pref("font.size.fixed.zh-CN", 16);
  1483.  
  1484. pref("font.default.zh-TW", "sans-serif");
  1485. pref("font.size.variable.zh-TW", 15);
  1486. pref("font.size.fixed.zh-TW", 16);
  1487.  
  1488. pref("font.default.zh-HK", "sans-serif");
  1489. pref("font.size.variable.zh-HK", 15);
  1490. pref("font.size.fixed.zh-HK", 16);
  1491.  
  1492. // Apple's Symbol is Unicode so use it
  1493. pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Symbol, DejaVu Sans, Cambria Math");
  1494.  
  1495. // individual font faces to be treated as independent families
  1496. // names are Postscript names of each face
  1497. pref("font.single-face-list", "Osaka-Mono");
  1498.  
  1499. // optimization hint for fonts with localized names to be read in at startup, otherwise read in at lookup miss
  1500. // names are canonical family names (typically English names)
  1501. pref("font.preload-names-list", "Hiragino Kaku Gothic Pro,Hiragino Mincho Pro,STSong");
  1502.  
  1503. pref("browser.urlbar.clickAtEndSelects", false);
  1504.  
  1505. // Override the Windows settings: no menu key, meta accelerator key. ctrl for general access key in HTML/XUL
  1506. // Use 17 for Ctrl, 18 for Option, 224 for Cmd, 0 for none
  1507. pref("ui.key.menuAccessKey", 0);
  1508. pref("ui.key.accelKey", 224);
  1509. // (pinkerton, joki, saari) IE5 for mac uses Control for access keys. The HTML4 spec
  1510. // suggests to use command on mac, but this really sucks (imagine someone having a "q"
  1511. // as an access key and not letting you quit the app!). As a result, we've made a 
  1512. // command decision 1 day before tree lockdown to change it to the control key.
  1513. pref("ui.key.generalAccessKey", -1);
  1514.  
  1515. // If generalAccessKey is -1, use the following two prefs instead.
  1516. // Use 0 for disabled, 1 for Shift, 2 for Ctrl, 4 for Alt, 8 for Meta (Cmd)
  1517. // (values can be combined, e.g. 3 for Ctrl+Shift)
  1518. pref("ui.key.chromeAccess", 2);
  1519. pref("ui.key.contentAccess", 2);
  1520.  
  1521. // print_extra_margin enables platforms to specify an extra gap or margin
  1522. // around the content of the page for Print Preview only
  1523. pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
  1524.  
  1525. // This indicates whether it should use the native dialog or the XP Dialog
  1526. pref("print.use_native_print_dialog", true);
  1527.  
  1528. //@line 1937 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1529.  
  1530. //@line 2134 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1531.  
  1532. //@line 2225 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1533.  
  1534. //@line 2490 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1535.  
  1536. //@line 2558 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1537.  
  1538. //@line 2584 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1539.  
  1540. //@line 2604 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1541.  
  1542. //@line 2612 "/builds/tinderbox/Fx-Mozilla1.9-Release/Darwin_8.8.4_Depend/mozilla/modules/libpref/src/init/all.js"
  1543.  
  1544. // Login Manager prefs
  1545. pref("signon.rememberSignons",              true);
  1546. pref("signon.expireMasterPassword",         false);
  1547. pref("signon.SignonFileName",               "signons.txt"); // obsolete 
  1548. pref("signon.SignonFileName2",              "signons2.txt"); // obsolete
  1549. pref("signon.SignonFileName3",              "signons3.txt");
  1550. pref("signon.autofillForms",                true); 
  1551. pref("signon.debug",                        false); // logs to Error Console
  1552.  
  1553. // Zoom prefs
  1554. pref("browser.zoom.full", false);
  1555. pref("zoom.minPercent", 30);
  1556. pref("zoom.maxPercent", 300);
  1557. pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3");
  1558.