summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make CrosSettings and DeviceSettingsService non Lazy instancesstevenjb@chromium.org2013-04-171-0/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-3/+3
* Moving last generic Prefs implementation files to base/prefs/.joi@chromium.org2013-02-141-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-3/+3
* Remove dead code around ChromeProxyConfigService creation.pauljensen@chromium.org2013-01-181-1/+1
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-2/+2
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-3/+3
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-2/+2
* Missed a file in refactoring JSON*ValueSerializers. Remove unnecessary #include.bbudge@chromium.org2012-02-261-1/+0
* Fix race condition in ChromeProxyConfigServicebattre@chromium.org2011-12-181-1/+1
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* redesign and reimplement proxy config service and tracker, revise proxy ui on...kuan@chromium.org2011-11-041-313/+207
* 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-3/+3
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* feature: implement proxy per network per userkuan@chromium.org2011-07-201-8/+8
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-4/+1
* Allow ProxyConfigService to report "no configuration set"mnissler@chromium.org2011-04-111-2/+10
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Fix compile warning.kuan@chromium.org2011-02-021-1/+1
* Implements chrome as a dbus service that exposes chrome functionalities, inkuan@chromium.org2011-02-021-46/+157
* Move ScopedStubCrosEnabler to cros_library.h and use it in Chrome OS tests.satorux@chromium.org2010-12-021-2/+1
* chromeos proxy config: use HTTP for https proxy and SOCKS5 as default socks p...kuan@chromium.org2010-11-091-3/+3
* A bunch of proxy DOMUI changes.xiyuan@chromium.org2010-11-081-28/+15
* Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/chromeos/*.pkasting@chromium.org2010-10-231-2/+2
* Tiny cleanup: remove all use of kFallbackInputMethodId from the Chrome tree.yusukes@chromium.org2010-10-141-0/+1
* Rename ChromeThread to BrowserThread Part17:tfarina@chromium.org2010-10-111-1/+1
* Rename ChromeThread to BrowserThread Part7:tfarina@chromium.org2010-10-081-4/+4
* chromeos: implement persistence of proxy config to device, enhance unittestkuan@chromium.org2010-09-171-133/+153
* chromeos: Append base:: to StringPrintf calls. Part 2.tfarina@chromium.org2010-09-041-5/+6
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-251-2/+4
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-0/+539