summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_android_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
| | | | | | | | | | BUG=260807 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/19625002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212241 0039d316-1c4b-4281-b951-d872f2087c98
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-7/+6
| | | | | | | | | BUG=236029 R=agl@chromium.org Review URL: https://chromiumcodereview.appspot.com/14021017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201882 0039d316-1c4b-4281-b951-d872f2087c98
* net: move test files out of net/basephajdan.jr@chromium.org2013-03-181-1/+1
| | | | | | | | BUG=70818 Review URL: https://codereview.chromium.org/12811011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188822 0039d316-1c4b-4281-b951-d872f2087c98
* Use SCHEME_HTTP for HTTPS proxies on Android.pasko@google.com2012-12-101-4/+4
| | | | | | | | | | | | | | This makes the ProxyServer setup aligned with the Linux implementation (see proxy_config_service_linux.cc) which never uses SCHEME_HTTPS. BUG=162908 TEST=Set up proxy in Android WiFi settings, go to https://google.com, observe the page gets loaded. Review URL: https://chromiumcodereview.appspot.com/11438047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172045 0039d316-1c4b-4281-b951-d872f2087c98
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
| | | | | | | | | | | | RunAllPending() is deprecated and we should switch to RunUntilIdle(). BUG=131220 TBR=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/11361263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167705 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream Android proxy config service.pliard@chromium.org2012-06-061-0/+353
This change adds in an Android-specific system proxy provider called ProxyConfigServiceAndroid. This is created as required from C++. In turn ProxyConfigServiceAndroid creates a java object which provides the link to Android's proxy changed broadcast, as well as the functionality to read the Java system properties where the current proxy settings are located. Review URL: https://chromiumcodereview.appspot.com/10206014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140748 0039d316-1c4b-4281-b951-d872f2087c98