Index: browser/app/profile/firefox.js =================================================================== RCS file: /cvsroot/mozilla/browser/app/profile/firefox.js,v retrieving revision 1.239 diff -u -p -8 -r1.239 firefox.js --- browser/app/profile/firefox.js 5 Dec 2007 08:30:07 -0000 1.239 +++ browser/app/profile/firefox.js 8 Dec 2007 19:38:13 -0000 @@ -283,17 +283,17 @@ pref("browser.tabs.tabMinWidth", 100); pref("browser.tabs.tabMaxWidth", 250); pref("browser.tabs.tabClipWidth", 140); // Where to show tab close buttons: // 0 on active tab only // 1 on all tabs until tabClipWidth is reached, then active tab only // 2 no close buttons at all // 3 at the end of the tabstrip -pref("browser.tabs.closeButtons", 1); +pref("browser.tabs.closeButtons", 0); // When tabs opened by links in other tabs via a combination of // browser.link.open_newwindow being set to 3 and target="_blank" etc are // closed: // true return to the tab that opened this tab (its owner) // false return to the adjacent tab (old default) pref("browser.tabs.selectOwnerOnClose", true); Index: modules/libpref/src/init/all.js =================================================================== RCS file: /cvsroot/mozilla/modules/libpref/src/init/all.js,v retrieving revision 3.712 diff -u -p -8 -r3.712 all.js --- modules/libpref/src/init/all.js 5 Dec 2007 21:16:33 -0000 3.712 +++ modules/libpref/src/init/all.js 8 Dec 2007 19:38:15 -0000 @@ -159,17 +159,17 @@ pref("accessibility.typeaheadfind.casese pref("accessibility.typeaheadfind.linksonly", true); pref("accessibility.typeaheadfind.startlinksonly", false); pref("accessibility.typeaheadfind.timeout", 4000); pref("accessibility.typeaheadfind.enabletimeout", true); pref("accessibility.typeaheadfind.soundURL", "beep"); pref("accessibility.typeaheadfind.enablesound", true); pref("accessibility.typeaheadfind.prefillwithselection", true); -pref("browser.history_expire_days", 9); +pref("browser.history_expire_days", 7); // loading and rendering of framesets and iframes pref("browser.frames.enabled", true); // form submission pref("browser.forms.submit.backwards_compatible", true); // xxxbsmedberg more toolkit prefs? @@ -559,32 +559,32 @@ pref("network.http.use-cache", true); // HTTP traffic. an empty value indicates the normal TCP/IP socket type. pref("network.http.default-socket-type", ""); pref("network.http.keep-alive", true); // set it to false in case of problems pref("network.http.proxy.keep-alive", true); pref("network.http.keep-alive.timeout", 300); // limit the absolute number of http connections. -pref("network.http.max-connections", 24); +pref("network.http.max-connections", 32); // limit the absolute number of http connections that can be established per // host. if a http proxy server is enabled, then the "server" is the proxy // server. Otherwise, "server" is the http origin server. pref("network.http.max-connections-per-server", 8); // if network.http.keep-alive is true, and if NOT connecting via a proxy, then // a new connection will only be attempted if the number of active persistent // connections to the server is less then max-persistent-connections-per-server. -pref("network.http.max-persistent-connections-per-server", 2); +pref("network.http.max-persistent-connections-per-server", 4); // if network.http.keep-alive is true, and if connecting via a proxy, then a // new connection will only be attempted if the number of active persistent // connections to the proxy is less then max-persistent-connections-per-proxy. -pref("network.http.max-persistent-connections-per-proxy", 4); +pref("network.http.max-persistent-connections-per-proxy", 8); // amount of time (in seconds) to suspend pending requests, before spawning a // new connection, once the limit on the number of persistent connections per // host has been reached. however, a new connection will not be created if // max-connections or max-connections-per-server has also been reached. pref("network.http.request.max-start-delay", 10); // Headers @@ -597,21 +597,21 @@ pref("network.http.sendSecureXSiteReferr // Maximum number of consecutive redirects before aborting. pref("network.http.redirection-limit", 20); // Enable http compression: comment this out in case of problems with 1.1 // NOTE: support for "compress" has been disabled per bug 196406. pref("network.http.accept-encoding" ,"gzip,deflate"); -pref("network.http.pipelining" , false); +pref("network.http.pipelining" , true); pref("network.http.pipelining.ssl" , true); // enable pipelining over SSL -pref("network.http.proxy.pipelining", false); +pref("network.http.proxy.pipelining", true); // Max number of requests in the pipeline -pref("network.http.pipelining.maxrequests" , 4); +pref("network.http.pipelining.maxrequests" , 8); // // If false, remote JAR files that are served with a content type other than // application/java-archive or application/x-jar will not be opened // by the jar channel. pref("network.jar.open-unsafe-types", false); @@ -686,17 +686,17 @@ pref("network.IDN.whitelist.xn--zckzah", pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u01C3\u0337\u0338\u05C3\u05F4\u06D4\u0702\u115F\u1160\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2044\u205F\u2154\u2155\u2156\u2159\u215A\u215B\u215F\u2215\u23AE\u29F6\u29F8\u2AFB\u2AFD\u2FF0\u2FF1\u2FF2\u2FF3\u2FF4\u2FF5\u2FF6\u2FF7\u2FF8\u2FF9\u2FFA\u2FFB\u3000\u3002\u3014\u3015\u3033\u3164\u321D\u321E\u33AE\u33AF\u33C6\u33DF\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD"); // This preference specifies a list of domains for which DNS lookups will be // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796. pref("network.dns.ipv4OnlyDomains", ""); // This preference can be used to turn off IPv6 name lookups. See bug 68796. -pref("network.dns.disableIPv6", false); +pref("network.dns.disableIPv6", true); // This preference controls whether or not URLs with UTF-8 characters are // escaped. Set this preference to TRUE for strict RFC2396 conformance. pref("network.standard-url.escape-utf8", true); // This preference controls whether or not URLs are always encoded and sent as // UTF-8. pref("network.standard-url.encode-utf8", true); @@ -2094,17 +2094,17 @@ pref("network.hosts.smtp_server", "local pref("network.hosts.pop_server", "pop"); pref("network.protocol-handler.warn-external.file", false); pref("layout.css.dpi", -1); // max(96dpi, System setting) pref("browser.drag_out_of_frame_style", 1); pref("editor.singleLine.pasteNewlines", 0); // Middle-mouse handling pref("middlemouse.paste", true); -pref("middlemouse.contentLoadURL", true); +pref("middlemouse.contentLoadURL", false); pref("middlemouse.openNewWindow", true); pref("middlemouse.scrollbarPosition", true); // Clipboard behavior pref("clipboard.autocopy", true); pref("browser.urlbar.clickSelectsAll", false);