summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/proxy_config_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace CrosSettings::GetTrusted() with PrepareTrustedValues().joaodasilva@chromium.org2012-03-201-2/+1
* Renaming virtual setters/getters in UserManager.nkostylev@chromium.org2012-03-061-2/+4
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* chromeos: Lock proxy settings UI for policy managed network.xiyuan@chromium.org2012-02-171-2/+26
* Do not explicitly store mode:direct value for proxyantrim@chromium.org2012-02-161-4/+15
* Quick-and-dirty hacks for getting policy working behind proxies.xiyuan@chromium.org2012-02-011-2/+2
* fix bug where proxy setting of private version of network is not activated whenkuan@chromium.org2011-12-201-20/+12
* PART 5 Of the signed settings refactoring. List of all changes follow beneath:pastarmovj@chromium.org2011-12-021-37/+33
* Fixes a crash in suite_Smoke.login_OwnershipApi caused by double freeing of m...pastarmovj@chromium.org2011-11-291-4/+0
* Make SignedSettings use proper Value types instead of string all around the p...pastarmovj@chromium.org2011-11-221-4/+10
* Refactor proxy handling for ChromeOS to not go through the CrosSettings inter...pastarmovj@chromium.org2011-11-141-0/+48
* cros proxy: remove unnecessary include filekuan@chromium.org2011-11-081-1/+0
* redesign and reimplement proxy config service and tracker, revise proxy ui on...kuan@chromium.org2011-11-041-459/+372
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* chromeos: fix bug where ui doesn't reflect actual proxy used when non-sharedkuan@chromium.org2011-09-171-0/+8
* chromeos proxy: handle use-shared-proxies for oobe/login screen.kuan@chromium.org2011-07-271-8/+18
* chromeos proxy: specify network for proxy page in oobe/login screenkuan@chromium.org2011-07-231-2/+32
* feature: implement proxy per network per userkuan@chromium.org2011-07-201-125/+382
* Bypass proxy for local addresses on chromeOS.dilmah@chromium.org2011-06-281-2/+5
* cros: build fixthakis@chromium.org2011-05-151-2/+2
* cros: Even more clang plugin appeasing; even more compile error fixing (in ne...thakis@chromium.org2011-05-151-0/+4
* Convert CrOS proxy config serialization to protobuf format.mnissler@chromium.org2011-04-191-171/+97
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* [Chrome OS] Reimplement SignedSettings in terms of device policies.cmasone@chromium.org2011-04-151-3/+1
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-48/+42
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* Allow proxy settings to be modified in guest session.kuan@chromium.org2011-02-161-6/+8
* Implements chrome as a dbus service that exposes chrome functionalities, inkuan@chromium.org2011-02-021-9/+43
* [Chrome OS] Plumb new error codes from SignedSettings to consumers of the APIcmasone@chromium.org2010-12-101-21/+19
* [Chrome OS] Richer error reporting for SignedSettings subsystemcmasone@chromium.org2010-12-081-6/+7
* chromeos proxy config: use HTTP for https proxy and SOCKS5 as default socks p...kuan@chromium.org2010-11-091-2/+2
* A bunch of proxy DOMUI changes.xiyuan@chromium.org2010-11-081-18/+6
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/chromeos/*.pkasting@chromium.org2010-10-231-16/+16
* Rename ChromeThread to BrowserThread Part17:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part7:tfarina@chromium.org2010-10-081-3/+3
* chromeos: implement persistence of proxy config to device, enhance unittestkuan@chromium.org2010-09-171-48/+348
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-1/+1
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-0/+305