summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/device_management_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-3/+3
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-14/+16
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-10/+8
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), sodpranke@chromium.org2011-10-121-2/+2
* Changed policy/ code to use Bind/Callback.joaodasilva@chromium.org2011-10-041-6/+7
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-13/+40
* Cosmetic cleanups in chrome/browser/policy/joaodasilva@chromium.org2011-09-211-6/+8
* Retry contacting the dmserver if the first attempt failed due to a misconfigu...joaodasilva@chromium.org2011-09-131-5/+28
* Use int64 instead of int for cloud policy infrastructure-delay.sfeuz@chromium.org2011-05-241-1/+1
* Delay initialization of cloud policy infrastructuregfeher@chromium.org2011-05-201-3/+19
* Use SystemRequestContext instead of RequestContext from Profile for UserCloud...sfeuz@chromium.org2011-05-171-4/+4
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-1/+1
* Fix destruction of device management backend jobsmnissler@chromium.org2011-04-111-1/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-6/+7
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Reland r74842willchan@chromium.org2011-02-161-11/+10
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-10/+11
* Reland r74842willchan@chromium.org2011-02-161-11/+10
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-10/+11
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-11/+10
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-10/+11
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-11/+10
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-10/+11
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-11/+10
* Properly remove queued device management jobs.mnissler@chromium.org2011-02-031-5/+11
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-2/+3
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-8/+8
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Make the device management service send a proper user agent.mnissler@chromium.org2010-11-251-0/+10
* Some cosmetic fixups to the device management service.mnissler@chromium.org2010-11-231-14/+12
* Use a service to create device management backends.mnissler@chromium.org2010-11-221-0/+185