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