summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* Implementation of custom PAC scripts in Proxy Settings API.battre@chromium.org2011-02-161-2/+5
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-1/+1
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-2/+3
* Almost done deinlining virtual methods.erg@google.com2010-12-161-1/+1
* Cleanup: Move the ProxyScriptFetcher registry from being a global in net, to ...eroman@chromium.org2010-10-161-22/+2
* Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle.willchan@chromium.org2010-10-121-0/+3
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-101-2/+0
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-101-0/+2
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-3/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-8/+7
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-0/+4
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-4/+4
* Better match IE's proxy settings.ericroman@google.com2009-08-041-2/+4
* Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...ericroman@google.com2008-12-171-2/+2
* Reverting 7125.ericroman@google.com2008-12-171-2/+2
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-171-2/+2
* Reverting 6977.ericroman@google.com2008-12-151-2/+2
* Test re-enable some tests to get more data from purify buildbot. This will pr...ericroman@google.com2008-12-151-2/+2
* Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as...ericroman@google.com2008-12-121-2/+2
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+67