summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-4/+6
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-4/+4
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-2/+2
* Reland r58230.willchan@chromium.org2010-09-071-1/+5
* Fix NetworkChangeNotifier crashes on Mac.willchan@chromium.org2010-09-031-5/+1
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-011-1/+5
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-1/+1
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-301-3/+98
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-7/+12
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-13/+17
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-4/+5
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-0/+159