/extensions/pref/system-pref/src/gconf/gconf_pref_list.inc
http://github.com/zpao/v8monkey · Unknown · 19 lines · 18 code · 1 blank · 0 comment · 0 complexity · 11f72c14b49d1e62feb941e5edb2fb87 MD5 · raw file
- /* This file is included as the content of an array
- *
- * the first column is the mozilla pref name, the second column is the
- * the related gconf pref name.
- *
- *************************************************************************/
- {"network.proxy.http", "/system/http_proxy/host"},
- {"network.proxy.http_port", "/system/http_proxy/port"},
- {"network.proxy.ftp", "/system/proxy/ftp_host"},
- {"network.proxy.ftp_port", "/system/proxy/ftp_port"},
- {"network.proxy.ssl", "/system/proxy/secure_host"},
- {"network.proxy.ssl_port", "/system/proxy/secure_port"},
- {"network.proxy.socks", "/system/proxy/socks_host"},
- {"network.proxy.socks_port", "/system/proxy/socks_port"},
- {"network.proxy.no_proxies_on", "/system/http_proxy/ignore_hosts"},
- {"network.proxy.autoconfig_url", "/system/proxy/autoconfig_url"},
- {"network.proxy.type", "/system/proxy/mode"},
- {"config.use_system_prefs.accessibility", "/desktop/gnome/interface/accessibility"},