summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-11/+11
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-11/+14
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-161-12/+15
* 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-10/+10
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-2/+2
* Temporarily allow IO to load gsettings.phajdan.jr@chromium.org2012-12-061-5/+10
* Linux: use generated library loader for gsettings.phajdan.jr@chromium.org2012-11-301-92/+22
* net: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-171-8/+11
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+1
* Linux: allow proxy PAC file configurations that use just a file path without ...mdm@chromium.org2012-06-191-1/+4
* Track sources of proxy settings.asanka@chromium.org2012-06-121-9/+15
* Linux: KDE: support recent KDE's socksProxy setting.mdm@chromium.org2012-06-081-6/+5
* Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro...mdm@chromium.org2012-06-021-1/+1
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-241-72/+71
* Linux: Add support for new KDE space-delimited proxy port numbers.mdm@chromium.org2012-04-241-4/+13
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-241-41/+48
* Linux: fix bug 75508, a crash when receiving notifications of proxy settings ...mdm@chromium.org2012-02-061-30/+35
* Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c...mdm@chromium.org2012-02-031-5/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Linux: convert some uses of NewRunnable*() to base::Bind() in the proxy code.mdm@chromium.org2011-10-061-28/+8
* Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...mdm@chromium.org2011-09-221-3/+7
* Linux: enhance some code to try and track down bug 75508.mdm@chromium.org2011-09-191-3/+17
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-3/+3
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-3/+3
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-3/+3
* Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 p...mdm@chromium.org2011-08-161-1/+1
* Add OVERRIDE throughout net/proxy/*eroman@chromium.org2011-07-221-27/+28
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-3/+28
* Linux: add an extra CHECK to try and figure out bugs 75508 and 84673.mdm@chromium.org2011-06-021-1/+10
* Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu...mdm@chromium.org2011-05-201-36/+32
* LBYL on GSettingsbacker@chromium.org2011-05-201-5/+20
* Linux: add support to get proxy settings from GSettings, if available.mdm@chromium.org2011-05-191-16/+393
* Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ...mdm@chromium.org2011-05-171-114/+165
* Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti...mdm@chromium.org2011-05-101-36/+70
* Fix problem when interpreting Gnome proxy settings, where http, https, and ft...eroman@chromium.org2011-04-301-32/+40
* Linux: upgrade a DCHECK to CHECK to try and catch bug 75508 in action.mdm@chromium.org2011-04-281-2/+2
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-8/+12
* Introduce incognito preference settings.battre@chromium.org2011-01-251-0/+6
* Deinline even more destructors.erg@google.com2010-12-141-0/+12
* Make GConf dependency optional.phajdan.jr@chromium.org2010-11-091-0/+6
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-9/+9
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-9/+9