home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / linux / mozilla-installer_linux / xpi / browser.xpi / bin / defaults / pref / all.js next >
Text File  |  2001-11-20  |  27KB  |  601 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Netscape Public License
  6.  * Version 1.1 (the "License"); you may not use this file except in
  7.  * compliance with the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/NPL/
  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.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the NPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the NPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  39. //  The first character after a period must be alphabetic.
  40.  
  41. pref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search=");
  42.  
  43. pref("keyword.URL", "http://keyword.netscape.com/keyword/");
  44. pref("keyword.enabled", false);
  45. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  46. pref("general.useragent.misc", "rv:0.9.6");
  47.  
  48. pref("general.startup.browser",             true);
  49. pref("general.startup.mail",                false);
  50. pref("general.startup.news",                false);
  51. pref("general.startup.editor",              false);
  52. pref("general.startup.compose",             false);
  53. pref("general.startup.addressbook",         false);
  54.  
  55. pref("general.open_location.last_url",      "");
  56. pref("general.open_location.last_window_choice", 0);
  57.  
  58. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  59. pref("browser.startup.page",                1);
  60. pref("browser.startup.homepage",       "chrome://navigator-region/locale/region.properties");
  61. // "browser.startup.homepage_override" was for 4.x
  62. pref("browser.startup.homepage_override.1", true);
  63. pref("browser.startup.autoload_homepage",   true);
  64.  
  65. pref("browser.cache.enable",                true); // see also network.http.use-cache
  66. pref("browser.cache.disk.enable",           true);
  67. pref("browser.cache.disk.capacity",         50000);
  68. pref("browser.cache.memory.enable",         true);
  69. pref("browser.cache.memory.capacity",       4096);
  70. pref("browser.cache.disk_cache_ssl",        false);
  71. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  72. pref("browser.cache.check_doc_frequency",   3);
  73.  
  74. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  75. pref("browser.display.use_document_colors", true);
  76. pref("browser.display.use_system_colors",   false);
  77. pref("browser.display.foreground_color",    "#000000");
  78. pref("browser.display.background_color",    "#FFFFFF");
  79. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  80. pref("browser.anchor_color",                "#0000EE");
  81. pref("browser.visited_color",               "#551A8B");
  82. pref("browser.underline_anchors",           true);
  83. pref("browser.blink_allowed",               true);
  84.  
  85. pref("browser.display.use_focus_colors",    false);
  86. pref("browser.display.focus_background_color", "#117722");
  87. pref("browser.display.focus_text_color",     "#ffffff");
  88. pref("browser.display.focus_ring_width",     1);
  89. pref("browser.display.focus_ring_on_anything", false);
  90.  
  91. pref("browser.urlbar.autoFill", false);
  92. pref("browser.urlbar.showPopup", true);
  93. pref("browser.urlbar.showSearch", true);
  94.  
  95. pref("browser.chrome.site_icons", true);
  96. pref("browser.chrome.favicons", false);
  97.  
  98. pref("browser.chrome.toolbar_tips",         true);
  99. pref("browser.chrome.toolbar_style",        2);
  100.  
  101. pref("browser.toolbars.showbutton.bookmarks", true);
  102. pref("browser.toolbars.showbutton.go",      false);
  103. pref("browser.toolbars.showbutton.home",    true);
  104. pref("browser.toolbars.showbutton.mynetscape", true);
  105. pref("browser.toolbars.showbutton.net2phone", true);
  106. pref("browser.toolbars.showbutton.print",   true);
  107. pref("browser.toolbars.showbutton.search",  true);
  108.  
  109. pref("browser.turbo.enabled", false);
  110.  
  111. pref("browser.helperApps.alwaysAsk.force",  false);
  112. pref("browser.helperApps.neverAsk.saveToDisk", "");
  113. pref("browser.helperApps.neverAsk.openFile", "");
  114.  
  115. pref("accessibility.browsewithcaret", false);
  116. pref("accessibility.usetexttospeech", "");
  117. pref("accessibility.usebrailledisplay", "");
  118. pref("accessibility.accesskeycausesactivation", true);
  119.  
  120. // Dialog modality issues
  121. pref("browser.prefWindowModal", true);
  122. pref("browser.show_about_as_stupid_modal_window", false);
  123.  
  124. pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete
  125.  
  126. // various default search settings
  127. pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
  128. pref("browser.search.opensidebarsearchpanel", true);
  129. pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
  130. pref("browser.search.mode", 0);
  131. pref("browser.search.powermode", 0);
  132. // basic search popup constraint: minimum sherlock plugin version displayed
  133. // (note: must be a string representation of a float or it'll default to 0.0)
  134. pref("browser.search.basic.min_ver", "0.0");
  135. pref("browser.urlbar.autocomplete.enabled", true);
  136. pref("browser.urlbar.clickSelectsAll", true);
  137.  
  138. pref("browser.history.last_page_visited", "");
  139. pref("browser.history_expire_days", 9);
  140. pref("browser.history.grouping", "day");
  141. pref("browser.sessionhistory.max_entries", 50);
  142.  
  143. // Translation service
  144. pref("browser.translation.service", "http://www.teletranslator.com:8120/?AlisUI=frames_ex/moz_home&alis_info=moz&AlisTargetURI=");
  145. pref("browser.translation.serviceDomain", "teletranslator.com");
  146.   
  147. // Platform for Internet Content Selection
  148. pref("browser.PICS.ratings_enabled", false);
  149. pref("browser.PICS.pages_must_be_rated", false);
  150. pref("browser.PICS.disable_for_this_session", false);
  151. pref("browser.PICS.reenable_for_this_session", false);
  152. pref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true);
  153. pref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0);
  154.  
  155. pref("browser.target_new_blocked", false);
  156.  
  157. // loading and rendering of framesets and iframes
  158. pref("browser.frames.enabled", true);
  159.  
  160. // form submission
  161. pref("browser.forms.submit.backwards_compatible", true);
  162.  
  163. // Tab browser preferences.
  164. pref("browser.tabs.autoHide", true);
  165. pref("browser.tabs.loadInBackground", false);
  166. pref("browser.tabs.opentabfor.middleclick", false);
  167. pref("browser.tabs.opentabfor.urlbar", false);
  168. pref("browser.tabs.opentabfor.windowopen", false);
  169. pref("browser.tabs.opentabfor.bookmarks", false);
  170.  
  171. // view source
  172. pref("view_source.syntax_highlight", true);
  173. pref("view_source.wrap_long_lines", false);
  174.  
  175. // gfx widgets
  176. pref("nglayout.widget.mode", 2);
  177. pref("nglayout.widget.gfxscrollbars", true);
  178.  
  179. // use nsViewManager2
  180. pref("nglayout.view.useViewManager2", true);
  181.  
  182. // css2 hover pref
  183. pref("nglayout.events.showHierarchicalHover", false);
  184.  
  185. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  186. pref("nglayout.events.dispatchLeftClickOnly", true);
  187.  
  188. // whether or not to use xbl form controls
  189. pref("nglayout.debug.enable_xbl_forms", false);
  190.  
  191. // size of scrollbar snapping region
  192. pref("slider.snapMultiplier", 6);
  193.  
  194. // Smart Browsing prefs
  195. pref("browser.related.enabled", true);
  196. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  197. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  198. pref("browser.related.disabledForDomains", "");
  199. pref("browser.goBrowsing.enabled", true);
  200.  
  201. //Internet Search
  202. pref("browser.search.defaultenginename", "chrome://navigator/locale/navigator.properties");
  203.  
  204. // Print header customization
  205. // Use the following codes:
  206. // &T - Title
  207. // &U - Document URL
  208. // &D - Date/Time
  209. // &P - Page Number
  210. // &PT - Page Number "of" Page total
  211. // Set each header to a string containing zero or one of these codes
  212. // and the code will be replaced in that string by the corresponding data
  213. pref("print.print_headerleft", "&T");
  214. pref("print.print_headercenter", "");
  215. pref("print.print_headerright", "&U");
  216. pref("print.print_footerleft", "&PT");
  217. pref("print.print_footercenter", "");
  218. pref("print.print_footerright", "&D");
  219.  
  220. // Default Capability Preferences: Security-Critical! 
  221. // Editing these may create a security risk - be sure you know what you're doing
  222. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  223.  
  224. pref("capability.policy.default.DOMException.code", "allAccess");
  225. pref("capability.policy.default.DOMException.message", "allAccess");
  226. pref("capability.policy.default.DOMException.name", "allAccess");
  227. pref("capability.policy.default.DOMException.result", "allAccess");
  228. pref("capability.policy.default.DOMException.toString", "allAccess");
  229.  
  230. pref("capability.policy.default.History.back", "allAccess");
  231. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  232. pref("capability.policy.default.History.forward", "allAccess");
  233. pref("capability.policy.default.History.go", "allAccess");
  234. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  235. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  236. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  237. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  238.  
  239. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  240. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  241.  
  242. pref("capability.policy.default.Location.hash.set", "allAccess");
  243. pref("capability.policy.default.Location.href.set", "allAccess");
  244. pref("capability.policy.default.Location.reload", "allAccess");
  245. pref("capability.policy.default.Location.replace", "allAccess");
  246.  
  247. pref("capability.policy.default.Navigator.preference", "allAccess");
  248. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  249. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  250.  
  251. pref("capability.policy.default.Window.blur", "allAccess");
  252. pref("capability.policy.default.Window.close", "allAccess");
  253. pref("capability.policy.default.Window.closed", "allAccess");
  254. pref("capability.policy.default.Window.Components", "allAccess");
  255. pref("capability.policy.default.Window.document", "allAccess");
  256. pref("capability.policy.default.Window.focus", "allAccess");
  257. pref("capability.policy.default.Window.history", "allAccess");
  258. pref("capability.policy.default.Window.location", "allAccess");
  259. // window.openDialog is insecure and must be made inaccessible from web scripts - see bug 56009
  260. pref("capability.policy.default.Window.openDialog", "noAccess");
  261. pref("capability.policy.default.Window.self", "allAccess");
  262. pref("capability.policy.default.Window.window", "allAccess");
  263.  
  264. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  265. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  266.  
  267. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  268. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  269. pref("capability.policy.mailnews.*.data.get", "noAccess");
  270. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  271. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  272. pref("capability.policy.mailnews.*.host.get", "noAccess");
  273. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  274. pref("capability.policy.mailnews.*.href.get", "noAccess");
  275. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  276. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  277. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  278. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  279. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  280. pref("capability.policy.mailnews.*.src.get", "noAccess");
  281. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  282. pref("capability.policy.mailnews.*.text.get", "noAccess");
  283. pref("capability.policy.mailnews.*.title.get", "noAccess");
  284. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  285. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  286. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  287. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  288. pref("capability.policy.mailnews.Location.toString", "noAccess");
  289. pref("capability.policy.mailnews.Range.toString", "noAccess");
  290. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  291.  
  292. ////////////////////////////////////////////////////////////
  293. pref("capability.principal.codebase.foo.id", "http://www.netscape.com");
  294. pref("capability.principal.codebase.foo.granted", "UniversalFoo");
  295. //////////////////////////////////////////////////////////
  296.  
  297. pref("dom.disable_open_during_load", false);
  298.  
  299. pref("javascript.enabled",                  true);
  300. pref("javascript.allow.mailnews",           false);
  301. pref("javascript.options.strict",           false);
  302.  
  303. // advanced prefs
  304. pref("advanced.always_load_images",         true);
  305. pref("security.enable_java",                 true);
  306. pref("css.allow",                           true);
  307. pref("advanced.mailftp",                    false);
  308. pref("image.animation_mode",                "normal");
  309.  
  310. pref("offline.startup_state",            0);
  311. pref("offline.send.unsent_messages",            0);
  312. pref("offline.download.download_messages",  0);
  313. pref("offline.prompt_synch_on_exit",            true);
  314. pref("offline.news.download.use_days",          0);
  315.  
  316. // If there is ever a security firedrill that requires
  317. // us to block certian ports global, this is the pref 
  318. // to use.  Is is a comma delimited list of port numbers
  319. // for example:
  320. //   pref("network.security.ports.banned", "1,2,3,4,5");
  321. // prevents necko connecting to ports 1-5 unless the protocol
  322. // overrides.
  323.  
  324. pref("network.hosts.smtp_server",           "mail");
  325. pref("network.hosts.pop_server",            "mail");
  326. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  327.  
  328. // <ruslan>
  329. pref("network.http.version", "1.1");      // default
  330. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  331. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  332. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  333. // some older 1.0 servers:
  334.  
  335. // enable caching of http documents
  336. pref("network.http.use-cache", true);
  337.  
  338. pref("network.http.keep-alive", true); // set it to false in case of problems
  339. pref("network.http.proxy.keep-alive", true);
  340. pref("network.http.keep-alive.timeout", 300);
  341.  
  342. // limit the absolute number of http connections.
  343. pref("network.http.max-connections", 24);
  344.  
  345. // limit the absolute number of http connections that can be established per
  346. // host.  if a http proxy server is enabled, then the "server" is the proxy
  347. // server.  Otherwise, "server" is the http origin server.
  348. pref("network.http.max-connections-per-server", 8);
  349.  
  350. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  351. // a new connection will only be attempted if the number of active persistent
  352. // connections to the server is less then max-persistent-connections-per-server.
  353. pref("network.http.max-persistent-connections-per-server", 2);
  354.  
  355. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  356. // new connection will only be attempted if the number of active persistent
  357. // connections to the proxy is less then max-persistent-connections-per-proxy.
  358. pref("network.http.max-persistent-connections-per-proxy", 4);
  359.  
  360. // amount of time (in seconds) to suspend pending requests, before spawning a
  361. // new connection, once the limit on the number of persistent connections per
  362. // host has been reached.  however, a new connection will not be created if
  363. // max-connections or max-connections-per-server has also been reached.
  364. pref("network.http.request.max-start-delay", 10);
  365.  
  366. // http specific network timeouts (XXX currently unused)
  367. pref("network.http.connect.timeout",  30);    // in seconds
  368. pref("network.http.request.timeout", 120);    // in seconds
  369.  
  370. // Headers
  371. pref("network.http.accept.default", "text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, image/png, image/jpeg, image/gif;q=0.2, text/plain;q=0.8, text/css, */*;q=0.1");
  372.  
  373. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  374.  
  375. // Enable http compression: comment this out in case of problems with 1.1
  376. pref("network.http.accept-encoding" ,"gzip, deflate, compress;q=0.9");
  377.  
  378. pref("network.http.pipelining"      , false);
  379. pref("network.http.proxy.pipelining", false);
  380.  
  381. // Always pipeling the very first request:  this will only work when you are
  382. // absolutely sure the the site or proxy you are browsing to/through support
  383. // pipelining; the default behavior will be that the browser will first make
  384. // a normal, non-pipelined request, then  examine  and remember the responce
  385. // and only the subsequent requests to that site will be pipeline
  386. pref("network.http.pipelining.firstrequest", false);
  387.  
  388. // Max number of requests in the pipeline
  389. pref("network.http.pipelining.maxrequests" , 4);
  390.  
  391. pref("network.http.proxy.ssl.connect",true);
  392. // </ruslan>
  393.  
  394. // until the directory view has an owner
  395. // necko will produce html -- dougt
  396. pref("network.dir.generate_html", true);
  397.  
  398. // sspitzer:  change this back to "news" when we get to beta.
  399. // for now, set this to news.mozilla.org because you can only
  400. // post to the server specified by this pref.
  401. pref("network.hosts.nntp_server",           "news.mozilla.org");
  402.  
  403. pref("network.hosts.socks_server",          "");
  404. pref("network.hosts.socks_serverport",      1080);
  405. pref("network.hosts.socks_conf",            "");
  406. pref("network.image.imageBehavior",         0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  407. pref("network.image.warnAboutImages",       false);
  408. pref("network.proxy.autoconfig_url",        "");
  409. pref("network.proxy.type",                  0);
  410. pref("network.proxy.ftp",                   "");
  411. pref("network.proxy.ftp_port",              0);
  412. pref("network.proxy.gopher",                "");
  413. pref("network.proxy.gopher_port",           0);
  414. pref("network.proxy.news",                  "");
  415. pref("network.proxy.news_port",             0);
  416. pref("network.proxy.http",                  "");
  417. pref("network.proxy.http_port",             0);
  418. pref("network.proxy.wais",                  "");
  419. pref("network.proxy.wais_port",             0);
  420. pref("network.proxy.ssl",                   "");
  421. pref("network.proxy.ssl_port",              0);
  422. pref("network.proxy.socks",                 "");
  423. pref("network.proxy.socks_port",            0);
  424. pref("network.proxy.socks_version",         5);
  425. pref("network.proxy.no_proxies_on",         "");
  426. pref("network.online",                      true); //online/offline
  427. pref("network.accept_cookies",              0);     // 0 = Always, 1 = warn, 2 = never
  428. pref("network.foreign_cookies",             0); // 0 = Accept, 1 = Don't accept
  429. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  430. pref("network.cookie.warnAboutCookies",     false);
  431. pref("network.cookie.lifetime.enabled",     false);
  432. pref("network.cookie.lifetime.behavior",    0);
  433. pref("network.cookie.lifetime.days",        90);
  434. pref("network.cookie.p3p",                  "drdraaaa");
  435. pref("network.cookie.p3plevel",             1);
  436. pref("signon.rememberSignons",              true);
  437. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  438. pref("network.enableIDN",                   false); // Turn on/off IDN (Internationalized Domain Name) resolution
  439. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  440. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  441. pref("wallet.captureForms",                 true);
  442. pref("wallet.notified",                     false);
  443. pref("wallet.TutorialFromMenu",             "chrome://navigator/locale/navigator.properties");
  444. pref("wallet.Server",                       "chrome://navigator/locale/navigator.properties");
  445. pref("wallet.Samples",                      "chrome://navigator/locale/navigator.properties");
  446. pref("wallet.version",                      "1");
  447. pref("wallet.enabled",                      true);
  448. pref("wallet.crypto",                       false);
  449. pref("wallet.namePanel.hide",               false);
  450. pref("wallet.addressPanel.hide",            false);
  451. pref("wallet.phonePanel.hide",              false);
  452. pref("wallet.creditPanel.hide",             false);
  453. pref("wallet.employPanel.hide",             false);
  454. pref("wallet.miscPanel.hide",               false);
  455. pref("imageblocker.enabled",                true);
  456. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  457. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  458. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  459. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  460. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  461. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  462. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  463. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  464. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  465. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  466. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  467. pref("intl.charsetmenu.browser.cache",      "");
  468. pref("intl.charsetmenu.mailview.cache",     "");
  469. pref("intl.charsetmenu.composer.cache",     "");
  470. pref("intl.charsetmenu.browser.cache.size", 5);
  471. pref("intl.charset.detector",               "chrome://navigator/locale/navigator.properties");
  472. pref("intl.charset.default",                "chrome://navigator-platform/locale/navigator.properties");
  473. pref("intl.content.langcode",               "chrome://communicator-region/locale/region.properties");
  474. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  475.  
  476. // -- folders (Mac: these are binary aliases.)
  477. localDefPref("mail.signature_file",             "");
  478. localDefPref("mail.directory",                  "");
  479.  
  480. pref("images.dither", "auto");
  481. localDefPref("news.directory",                  "");
  482. localDefPref("security.directory",              "");
  483.  
  484. pref("autoupdate.enabled",              true);
  485.  
  486. pref("silentdownload.enabled",    true);
  487. pref("silentdownload.directory",  "");
  488. pref("silentdownload.range",      3000);
  489. pref("silentdownload.interval",  10000);
  490.  
  491. pref("browser.editor.disabled", false);
  492.  
  493. pref("spellchecker.dictionary", "");
  494.  
  495. pref("signed.applets.codebase_principal_support", false);
  496. pref("security.checkloaduri", true);
  497. pref("security.xpconnect.plugin.unrestricted", true);
  498.  
  499. // Modifier key prefs: default to Windows settings,
  500. // menu access key = alt, accelerator key = control.
  501. pref("ui.key.accelKey", 17);
  502. pref("ui.key.menuAccessKey", 18);
  503. pref("ui.key.menuAccessKeyFocuses", false);
  504. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  505.  
  506. // Middle-mouse handling
  507. pref("middlemouse.paste", false);
  508. pref("middlemouse.openNewWindow", true);
  509. pref("middlemouse.contentLoadURL", false);
  510. pref("middlemouse.scrollbarPosition", false);
  511.  
  512. // Clipboard behavior
  513. pref("clipboard.autocopy", false);
  514.  
  515. // 0=lines, 1=pages, 2=history , 3=text size
  516. pref("mousewheel.withnokey.action",0);
  517. pref("mousewheel.withnokey.numlines",1);    
  518. pref("mousewheel.withnokey.sysnumlines",true);
  519. pref("mousewheel.withcontrolkey.action",0);
  520. pref("mousewheel.withcontrolkey.numlines",1);
  521. pref("mousewheel.withcontrolkey.sysnumlines",true);
  522. pref("mousewheel.withshiftkey.action",0);
  523. pref("mousewheel.withshiftkey.numlines",1);
  524. pref("mousewheel.withshiftkey.sysnumlines",false);
  525. pref("mousewheel.withaltkey.action",2);
  526. pref("mousewheel.withaltkey.numlines",1);
  527. pref("mousewheel.withaltkey.sysnumlines",false);
  528.  
  529. pref("profile.confirm_automigration",true);
  530.  
  531. // Customizable toolbar stuff
  532. pref("custtoolbar.personal_toolbar_folder", "");
  533.  
  534. pref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf");
  535. pref("sidebar.customize.directory.url", "http://dmoz.org/Netscape/Sidebar/");
  536. pref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/");
  537.  
  538. pref("prefs.converted-to-utf8",false);
  539. // --------------------------------------------------
  540. // IBMBIDI 
  541. // --------------------------------------------------
  542. //
  543. // ------------------
  544. //  Text Direction
  545. // ------------------
  546. // 1 = directionLTRBidi *
  547. // 2 = directionRTLBidi
  548. pref("bidi.direction", 1);
  549. // ------------------
  550. //  Text Type
  551. // ------------------
  552. // 1 = charsettexttypeBidi *
  553. // 2 = logicaltexttypeBidi
  554. // 3 = visualtexttypeBidi
  555. pref("bidi.texttype", 1);
  556. // ------------------
  557. //  Controls Text Mode
  558. // ------------------
  559. // 1 = logicalcontrolstextmodeBidiCmd
  560. // 2 = visiualcontrolstextmodeBidi
  561. // 3 = containercontrolstextmodeBidi *
  562. pref("bidi.controlstextmode", 1);
  563. // ------------------
  564. //  Clipboard Text Mode
  565. // ------------------
  566. //  1 = logicalclipboardtextmodeBidi
  567. // 2 = visiualclipboardtextmodeBidi
  568. // 3 = sourceclipboardtextmodeBidi *
  569. pref("bidi.clipboardtextmode", 3);
  570. // ------------------
  571. //  Numeral Style
  572. // ------------------
  573. // 1 = regularcontextnumeralBidi *
  574. // 2 = hindicontextnumeralBidi
  575. // 3 = arabicnumeralBidi
  576. // 4 = hindinumeralBidi
  577. pref("bidi.numeral", 1);
  578. // ------------------
  579. //  Support Mode
  580. // ------------------
  581. // 1 = mozillaBidisupport *
  582. // 2 = OsBidisupport
  583. // 3 = disableBidisupport
  584. pref("bidi.support", 1);
  585. // ------------------
  586. //  Charset Mode
  587. // ------------------
  588. // 1 = doccharactersetBidi *
  589. // 2 = defaultcharactersetBidi
  590. pref("bidi.characterset", 1);
  591.  
  592.  
  593. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  594.  
  595. // used for double-click word selection behavior. Win will override.
  596. pref("layout.word_select.eat_space_to_next_word", false);
  597. pref("layout.word_select.stop_at_punctuation", true);
  598.  
  599. // pref to force frames to be resizable
  600. pref("layout.frames.force_resizability", false);
  601.