summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/device_management_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Split up chrome/browser/policy subdirectorymnissler@chromium.org2013-03-141-634/+0
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Fix cloud policy duplicate registrations issue.joaodasilva@chromium.org2013-02-161-18/+104
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-2/+2
* Clean up Chrome OS Enterprise Enrollment UI code.mnissler@chromium.org2012-11-011-1/+1
* Remove legacy DM Server http error codes.pastarmovj@chromium.org2012-07-101-12/+0
* Introduce a new error code from the DM server - 402 - missing licenses.pastarmovj@chromium.org2012-06-271-0/+5
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-17/+17
* Move the rest of the content\test headers that are used by embedders to conte...jam@chromium.org2012-06-041-1/+1
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* base::Callback-ify policy::DeviceManagementService.mnissler@chromium.org2012-01-021-223/+173
* Don't alias namespace enterprise_management to namespace em in headers.mnissler@chromium.org2012-01-021-2/+3
* Add device status reports to policy requests.dubroy@chromium.org2011-12-091-3/+3
* Added auto-enrollment request support to the device_management_backend.joaodasilva@chromium.org2011-12-051-0/+17
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-14/+14
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-7/+7
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-11/+11
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-54/+42
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-12/+12
* Recover from bad proxy settings pointing to non-proxy servers that reply anyway.joaodasilva@chromium.org2011-09-281-0/+74
* Remove device_management_service_unittest.cc executable bit set by error in r...maruel@chromium.org2011-09-151-0/+0
* Fix uninitialized memory access in DeviceManagementServiceFailedRequestTest.mnissler@chromium.org2011-09-151-0/+7
* Add handling for the two new error codes of the DMServer 405,409.pastarmovj@chromium.org2011-09-061-0/+10
* Pass user_affiliation request parameter on user cloud policy requests.mnissler@chromium.org2011-08-311-3/+9
* Revert 98987 - Pass user_affiliation request parameter on user cloud policy r...mnissler@chromium.org2011-08-311-9/+3
* Pass user_affiliation request parameter on user cloud policy requests.mnissler@chromium.org2011-08-311-3/+9
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+0
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-0/+3
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-6/+2
* OAuth support for the cloud policy infrastructure.mnissler@chromium.org2011-07-221-7/+13
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-1/+1
* Delay initialization of cloud policy infrastructuregfeher@chromium.org2011-05-201-3/+10
* Introduce new error codes for DM server communication but keep the old ones f...pastarmovj@chromium.org2011-05-191-0/+12
* Use SystemRequestContext instead of RequestContext from Profile for UserCloud...sfeuz@chromium.org2011-05-171-7/+3
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-7/+7
* Merge server-side changes of the cloud policy protocolgfeher@chromium.org2011-04-191-3/+0
* Support decoding GenericNamedValue based policy.jkummerow@chromium.org2011-04-151-55/+0
* Fix destruction of device management backend jobsmnissler@chromium.org2011-04-111-0/+32
* Removed legacy support from the policy fetch request.pastarmovj@chromium.org2011-03-281-14/+20
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Properly remove queued device management jobs.mnissler@chromium.org2011-02-031-1/+19
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-14/+14
* Device management constants cleanupjkummerow@chromium.org2010-11-241-7/+10
* Always send the device ID when making device management requests.mnissler@chromium.org2010-11-221-46/+64