Difference between revisions of "User:Sardisson/Camino Prefs"

From Camino Wiki
Jump to navigation Jump to search
(→‎browser branch: this is not set anywhere; add wallet)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
==camino branch==
 
==camino branch==
* camino.accept_languages - [non-existant]
+
* camino.accept_languages - '''[non-existant]'''
*:// takes an ordered list of lang codes, e.g. nb,nn,no,en
+
*:// sets the http accept-lang header; takes an ordered list of lang codes, e.g. nb,nn,no,en
 
*:// '''use only when you need to override the automatically-determined setting from system prefs'''
 
*:// '''use only when you need to override the automatically-determined setting from system prefs'''
 
* camino.check_default_browser - true
 
* camino.check_default_browser - true
* camino.disable_bonjour - [false]
+
* camino.disable_bonjour - '''[false]'''
 
* camino.enable_ad_blocking - false
 
* camino.enable_ad_blocking - false
 
* camino.enable_plugins - true
 
* camino.enable_plugins - true
Line 17: Line 17:
 
* camino.tab_bar_always_visible - true
 
* camino.tab_bar_always_visible - true
 
* camino.use_system_proxy_settings true
 
* camino.use_system_proxy_settings true
* camino.viewsource_in_tab - [false]  
+
* camino.viewsource_in_tab - '''[false]'''
 
*: View source in tab (defaults to false, aka window)
 
*: View source in tab (defaults to false, aka window)
 
* camino.warn_before_opening_feed - true
 
* camino.warn_before_opening_feed - true
 
* camino.warn_when_closing - true
 
* camino.warn_when_closing - true
* camino.useragent.locale - ???
+
* camino.useragent.locale - '''[non-existant]'''
 +
*: similar to accept_languages, overrides UA string locale done by detection of the active Camino localization
  
 
==chimera branch==
 
==chimera branch==
Line 27: Line 28:
 
* chimera.log_js_to_console - false
 
* chimera.log_js_to_console - false
 
* chimera.store_passwords_with_keychain - true
 
* chimera.store_passwords_with_keychain - true
* chimera.search_page - ???
+
* <s>chimera.search_page</s> - ???
  
 
==browser branch==
 
==browser branch==
Line 34: Line 35:
 
*:// open downloaded files automatically
 
*:// open downloaded files automatically
 
* browser.download.autoDownload - true
 
* browser.download.autoDownload - true
*:// ??? [xpfe]
+
*:// download without prompting for a location [xpfe]
 
* browser.download.downloadRemoveAction
 
* browser.download.downloadRemoveAction
 
*:// 0 - manual 1 - when Camino quits 2 - when the download finishes
 
*:// 0 - manual 1 - when Camino quits 2 - when the download finishes
Line 43: Line 44:
 
* browser.history_expire_days - 9
 
* browser.history_expire_days - 9
 
*:// [shared pref, unlisted]
 
*:// [shared pref, unlisted]
* browser.reuse_window -  
+
* browser.reuse_window - '''[0]'''
*:// links from external apps 0 - new window 1 - new tab 2 - reuse ?
+
*:// links from external apps 0 - new window 1 - new tab 2 - reuse
 +
*:// everyone else uses browser.link.open_external
 +
* browser.sessionstore.resume_from_crash - true
 +
*: // give users the option of restoring windows after a crash
 
* browser.tabs.startPage - 0
 
* browser.tabs.startPage - 0
 
*: // use homepage when opening new tabs 0 - no 1 - yes
 
*: // use homepage when opening new tabs 0 - no 1 - yes
 
* browser.urlbar.autocomplete.enabled - true
 
* browser.urlbar.autocomplete.enabled - true
 
*: // disable autocomplete by setting to false
 
*: // disable autocomplete by setting to false
 +
 +
==wallet branch==
 +
* wallet.crypto.autocompleteoverride - '''[false]'''
 +
*: // override autocomplete=off (not tied to wallet code in Camino)

Latest revision as of 16:05, 2 May 2007

N.B. Some of these prefs are dangerous and some do not work; they should not be changed.

Prefs whose default values are [in brackets] do not exist by default; i.e., they must be added via user.js

camino branch

  • camino.accept_languages - [non-existant]
    // sets the http accept-lang header; takes an ordered list of lang codes, e.g. nb,nn,no,en
    // use only when you need to override the automatically-determined setting from system prefs
  • camino.check_default_browser - true
  • camino.disable_bonjour - [false]
  • camino.enable_ad_blocking - false
  • camino.enable_plugins - true
  • camino.enable_tabjumpback - true
  • camino.prefs_version - 1
    // do not change
  • camino.remember_window_state - false
  • camino.tab_bar_always_visible - true
  • camino.use_system_proxy_settings true
  • camino.viewsource_in_tab - [false]
    View source in tab (defaults to false, aka window)
  • camino.warn_before_opening_feed - true
  • camino.warn_when_closing - true
  • camino.useragent.locale - [non-existant]
    similar to accept_languages, overrides UA string locale done by detection of the active Camino localization

chimera branch

  • chimera.log_js_to_console - false
  • chimera.store_passwords_with_keychain - true
  • chimera.search_page - ???

browser branch

  • browser.download.autoDispatch - false
    // open downloaded files automatically
  • browser.download.autoDownload - true
    // download without prompting for a location [xpfe]
  • browser.download.downloadRemoveAction
    // 0 - manual 1 - when Camino quits 2 - when the download finishes
  • browser.download.progressDnldDialog.bringToFront - true
    // bring download window to the front when each download starts
  • browser.download.progressDnldDialog.keepAlive - true
    // [xpfe] keep window open when done
  • browser.history_expire_days - 9
    // [shared pref, unlisted]
  • browser.reuse_window - [0]
    // links from external apps 0 - new window 1 - new tab 2 - reuse
    // everyone else uses browser.link.open_external
  • browser.sessionstore.resume_from_crash - true
    // give users the option of restoring windows after a crash
  • browser.tabs.startPage - 0
    // use homepage when opening new tabs 0 - no 1 - yes
  • browser.urlbar.autocomplete.enabled - true
    // disable autocomplete by setting to false

wallet branch

  • wallet.crypto.autocompleteoverride - [false]
    // override autocomplete=off (not tied to wallet code in Camino)