summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+5
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-2/+2
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Refactor: Don't send the quit command before killing test server for ProxyScr...eroman@chromium.org2009-10-221-2/+1
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-0/+35
* Simplify a unittest by removing the helper thread.eroman@chromium.org2009-09-181-163/+116
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3
* Reference count ProxyService.eroman@chromium.org2009-08-181-1/+0
* Better match IE's proxy settings.ericroman@google.com2009-08-041-1/+2
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-1/+0
* Reverting 19425.ericroman@google.com2009-06-261-0/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-1/+0
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+5
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-031-2/+30
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-1/+1
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-1/+1
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-5/+5
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+3
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-15/+25
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-301-25/+15
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-15/+25
* Add a unit test to mac build.ericroman@google.com2008-12-201-6/+9
* Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...ericroman@google.com2008-12-171-6/+6
* Reverting 7125.ericroman@google.com2008-12-171-6/+6
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-171-6/+6
* Reverting 6977.ericroman@google.com2008-12-151-6/+6
* Test re-enable some tests to get more data from purify buildbot. This will pr...ericroman@google.com2008-12-151-6/+6
* Reverting 6966.ericroman@google.com2008-12-131-2/+6
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-6/+2
* Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as...ericroman@google.com2008-12-121-6/+6
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+294