/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

  1. /* This file is included as the content of an array
  2. *
  3. * the first column is the mozilla pref name, the second column is the
  4. * the related gconf pref name.
  5. *
  6. *************************************************************************/
  7. {"network.proxy.http", "/system/http_proxy/host"},
  8. {"network.proxy.http_port", "/system/http_proxy/port"},
  9. {"network.proxy.ftp", "/system/proxy/ftp_host"},
  10. {"network.proxy.ftp_port", "/system/proxy/ftp_port"},
  11. {"network.proxy.ssl", "/system/proxy/secure_host"},
  12. {"network.proxy.ssl_port", "/system/proxy/secure_port"},
  13. {"network.proxy.socks", "/system/proxy/socks_host"},
  14. {"network.proxy.socks_port", "/system/proxy/socks_port"},
  15. {"network.proxy.no_proxies_on", "/system/http_proxy/ignore_hosts"},
  16. {"network.proxy.autoconfig_url", "/system/proxy/autoconfig_url"},
  17. {"network.proxy.type", "/system/proxy/mode"},
  18. {"config.use_system_prefs.accessibility", "/desktop/gnome/interface/accessibility"},