summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* Update the UI to properly handle enterprise mode errors.pastarmovj@chromium.org2012-02-241-0/+3
* Add support for kiosk mode on the client. Make sure the settings are written ...pastarmovj@chromium.org2012-02-2415-70/+379
* Add the registration mode field to the protobuf.pastarmovj@chromium.org2012-02-241-0/+14
* Added KioskModeAppPack proto.joaodasilva@chromium.org2012-02-233-0/+48
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-221-0/+1
* Show device policy values in about:policy.mnissler@chromium.org2012-02-201-17/+104
* Use CryptohomeClienthashimoto@chromium.org2012-02-171-1/+2
* Fix leak when pruning activity periods.dubroy@chromium.org2012-02-161-1/+1
* Aggregate device activity, and report per-day activity in device status reports.dubroy@chromium.org2012-02-164-107/+219
* Reduce log spew from policy code.joaodasilva@chromium.org2012-02-161-0/+7
* Rename the ephemeral_users field in the device policy protobufbartfab@google.com2012-02-151-3/+3
* Added PolicyServiceStub.joaodasilva@chromium.org2012-02-142-0/+66
* Introduced the PolicyService.joaodasilva@chromium.org2012-02-096-0/+448
* Make RefreshPolicies() only notify that a fetch was done after fetching the a...joaodasilva@chromium.org2012-02-096-12/+21
* Add device policy to enable ephemeral usersbartfab@google.com2012-02-061-0/+6
* [Clean up] Rename NTP -> Ntp for readability / convention.dbeam@chromium.org2012-02-021-1/+1
* Tighten the check for detecting misbehaving proxies in device management requ...mnissler@chromium.org2012-02-011-0/+1
* Set prefs::kDefaultSearchProviderEnabled to false according to policy.mnissler@chromium.org2012-02-012-112/+137
* These changes are ChromeOS only and don't affect Win builds.joaodasilva@chromium.org2012-01-293-3/+133
* Revert r119614 "Make auto-enrollment client retry after auto-update if the mo...maruel@chromium.org2012-01-283-133/+3
* Make auto-enrollment client retry after auto-update if the modulus limit was ...joaodasilva@chromium.org2012-01-283-3/+133
* Apply individual policies for the various parts of device status reports.dubroy@chromium.org2012-01-276-36/+191
* Introduced UMA counters for auto-enrollment.joaodasilva@chromium.org2012-01-273-8/+107
* Added recommended Mac policy provider.joaodasilva@chromium.org2012-01-264-31/+68
* Record UMA stats for auto-enrollment related times.joaodasilva@chromium.org2012-01-262-4/+71
* Add policies for specific parts of device status reports.dubroy@chromium.org2012-01-253-0/+31
* Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ...thestig@chromium.org2012-01-242-0/+7
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-242-5/+6
* Converted uses of DictionaryValue to PolicyMap in policy providers.joaodasilva@chromium.org2012-01-2426-207/+227
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-242-0/+5
* Show the "Applies To" column in about:policy.joaodasilva@chromium.org2012-01-232-27/+40
* Removed ConfigurationPolicyType and extended PolicyMap.joaodasilva@chromium.org2012-01-2259-1363/+1738
* Flag auto-enrollment register requests.joaodasilva@chromium.org2012-01-227-3/+64
* "Recommit 118589 - Re-commit r117965 and 117130 with a fix for perf regression."atwilson@chromium.org2012-01-221-2/+1
* Revert 118589 - Re-commit r117965 and 117130 with a prospective fix for perf ...atwilson@chromium.org2012-01-211-1/+2
* Re-commit r117965 and 117130 with a prospective fix for perf regression.atwilson@chromium.org2012-01-211-2/+1
* Make 64-bit constants 64-bit.joaodasilva@chromium.org2012-01-192-8/+18
* Add dev switch boot mode to device policy status reports.dubroy@chromium.org2012-01-194-14/+80
* Print Preview: Add an enterprise policy to toggle print preview.thestig@chromium.org2012-01-192-2/+8
* Add browser version to device status reports.dubroy@chromium.org2012-01-192-2/+8
* Revert SigninManager changes to see if they were the cause of the perf regres...atwilson@chromium.org2012-01-191-1/+2
* Convert use of int ms to TimeDelta in files owned by joaodasilva.tedvessenes@gmail.com2012-01-121-1/+1
* This adds support for encrypted ONC import to Chrome.gspencer@chromium.org2012-01-111-2/+3
* Moved SigninManager out of browser/sync, and start changing the code so signinatwilson@chromium.org2012-01-111-2/+1
* Introduced 'dict' policies, and merged proxy policies into a single dict.joaodasilva@chromium.org2012-01-0515-154/+265
* Remove all old-style DeviceManagementService legacy.mnissler@chromium.org2012-01-0313-830/+6
* Convert DeviceTokenFetcher and CloudPolicyController response callbacks.mnissler@chromium.org2012-01-0313-274/+287
* Convert AutoEnrollmentClient to new-style DeviceManagementService.mnissler@chromium.org2012-01-039-178/+272
* Convert DeviceManagementServiceIntegrationTest to new-style response handlers.mnissler@chromium.org2012-01-031-152/+143
* base::Callback-ify policy::DeviceManagementService.mnissler@chromium.org2012-01-028-936/+920