summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-051-1/+1
* Clean up a few unused globals.thakis@chromium.org2013-09-251-2/+0
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-131-1/+1
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-161-4/+5
* 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