summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/resolve_proxy_msg_helper_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-1/+1
* Adds a NetworkChangeNotifier dependency to ProxyService; when we observer a n...eroman@chromium.org2010-01-081-3/+3
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-1/+1
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Reference count ProxyService.eroman@chromium.org2009-08-181-6/+9
* Reverting r22603, which reverts r22591. It seems that the revert doesn't help...hamaji@chromium.org2009-08-061-278/+130
* Reverting r22591. It seems to be making purify fail.hamaji@chromium.org2009-08-061-130/+278
* Remove dependency on SingleThreadedProxyResolver from resolve_proxy_msg_helpe...eroman@chromium.org2009-08-061-278/+130
* Better match IE's proxy settings.ericroman@google.com2009-08-041-1/+5
* Remove the concept of threading from ProxyService, and move it into the Proxy...ericroman@google.com2009-07-261-9/+29
* Porting of unit tests in chrome/phajdan.jr@chromium.org2009-03-241-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+4
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Add file that got missing from main checkin.ericroman@google.com2009-03-021-0/+2
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-231-1/+2
* Update test expectation.ericroman@google.com2009-02-191-3/+3
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-3/+3
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-0/+349