| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the pretty-printing of proxy settings from the C++ code to javascript. | eroman@chromium.org | 2010-08-31 | 1 | -174/+0 |
* | Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy. | eroman@chromium.org | 2010-08-25 | 1 | -4/+4 |
* | Emit an event to NetLog whenever the proxy settings change. | eroman@chromium.org | 2010-08-13 | 1 | -15/+7 |
* | Implement KDE ReversedException setting in Chrome | davidben@chromium.org | 2010-06-14 | 1 | -0/+61 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -37/+37 |
* | Split out the handling of proxy bypass rules into ProxyBypassRules. There are... | eroman@chromium.org | 2010-02-19 | 1 | -62/+12 |
* | Use GURL::is_valid() in place of !GURL::is_empty() in a condition. | eroman@chromium.org | 2009-11-10 | 1 | -0/+22 |
* | Aesthetic changes to the proxy configuration log format. | eroman@chromium.org | 2009-09-06 | 1 | -24/+146 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 1 | -7/+46 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 1 | -0/+11 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 1 | -0/+34 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 1 | -0/+199 |