Changeset 8610
- Timestamp:
- 04/01/08 21:44:26 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/vimperator-plugins/trunk/proxy.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/proxy.js
r8591 r8610 63 63 switch (conf.label) { 64 64 case "network.proxy.type": 65 case "network.proxy.http_port": 66 case "network.proxy.ssl_port": 65 67 prefs.setIntPref(conf.label, conf.param); 66 68 break; 67 69 case "network.proxy.http": 70 case "network.proxy.ssl": 71 case "network.proxy.no_proxies_on": 72 case "network.proxy.autoconfig_url": 73 case "network.proxy.socks": 68 74 prefs.setCharPref(conf.label, conf.param); 69 break;70 case "network.proxy.http_port":71 prefs.setIntPref(conf.label, conf.param);72 75 break; 73 76 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)