summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-7/+8
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-7/+7
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-1/+1
* Linux: allow proxy PAC file configurations that use just a file path without ...mdm@chromium.org2012-06-191-0/+15
* Track sources of proxy settings.asanka@chromium.org2012-06-121-2/+2
* Linux: KDE: support recent KDE's socksProxy setting.mdm@chromium.org2012-06-081-0/+32
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-2/+2
* Linux: Add support for new KDE space-delimited proxy port numbers.mdm@chromium.org2012-04-241-0/+19
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-241-3/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Convert more NewRunnable* to base::Bind().mdm@chromium.org2011-12-061-7/+9
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-16/+19
* Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu...mdm@chromium.org2011-05-201-17/+18
* Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ...mdm@chromium.org2011-05-171-45/+47
* Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti...mdm@chromium.org2011-05-101-2/+2
* Fix problem when interpreting Gnome proxy settings, where http, https, and ft...eroman@chromium.org2011-04-301-0/+52
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-30/+113
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Change the default SOCKS version used by gnome settings (and environment vari...eroman@chromium.org2010-09-281-6/+6
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-7/+8
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-071-1/+1
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+3
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-35/+35
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-6/+1
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-18/+19
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-161-1/+3
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-091-5/+26
* base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.tfarina@chromium.org2010-07-081-0/+3
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-141-4/+8
* Use KDEHOME variable instead of KDE_HOME for locating KDE directorydavidben@chromium.org2010-06-121-18/+18
* Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...mdm@chromium.org2010-06-101-0/+18
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-2/+1
* Linux: Fix kde no_proxy environment variable handling.mattm@chromium.org2010-05-181-1/+62
* Linux: Use .kde4 for proxy settings when it is present and we are running und...mdm@chromium.org2010-04-081-10/+122
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-12/+8
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-122/+141
* Split out the handling of proxy bypass rules into ProxyBypassRules. There are...eroman@chromium.org2010-02-191-50/+5