summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Chrome could not accept IE's proxy exclusions list delimited by commas.toyoshim@chromium.org2011-04-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-2/+2
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+8
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-8/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+8
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-171-2/+2
* Watch the Internet Explorer registry keys so we can detect proxy settings cha...eroman@chromium.org2010-08-171-1/+107
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-4/+17
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-4/+4
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-4/+1
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-311-2/+5
* Add a unit test for ProxyConfigServiceWin.ericroman@google.com2009-03-271-10/+15
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-021-0/+3
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-1/+1
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-0/+58