home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / defaults / pref / all.js < prev    next >
Text File  |  2001-10-10  |  24KB  |  523 lines

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