summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland fix for OCSP startup race.willchan@chromium.org2010-10-121-0/+1
* Break URLRequestContext=>ProxyScriptFetcher=>URLRequestContext ref cycle.willchan@chromium.org2010-10-121-0/+46
* Revert 62105 - Test change to fix a leak. Will revert after getting in a run...willchan@chromium.org2010-10-101-43/+0
* Test change to fix a leak. Will revert after getting in a run on ChromiumOS ...willchan@chromium.org2010-10-101-0/+43
* Optimization: reduce the copying of string data between C++ and javascript in...eroman@chromium.org2010-07-011-27/+31
* NULL out the ProxyScriptFetcher used by ProxyService when the URLRequestConte...eroman@chromium.org2009-11-181-0/+5
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-4/+6
* Respect the charset specified in PAC file responses.eroman@chromium.org2009-09-221-2/+32
* Better match IE's proxy settings.ericroman@google.com2009-08-041-5/+6
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-7/+0
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-031-8/+12
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Fix a typo (one extra '!') in the previous checkin (r13601).wtc@chromium.org2009-05-221-1/+1
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-131-3/+28
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+5
* revert r8603rvargas@google.com2009-01-241-5/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+5
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+301