home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / defaults / pref / all.js next >
Text File  |  2002-12-10  |  29KB  |  630 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("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
  42. pref("browser.chromeURL","chrome://browser/content/");
  43.  
  44. pref("keyword.enabled", true);
  45. pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=");
  46.  
  47. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  48. pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
  49. pref("general.useragent.misc", "rv:1.3a");
  50. pref("general.useragent.vendor", "Phoenix");
  51. pref("general.useragent.vendorSub", "0.5");
  52.  
  53. pref("backups.number_of_prefs_copies", 1);
  54.  
  55. // 0 = blank, 1 = home (browser.startup.homepage), 2 = last
  56. // XXXBlake Remove this stupid pref
  57. pref("browser.startup.page",                1);
  58. pref("browser.startup.homepage",              "chrome://navigator-region/locale/region.properties");
  59. // "browser.startup.homepage_override" was for 4.x
  60. pref("browser.startup.homepage_override.1", true);
  61.  
  62. pref("browser.cache.enable",                true); // see also network.http.use-cache
  63. pref("browser.cache.disk.enable",           true);
  64. pref("browser.cache.disk.capacity",         50000);
  65. pref("browser.cache.memory.enable",         true);
  66. pref("browser.cache.memory.capacity",       4096);
  67. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  68. pref("browser.cache.check_doc_frequency",   3);
  69.  
  70. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  71. pref("browser.display.use_document_colors", true);
  72. pref("browser.display.use_system_colors",   false);
  73. pref("browser.display.foreground_color",    "#000000");
  74. pref("browser.display.background_color",    "#FFFFFF");
  75. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  76. // 0 = no external leading, 
  77. // 1 = use external leading only when font provides, 
  78. // 2 = add extra leading both internal leading and external leading are zero
  79. pref("browser.display.normal_lineheight_calc_control", 2);
  80. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  81. pref("browser.display.enable_marquee",      true);
  82. pref("browser.anchor_color",                "#0000EE");
  83. pref("browser.visited_color",               "#551A8B");
  84. pref("browser.underline_anchors",           true);
  85. pref("browser.blink_allowed",               true);
  86.  
  87. pref("browser.display.use_focus_colors",    false);
  88. pref("browser.display.focus_background_color", "#117722");
  89. pref("browser.display.focus_text_color",     "#ffffff");
  90. pref("browser.display.focus_ring_width",     1);
  91. pref("browser.display.focus_ring_on_anything", false);
  92.  
  93. pref("browser.urlbar.matchOnlyTyped", false);
  94.  
  95. pref("browser.chrome.site_icons", true);
  96. pref("browser.chrome.favicons", true);
  97.  
  98. pref("browser.chrome.toolbar_tips",         true);
  99.  
  100. pref("browser.turbo.enabled", false);
  101.  
  102. pref("browser.helperApps.alwaysAsk.force",  false);
  103. pref("browser.helperApps.neverAsk.saveToDisk", "");
  104. pref("browser.helperApps.neverAsk.openFile", "");
  105.  
  106. pref("accessibility.browsewithcaret", false);
  107. pref("accessibility.warn_on_browsewithcaret", true);
  108. pref("accessibility.usetexttospeech", "");
  109. pref("accessibility.usebrailledisplay", "");
  110. pref("accessibility.accesskeycausesactivation", true);
  111. pref("accessibility.typeaheadfind", true);
  112. pref("accessibility.typeaheadfind.linksonly", true);
  113. pref("accessibility.typeaheadfind.startlinksonly", false);
  114. pref("accessibility.typeaheadfind.timeout", 4000);
  115. pref("accessibility.typeaheadfind.soundURL", "default");
  116.  
  117. pref("browser.download.progressDnldDialog.keepAlive", true); // keep the dnload progress dialog up after dnload is complete
  118. pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", true);
  119. pref("browser.download.useProgressDialogs", true);
  120. pref("browser.download.openSidebar", false);
  121. pref("browser.download.useDownloadDir", false);
  122.  
  123. // various default search settings
  124. pref("browser.search.defaulturl", "chrome://browser-region/locale/region.properties");
  125. // basic search popup constraint: minimum sherlock plugin version displayed
  126. // (note: must be a string representation of a float or it'll default to 0.0)
  127. pref("browser.search.basic.min_ver", "0.0");
  128.  
  129. pref("browser.history.last_page_visited", "");
  130. pref("browser.history_expire_days", 9);
  131. pref("browser.history.grouping", "day");
  132. pref("browser.sessionhistory.max_entries", 50);
  133.  
  134. // loading and rendering of framesets and iframes
  135. pref("browser.frames.enabled", true);
  136.  
  137. // form submission
  138. pref("browser.forms.submit.backwards_compatible", true);
  139.  
  140. // Tab browser preferences.
  141. pref("browser.tabs.autoHide", true);
  142. pref("browser.tabs.forceHide", false);
  143. pref("browser.tabs.loadInBackground", true);
  144. pref("browser.tabs.loadFolderAndReplace", true);
  145. pref("browser.tabs.opentabfor.middleclick", true);
  146. pref("browser.tabs.opentabfor.urlbar", true);
  147.  
  148. // view source
  149. pref("view_source.syntax_highlight", true);
  150. pref("view_source.wrap_long_lines", false);
  151.  
  152. // gfx widgets
  153. pref("nglayout.widget.mode", 2);
  154. pref("nglayout.widget.gfxscrollbars", true);
  155. pref("nglayout.initialpaint.delay", 250);
  156.  
  157. // css2 hover pref
  158. pref("nglayout.events.showHierarchicalHover", false);
  159.  
  160. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  161. pref("nglayout.events.dispatchLeftClickOnly", true);
  162.  
  163. // whether or not to use xbl form controls
  164. pref("nglayout.debug.enable_xbl_forms", false);
  165.  
  166. // size of scrollbar snapping region
  167. pref("slider.snapMultiplier", 6);
  168.  
  169. // option to choose plug-in finder
  170. pref("application.use_ns_plugin_finder", false);
  171.  
  172. // Smart Browsing prefs
  173. pref("browser.related.enabled", true);
  174. pref("browser.related.autoload", 1);  // 0 = Always, 1 = After first use, 2 = Never
  175. pref("browser.related.provider", "http://www-rl.netscape.com/wtgn?");
  176. pref("browser.related.disabledForDomains", "");
  177. pref("browser.goBrowsing.enabled", true);
  178.  
  179. // URI fixup prefs
  180. pref("browser.fixup.alternate.enabled", true);
  181. pref("browser.fixup.alternate.prefix", "www.");
  182. pref("browser.fixup.alternate.suffix", ".com");
  183.  
  184. // Default bookmark sorting
  185. pref("browser.bookmarks.sort.direction", "descending");
  186. pref("browser.bookmarks.sort.resource", "rdf:http://home.netscape.com/NC-rdf#Name");
  187.  
  188. //Internet Search
  189. pref("browser.search.defaultenginename", "chrome://browser-region/locale/region.properties");
  190.  
  191. // Print header customization
  192. // Use the following codes:
  193. // &T - Title
  194. // &U - Document URL
  195. // &D - Date/Time
  196. // &P - Page Number
  197. // &PT - Page Number "of" Page total
  198. // Set each header to a string containing zero or one of these codes
  199. // and the code will be replaced in that string by the corresponding data
  200. pref("print.print_headerleft", "&T");
  201. pref("print.print_headercenter", "");
  202. pref("print.print_headerright", "&U");
  203. pref("print.print_footerleft", "&PT");
  204. pref("print.print_footercenter", "");
  205. pref("print.print_footerright", "&D");
  206. pref("print.show_print_progress", true);
  207.  
  208. // When this is set to false it means each window has its PrintSettings
  209. // and a change in one browser window does not effect the others
  210. pref("print.use_global_printsettings", true);
  211.  
  212. // This indicates whether it should use the native dialog or the XP Dialog50
  213. pref("print.use_native_print_dialog", false);
  214.  
  215. // Save the Printings after each print job
  216. pref("print.save_print_settings", true);
  217.  
  218. pref("print.whileInPrintPreview", true);
  219.  
  220. // Cache old Presentation when going into Print Preview
  221. pref("print.always_cache_old_pres", false);
  222.  
  223. // Enables you to specify the gap from the edge of the paper to the margin
  224. // this is used by both Printing and Print Preview
  225. pref("print.print_edge_top", 0); // 1/100 of an inch
  226. pref("print.print_edge_left", 0); // 1/100 of an inch
  227. pref("print.print_edge_right", 0); // 1/100 of an inch
  228. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  229.  
  230. // Default Capability Preferences: Security-Critical! 
  231. // Editing these may create a security risk - be sure you know what you're doing
  232. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  233.  
  234. pref("capability.policy.default_policynames", "mailnews");
  235. pref("capability.policy.policynames", "");
  236.  
  237. pref("capability.policy.default.DOMException.code", "allAccess");
  238. pref("capability.policy.default.DOMException.message", "allAccess");
  239. pref("capability.policy.default.DOMException.name", "allAccess");
  240. pref("capability.policy.default.DOMException.result", "allAccess");
  241. pref("capability.policy.default.DOMException.toString", "allAccess");
  242.  
  243. pref("capability.policy.default.History.back", "allAccess");
  244. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  245. pref("capability.policy.default.History.forward", "allAccess");
  246. pref("capability.policy.default.History.go", "allAccess");
  247. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  248. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  249. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  250. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  251.  
  252. pref("capability.policy.default.HTMLDocument.close", "allAccess");
  253. pref("capability.policy.default.HTMLDocument.open", "allAccess");
  254.  
  255. pref("capability.policy.default.Location.hash.set", "allAccess");
  256. pref("capability.policy.default.Location.href.set", "allAccess");
  257. pref("capability.policy.default.Location.reload", "allAccess");
  258. pref("capability.policy.default.Location.replace", "allAccess");
  259.  
  260. pref("capability.policy.default.Navigator.preference", "allAccess");
  261. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  262. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  263.  
  264. pref("capability.policy.default.Window.blur", "allAccess");
  265. pref("capability.policy.default.Window.close", "allAccess");
  266. pref("capability.policy.default.Window.closed", "allAccess");
  267. pref("capability.policy.default.Window.Components", "allAccess");
  268. pref("capability.policy.default.Window.document", "allAccess");
  269. pref("capability.policy.default.Window.focus", "allAccess");
  270. pref("capability.policy.default.Window.frames", "allAccess");
  271. pref("capability.policy.default.Window.history", "allAccess");
  272. pref("capability.policy.default.Window.length", "allAccess");
  273. pref("capability.policy.default.Window.location", "allAccess");
  274. pref("capability.policy.default.Window.opener", "allAccess");
  275. pref("capability.policy.default.Window.parent", "allAccess");
  276. pref("capability.policy.default.Window.self", "allAccess");
  277. pref("capability.policy.default.Window.top", "allAccess");
  278. pref("capability.policy.default.Window.window", "allAccess");
  279.  
  280. // Scripts & Windows prefs
  281. pref("browser.block.target_new_window",     false);
  282. pref("dom.disable_cookie_get",              false);
  283. pref("dom.disable_cookie_set",              false);
  284. pref("dom.disable_image_src_set",           false);
  285. pref("dom.disable_open_during_load",        true);
  286. pref("dom.disable_window_flip",             false);
  287. pref("dom.disable_window_move_resize",      false);
  288. pref("dom.disable_window_status_change",    false);
  289.  
  290. pref("dom.disable_window_open_feature.titlebar",    false);
  291. pref("dom.disable_window_open_feature.close",       false);
  292. pref("dom.disable_window_open_feature.toolbar",     false);
  293. pref("dom.disable_window_open_feature.location",    false);
  294. pref("dom.disable_window_open_feature.directories", false);
  295. pref("dom.disable_window_open_feature.personalbar", false);
  296. pref("dom.disable_window_open_feature.menubar",     false);
  297. pref("dom.disable_window_open_feature.scrollbars",  false);
  298. pref("dom.disable_window_open_feature.resizable",   false);
  299. pref("dom.disable_window_open_feature.minimizable", false);
  300. pref("dom.disable_window_open_feature.status",      false);
  301.  
  302. pref("dom.allow_scripts_to_close_windows",          false);
  303.  
  304. pref("javascript.enabled",                  true);
  305. pref("javascript.options.strict",           false);
  306. pref("javascript.options.showInConsole",    false);
  307.  
  308. // popups.policy 1=allow,2=reject
  309. pref("privacy.popups.policy",               1);
  310. pref("privacy.popups.usecustom",            true);
  311. pref("privacy.popups.firstTime",            true);
  312.  
  313. // advanced prefs
  314. pref("advanced.always_load_images",         true);
  315. pref("security.enable_java",                true);
  316. pref("advanced.mailftp",                    false);
  317. pref("image.animation_mode",                "normal");
  318.  
  319. // If there is ever a security firedrill that requires
  320. // us to block certian ports global, this is the pref 
  321. // to use.  Is is a comma delimited list of port numbers
  322. // for example:
  323. //   pref("network.security.ports.banned", "1,2,3,4,5");
  324. // prevents necko connecting to ports 1-5 unless the protocol
  325. // overrides.
  326.  
  327. pref("network.hosts.smtp_server",           "mail");
  328. pref("network.hosts.pop_server",            "mail");
  329. pref("network.protocols.useSystemDefaults",   false); // set to true if user links should use system default handlers
  330.  
  331. // <http>
  332. pref("network.http.version", "1.1");      // default
  333. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  334. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  335. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  336. // some older 1.0 servers:
  337.  
  338. pref("network.http.proxy.version", "1.1");    // default
  339. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  340.                                               // (required if using junkbuster proxy)
  341.  
  342. // enable caching of http documents
  343. pref("network.http.use-cache", true);
  344.  
  345. pref("network.http.keep-alive", true); // set it to false in case of problems
  346. pref("network.http.proxy.keep-alive", true);
  347. pref("network.http.keep-alive.timeout", 300);
  348.  
  349. // limit the absolute number of http connections.
  350. pref("network.http.max-connections", 24);
  351.  
  352. // limit the absolute number of http connections that can be established per
  353. // host.  if a http proxy server is enabled, then the "server" is the proxy
  354. // server.  Otherwise, "server" is the http origin server.
  355. pref("network.http.max-connections-per-server", 8);
  356.  
  357. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  358. // a new connection will only be attempted if the number of active persistent
  359. // connections to the server is less then max-persistent-connections-per-server.
  360. pref("network.http.max-persistent-connections-per-server", 2);
  361.  
  362. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  363. // new connection will only be attempted if the number of active persistent
  364. // connections to the proxy is less then max-persistent-connections-per-proxy.
  365. pref("network.http.max-persistent-connections-per-proxy", 4);
  366.  
  367. // amount of time (in seconds) to suspend pending requests, before spawning a
  368. // new connection, once the limit on the number of persistent connections per
  369. // host has been reached.  however, a new connection will not be created if
  370. // max-connections or max-connections-per-server has also been reached.
  371. pref("network.http.request.max-start-delay", 10);
  372.  
  373. // http specific network timeouts (XXX currently unused)
  374. pref("network.http.connect.timeout",  30);    // in seconds
  375. pref("network.http.request.timeout", 120);    // in seconds
  376.  
  377. // Headers
  378. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1");
  379. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  380.  
  381. // Maximum number of consecutive redirects before aborting.
  382. pref("network.http.redirection-limit", 10);
  383.  
  384. // Enable http compression: comment this out in case of problems with 1.1
  385. pref("network.http.accept-encoding" ,"gzip,deflate,compress;q=0.9");
  386.  
  387. pref("network.http.pipelining"      , false);
  388. pref("network.http.proxy.pipelining", false);
  389.  
  390. // Always pipeling the very first request:  this will only work when you are
  391. // absolutely sure the the site or proxy you are browsing to/through support
  392. // pipelining; the default behavior will be that the browser will first make
  393. // a normal, non-pipelined request, then  examine  and remember the responce
  394. // and only the subsequent requests to that site will be pipeline
  395. pref("network.http.pipelining.firstrequest", false);
  396.  
  397. // Max number of requests in the pipeline
  398. pref("network.http.pipelining.maxrequests" , 4);
  399.  
  400. pref("network.http.proxy.ssl.connect",true);
  401. // </http>
  402.  
  403. // This preference controls whether or not URLs with UTF-8 characters are
  404. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  405. pref("network.standard-url.escape-utf8", true);
  406.  
  407. // Idle timeout for ftp control connections - 5 minute default
  408. pref("network.ftp.idleConnectionTimeout", 300);
  409.  
  410. // directory listing format - constants are defined in nsIDirectoryListing.idl
  411. // Do not set this to 0...
  412. pref("network.dir.format", 2);
  413.  
  414. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  415. pref("network.prefetch-next", true);
  416.  
  417. // sspitzer:  change this back to "news" when we get to beta.
  418. // for now, set this to news.mozilla.org because you can only
  419. // post to the server specified by this pref.
  420. pref("network.hosts.nntp_server",           "news.mozilla.org");
  421.  
  422. pref("network.image.enable",                true); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  423. pref("network.image.enableForOriginatingWebsiteOnly", false);
  424. pref("network.image.warnAboutImages",       false);
  425. pref("network.proxy.autoconfig_url",        "");
  426. pref("network.proxy.type",                  0);
  427. pref("network.proxy.ftp",                   "");
  428. pref("network.proxy.ftp_port",              0);
  429. pref("network.proxy.gopher",                "");
  430. pref("network.proxy.gopher_port",           0);
  431. pref("network.proxy.news",                  "");
  432. pref("network.proxy.news_port",             0);
  433. pref("network.proxy.http",                  "");
  434. pref("network.proxy.http_port",             0);
  435. pref("network.proxy.wais",                  "");
  436. pref("network.proxy.wais_port",             0);
  437. pref("network.proxy.ssl",                   "");
  438. pref("network.proxy.ssl_port",              0);
  439. pref("network.proxy.socks",                 "");
  440. pref("network.proxy.socks_port",            0);
  441. pref("network.proxy.socks_version",         5);
  442. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  443. pref("network.online",                      true); //online/offline
  444. pref("network.cookie.enable",               true);
  445. pref("network.cookie.warnAboutCookies",     false);
  446. pref("network.cookie.enableForCurrentSessionOnly", false);
  447. pref("network.cookie.enableForOriginatingWebsiteOnly", false);
  448. pref("network.cookie.lifetime.days",        90);
  449.  
  450. // The following default value is for p3p medium mode.
  451. // See extensions/cookie/resources/content/p3p.xul for the definitions of low/medium/hi
  452. pref("network.cookie.p3p",                  "ffffaaaa");
  453. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  454.  
  455. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  456. pref("network.enableIDN",                   false); // Turn on/off IDN (Internationalized Domain Name) resolution
  457. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  458. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  459. pref("imageblocker.enabled",                true);
  460. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  461. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  462. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  463. pref("intl.menuitems.alwaysappendacceskeys","chrome://navigator/locale/navigator.properties");
  464. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  465. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  466. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  467. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  468. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  469. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  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("intl.locale.matchOS",                 false);
  475. // fallback charset list for Unicode conversion (converting from Unicode)
  476. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  477. // for ISO-8859-1
  478. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  479. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  480.  
  481. // -- folders (Mac: these are binary aliases.)
  482. pref("security.directory",              "");
  483.  
  484. pref("signed.applets.codebase_principal_support", false);
  485. pref("security.checkloaduri", true);
  486. pref("security.xpconnect.plugin.unrestricted", true);
  487.  
  488. // Modifier key prefs: default to Windows settings,
  489. // menu access key = alt, accelerator key = control.
  490. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  491. pref("ui.key.accelKey", 17);
  492. pref("ui.key.generalAccessKey", 18);
  493. pref("ui.key.menuAccessKey", 18);
  494. pref("ui.key.menuAccessKeyFocuses", false);
  495.  
  496. // Middle-mouse handling
  497. pref("middlemouse.paste", false);
  498. pref("middlemouse.contentLoadURL", false);
  499. pref("middlemouse.scrollbarPosition", false);
  500.  
  501. // Clipboard behavior
  502. pref("clipboard.autocopy", false);
  503.  
  504. // 0=lines, 1=pages, 2=history , 3=text size
  505. pref("mousewheel.withnokey.action",0);
  506. pref("mousewheel.withnokey.numlines",1);    
  507. pref("mousewheel.withnokey.sysnumlines",true);
  508. pref("mousewheel.withcontrolkey.action",3);
  509. pref("mousewheel.withcontrolkey.numlines",1);
  510. pref("mousewheel.withcontrolkey.sysnumlines",true);
  511. pref("mousewheel.withshiftkey.action",0);
  512. pref("mousewheel.withshiftkey.numlines",1);
  513. pref("mousewheel.withshiftkey.sysnumlines",false);
  514. pref("mousewheel.withaltkey.action",2);
  515. pref("mousewheel.withaltkey.numlines",1);
  516. pref("mousewheel.withaltkey.sysnumlines",false);
  517.  
  518. pref("profile.confirm_automigration",true);
  519.  
  520. // the amount of time (in seconds) that must elapse
  521. // before we think your mozilla profile is defunct
  522. // and you'd benefit from re-migrating from 4.x
  523. // see bug #137886 for more details
  524. //
  525. // if -1, we never think your profile is defunct
  526. // and users will never see the remigrate UI.
  527. pref("profile.seconds_until_defunct", -1);
  528.  
  529. // Customizable toolbar stuff
  530. pref("custtoolbar.personal_toolbar_folder", "");
  531.  
  532. pref("prefs.converted-to-utf8",false);
  533. // --------------------------------------------------
  534. // IBMBIDI 
  535. // --------------------------------------------------
  536. //
  537. // ------------------
  538. //  Text Direction
  539. // ------------------
  540. // 1 = directionLTRBidi *
  541. // 2 = directionRTLBidi
  542. pref("bidi.direction", 1);
  543. // ------------------
  544. //  Text Type
  545. // ------------------
  546. // 1 = charsettexttypeBidi *
  547. // 2 = logicaltexttypeBidi
  548. // 3 = visualtexttypeBidi
  549. pref("bidi.texttype", 1);
  550. // ------------------
  551. //  Controls Text Mode
  552. // ------------------
  553. // 1 = logicalcontrolstextmodeBidiCmd
  554. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  555. // 3 = containercontrolstextmodeBidi *
  556. pref("bidi.controlstextmode", 1);
  557. // ------------------
  558. //  Clipboard Text Mode
  559. // ------------------
  560. //  1 = logicalclipboardtextmodeBidi
  561. // 2 = visiualclipboardtextmodeBidi
  562. // 3 = sourceclipboardtextmodeBidi *
  563. pref("bidi.clipboardtextmode", 3);
  564. // ------------------
  565. //  Numeral Style
  566. // ------------------
  567. // 1 = regularcontextnumeralBidi *
  568. // 2 = hindicontextnumeralBidi
  569. // 3 = arabicnumeralBidi
  570. // 4 = hindinumeralBidi
  571. pref("bidi.numeral", 1);
  572. // ------------------
  573. //  Support Mode
  574. // ------------------
  575. // 1 = mozillaBidisupport *
  576. // 2 = OsBidisupport
  577. // 3 = disableBidisupport
  578. pref("bidi.support", 1);
  579. // ------------------
  580. //  Charset Mode
  581. // ------------------
  582. // 1 = doccharactersetBidi *
  583. // 2 = defaultcharactersetBidi
  584. pref("bidi.characterset", 1);
  585.  
  586. pref("browser.throbber.url","chrome://navigator-region/locale/region.properties");
  587.  
  588. // used for double-click word selection behavior. Win will override.
  589. pref("layout.word_select.eat_space_to_next_word", false);
  590. pref("layout.word_select.stop_at_punctuation", true);
  591.  
  592. // pref to force frames to be resizable
  593. pref("layout.frames.force_resizability", false);
  594.  
  595. // pref to permit users to make verified SOAP calls by default
  596. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  597.  
  598. // pref to control the alert notification 
  599. pref("alerts.slideIncrement", 1);
  600. pref("alerts.slideIncrementTime", 10);
  601. pref("alerts.totalOpenTime", 4000);
  602. pref("alerts.height", 50);
  603.  
  604. // update notifications prefs
  605. pref("update_notifications.enabled", true);
  606. pref("update_notifications.provider.0.frequency", 7); // number of days
  607. pref("update_notifications.provider.0.datasource", "chrome://communicator-region/locale/region.properties");
  608.  
  609. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  610. pref("plugin.override_internal_types", false);
  611. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  612.  
  613. // Help Windows NT, 2000, and XP dialup a RAS connection
  614. // when a network address is unreachable.
  615. pref("network.autodial-helper.enabled", true);
  616.  
  617. // Pref to control whether we set ddeexec subkeys for the http
  618. // Internet shortcut protocol if we are handling it.  These
  619. // subkeys will be set only while we are running (to avoid the
  620. // problem of Windows showing an alert when it tries to use DDE
  621. // and we're not already running).
  622. pref("advanced.system.supportDDEExec", true);
  623. pref("browser.xul.error_pages.enabled", false);
  624.  
  625. pref("signon.rememberSignons",              true);
  626. pref("signon.expireMasterPassword",         false);
  627.  
  628. pref("network.protocol-handler.external.mailto", true); // for mail
  629. pref("network.protocol-handler.external.news" , true); // for news 
  630.