| Commit message (Expand) | Author | Age | Files | Lines |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -5/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Track sources of proxy settings. | asanka@chromium.org | 2012-06-12 | 1 | -3/+2 |
* | Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService. | sergeyu@chromium.org | 2012-05-24 | 1 | -16/+18 |
* | Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux. | sergeyu@chromium.org | 2012-04-24 | 1 | -10/+15 |
* | Linux: enhance some code to try and track down bug 75508. | mdm@chromium.org | 2011-09-19 | 1 | -3/+4 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Fixup bad include and usage of BASE_API, which should be BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -1/+0 |
* | Add OVERRIDE throughout net/proxy/* | eroman@chromium.org | 2011-07-22 | 1 | -3/+4 |
* | net: Add NET_API to more code to enable building | rvargas@google.com | 2011-06-30 | 1 | -1/+2 |
* | Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu... | mdm@chromium.org | 2011-05-20 | 1 | -22/+28 |
* | Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ... | mdm@chromium.org | 2011-05-17 | 1 | -68/+106 |
* | Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti... | mdm@chromium.org | 2011-05-10 | 1 | -6/+9 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -1/+2 |
* | Revert 83631 - linux: successfully build net_unittests in components build | maf@chromium.org | 2011-04-30 | 1 | -2/+1 |
* | linux: successfully build net_unittests in components build | evan@chromium.org | 2011-04-29 | 1 | -1/+2 |
* | Allow ProxyConfigService to report "no configuration set" | mnissler@chromium.org | 2011-04-11 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -12/+3 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -1/+1 |
* | FBTF: Move code from .h to .cc in net/ | erg@google.com | 2010-09-15 | 1 | -4/+2 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -6/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change the ProxyConfigService interface to be asynchronous, and support obser... | eroman@chromium.org | 2010-07-23 | 1 | -9/+25 |
* | KDE treats all host patterns as wildcard patterns | davidben@chromium.org | 2010-07-09 | 1 | -0/+4 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 1 | -0/+4 |
* | Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r... | thestig@chromium.org | 2010-04-03 | 1 | -8/+7 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Linux: fix a data race in a proxy config service unit test. | mdm@chromium.org | 2009-09-22 | 1 | -7/+4 |
* | Linux: improve KDE proxy settings parsing and add unit tests for it. | mdm@chromium.org | 2009-09-03 | 1 | -1/+7 |
* | Linux: get GNOME or KDE proxy settings. | mdm@chromium.org | 2009-08-28 | 1 | -11/+34 |
* | linux: generalize desktop environment guessing to encompass KDE | evan@chromium.org | 2009-07-23 | 1 | -4/+0 |
* | Try again: Add proxy config (using gnome-network-preferences) | mattm@chromium.org | 2009-07-22 | 1 | -12/+4 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -44/+159 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -3/+1 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 1 | -0/+108 |