summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_mac.h
Commit message (Expand)AuthorAgeFilesLines
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-2/+2
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-301-3/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-201-2/+2
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* mac: Components build for netthakis@chromium.org2011-07-291-1/+2
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-5/+6
* Almost done deinlining virtual methods.erg@google.com2010-12-161-8/+6
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-3/+1
* Fix a typo, that could cause a crash on mac.eroman@chromium.org2010-07-301-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-201-6/+6
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+1
* Separate ProxyResolverMac and ProxyConfigServiceMac into their own files and ...hayato@chromium.org2009-12-101-7/+0
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-1/+2
* Better match IE's proxy settings.ericroman@google.com2009-08-041-1/+5
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-4/+19
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-1/+2
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-0/+2
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-1/+6
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-021-2/+2
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-311-0/+25
* oops; will reland once tree is openavi@google.com2008-10-301-25/+0
* Initial Mac proxy implementationavi@google.com2008-10-301-0/+25