summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux.h
Commit message (Expand)AuthorAgeFilesLines
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-5/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Track sources of proxy settings.asanka@chromium.org2012-06-121-3/+2
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-16/+18
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-241-10/+15
* Linux: enhance some code to try and track down bug 75508.mdm@chromium.org2011-09-191-3/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.darin@chromium.org2011-08-051-1/+0
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-3/+4
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-1/+2
* Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu...mdm@chromium.org2011-05-201-22/+28
* Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ...mdm@chromium.org2011-05-171-68/+106
* Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti...mdm@chromium.org2011-05-101-6/+9
* linux: components buildevan@chromium.org2011-05-021-1/+2
* Revert 83631 - linux: successfully build net_unittests in components buildmaf@chromium.org2011-04-301-2/+1
* linux: successfully build net_unittests in components buildevan@chromium.org2011-04-291-1/+2
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Deinline even more destructors.erg@google.com2010-12-141-12/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-1/+1
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-151-4/+2
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-6/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-231-9/+25
* KDE treats all host patterns as wildcard patternsdavidben@chromium.org2010-07-091-0/+4
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-141-0/+4
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-8/+7
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Linux: fix a data race in a proxy config service unit test.mdm@chromium.org2009-09-221-7/+4
* Linux: improve KDE proxy settings parsing and add unit tests for it.mdm@chromium.org2009-09-031-1/+7
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-281-11/+34
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-231-4/+0
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-221-12/+4
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-44/+159
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-3/+1
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-201-0/+108