summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+10
* Track sources of proxy settings.asanka@chromium.org2012-06-121-0/+3
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-9/+10
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-1/+4
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Remove mac_util header from proxy_config_service_mac.cckushi.p@gmail.com2011-11-161-1/+0
* Convert plain C-style casts to use CFCastStrict and GetValueFromDictionary te...kushi.p@gmail.com2011-11-151-14/+10
* Minor cleanup of Mac/Linux network change notifier code:mmenke@chromium.org2011-09-301-0/+1
* Fix a crash-on-shutdown in ProxyConfigServiceMacadamk@chromium.org2011-09-201-2/+4
* 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