Changeset 8610

Show
Ignore:
Timestamp:
04/01/08 21:44:26 (5 years ago)
Author:
otsune
Message:

vimperator-plugins/proxy.js: Add network.proxy.ssl labels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/proxy.js

    r8591 r8610  
    6363                    switch (conf.label) { 
    6464                        case "network.proxy.type": 
     65                        case "network.proxy.http_port": 
     66                        case "network.proxy.ssl_port": 
    6567                            prefs.setIntPref(conf.label, conf.param); 
    6668                            break; 
    6769                        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": 
    6874                            prefs.setCharPref(conf.label, conf.param); 
    69                             break; 
    70                         case "network.proxy.http_port": 
    71                             prefs.setIntPref(conf.label, conf.param); 
    7275                            break; 
    7376                    }