summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Detect KDE 5 desktop environmentedward.baker2015-10-021-0/+49
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-7/+11
* Deprecation of MessageLoopProxy usage with ThreadTaskRunnerHandle in net/prox...pranay.kumar2015-05-151-2/+2
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-11/+8
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-26/+21
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-3/+3
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-16/+16
* Use scoped_refptr<SingleThreadTaskRunner> when initializing ProxyConfigServicesergeyu2014-09-051-9/+12
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-4/+4
* Move Touch to base namespace, remove SetLastModifiedTime.brettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* 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