summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).mdm@chromium.org2009-11-251-1/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-6/+9
* Reverting 27389.darin@chromium.org2009-09-301-6/+5
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-5/+6
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-6/+5
* Linux: fix a data race in a proxy config service unit test.mdm@chromium.org2009-09-221-21/+18
* Linux: improve KDE proxy settings parsing and add unit tests for it.mdm@chromium.org2009-09-031-36/+378
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-35/+20
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-231-14/+15
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-221-2/+1
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-17/+144
* Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...deanm@chromium.org2009-05-061-0/+2
* linux: obey proxy environment variables in preference to gconfevan@chromium.org2009-05-041-0/+24
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-0/+736