index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
proxy
/
proxy_config_service_linux_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OVERRIDE throughout net/proxy/*
eroman@chromium.org
2011-07-22
1
-16
/
+19
*
Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu...
mdm@chromium.org
2011-05-20
1
-17
/
+18
*
Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ...
mdm@chromium.org
2011-05-17
1
-45
/
+47
*
Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti...
mdm@chromium.org
2011-05-10
1
-2
/
+2
*
Fix problem when interpreting Gnome proxy settings, where http, https, and ft...
eroman@chromium.org
2011-04-30
1
-0
/
+52
*
Allow ProxyConfigService to report "no configuration set"
mnissler@chromium.org
2011-04-11
1
-30
/
+113
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Change the default SOCKS version used by gnome settings (and environment vari...
eroman@chromium.org
2010-09-28
1
-6
/
+6
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-7
/
+8
*
base: rename Environment::GetEnv to Environment::GetVar.
tfarina@chromium.org
2010-08-07
1
-1
/
+1
*
base: rename Environment::SetEnv to Environment::SetVar.
tfarina@chromium.org
2010-08-06
1
-1
/
+1
*
base: rename Environment::UnSetEnv to Environment::UnSetVar.
tfarina@chromium.org
2010-08-04
1
-1
/
+3
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-35
/
+35
*
Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-1
/
+6
*
Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-6
/
+1
*
base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
1
-1
/
+6
*
Change the ProxyConfigService interface to be asynchronous, and support obser...
eroman@chromium.org
2010-07-23
1
-18
/
+19
*
base: Return bool instead of void in EnvVarGetter::SetEnv.
tfarina@chromium.org
2010-07-16
1
-1
/
+3
*
KDE treats all host patterns as wildcard patterns
davidben@chromium.org
2010-07-09
1
-5
/
+26
*
base: Add SetEnv() to EnvVarGetter class and get rid of the some ifdefs.
tfarina@chromium.org
2010-07-08
1
-0
/
+3
*
Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...
ajwong@chromium.org
2010-06-16
1
-5
/
+1
*
Implement KDE ReversedException setting in Chrome
davidben@chromium.org
2010-06-14
1
-4
/
+8
*
Use KDEHOME variable instead of KDE_HOME for locating KDE directory
davidben@chromium.org
2010-06-12
1
-18
/
+18
*
Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...
mdm@chromium.org
2010-06-10
1
-0
/
+18
*
Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...
eroman@chromium.org
2010-06-08
1
-2
/
+1
*
Linux: Fix kde no_proxy environment variable handling.
mattm@chromium.org
2010-05-18
1
-1
/
+62
*
Linux: Use .kde4 for proxy settings when it is present and we are running und...
mdm@chromium.org
2010-04-08
1
-10
/
+122
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-12
/
+8
*
ProxyConfig behaved like a struct, but was defined as a class.
eroman@chromium.org
2010-02-24
1
-122
/
+141
*
Split out the handling of proxy bypass rules into ProxyBypassRules. There are...
eroman@chromium.org
2010-02-19
1
-50
/
+5
*
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
mdm@chromium.org
2009-11-25
1
-1
/
+1
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-6
/
+9
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-6
/
+5
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
1
-5
/
+6
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
1
-6
/
+5
*
Linux: fix a data race in a proxy config service unit test.
mdm@chromium.org
2009-09-22
1
-21
/
+18
*
Linux: improve KDE proxy settings parsing and add unit tests for it.
mdm@chromium.org
2009-09-03
1
-36
/
+378
*
Linux: get GNOME or KDE proxy settings.
mdm@chromium.org
2009-08-28
1
-35
/
+20
*
linux: generalize desktop environment guessing to encompass KDE
evan@chromium.org
2009-07-23
1
-14
/
+15
*
Try again: Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-22
1
-2
/
+1
*
Fix gconf for the linux proxy config service.
sdoyon@chromium.org
2009-05-22
1
-17
/
+144
*
Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...
deanm@chromium.org
2009-05-06
1
-0
/
+2
*
linux: obey proxy environment variables in preference to gconf
evan@chromium.org
2009-05-04
1
-0
/
+24
*
ProxyConfigService for Linux.
sdoyon@chromium.org
2009-04-20
1
-0
/
+736