home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / Songbird / Songbird_2.0.0-2311_windows-i686-msvc8.exe / xulrunner / greprefs / all.js next >
Text File  |  2010-12-01  |  81KB  |  1,693 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. //@line 63 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  63. pref("browser.cache.disk.capacity",         51200);
  64. //@line 67 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  65. pref("browser.cache.memory.enable",         true);
  66. //pref("browser.cache.memory.capacity",     -1);
  67. // -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
  68. pref("browser.cache.disk_cache_ssl",        false);
  69. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  70. pref("browser.cache.check_doc_frequency",   3);
  71.  
  72. pref("browser.cache.offline.enable",           true);
  73. //@line 76 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  74. // offline cache capacity in kilobytes
  75. pref("browser.cache.offline.capacity",         512000);
  76.  
  77. // offline apps should be limited to this much data in global storage
  78. // (in kilobytes)
  79. pref("offline-apps.quota.max",        204800);
  80.  
  81. // the user should be warned if offline app disk usage exceeds this amount
  82. // (in kilobytes)
  83. pref("offline-apps.quota.warn",        51200);
  84. //@line 92 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  85.  
  86. // Fastback caching - if this pref is negative, then we calculate the number
  87. // of content viewers to cache based on the amount of available memory.
  88. pref("browser.sessionhistory.max_total_viewers", -1);
  89.  
  90. pref("ui.use_native_colors", true);
  91. pref("ui.use_native_popup_windows", false);
  92. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  93. pref("browser.display.use_document_colors", true);
  94. pref("browser.display.use_system_colors",   false);
  95. pref("browser.display.foreground_color",    "#000000");
  96. pref("browser.display.background_color",    "#FFFFFF");
  97. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  98. // 0 = no external leading, 
  99. // 1 = use external leading only when font provides, 
  100. // 2 = add extra leading both internal leading and external leading are zero
  101. pref("browser.display.normal_lineheight_calc_control", 2);
  102. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  103. // min font device pixel size at which to turn on high quality
  104. pref("browser.display.auto_quality_min_font_size", 20);
  105. pref("browser.anchor_color",                "#0000EE");
  106. pref("browser.active_color",                "#EE0000");
  107. pref("browser.visited_color",               "#551A8B");
  108. pref("browser.underline_anchors",           true);
  109. pref("browser.blink_allowed",               true);
  110. pref("browser.enable_automatic_image_resizing", false);
  111. pref("browser.enable_click_image_resizing", true);
  112.  
  113. // See http://whatwg.org/specs/web-apps/current-work/#ping
  114. pref("browser.send_pings", false);
  115. pref("browser.send_pings.max_per_link", 1);           // limit the number of pings that are sent per link click
  116. pref("browser.send_pings.require_same_host", false);  // only send pings to the same host if this is true
  117.  
  118. pref("browser.display.use_focus_colors",    false);
  119. pref("browser.display.focus_background_color", "#117722");
  120. pref("browser.display.focus_text_color",     "#ffffff");
  121. pref("browser.display.focus_ring_width",     1);
  122. pref("browser.display.focus_ring_on_anything", false);
  123. // focus ring border style.
  124. // 0 = solid border, 1 = dotted border
  125. pref("browser.display.focus_ring_style", 1);
  126.  
  127. pref("browser.helperApps.alwaysAsk.force",  false);
  128. pref("browser.helperApps.neverAsk.saveToDisk", "");
  129. pref("browser.helperApps.neverAsk.openFile", "");
  130.  
  131. // xxxbsmedberg: where should prefs for the toolkit go?
  132. pref("browser.chrome.toolbar_tips",         true);
  133. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  134. pref("browser.chrome.toolbar_style",        2);
  135. // max image size for which it is placed in the tab icon for tabbrowser.
  136. // if 0, no images are used for tab icons for image documents.
  137. pref("browser.chrome.image_icons.max_size", 1024);
  138.  
  139. pref("browser.triple_click_selects_paragraph", true);
  140.  
  141. // When loading <video> or <audio>, check for Access-Control-Allow-Origin
  142. // header, and disallow the connection if not present or permitted.
  143. pref("media.enforce_same_site_origin", false);
  144.  
  145. // Media cache size in kilobytes
  146. pref("media.cache_size", 51200);
  147.  
  148. //@line 156 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  149. pref("media.ogg.enabled", true);
  150. //@line 159 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  151. pref("media.wave.enabled", true);
  152. //@line 161 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  153.  
  154. // Whether to autostart a media element with an |autoplay| attribute
  155. pref("media.autoplay.enabled", true);
  156.  
  157. // 0 = Off, 1 = Full, 2 = Tagged Images Only. 
  158. // See eCMSMode in gfx/thebes/public/gfxPlatform.h
  159. pref("gfx.color_management.mode", 2);
  160. pref("gfx.color_management.display_profile", "");
  161. pref("gfx.color_management.rendering_intent", 0);
  162.  
  163. pref("gfx.downloadable_fonts.enabled", true);
  164.  
  165. pref("accessibility.browsewithcaret", false);
  166. pref("accessibility.warn_on_browsewithcaret", true);
  167.  
  168. pref("accessibility.browsewithcaret_shortcut.enabled", true);
  169.  
  170. //@line 179 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  171. // Tab focus model bit field:
  172. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  173. // Most users will want 1, 3, or 7.
  174. // On OS X, we use Full Keyboard Access system preference,
  175. // unless accessibility.tabfocus is set by the user.
  176. pref("accessibility.tabfocus", 7);
  177. pref("accessibility.tabfocus_applies_to_xul", false);
  178.  
  179. // On OS X, we follow the "Click in the scrollbar to:" system preference
  180. // unless this preference was set manually
  181. pref("ui.scrollToClick", 0);
  182.  
  183. //@line 195 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  184.  
  185. pref("accessibility.usetexttospeech", "");
  186. pref("accessibility.usebrailledisplay", "");
  187. pref("accessibility.accesskeycausesactivation", true);
  188.  
  189. // Type Ahead Find
  190. pref("accessibility.typeaheadfind", true);
  191. pref("accessibility.typeaheadfind.autostart", true);
  192. // casesensitive: controls the find bar's case-sensitivity
  193. //     0 - "never"  (case-insensitive)
  194. //     1 - "always" (case-sensitive)
  195. // other - "auto"   (case-sensitive for mixed-case input, insensitive otherwise)
  196. pref("accessibility.typeaheadfind.casesensitive", 0);
  197. pref("accessibility.typeaheadfind.linksonly", true);
  198. pref("accessibility.typeaheadfind.startlinksonly", false);
  199. pref("accessibility.typeaheadfind.timeout", 4000);
  200. pref("accessibility.typeaheadfind.enabletimeout", true);
  201. pref("accessibility.typeaheadfind.soundURL", "beep");
  202. pref("accessibility.typeaheadfind.enablesound", true);
  203. pref("accessibility.typeaheadfind.prefillwithselection", true);
  204.  
  205. // use Mac OS X Appearance panel text smoothing setting when rendering text, disabled by default
  206. pref("gfx.use_text_smoothing_setting", false);
  207.  
  208. pref("browser.history_expire_days", 9);
  209.  
  210. // loading and rendering of framesets and iframes
  211. pref("browser.frames.enabled", true);
  212.  
  213. // form submission
  214. pref("browser.forms.submit.backwards_compatible", true);
  215.  
  216. // Number of characters to consider emphasizing for rich autocomplete results
  217. pref("toolkit.autocomplete.richBoundaryCutoff", 200);
  218.  
  219. pref("toolkit.scrollbox.smoothScroll", true);
  220. pref("toolkit.scrollbox.scrollIncrement", 20);
  221. pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150);
  222.  
  223. // view source
  224. pref("view_source.syntax_highlight", true);
  225. pref("view_source.wrap_long_lines", false);
  226. pref("view_source.editor.external", false);
  227. pref("view_source.editor.path", "");
  228. // allows to add further arguments to the editor; use the %LINE% placeholder
  229. // for jumping to a specific line (e.g. "/line:%LINE%" or "--goto %LINE%")
  230. pref("view_source.editor.args", "");
  231.  
  232. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  233. pref("nglayout.events.dispatchLeftClickOnly", true);
  234.  
  235. // whether or not to draw images while dragging
  236. pref("nglayout.enable_drag_images", true);
  237.  
  238. // scrollbar snapping region
  239. // 0 - off
  240. // 1 and higher - slider thickness multiple
  241. pref("slider.snapMultiplier", 0);
  242.  
  243. // option to choose plug-in finder
  244. pref("application.use_ns_plugin_finder", false);
  245.  
  246. // URI fixup prefs
  247. pref("browser.fixup.alternate.enabled", true);
  248. pref("browser.fixup.alternate.prefix", "www.");
  249. pref("browser.fixup.alternate.suffix", ".com");
  250. pref("browser.fixup.hide_user_pass", true);
  251.  
  252. // Location Bar AutoComplete
  253. pref("browser.urlbar.autocomplete.enabled", true);
  254.  
  255. // Print header customization
  256. // Use the following codes:
  257. // &T - Title
  258. // &U - Document URL
  259. // &D - Date/Time
  260. // &P - Page Number
  261. // &PT - Page Number "of" Page total
  262. // Set each header to a string containing zero or one of these codes
  263. // and the code will be replaced in that string by the corresponding data
  264. pref("print.print_headerleft", "&T");
  265. pref("print.print_headercenter", "");
  266. pref("print.print_headerright", "&U");
  267. pref("print.print_footerleft", "&PT");
  268. pref("print.print_footercenter", "");
  269. pref("print.print_footerright", "&D");
  270. pref("print.show_print_progress", true);
  271.  
  272. // xxxbsmedberg: more toolkit prefs
  273.  
  274. // When this is set to false each window has its own PrintSettings
  275. // and a change in one window does not affect the others
  276. pref("print.use_global_printsettings", true);
  277.  
  278. // Save the Printings after each print job
  279. pref("print.save_print_settings", true);
  280.  
  281. pref("print.whileInPrintPreview", true);
  282.  
  283. // Cache old Presentation when going into Print Preview
  284. pref("print.always_cache_old_pres", false);
  285.  
  286. // Enables you to specify the amount of the paper that is to be treated
  287. // as unwriteable.  The print_edge_XXX and print_margin_XXX preferences
  288. // are treated as offsets that are added to this pref.
  289. // Default is "-1", which means "use the system default".  (If there is
  290. // no system default, then the -1 is treated as if it were 0.)
  291. // This is used by both Printing and Print Preview.
  292. // Units are in 1/100ths of an inch.
  293. pref("print.print_unwriteable_margin_top",    -1);
  294. pref("print.print_unwriteable_margin_left",   -1);
  295. pref("print.print_unwriteable_margin_right",  -1);
  296. pref("print.print_unwriteable_margin_bottom", -1);
  297.  
  298. // Enables you to specify the gap from the edge of the paper's 
  299. // unwriteable area to the margin.
  300. // This is used by both Printing and Print Preview
  301. // Units are in 1/100ths of an inch.
  302. pref("print.print_edge_top", 0);
  303. pref("print.print_edge_left", 0);
  304. pref("print.print_edge_right", 0);
  305. pref("print.print_edge_bottom", 0);
  306.  
  307. // Pref used by the spellchecker extension to control the 
  308. // maximum number of misspelled words that will be underlined
  309. // in a document.
  310. pref("extensions.spellcheck.inline.max-misspellings", 500);
  311.  
  312. // Prefs used by libeditor. Prefs specific to seamonkey composer
  313. // belong in comm-central/editor/ui/composer.js
  314.  
  315. pref("editor.use_custom_colors", false);
  316. pref("editor.htmlWrapColumn", 72);
  317. pref("editor.singleLine.pasteNewlines",     1);
  318. pref("editor.quotesPreformatted",            false);
  319. pref("editor.use_css",                       true);
  320. pref("editor.css.default_length_unit",       "px");
  321. pref("editor.resizing.preserve_ratio",       true);
  322. pref("editor.positioning.offset",            0);
  323.  
  324.  
  325. // Default Capability Preferences: Security-Critical! 
  326. // Editing these may create a security risk - be sure you know what you're doing
  327. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  328.  
  329. pref("capability.policy.default_policynames", "mailnews");
  330.  
  331. pref("capability.policy.default.DOMException.code", "allAccess");
  332. pref("capability.policy.default.DOMException.message", "allAccess");
  333. pref("capability.policy.default.DOMException.name", "allAccess");
  334. pref("capability.policy.default.DOMException.result", "allAccess");
  335. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  336.  
  337. pref("capability.policy.default.History.back.get", "allAccess");
  338. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  339. pref("capability.policy.default.History.forward.get", "allAccess");
  340. pref("capability.policy.default.History.go.get", "allAccess");
  341. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  342. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  343. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  344. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  345.  
  346. pref("capability.policy.default.Location.hash.set", "allAccess");
  347. pref("capability.policy.default.Location.href.set", "allAccess");
  348. pref("capability.policy.default.Location.replace.get", "allAccess");
  349.  
  350. pref("capability.policy.default.Navigator.preference", "allAccess");
  351. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  352. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  353.  
  354. pref("capability.policy.default.Window.blur.get", "allAccess");
  355. pref("capability.policy.default.Window.close.get", "allAccess");
  356. pref("capability.policy.default.Window.closed.get", "allAccess");
  357. pref("capability.policy.default.Window.focus.get", "allAccess");
  358. pref("capability.policy.default.Window.frames.get", "allAccess");
  359. pref("capability.policy.default.Window.history.get", "allAccess");
  360. pref("capability.policy.default.Window.length.get", "allAccess");
  361. pref("capability.policy.default.Window.location", "allAccess");
  362. pref("capability.policy.default.Window.opener.get", "allAccess");
  363. pref("capability.policy.default.Window.parent.get", "allAccess");
  364. pref("capability.policy.default.Window.postMessage.get", "allAccess");
  365. pref("capability.policy.default.Window.self.get", "allAccess");
  366. pref("capability.policy.default.Window.top.get", "allAccess");
  367. pref("capability.policy.default.Window.window.get", "allAccess");
  368.  
  369. pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
  370. pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
  371.  
  372. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  373. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  374.  
  375. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  376. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  377. pref("capability.policy.mailnews.*.data.get", "noAccess");
  378. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  379. pref("capability.policy.mailnews.HTMLDivElement.getAttribute", "sameOrigin");
  380. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  381. pref("capability.policy.mailnews.*.getAttributeNode", "noAccess");
  382. pref("capability.policy.mailnews.*.getAttributeNodeNS", "noAccess");
  383. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  384. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  385. pref("capability.policy.mailnews.*.host.get", "noAccess");
  386. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  387. pref("capability.policy.mailnews.*.href.get", "noAccess");
  388. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  389. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  390. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  391. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  392. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  393. pref("capability.policy.mailnews.*.src.get", "noAccess");
  394. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  395. pref("capability.policy.mailnews.*.text.get", "noAccess");
  396. pref("capability.policy.mailnews.*.textContent", "noAccess");
  397. pref("capability.policy.mailnews.*.title.get", "noAccess");
  398. pref("capability.policy.mailnews.*.wholeText", "noAccess");
  399. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  400. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  401. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  402. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  403. pref("capability.policy.mailnews.*.documentURI", "noAccess");
  404. pref("capability.policy.mailnews.Location.toString", "noAccess");
  405. pref("capability.policy.mailnews.Range.toString", "noAccess");
  406. pref("capability.policy.mailnews.Window.blur", "noAccess");
  407. pref("capability.policy.mailnews.Window.focus", "noAccess");
  408. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  409. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  410. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  411. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  412. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  413. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  414. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  415. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  416. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  417. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  418. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  419. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  420. pref("capability.policy.mailnews.document.load", "noAccess");
  421. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  422. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  423. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  424. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  425. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  426. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  427. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  428. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  429. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  430. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  431. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  432. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  433. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  434. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  435. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  436. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  437. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  438. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  439. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  440. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  441. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  442. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  443. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  444. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  445. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  446. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  447. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  448. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  449. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  450. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  451. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  452. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  453. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  454. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  455. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  456. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  457. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  458. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  459. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  460. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  461. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  462. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  463. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  464. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  465. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  466. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  467. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  468. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  469. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  470. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  471. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  472. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  473. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  474. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  475. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  476. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  477. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  478. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  479. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  480. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  481. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  482. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  483. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  484. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  485. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  486. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  487.  
  488. // XMLExtras
  489. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  490. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  491. pref("capability.policy.default.XMLHttpRequest.open-uri", "allAccess");
  492. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  493.  
  494. // Clipboard
  495. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  496. pref("capability.policy.default.Clipboard.paste", "noAccess");
  497.  
  498. // Scripts & Windows prefs
  499. pref("dom.disable_image_src_set",           false);
  500. pref("dom.disable_window_flip",             false);
  501. pref("dom.disable_window_move_resize",      false);
  502. pref("dom.disable_window_status_change",    false);
  503.  
  504. pref("dom.disable_window_open_feature.titlebar",    false);
  505. pref("dom.disable_window_open_feature.close",       false);
  506. pref("dom.disable_window_open_feature.toolbar",     false);
  507. pref("dom.disable_window_open_feature.location",    false);
  508. pref("dom.disable_window_open_feature.directories", false);
  509. pref("dom.disable_window_open_feature.personalbar", false);
  510. pref("dom.disable_window_open_feature.menubar",     false);
  511. pref("dom.disable_window_open_feature.scrollbars",  false);
  512. pref("dom.disable_window_open_feature.resizable",   true);
  513. pref("dom.disable_window_open_feature.minimizable", false);
  514. pref("dom.disable_window_open_feature.status",      true);
  515.  
  516. pref("dom.allow_scripts_to_close_windows",          false);
  517.  
  518. pref("dom.disable_open_during_load",                false);
  519. pref("dom.popup_maximum",                           20);
  520. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  521. pref("dom.disable_open_click_delay", 1000);
  522.  
  523. pref("dom.storage.enabled", true);
  524. pref("dom.storage.default_quota",      5120);
  525.  
  526. // Parsing perf prefs. For now just mimic what the old code did.
  527. //@line 541 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  528.  
  529. // Disable popups from plugins by default
  530. //   0 = openAllowed
  531. //   1 = openControlled
  532. //   2 = openAbused
  533. pref("privacy.popups.disable_from_plugins", 2);
  534.  
  535. pref("dom.event.contextmenu.enabled",       true);
  536.  
  537. pref("javascript.enabled",                  true);
  538. pref("javascript.options.strict",           false);
  539. pref("javascript.options.relimit",          false);
  540. pref("javascript.options.jit.content",      true);
  541. pref("javascript.options.jit.chrome",       true);
  542. // This preference limits the memory usage of javascript.
  543. // If you want to change these values for your device,
  544. // please find Bug 417052 comment 17 and Bug 456721
  545. // Comment 32.
  546. pref("javascript.options.mem.high_water_mark", 32);
  547. pref("javascript.options.mem.gc_frequency",   1600);
  548.  
  549. // advanced prefs
  550. pref("advanced.mailftp",                    false);
  551. pref("image.animation_mode",                "normal");
  552.  
  553. // Same-origin policy for file URIs, "false" is traditional
  554. pref("security.fileuri.strict_origin_policy", true);
  555.  
  556. // If there is ever a security firedrill that requires
  557. // us to block certian ports global, this is the pref 
  558. // to use.  Is is a comma delimited list of port numbers
  559. // for example:
  560. //   pref("network.security.ports.banned", "1,2,3,4,5");
  561. // prevents necko connecting to ports 1-5 unless the protocol
  562. // overrides.
  563.  
  564. // Default action for unlisted external protocol handlers
  565. pref("network.protocol-handler.external-default", true);      // OK to load
  566. pref("network.protocol-handler.warn-external-default", true); // warn before load
  567.  
  568. // Prevent using external protocol handlers for these schemes
  569. pref("network.protocol-handler.external.hcp", false);
  570. pref("network.protocol-handler.external.vbscript", false);
  571. pref("network.protocol-handler.external.javascript", false);
  572. pref("network.protocol-handler.external.data", false);
  573. pref("network.protocol-handler.external.ms-help", false);
  574. pref("network.protocol-handler.external.shell", false);
  575. pref("network.protocol-handler.external.vnd.ms.radio", false);
  576. //@line 592 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  577. pref("network.protocol-handler.external.disk", false);
  578. pref("network.protocol-handler.external.disks", false);
  579. pref("network.protocol-handler.external.afp", false);
  580. pref("network.protocol-handler.external.moz-icon", false);
  581.  
  582. // An exposed protocol handler is one that can be used in all contexts.  A
  583. // non-exposed protocol handler is one that can only be used internally by the
  584. // application.  For example, a non-exposed protocol would not be loaded by the
  585. // application in response to a link click or a X-remote openURL command.
  586. // Instead, it would be deferred to the system's external protocol handler.
  587. // Only internal/built-in protocol handlers can be marked as exposed.
  588.  
  589. // This pref controls the default settings.  Per protocol settings can be used
  590. // to override this value.
  591. pref("network.protocol-handler.expose-all", true);
  592.  
  593. // Example: make IMAP an exposed protocol
  594. // pref("network.protocol-handler.expose.imap", true);
  595.  
  596. pref("network.hosts.smtp_server",           "mail");
  597. pref("network.hosts.pop_server",            "mail");
  598.  
  599. // <http>
  600. pref("network.http.version", "1.1");      // default
  601. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  602. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  603. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  604. // some older 1.0 servers:
  605.  
  606. pref("network.http.proxy.version", "1.1");    // default
  607. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  608.                                               // (required if using junkbuster proxy)
  609.  
  610. // enable caching of http documents
  611. pref("network.http.use-cache", true);
  612.  
  613. // this preference can be set to override the socket type used for normal
  614. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  615. pref("network.http.default-socket-type", "");
  616.  
  617. pref("network.http.keep-alive", true); // set it to false in case of problems
  618. pref("network.http.proxy.keep-alive", true);
  619. // There is a problem with some IIS7 servers that don't close the connection
  620. // properly after it times out (bug #491541). Default timeout on IIS7 is
  621. // 120 seconds. We need to reuse or drop the connection within this time.
  622. // We set the timeout a little shorter to keep a reserve for cases when
  623. // the packet is lost or delayed on the route.
  624. pref("network.http.keep-alive.timeout", 115);
  625.  
  626. // limit the absolute number of http connections.
  627. pref("network.http.max-connections", 30);
  628.  
  629. // limit the absolute number of http connections that can be established per
  630. // host.  if a http proxy server is enabled, then the "server" is the proxy
  631. // server.  Otherwise, "server" is the http origin server.
  632. pref("network.http.max-connections-per-server", 15);
  633.  
  634. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  635. // a new connection will only be attempted if the number of active persistent
  636. // connections to the server is less then max-persistent-connections-per-server.
  637. pref("network.http.max-persistent-connections-per-server", 6);
  638.  
  639. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  640. // new connection will only be attempted if the number of active persistent
  641. // connections to the proxy is less then max-persistent-connections-per-proxy.
  642. pref("network.http.max-persistent-connections-per-proxy", 8);
  643.  
  644. // amount of time (in seconds) to suspend pending requests, before spawning a
  645. // new connection, once the limit on the number of persistent connections per
  646. // host has been reached.  however, a new connection will not be created if
  647. // max-connections or max-connections-per-server has also been reached.
  648. pref("network.http.request.max-start-delay", 10);
  649.  
  650. // Headers
  651. pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
  652. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  653.  
  654. // Controls whether we send HTTPS referres to other HTTPS sites.
  655. // By default this is enabled for compatibility (see bug 141641)
  656. pref("network.http.sendSecureXSiteReferrer", true);
  657.  
  658. // Maximum number of consecutive redirects before aborting.
  659. pref("network.http.redirection-limit", 20);
  660.  
  661. // Enable http compression: comment this out in case of problems with 1.1
  662. // NOTE: support for "compress" has been disabled per bug 196406.
  663. pref("network.http.accept-encoding" ,"gzip,deflate");
  664.  
  665. pref("network.http.pipelining"      , false);
  666. pref("network.http.pipelining.ssl"  , false); // disable pipelining over SSL
  667. pref("network.http.proxy.pipelining", false);
  668.  
  669. // Max number of requests in the pipeline
  670. pref("network.http.pipelining.maxrequests" , 4);
  671.  
  672. // Prompt for 307 redirects
  673. pref("network.http.prompt-temp-redirect", true);
  674.  
  675. // </http>
  676.  
  677. // If false, remote JAR files that are served with a content type other than
  678. // application/java-archive or application/x-jar will not be opened
  679. // by the jar channel.
  680. pref("network.jar.open-unsafe-types", false);
  681.  
  682. // This preference controls whether or not internationalized domain names (IDN)
  683. // are handled.  IDN requires a nsIIDNService implementation.
  684. pref("network.enableIDN", true);
  685.  
  686. // This preference, if true, causes all UTF-8 domain names to be normalized to
  687. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  688. // generate them from punycode.
  689. pref("network.IDN_show_punycode", false);
  690.  
  691. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  692. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  693. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  694. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  695. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  696. // is true.
  697.  
  698. // ccTLDs
  699. pref("network.IDN.whitelist.ac", true);
  700. pref("network.IDN.whitelist.ar", true);
  701. pref("network.IDN.whitelist.at", true);
  702. pref("network.IDN.whitelist.br", true);
  703. pref("network.IDN.whitelist.ch", true);
  704. pref("network.IDN.whitelist.cl", true);
  705. pref("network.IDN.whitelist.cn", true);
  706. pref("network.IDN.whitelist.de", true);
  707. pref("network.IDN.whitelist.dk", true);
  708. pref("network.IDN.whitelist.es", true);
  709. pref("network.IDN.whitelist.fi", true);
  710. pref("network.IDN.whitelist.gr", true);
  711. pref("network.IDN.whitelist.hu", true);
  712. pref("network.IDN.whitelist.io", true);
  713. pref("network.IDN.whitelist.ir", true);
  714. pref("network.IDN.whitelist.is", true);
  715. pref("network.IDN.whitelist.jp", true);
  716. pref("network.IDN.whitelist.kr", true);
  717. pref("network.IDN.whitelist.li", true);
  718. pref("network.IDN.whitelist.lt", true);
  719. pref("network.IDN.whitelist.no", true);
  720. pref("network.IDN.whitelist.pl", true);
  721. pref("network.IDN.whitelist.pr", true);
  722. pref("network.IDN.whitelist.se", true);
  723. pref("network.IDN.whitelist.sh", true);
  724. pref("network.IDN.whitelist.th", true);
  725. pref("network.IDN.whitelist.tm", true);
  726. pref("network.IDN.whitelist.tw", true);
  727. pref("network.IDN.whitelist.vn", true);
  728.  
  729. // non-ccTLDs
  730. pref("network.IDN.whitelist.biz", true);
  731. pref("network.IDN.whitelist.cat", true);
  732. pref("network.IDN.whitelist.info", true);
  733. pref("network.IDN.whitelist.museum", true);
  734. pref("network.IDN.whitelist.org", true);
  735.  
  736. // NOTE: Before these can be removed, one of bug 414812's tests must be updated
  737. //       or it will likely fail!  Please CC jwalden+bmo on the bug associated
  738. //       with removing these so he can provide a patch to make the necessary
  739. //       changes to avoid bustage.
  740. // ".test" localised TLDs for ICANN's top-level IDN trial
  741. pref("network.IDN.whitelist.xn--0zwm56d", true);
  742. pref("network.IDN.whitelist.xn--11b5bs3a9aj6g", true);
  743. pref("network.IDN.whitelist.xn--80akhbyknj4f", true);
  744. pref("network.IDN.whitelist.xn--9t4b11yi5a", true);
  745. pref("network.IDN.whitelist.xn--deba0ad", true);
  746. pref("network.IDN.whitelist.xn--g6w251d", true);
  747. pref("network.IDN.whitelist.xn--hgbk6aj7f53bba", true);
  748. pref("network.IDN.whitelist.xn--hlcj6aya9esc7a", true);
  749. pref("network.IDN.whitelist.xn--jxalpdlp", true);
  750. pref("network.IDN.whitelist.xn--kgbechtv", true);
  751. pref("network.IDN.whitelist.xn--zckzah", true);
  752.  
  753. // If a domain includes any of the following characters, it may be a spoof 
  754. // attempt and so we always display the domain name as punycode. This would 
  755. // override the settings "network.IDN_show_punycode" and 
  756. // "network.IDN.whitelist.*".
  757. pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u00BE\u01C3\u02D0\u0337\u0338\u0589\u05C3\u05F4\u0609\u060A\u066A\u06D4\u0701\u0702\u0703\u0704\u115F\u1160\u1735\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2041\u2044\u2052\u205F\u2153\u2154\u2155\u2156\u2157\u2158\u2159\u215A\u215B\u215C\u215D\u215E\u215F\u2215\u2236\u23AE\u2571\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\uA789\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD");
  758.  
  759. // This preference specifies a list of domains for which DNS lookups will be
  760. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  761. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  762. pref("network.dns.ipv4OnlyDomains", "");
  763.  
  764. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  765. pref("network.dns.disableIPv6", false);
  766.  
  767. // This preference controls whether or not URLs with UTF-8 characters are
  768. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  769. pref("network.standard-url.escape-utf8", true);
  770.  
  771. // This preference controls whether or not URLs are always encoded and sent as
  772. // UTF-8.
  773. pref("network.standard-url.encode-utf8", true);
  774.  
  775. // This preference controls whether or not queries are encoded and sent as
  776. // UTF-8.
  777. pref("network.standard-url.encode-query-utf8", false);
  778.  
  779. // Idle timeout for ftp control connections - 5 minute default
  780. pref("network.ftp.idleConnectionTimeout", 300);
  781.  
  782. // directory listing format
  783. // 2: HTML
  784. // 3: XUL directory viewer
  785. // all other values are treated like 2
  786. pref("network.dir.format", 2);
  787.  
  788. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  789. pref("network.prefetch-next", true);
  790.  
  791.  
  792. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  793. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  794. // protocol.  Each pref is a comma-separated list of keys, where each key has
  795. // the format:
  796. //   [scheme "://"] [host [":" port]]
  797. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  798.  
  799. // This list controls which URIs can use the negotiate-auth protocol.  This
  800. // list should be limited to the servers you know you'll need to login to.
  801. pref("network.negotiate-auth.trusted-uris", "");
  802. // This list controls which URIs can support delegation.
  803. pref("network.negotiate-auth.delegation-uris", "");
  804.  
  805. // Allow SPNEGO by default when challenged by a proxy server.
  806. pref("network.negotiate-auth.allow-proxies", true);
  807.  
  808. // Path to a specific gssapi library
  809. pref("network.negotiate-auth.gsslib", "");
  810.  
  811. // Specify if the gss lib comes standard with the OS
  812. pref("network.negotiate-auth.using-native-gsslib", true);
  813.  
  814. //@line 830 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  815.  
  816. // Default to using the SSPI intead of GSSAPI on windows 
  817. pref("network.auth.use-sspi", true);
  818.  
  819. //@line 835 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  820.  
  821. // Controls which NTLM authentication implementation we default to. True forces
  822. // the use of our generic (internal) NTLM authentication implementation vs. any
  823. // native implementation provided by the os. This pref is for diagnosing issues
  824. // with native NTLM. (See bug 520607 for details.) Using generic NTLM authentication
  825. // can expose the user to reflection attack vulnerabilities. Do not change this
  826. // unless you know what you're doing!
  827. // This pref should be removed 6 months after the release of firefox 3.6. 
  828. pref("network.auth.force-generic-ntlm", false);
  829.  
  830. // The following prefs are used to enable automatic use of the operating
  831. // system's NTLM implementation to silently authenticate the user with their
  832. // Window's domain logon.  The trusted-uris pref follows the format of the
  833. // trusted-uris pref for negotiate authentication.
  834. pref("network.automatic-ntlm-auth.allow-proxies", true);
  835. pref("network.automatic-ntlm-auth.trusted-uris", "");
  836.  
  837. // This preference controls whether or not the LM hash will be included in
  838. // response to a NTLM challenge.  By default, this is disabled since servers
  839. // should almost never need the LM hash, and the LM hash is what makes NTLM
  840. // authentication less secure.  See bug 250691 for further details.
  841. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  842. //       implementation will not be affected by this preference.
  843. pref("network.ntlm.send-lm-response", false);
  844.  
  845. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  846.  
  847. //@line 866 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  848. pref("network.proxy.type",                  0);
  849. //@line 871 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  850.  
  851. pref("network.proxy.ftp",                   "");
  852. pref("network.proxy.ftp_port",              0);
  853. pref("network.proxy.gopher",                "");
  854. pref("network.proxy.gopher_port",           0);
  855. pref("network.proxy.http",                  "");
  856. pref("network.proxy.http_port",             0);
  857. pref("network.proxy.ssl",                   "");
  858. pref("network.proxy.ssl_port",              0);
  859. pref("network.proxy.socks",                 "");
  860. pref("network.proxy.socks_port",            0);
  861. pref("network.proxy.socks_version",         5);
  862. pref("network.proxy.socks_remote_dns",      false);
  863. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  864. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  865. pref("network.online",                      true); //online/offline
  866. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  867. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  868. pref("network.cookie.alwaysAcceptSessionCookies", false);
  869. pref("network.cookie.prefsMigrated",        false);
  870. pref("network.cookie.lifetime.days",        90);
  871.  
  872. // The PAC file to load.  Ignored unless network.proxy.type is 2.
  873. pref("network.proxy.autoconfig_url", "");
  874.  
  875. // If we cannot load the PAC file, then try again (doubling from interval_min
  876. // until we reach interval_max or the PAC file is successfully loaded).
  877. pref("network.proxy.autoconfig_retry_interval_min", 5);    // 5 seconds
  878. pref("network.proxy.autoconfig_retry_interval_max", 300);  // 5 minutes
  879.  
  880. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  881. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  882.  
  883. pref("intl.accept_languages",               "chrome://global/locale/intl.properties");
  884. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  885. pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
  886. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
  887. pref("intl.charsetmenu.browser.static",     "chrome://global/locale/intl.properties");
  888. pref("intl.charsetmenu.browser.more1",      "chrome://global/locale/intl.properties");
  889. pref("intl.charsetmenu.browser.more2",      "chrome://global/locale/intl.properties");
  890. pref("intl.charsetmenu.browser.more3",      "chrome://global/locale/intl.properties");
  891. pref("intl.charsetmenu.browser.more4",      "chrome://global/locale/intl.properties");
  892. pref("intl.charsetmenu.browser.more5",      "chrome://global/locale/intl.properties");
  893. pref("intl.charsetmenu.browser.unicode",    "UTF-8, UTF-16LE, UTF-16BE, UTF-32, UTF-32LE, UTF-32BE");
  894. pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
  895. pref("intl.charsetmenu.browser.cache",      "");
  896. pref("intl.charsetmenu.mailview.cache",     "");
  897. pref("intl.charsetmenu.composer.cache",     "");
  898. pref("intl.charsetmenu.browser.cache.size", 5);
  899. pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
  900. pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
  901. pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
  902. pref("intl.locale.matchOS",                 false);
  903. // fallback charset list for Unicode conversion (converting from Unicode)
  904. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  905. // for ISO-8859-1
  906. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  907. pref("font.language.group",                 "chrome://global/locale/intl.properties");
  908.  
  909. // these locales have right-to-left UI
  910. pref("intl.uidirection.ar", "rtl");
  911. pref("intl.uidirection.he", "rtl");
  912. pref("intl.uidirection.fa", "rtl");
  913.  
  914. pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Standard Symbols L, DejaVu Sans, Cambria Math");
  915.  
  916. // Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined)  to its underline.
  917. // These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent.
  918. 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");
  919.  
  920. pref("images.dither", "auto");
  921. pref("security.directory",              "");
  922.  
  923. pref("signed.applets.codebase_principal_support", false);
  924. pref("security.checkloaduri", true);
  925. pref("security.xpconnect.plugin.unrestricted", true);
  926. // security-sensitive dialogs should delay button enabling. In milliseconds.
  927. pref("security.dialog_enable_delay", 2000);
  928.  
  929. // Modifier key prefs: default to Windows settings,
  930. // menu access key = alt, accelerator key = control.
  931. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  932. pref("ui.key.accelKey", 17);
  933. pref("ui.key.menuAccessKey", 18);
  934. pref("ui.key.generalAccessKey", -1);
  935.  
  936. // If generalAccessKey is -1, use the following two prefs instead.
  937. // Use 0 for disabled, 1 for Shift, 2 for Ctrl, 4 for Alt, 8 for Meta
  938. // (values can be combined, e.g. 5 for Alt+Shift)
  939. pref("ui.key.chromeAccess", 4);
  940. pref("ui.key.contentAccess", 5);
  941.  
  942. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  943. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  944.  
  945. // Middle-mouse handling
  946. pref("middlemouse.paste", false);
  947. pref("middlemouse.openNewWindow", true);
  948. pref("middlemouse.contentLoadURL", false);
  949. pref("middlemouse.scrollbarPosition", false);
  950.  
  951. // Clipboard behavior
  952. pref("clipboard.autocopy", false);
  953.  
  954. // mouse wheel scroll transaction period of time (in milliseconds)
  955. pref("mousewheel.transaction.timeout", 1500);
  956. // mouse wheel scroll transaction is held even if the mouse cursor is moved.
  957. pref("mousewheel.transaction.ignoremovedelay", 100);
  958.  
  959. // Macbook touchpad two finger pixel scrolling
  960. pref("mousewheel.enable_pixel_scrolling", true);
  961.  
  962. // prefs for app level mouse wheel scrolling acceleration.
  963. // number of mousewheel clicks when acceleration starts
  964. // acceleration can be turned off if pref is set to -1
  965. pref("mousewheel.acceleration.start", -1);
  966. // factor to be multiplied for constant acceleration
  967. pref("mousewheel.acceleration.factor", 10);
  968.  
  969. // Prefs for override the system mouse wheel scrolling speed on the root
  970. // content of the web pages.  When
  971. // "mousewheel.system_scroll_override_on_root_content.enabled" is true and the system
  972. // scrolling speed isn't customized by the user, the root content scrolling
  973. // speed is multiplied by the following factors.  The value will be used as
  974. // 1/100.  E.g., 200 means 2.00.
  975. // NOTE: Even if "mousewheel.system_scroll_override_on_root_content.enabled" is
  976. // true, when Gecko detects the user customized the system scrolling speed
  977. // settings, the override isn't executed.
  978. pref("mousewheel.system_scroll_override_on_root_content.vertical.factor", 200);
  979. pref("mousewheel.system_scroll_override_on_root_content.horizontal.factor", 200);
  980.  
  981. // 0=lines, 1=pages, 2=history , 3=text size
  982. pref("mousewheel.withnokey.action",0);
  983. pref("mousewheel.withnokey.numlines",6);
  984. pref("mousewheel.withnokey.sysnumlines",true);
  985. pref("mousewheel.withcontrolkey.action",0);
  986. pref("mousewheel.withcontrolkey.numlines",1);
  987. pref("mousewheel.withcontrolkey.sysnumlines",true);
  988. // mousewheel.withshiftkey, see the Mac note below.
  989. pref("mousewheel.withshiftkey.action",0);
  990. pref("mousewheel.withshiftkey.numlines",1);
  991. pref("mousewheel.withshiftkey.sysnumlines",true);
  992. pref("mousewheel.withaltkey.action",2);
  993. pref("mousewheel.withaltkey.numlines",1);
  994. pref("mousewheel.withaltkey.sysnumlines",false);
  995. pref("mousewheel.withmetakey.action",0);
  996. pref("mousewheel.withmetakey.numlines",1);
  997. pref("mousewheel.withmetakey.sysnumlines",true);
  998.  
  999. // activate horizontal scrolling by default
  1000. pref("mousewheel.horizscroll.withnokey.action",0);
  1001. pref("mousewheel.horizscroll.withnokey.numlines",1);
  1002. pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
  1003. pref("mousewheel.horizscroll.withcontrolkey.action",0);
  1004. pref("mousewheel.horizscroll.withcontrolkey.numlines",1);
  1005. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",true);
  1006. pref("mousewheel.horizscroll.withshiftkey.action",0);
  1007. pref("mousewheel.horizscroll.withshiftkey.numlines",1);
  1008. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",true);
  1009. pref("mousewheel.horizscroll.withaltkey.action",2);
  1010. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  1011. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  1012. pref("mousewheel.horizscroll.withmetakey.action",0);
  1013. pref("mousewheel.horizscroll.withmetakey.numlines",1);
  1014. pref("mousewheel.horizscroll.withmetakey.sysnumlines",true);
  1015.  
  1016. pref("profile.confirm_automigration",true);
  1017. // profile.migration_behavior determines how the profiles root is set
  1018. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  1019. // 1 - create one based on the NS4.x profile root
  1020. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  1021. pref("profile.migration_behavior",0);
  1022. pref("profile.migration_directory", "");
  1023.  
  1024. // the amount of time (in seconds) that must elapse
  1025. // before we think your mozilla profile is defunct
  1026. // and you'd benefit from re-migrating from 4.x
  1027. // see bug #137886 for more details
  1028. //
  1029. // if -1, we never think your profile is defunct
  1030. // and users will never see the remigrate UI.
  1031. pref("profile.seconds_until_defunct", -1);
  1032. // We can show it anytime from menus
  1033. pref("profile.manage_only_at_launch", false);
  1034.  
  1035. pref("prefs.converted-to-utf8",false);
  1036.  
  1037. // --------------------------------------------------
  1038. // IBMBIDI 
  1039. // --------------------------------------------------
  1040. //
  1041. // ------------------
  1042. //  Text Direction
  1043. // ------------------
  1044. // 1 = directionLTRBidi *
  1045. // 2 = directionRTLBidi
  1046. pref("bidi.direction", 1);
  1047. // ------------------
  1048. //  Text Type
  1049. // ------------------
  1050. // 1 = charsettexttypeBidi *
  1051. // 2 = logicaltexttypeBidi
  1052. // 3 = visualtexttypeBidi
  1053. pref("bidi.texttype", 1);
  1054. // ------------------
  1055. //  Controls Text Mode
  1056. // ------------------
  1057. // 1 = logicalcontrolstextmodeBidiCmd
  1058. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  1059. // 3 = containercontrolstextmodeBidi *
  1060. pref("bidi.controlstextmode", 1);
  1061. // ------------------
  1062. //  Numeral Style
  1063. // ------------------
  1064. // 0 = nominalnumeralBidi *
  1065. // 1 = regularcontextnumeralBidi
  1066. // 2 = hindicontextnumeralBidi
  1067. // 3 = arabicnumeralBidi
  1068. // 4 = hindinumeralBidi
  1069. // 5 = persiancontextnumeralBidi
  1070. // 6 = persiannumeralBidi
  1071. pref("bidi.numeral", 0);
  1072. // ------------------
  1073. //  Support Mode
  1074. // ------------------
  1075. // 1 = mozillaBidisupport *
  1076. // 2 = OsBidisupport
  1077. // 3 = disableBidisupport
  1078. pref("bidi.support", 1);
  1079. // ------------------
  1080. //  Charset Mode
  1081. // ------------------
  1082. // 1 = doccharactersetBidi *
  1083. // 2 = defaultcharactersetBidi
  1084. pref("bidi.characterset", 1);
  1085. // Whether delete and backspace should immediately delete characters not
  1086. // visually adjacent to the caret, or adjust the visual position of the caret
  1087. // on the first keypress and delete the character on a second keypress
  1088. pref("bidi.edit.delete_immediately", false);
  1089.  
  1090. // Bidi caret movement style:
  1091. // 0 = logical
  1092. // 1 = visual
  1093. // 2 = visual, but logical during selection
  1094. pref("bidi.edit.caret_movement_style", 2);
  1095.  
  1096. // Setting this pref to |true| forces Bidi UI menu items and keyboard shortcuts
  1097. // to be exposed, and enables the directional caret hook. By default, only
  1098. // expose it for bidi-associated system locales.
  1099. pref("bidi.browser.ui", false);
  1100.  
  1101. // used for double-click word selection behavior. Win will override.
  1102. pref("layout.word_select.eat_space_to_next_word", false);
  1103. pref("layout.word_select.stop_at_punctuation", true);
  1104.  
  1105. // controls caret style and word-delete during text selection
  1106. // 0 = use platform default
  1107. // 1 = caret moves and blinks as when there is no selection; word
  1108. //     delete deselects the selection and then deletes word (Windows default)
  1109. // 2 = caret moves to selection edge and is not visible during selection; 
  1110. //     word delete deletes the selection (Mac default)
  1111. // 3 = caret moves and blinks as when there is no selection; word delete
  1112. //     deletes the selection (Unix default)
  1113. pref("layout.selection.caret_style", 0);
  1114.  
  1115. // pref to control whether or not to replace backslashes with Yen signs
  1116. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  1117. // Shift_JIS, ISO-2022-JP)
  1118. pref("layout.enable_japanese_specific_transform", false);
  1119.  
  1120. // pref to force frames to be resizable
  1121. pref("layout.frames.force_resizability", false);
  1122.  
  1123. // pref to report CSS errors to the error console
  1124. pref("layout.css.report_errors", true);
  1125.  
  1126. // Should the :visited selector ever match (otherwise :link matches instead)?
  1127. pref("layout.css.visited_links_enabled", true);
  1128.  
  1129. // Override DPI. A value of -1 means use the maxium of 96 and the system DPI.
  1130. // A value of 0 means use the system DPI. A positive value is used as the DPI.
  1131. // This sets the physical size of a device pixel and thus controls the
  1132. // interpretation of physical units such as "pt".
  1133. pref("layout.css.dpi", -1);
  1134.  
  1135. // Set the number of device pixels per CSS pixel. A value <= 0 means choose
  1136. // automatically based on the DPI. A positive value is used as-is. This effectively
  1137. // controls the size of a CSS "px". This is only used for pixel-based
  1138. // (screen) output devices.
  1139. pref("layout.css.devPixelsPerPx", "-1");
  1140.  
  1141. // pref for which side vertical scrollbars should be on
  1142. // 0 = end-side in UI direction
  1143. // 1 = end-side in document/content direction
  1144. // 2 = right
  1145. // 3 = left
  1146. pref("layout.scrollbar.side", 0);
  1147.  
  1148. // pref to permit users to make verified SOAP calls by default
  1149. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  1150.  
  1151. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  1152. pref("plugin.override_internal_types", false);
  1153. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  1154.  
  1155. // See bug 136985.  Gives embedders a pref to hook into to show
  1156. // a popup blocker if they choose.
  1157. pref("browser.popups.showPopupBlocker", true);
  1158.  
  1159. // Pref to control whether the viewmanager code does double-buffering or not
  1160. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  1161. pref("viewmanager.do_doublebuffering", true);
  1162.  
  1163. // which files will be selected for roaming by default.
  1164. // See sroaming/content/prefs/all.js
  1165. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  1166. // display some general warning to the user about making backups, security etc.
  1167. pref("roaming.showInitialWarning", true);
  1168.  
  1169. // whether use prefs from system
  1170. pref("config.use_system_prefs", false);
  1171.  
  1172. // if the system has enabled accessibility
  1173. pref("config.use_system_prefs.accessibility", false);
  1174.  
  1175. // enable single finger gesture input (win7+ tablets)
  1176. pref("gestures.enable_single_finger_input", true);
  1177.  
  1178. /*
  1179.  * What are the entities that you want Mozilla to save using mnemonic
  1180.  * names rather than numeric codes? E.g. If set, we'll output  
  1181.  * otherwise, we may output 0xa0 depending on the charset.
  1182.  *
  1183.  * "none"   : don't use any entity names; only use numeric codes.
  1184.  * "basic"  : use entity names just for   & < > " for 
  1185.  *            interoperability/exchange with products that don't support more
  1186.  *            than that.
  1187.  * "latin1" : use entity names for 8bit accented letters and other special
  1188.  *            symbols between 128 and 255.
  1189.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  1190.  *            other special markup symbols as defined in HTML4.
  1191.  */
  1192. //pref("editor.encode_entity",                 "html");
  1193.  
  1194. pref("editor.resizing.preserve_ratio",       true);
  1195. pref("editor.positioning.offset",            0);
  1196.  
  1197. pref("dom.max_chrome_script_run_time", 20);
  1198. pref("dom.max_script_run_time", 10);
  1199.  
  1200. pref("svg.enabled", true);
  1201. pref("svg.smil.enabled", false);
  1202.  
  1203. pref("font.minimum-size.ar", 0);
  1204. pref("font.minimum-size.x-armn", 0);
  1205. pref("font.minimum-size.x-beng", 0);
  1206. pref("font.minimum-size.x-baltic", 0);
  1207. pref("font.minimum-size.x-central-euro", 0);
  1208. pref("font.minimum-size.zh-CN", 0);
  1209. pref("font.minimum-size.zh-HK", 0);
  1210. pref("font.minimum-size.zh-TW", 0);
  1211. pref("font.minimum-size.x-cyrillic", 0);
  1212. pref("font.minimum-size.x-devanagari", 0);
  1213. pref("font.minimum-size.x-ethi", 0);
  1214. pref("font.minimum-size.x-geor", 0);
  1215. pref("font.minimum-size.el", 0);
  1216. pref("font.minimum-size.x-gujr", 0);
  1217. pref("font.minimum-size.x-guru", 0);
  1218. pref("font.minimum-size.he", 0);
  1219. pref("font.minimum-size.ja", 0);
  1220. pref("font.minimum-size.x-knda", 0);
  1221. pref("font.minimum-size.x-khmr", 0);
  1222. pref("font.minimum-size.ko", 0);
  1223. pref("font.minimum-size.x-mlym", 0);
  1224. pref("font.minimum-size.x-orya", 0);
  1225. pref("font.minimum-size.x-sinh", 0);
  1226. pref("font.minimum-size.x-tamil", 0);
  1227. pref("font.minimum-size.x-telu", 0);
  1228. pref("font.minimum-size.th", 0);
  1229. pref("font.minimum-size.tr", 0);
  1230. pref("font.minimum-size.x-cans", 0);
  1231. pref("font.minimum-size.x-western", 0);
  1232. pref("font.minimum-size.x-unicode", 0);
  1233. pref("font.minimum-size.x-user-def", 0);
  1234.  
  1235. //@line 1257 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1236.  
  1237. pref("font.name.serif.ar", "Times New Roman");
  1238. pref("font.name.sans-serif.ar", "Arial");
  1239. pref("font.name.monospace.ar", "Courier New");
  1240. pref("font.name.cursive.ar", "Comic Sans MS");
  1241.  
  1242. pref("font.name.serif.el", "Times New Roman");
  1243. pref("font.name.sans-serif.el", "Arial");
  1244. pref("font.name.monospace.el", "Courier New");
  1245. pref("font.name.cursive.el", "Comic Sans MS");
  1246.  
  1247. pref("font.name.serif.he", "Narkisim");
  1248. pref("font.name.sans-serif.he", "Arial");
  1249. pref("font.name.monospace.he", "Fixed Miriam Transparent");
  1250. pref("font.name.cursive.he", "Guttman Yad");
  1251. pref("font.name-list.serif.he", "Narkisim, David");
  1252. pref("font.name-list.monospace.he", "Fixed Miriam Transparent, Miriam Fixed, Rod, Courier New");
  1253. pref("font.name-list.cursive.he", "Guttman Yad, Ktav, Arial");
  1254.  
  1255. pref("font.name.serif.ja", "∩╝¡∩╝│ ∩╝░µÿĵ£¥"); // "MS PMincho"
  1256. pref("font.name.sans-serif.ja", "∩╝¡∩╝│ ∩╝░πé┤πé╖πââπé»"); // "MS PGothic"
  1257. pref("font.name.monospace.ja", "∩╝¡∩╝│ πé┤πé╖πââπé»"); // "MS Gothic"
  1258. pref("font.name-list.serif.ja", "MS PMincho, MS Mincho, MS PGothic, MS Gothic");
  1259. pref("font.name-list.sans-serif.ja", "MS PGothic, MS Gothic, MS PMincho, MS Mincho");
  1260. pref("font.name-list.monospace.ja", "MS Gothic, MS Mincho, MS PGothic, MS PMincho");
  1261.  
  1262. pref("font.name.serif.ko", "δ░öφâò"); // "Batang" 
  1263. pref("font.name.sans-serif.ko", "Ω╡┤δª╝"); // "Gulim" 
  1264. pref("font.name.monospace.ko", "Ω╡┤δª╝∞▓┤"); // "GulimChe" 
  1265. pref("font.name.cursive.ko", "Ω╢ü∞ä£"); // "Gungseo"
  1266.  
  1267. pref("font.name-list.serif.ko", "Batang, Gulim"); 
  1268. pref("font.name-list.sans-serif.ko", "Gulim"); 
  1269. pref("font.name-list.monospace.ko", "GulimChe"); 
  1270. pref("font.name-list.cursive.ko", "Gungseo"); 
  1271.  
  1272. pref("font.name.serif.th", "Tahoma");
  1273. pref("font.name.sans-serif.th", "Tahoma");
  1274. pref("font.name.monospace.th", "Tahoma");
  1275. pref("font.name.cursive.th", "Tahoma");
  1276.  
  1277. pref("font.name.serif.tr", "Times New Roman");
  1278. pref("font.name.sans-serif.tr", "Arial");
  1279. pref("font.name.monospace.tr", "Courier New");
  1280. pref("font.name.cursive.tr", "Comic Sans MS");
  1281.  
  1282. pref("font.name.serif.x-baltic", "Times New Roman");
  1283. pref("font.name.sans-serif.x-baltic", "Arial");
  1284. pref("font.name.monospace.x-baltic", "Courier New");
  1285. pref("font.name.cursive.x-baltic", "Comic Sans MS");
  1286.  
  1287. pref("font.name.serif.x-central-euro", "Times New Roman");
  1288. pref("font.name.sans-serif.x-central-euro", "Arial");
  1289. pref("font.name.monospace.x-central-euro", "Courier New");
  1290. pref("font.name.cursive.x-central-euro", "Comic Sans MS");
  1291.  
  1292. pref("font.name.serif.x-cyrillic", "Times New Roman");
  1293. pref("font.name.sans-serif.x-cyrillic", "Arial");
  1294. pref("font.name.monospace.x-cyrillic", "Courier New");
  1295. pref("font.name.cursive.x-cyrillic", "Comic Sans MS");
  1296.  
  1297. pref("font.name.serif.x-unicode", "Times New Roman");
  1298. pref("font.name.sans-serif.x-unicode", "Arial");
  1299. pref("font.name.monospace.x-unicode", "Courier New");
  1300. pref("font.name.cursive.x-unicode", "Comic Sans MS");
  1301.  
  1302. pref("font.name.serif.x-western", "Times New Roman");
  1303. pref("font.name.sans-serif.x-western", "Arial");
  1304. pref("font.name.monospace.x-western", "Courier New");
  1305. pref("font.name.cursive.x-western", "Comic Sans MS");
  1306.  
  1307. pref("font.name.serif.zh-CN", "σ«ïΣ╜ô"); //MS Song
  1308. pref("font.name.sans-serif.zh-CN", "σ«ïΣ╜ô"); //MS Song
  1309. pref("font.name.monospace.zh-CN", "σ«ïΣ╜ô"); //MS Song
  1310. pref("font.name-list.serif.zh-CN", "MS Song, SimSun");
  1311. pref("font.name-list.sans-serif.zh-CN", "MS Song, SimSun");
  1312. pref("font.name-list.monospace.zh-CN", "MS Song, SimSun");
  1313.  
  1314. // Per Taiwanese users' demand. They don't want to use TC fonts for
  1315. // rendering Latin letters. (bug 88579)
  1316. pref("font.name.serif.zh-TW", "Times New Roman"); 
  1317. pref("font.name.sans-serif.zh-TW", "Arial");
  1318. pref("font.name.monospace.zh-TW", "τ┤░µÿÄΘ½ö");  // MingLiU
  1319. pref("font.name-list.serif.zh-TW", "PMingLiu, MingLiU"); 
  1320. pref("font.name-list.sans-serif.zh-TW", "PMingLiU, MingLiU");
  1321. pref("font.name-list.monospace.zh-TW", "MingLiU");
  1322.  
  1323. // hkscsm3u.ttf (HKSCS-2001) :  http://www.microsoft.com/hk/hkscs 
  1324. // Hong Kong users have the same demand about glyphs for Latin letters (bug 88579) 
  1325. pref("font.name.serif.zh-HK", "Times New Roman"); 
  1326. pref("font.name.sans-serif.zh-HK", "Arial");
  1327. pref("font.name.monospace.zh-HK", "τ┤░µÿÄΘ½ö_HKSCS"); 
  1328. pref("font.name-list.serif.zh-HK", "MingLiu_HKSCS, Ming(for ISO10646), MingLiU"); 
  1329. pref("font.name-list.sans-serif.zh-HK", "MingLiU_HKSCS, Ming(for ISO10646), MingLiU");  
  1330. pref("font.name-list.monospace.zh-HK", "MingLiU_HKSCS, Ming(for ISO10646), MingLiU");
  1331.  
  1332. pref("font.name.serif.x-devanagari", "Mangal");
  1333. pref("font.name.sans-serif.x-devanagari", "Raghindi");
  1334. pref("font.name.monospace.x-devanagari", "Mangal");
  1335. pref("font.name-list.serif.x-devanagari", "Mangal, Raghindi");
  1336. pref("font.name-list.monospace.x-devanagari", "Mangal, Raghindi");
  1337.  
  1338. pref("font.name.serif.x-tamil", "Latha");
  1339. pref("font.name.sans-serif.x-tamil", "Code2000");
  1340. pref("font.name.monospace.x-tamil", "Latha");
  1341. pref("font.name-list.serif.x-tamil", "Latha, Code2000");
  1342. pref("font.name-list.monospace.x-tamil", "Latha, Code2000");
  1343.  
  1344. //@line 1366 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1345.  
  1346. pref("font.name.serif.x-armn", "Sylfaen");
  1347. pref("font.name.sans-serif.x-armn", "Arial AMU");
  1348. pref("font.name.monospace.x-armn", "Arial AMU");
  1349. pref("font.name-list.serif.x-armn", "Sylfaen,Arial Unicode MS, Code2000");
  1350. pref("font.name-list.monospace.x-armn", "Arial AMU, Arial Unicode MS, Code2000");
  1351.  
  1352. pref("font.name.serif.x-beng", "Vrinda");
  1353. pref("font.name.sans-serif.x-beng", "Vrinda");
  1354. pref("font.name.monospace.x-beng", "Mitra Mono");
  1355. pref("font.name-list.serif.x-beng", "Vrinda, Akaash, Likhan, Ekushey Punarbhaba, Code2000, Arial Unicode MS"); 
  1356. pref("font.name-list.sans-serif.x-beng", "Vrinda, Akaash, Likhan, Ekushey Punarbhaba, Code2000, Arial Unicode MS"); 
  1357. pref("font.name-list.monospace.x-beng", "Likhan, Mukti Narrow, Code2000, Arial Unicode MS");
  1358.  
  1359. pref("font.name.serif.x-cans", "Aboriginal Serif");
  1360. pref("font.name.sans-serif.x-cans", "Aboriginal Sans");
  1361. pref("font.name.monospace.x-cans", "Aboriginal Sans");
  1362. pref("font.name-list.serif.x-cans", "Aboriginal Serif, BJCree Uni");
  1363. pref("font.name-list.monospace.x-cans", "Aboriginal Sans, OskiDakelh, Pigiarniq, Uqammaq");
  1364.  
  1365. pref("font.name.serif.x-ethi", "Visual Geez Unicode");
  1366. pref("font.name.sans-serif.x-ethi", "GF Zemen Unicode");
  1367. pref("font.name.cursive.x-ethi", "Visual Geez Unicode Title");
  1368. pref("font.name.monospace.x-ethi", "Ethiopia Jiret");
  1369. pref("font.name-list.serif.x-ethi", "Visual Geez Unicode, Visual Geez Unicode Agazian, Code2000");
  1370. pref("font.name-list.monospace.x-ethi", "Ethiopia Jiret, Code2000");
  1371.  
  1372. pref("font.name.serif.x-geor", "Sylfaen");
  1373. pref("font.name.sans-serif.x-geor", "BPG Classic 99U");
  1374. pref("font.name.monospace.x-geor", "Code2000");
  1375. pref("font.name-list.serif.x-geor", "Sylfaen, BPG Paata Khutsuri U, TITUS Cyberbit Basic"); 
  1376. pref("font.name-list.monospace.x-geor", "BPG Classic 99U, Code2000, Arial Unicode MS");
  1377.  
  1378. pref("font.name.serif.x-gujr", "Shruti");
  1379. pref("font.name.sans-serif.x-gujr", "Shruti");
  1380. pref("font.name.monospace.x-gujr", "Code2000");
  1381. pref("font.name-list.serif.x-gujr", "Shruti, Code2000, Arial Unicode MS"); 
  1382. pref("font.name-list.monospace.x-gujr", "Code2000, Shruti, Arial Unicode MS");
  1383.  
  1384. pref("font.name.serif.x-guru", "Raavi");
  1385. pref("font.name.sans-serif.x-guru", "Code2000");
  1386. pref("font.name.monospace.x-guru", "Code2000");
  1387. pref("font.name-list.serif.x-guru", "Raavi, Saab, Code2000, Arial Unicode MS"); 
  1388. pref("font.name-list.monospace.x-guru", "Code2000, Raavi, Saab, Arial Unicode MS");
  1389.  
  1390. pref("font.name.serif.x-khmr", "PhnomPenh OT");
  1391. pref("font.name.sans-serif.x-khmr", "Khmer OS");
  1392. pref("font.name.monospace.x-khmr", "Code2000");
  1393. pref("font.name-list.serif.x-khmr", "PhnomPenh OT,.Mondulkiri U GR 1.5, Khmer OS");
  1394. pref("font.name-list.monospace.x-khmr", "Code2000, Khmer OS, Khmer OS System");
  1395.  
  1396. pref("font.name.serif.x-mlym", "Rachana_w01");
  1397. pref("font.name.sans-serif.x-mlym", "Rachana_w01");
  1398. pref("font.name.monospace.x-mlym", "Rachana_w01");
  1399. pref("font.name-list.serif.x-mlym", "AnjaliOldLipi, Kartika, ThoolikaUnicode, Code2000, Arial Unicode MS");
  1400. pref("font.name-list.sans-serif.x-mlym", "AnjaliOldLipi, Kartika, ThoolikaUnicode, Code2000, Arial Unicode MS");
  1401. pref("font.name-list.monospace.x-mlym", "AnjaliOldLipi, Kartika, ThoolikaUnicode, Code2000, Arial Unicode MS");
  1402.  
  1403. pref("font.name.serif.x-orya", "ori1Uni");
  1404. pref("font.name.sans-serif.x-orya", "ori1Uni");
  1405. pref("font.name.monospace.x-orya", "ori1Uni");
  1406. pref("font.name-list.serif.x-orya", "Kalinga, ori1Uni, Code2000, Arial Unicode MS");
  1407. pref("font.name-list.sans-serif.x-orya", "Kalinga, ori1Uni, Code2000, Arial Unicode MS");
  1408. pref("font.name-list.monospace.x-orya", "Kalinga, ori1Uni, Code2000, Arial Unicode MS");
  1409.  
  1410. pref("font.name.serif.x-telu", "Gautami");
  1411. pref("font.name.sans-serif.x-telu", "Gautami");
  1412. pref("font.name.monospace.x-telu", "Gautami");
  1413. pref("font.name-list.serif.x-telu", "Gautami, Akshar Unicode, Code2000, Arial Unicode MS");
  1414. pref("font.name-list.sans-serif.x-telu", "Gautami, Akshar Unicode, Code2000, Arial Unicode MS");
  1415. pref("font.name-list.monospace.x-telu", "Gautami, Akshar Unicode, Code2000, Arial Unicode MS");
  1416.  
  1417. pref("font.name.serif.x-knda", "Tunga");
  1418. pref("font.name.sans-serif.x-knda", "Tunga");
  1419. pref("font.name.monospace.x-knda", "Tunga");
  1420. pref("font.name-list.serif.x-knda", "Tunga, AksharUnicode, Code2000, Arial Unicode MS");
  1421. pref("font.name-list.sans-serif.x-knda", "Tunga, AksharUnicode, Code2000, Arial Unicode MS");
  1422. pref("font.name-list.monospace.x-knda", "Tunga, AksharUnicode, Code2000, Arial Unicode MS");
  1423.  
  1424. pref("font.name.serif.x-sinh", "Iskoola Pota");
  1425. pref("font.name.sans-serif.x-sinh", "Iskoola Pota");
  1426. pref("font.name.monospace.x-sinh", "Iskoola Pota");
  1427. pref("font.name-list.serif.x-sinh", "Iskoola Pota, AksharUnicode");
  1428. pref("font.name-list.sans-serif.x-sinh", "Iskoola Pota, AksharUnicode");
  1429. pref("font.name-list.monospace.x-sinh", "Iskoola Pota, AksharUnicode");
  1430.  
  1431. pref("font.default.ar", "sans-serif");
  1432. pref("font.size.variable.ar", 16);
  1433. pref("font.size.fixed.ar", 13);
  1434.  
  1435. pref("font.default.el", "serif");
  1436. pref("font.size.variable.el", 16);
  1437. pref("font.size.fixed.el", 13);
  1438.  
  1439. pref("font.default.he", "sans-serif");
  1440. pref("font.size.variable.he", 16);
  1441. pref("font.size.fixed.he", 13);
  1442.  
  1443. pref("font.default.ja", "sans-serif");
  1444. pref("font.size.variable.ja", 16);
  1445. pref("font.size.fixed.ja", 16);
  1446.  
  1447. pref("font.default.ko", "sans-serif");
  1448. pref("font.size.variable.ko", 16);
  1449. pref("font.size.fixed.ko", 16);
  1450.  
  1451. pref("font.default.th", "serif");
  1452. pref("font.size.variable.th", 16);
  1453. pref("font.size.fixed.th", 13);
  1454. pref("font.minimum-size.th", 10);
  1455.  
  1456. pref("font.default.tr", "serif");
  1457. pref("font.size.variable.tr", 16);
  1458. pref("font.size.fixed.tr", 13);
  1459.  
  1460. pref("font.default.x-baltic", "serif");
  1461. pref("font.size.variable.x-baltic", 16);
  1462. pref("font.size.fixed.x-baltic", 13);
  1463.  
  1464. pref("font.default.x-central-euro", "serif");
  1465. pref("font.size.variable.x-central-euro", 16);
  1466. pref("font.size.fixed.x-central-euro", 13);
  1467.  
  1468. pref("font.default.x-cyrillic", "serif");
  1469. pref("font.size.variable.x-cyrillic", 16);
  1470. pref("font.size.fixed.x-cyrillic", 13);
  1471.  
  1472. pref("font.default.x-devanagari", "serif");
  1473. pref("font.size.variable.x-devanagari", 16);
  1474. pref("font.size.fixed.x-devanagari", 13);
  1475.  
  1476. pref("font.default.x-tamil", "serif");
  1477. pref("font.size.variable.x-tamil", 16);
  1478. pref("font.size.fixed.x-tamil", 13);
  1479.  
  1480. pref("font.default.x-armn", "serif");
  1481. pref("font.size.variable.x-armn", 16);
  1482. pref("font.size.fixed.x-armn", 13);
  1483.  
  1484. pref("font.default.x-beng", "serif");
  1485. pref("font.size.variable.x-beng", 16);
  1486. pref("font.size.fixed.x-beng", 13);
  1487.  
  1488. pref("font.default.x-cans", "serif");
  1489. pref("font.size.variable.x-cans", 16);
  1490. pref("font.size.fixed.x-cans", 13);
  1491.  
  1492. pref("font.default.x-ethi", "serif");
  1493. pref("font.size.variable.x-ethi", 16);
  1494. pref("font.size.fixed.x-ethi", 13);
  1495.  
  1496. pref("font.default.x-geor", "serif");
  1497. pref("font.size.variable.x-geor", 16);
  1498. pref("font.size.fixed.x-geor", 13);
  1499.  
  1500. pref("font.default.x-gujr", "serif");
  1501. pref("font.size.variable.x-gujr", 16);
  1502. pref("font.size.fixed.x-gujr", 13);
  1503.  
  1504. pref("font.default.x-guru", "serif");
  1505. pref("font.size.variable.x-guru", 16);
  1506. pref("font.size.fixed.x-guru", 13);
  1507.  
  1508. pref("font.default.x-khmr", "serif");
  1509. pref("font.size.variable.x-khmr", 16);
  1510. pref("font.size.fixed.x-khmr", 13);
  1511.  
  1512. pref("font.default.x-mlym", "serif");
  1513. pref("font.size.variable.x-mlym", 16);
  1514. pref("font.size.fixed.x-mlym", 13);
  1515.  
  1516. pref("font.default.x-orya", "serif");
  1517. pref("font.size.variable.x-orya", 16);
  1518. pref("font.size.fixed.x-orya", 13);
  1519.  
  1520. pref("font.default.x-telu", "serif");
  1521. pref("font.size.variable.x-telu", 16);
  1522. pref("font.size.fixed.x-telu", 13);
  1523.  
  1524. pref("font.default.x-knda", "serif");
  1525. pref("font.size.variable.x-knda", 16);
  1526. pref("font.size.fixed.x-knda", 13);
  1527.  
  1528. pref("font.default.x-sinh", "serif");
  1529. pref("font.size.variable.x-sinh", 16);
  1530. pref("font.size.fixed.x-sinh", 13);
  1531.  
  1532. pref("font.default.x-unicode", "serif");
  1533. pref("font.size.variable.x-unicode", 16);
  1534. pref("font.size.fixed.x-unicode", 13);
  1535.  
  1536. pref("font.default.x-western", "serif");
  1537. pref("font.size.variable.x-western", 16);
  1538. pref("font.size.fixed.x-western", 13);
  1539.  
  1540. pref("font.default.zh-CN", "sans-serif");
  1541. pref("font.size.variable.zh-CN", 16);
  1542. pref("font.size.fixed.zh-CN", 16);
  1543.  
  1544. pref("font.default.zh-TW", "sans-serif");
  1545. pref("font.size.variable.zh-TW", 16);
  1546. pref("font.size.fixed.zh-TW", 16);
  1547.  
  1548. pref("font.default.zh-HK", "sans-serif");
  1549. pref("font.size.variable.zh-HK", 16);
  1550. pref("font.size.fixed.zh-HK", 16);
  1551.  
  1552. // We have special support for Monotype Symbol on Windows.
  1553. pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Symbol, DejaVu Sans, Cambria Math");
  1554.  
  1555. pref("ui.key.menuAccessKeyFocuses", true);
  1556.  
  1557. // override double-click word selection behavior.
  1558. pref("layout.word_select.eat_space_to_next_word", true);
  1559.  
  1560. // scrollbar snapping region
  1561. pref("slider.snapMultiplier", 6);
  1562.  
  1563. // print_extra_margin enables platforms to specify an extra gap or margin
  1564. // around the content of the page for Print Preview only
  1565. pref("print.print_extra_margin", 90); // twips (90 twips is an eigth of an inch)
  1566.  
  1567. // Whether to extend the native dialog with information on printing frames.
  1568. pref("print.extend_native_print_dialog", true);
  1569.  
  1570. // Locate Java by scanning the Sun JRE installation directory with a minimum version
  1571. // Note: Does not scan if security.enable_java is not true
  1572. pref("plugin.scan.SunJRE", "1.3");
  1573.  
  1574. // Locate plugins by scanning the Adobe Acrobat installation directory with a minimum version
  1575. pref("plugin.scan.Acrobat", "5.0");
  1576.  
  1577. // Locate plugins by scanning the Quicktime installation directory with a minimum version
  1578. pref("plugin.scan.Quicktime", "5.0");
  1579.  
  1580. // Locate and scan the Window Media Player installation directory for plugins with a minimum version
  1581. pref("plugin.scan.WindowsMediaPlayer", "7.0");
  1582.  
  1583. // Locate plugins by the directories specified in the Windows registry for PLIDs
  1584. // Which is currently HKLM\Software\MozillaPlugins\xxxPLIDxxx\Path
  1585. pref("plugin.scan.plid.all", true);
  1586.  
  1587. // Controls the scanning of the Navigator 4.x directory for plugins
  1588. // When pref is missing, the default is to pickup popular plugins such as
  1589. // Flash, Shockwave, Acrobat, and Quicktime. If set to true, ALL plugins
  1590. // will be picked up and if set to false the scan will not happen at all
  1591. //pref("plugin.scan.4xPluginFolder", false);
  1592.  
  1593. // Help Windows NT, 2000, and XP dialup a RAS connection
  1594. // when a network address is unreachable.
  1595. pref("network.autodial-helper.enabled", true);
  1596.  
  1597. // Pref to control whether we set ddeexec subkeys for the http
  1598. // Internet shortcut protocol if we are handling it.  These
  1599. // subkeys will be set only while we are running (to avoid the
  1600. // problem of Windows showing an alert when it tries to use DDE
  1601. // and we're not already running).
  1602. pref("advanced.system.supportDDEExec", true);
  1603.  
  1604. // Use CP932 compatible map for JIS X 0208
  1605. pref("intl.jis0208.map", "CP932");
  1606.  
  1607. // Switch the keyboard layout per window
  1608. pref("intl.keyboard.per_window_layout", false);
  1609.  
  1610. // Enable/Disable TSF support
  1611. pref("intl.enable_tsf_support", false);
  1612.  
  1613. // We need to notify the layout change to TSF, but we cannot check the actual
  1614. // change now, therefore, we always notify it by this fequency.
  1615. pref("intl.tsf.on_layout_change_interval", 100);
  1616.  
  1617. //@line 1642 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1618. // See bug 448927, on topmost panel, some IMEs are not usable on Windows.
  1619. pref("ui.panel.default_level_parent", false);
  1620. //@line 1645 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1621.  
  1622. pref("mousewheel.system_scroll_override_on_root_content.enabled", true);
  1623.  
  1624. // Bug 514927
  1625. // Enables or disabled the TrackPoint hack, -1 is autodetect, 0 is off,
  1626. // and 1 is on.  Set this to 1 if TrackPoint scrolling is not working.
  1627. pref("ui.trackpoint_hack.enabled", -1);
  1628. //@line 1654 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1629.  
  1630. //@line 2078 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1631.  
  1632. //@line 2281 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1633.  
  1634. //@line 2377 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1635.  
  1636. //@line 2652 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1637.  
  1638. //@line 2720 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1639.  
  1640. //@line 2746 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1641.  
  1642. //@line 2766 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1643.  
  1644. //@line 2774 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1645.  
  1646. // Login Manager prefs
  1647. pref("signon.rememberSignons",              true);
  1648. pref("signon.expireMasterPassword",         false);
  1649. pref("signon.SignonFileName",               "signons.txt"); // obsolete 
  1650. pref("signon.SignonFileName2",              "signons2.txt"); // obsolete
  1651. pref("signon.SignonFileName3",              "signons3.txt"); // obsolete
  1652. pref("signon.autofillForms",                true); 
  1653. pref("signon.debug",                        false); // logs to Error Console
  1654.  
  1655. // Satchel (Form Manager) prefs
  1656. pref("browser.formfill.debug",            false);
  1657. pref("browser.formfill.enable",           true);
  1658. pref("browser.formfill.agedWeight",       2);
  1659. pref("browser.formfill.bucketSize",       1);
  1660. pref("browser.formfill.maxTimeGroupings", 25);
  1661. pref("browser.formfill.timeGroupingSize", 604800);
  1662. pref("browser.formfill.boundaryWeight",   25);
  1663. pref("browser.formfill.prefixWeight",     5);
  1664.  
  1665. // Zoom prefs
  1666. pref("browser.zoom.full", false);
  1667. pref("zoom.minPercent", 30);
  1668. pref("zoom.maxPercent", 300);
  1669. pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3");
  1670.  
  1671. // Image cache prefs
  1672. // The maximum size, in bytes, of the decoded images we cache
  1673. pref("image.cache.size", 5242880);
  1674. // A weight, from 0-1000, to place on time when comparing to size.
  1675. // Size is given a weight of 1000 - timeweight.
  1676. pref("image.cache.timeweight", 500);
  1677.  
  1678. // The default Accept header sent for images loaded over HTTP(S)
  1679. pref("image.http.accept", "image/png,image/*;q=0.8,*/*;q=0.5");
  1680.  
  1681. //@line 2812 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1682. // The default TCP send window on Windows is too small, and autotuning only occurs on receive
  1683. pref("network.tcp.sendbuffer", 131072);
  1684. //@line 2816 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1685.  
  1686. //@line 2821 "f:\builds\vendor\sb_win32bot03_vendor_trunk\build\vendor\xulrunner-1.9.2\mozilla\modules\libpref\src\init\all.js"
  1687.  
  1688. // Enable/Disable the geolocation API for content
  1689. pref("geo.enabled", true);
  1690.  
  1691. // Enable/Disable HTML5 parser
  1692. pref("html5.enable", false);
  1693.