added ebuild for Firefox 4.0 RC2
This commit is contained in:
parent
7727f76e97
commit
109fa00848
8 changed files with 549 additions and 0 deletions
14
net-libs/xulrunner/files/xulrunner-default-prefs.js
Normal file
14
net-libs/xulrunner/files/xulrunner-default-prefs.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
pref("app.update.enabled", false);
|
||||
pref("app.update.autoInstallEnabled", false);
|
||||
pref("browser.display.use_system_colors", true);
|
||||
pref("browser.link.open_external", 3);
|
||||
pref("general.smoothScroll", true);
|
||||
pref("general.autoScroll", false);
|
||||
pref("browser.tabs.tabMinWidth", 15);
|
||||
pref("browser.backspace_action", 0);
|
||||
pref("browser.urlbar.hideGoButton", true);
|
||||
pref("accessibility.typeaheadfind", true);
|
||||
pref("browser.shell.checkDefaultBrowser", false);
|
||||
pref("browser.EULA.override", true);
|
||||
pref("intl.locale.matchOS", true);
|
||||
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
|
Loading…
Add table
Add a link
Reference in a new issue