diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /www-client/firefox-bin/files | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'www-client/firefox-bin/files')
-rw-r--r-- | www-client/firefox-bin/files/10firefox-bin | 1 | ||||
-rw-r--r-- | www-client/firefox-bin/files/all-gentoo-1.js | 11 | ||||
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin-prefs.js | 6 | ||||
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin.desktop | 9 | ||||
-rw-r--r-- | www-client/firefox-bin/files/local-settings.js | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/www-client/firefox-bin/files/10firefox-bin b/www-client/firefox-bin/files/10firefox-bin new file mode 100644 index 000000000000..6e0709edaf53 --- /dev/null +++ b/www-client/firefox-bin/files/10firefox-bin @@ -0,0 +1 @@ +SEARCH_DIRS_MASK="/opt/firefox" diff --git a/www-client/firefox-bin/files/all-gentoo-1.js b/www-client/firefox-bin/files/all-gentoo-1.js new file mode 100644 index 000000000000..0ac6d6a49886 --- /dev/null +++ b/www-client/firefox-bin/files/all-gentoo-1.js @@ -0,0 +1,11 @@ +// Ensure preference cann't be changed by users +lockPref("app.update.auto", false); +lockPref("app.update.enabled", false); +lockPref("intl.locale.matchOS", true); +// Allow user to change based on needs +defaultPref("browser.display.use_system_colors", true); +defaultPref("spellchecker.dictionary_path", "/usr/share/myspell"); +defaultPref("browser.shell.checkDefaultBrowser", false); +// Preferences that should be reset every session +pref("browser.EULA.override", true); + diff --git a/www-client/firefox-bin/files/firefox-bin-prefs.js b/www-client/firefox-bin/files/firefox-bin-prefs.js new file mode 100644 index 000000000000..c40cec506636 --- /dev/null +++ b/www-client/firefox-bin/files/firefox-bin-prefs.js @@ -0,0 +1,6 @@ +pref("app.update.enabled", false); +pref("app.update.autoInstallEnabled", false); +pref("browser.display.use_system_colors", true); +pref("browser.shell.checkDefaultBrowser", false); +pref("browser.EULA.override", true); +pref("intl.locale.matchOS", true); diff --git a/www-client/firefox-bin/files/firefox-bin.desktop b/www-client/firefox-bin/files/firefox-bin.desktop new file mode 100644 index 000000000000..cf88bfd83e03 --- /dev/null +++ b/www-client/firefox-bin/files/firefox-bin.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Mozilla Firefox (bin) +Comment=Mozilla Firefox Web Browser +Exec=/usr/bin/firefox-bin %u +Icon=firefox-bin +Terminal=false +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; +Categories=Network;WebBrowser; diff --git a/www-client/firefox-bin/files/local-settings.js b/www-client/firefox-bin/files/local-settings.js new file mode 100644 index 000000000000..9dac3b0eae0a --- /dev/null +++ b/www-client/firefox-bin/files/local-settings.js @@ -0,0 +1,2 @@ +pref("general.config.filename", "all-gentoo.js"); +pref("general.config.obscure_value", 0); // use this to disable the byte-shift |