summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* All classes that directly derive from net::URLRequestContextGetter should hav...rsleevi@chromium.org2012-04-061-0/+3
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-2/+2
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-3/+3
* Fix naming in release_channel_delegated comment.mnissler@chromium.org2012-04-051-2/+2
* Fix race on enterprise enrollment.mnissler@chromium.org2012-04-055-1/+20
* Make sure the browser starts in the right mode if Cryptohome is not ready on ...rkc@chromium.org2012-04-048-53/+58
* Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...pkasting@chromium.org2012-04-041-2/+2
* Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...dbeam@chromium.org2012-04-041-2/+2
* Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...pkasting@chromium.org2012-04-031-2/+2
* Fix device policy update notifications.mnissler@chromium.org2012-04-033-21/+83
* Fix typo in policy_service_stub.ccnileshagrawal@chromium.org2012-04-021-1/+1
* Refactored the ConfigurationPolicyPrefStore to use the PolicyService.joaodasilva@chromium.org2012-04-028-338/+304
* Fix leak in PolicyMap.FilterLevel.joaodasilva@chromium.org2012-04-011-2/+4
* Refactored the CloudPolicyProvider so that it becomes initialized once and st...joaodasilva@chromium.org2012-03-319-464/+364
* BrowserProcessImpl owns the PolicyService, so that it can be destroyed after ...joaodasilva@chromium.org2012-03-313-14/+17
* Add policy switch for location reporting and decode all policies in device_po...mnissler@chromium.org2012-03-302-1/+18
* Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...pkasting@chromium.org2012-03-301-3/+5
* Delete invalid/damaged AppPack files, so that they can be downloaded again.joaodasilva@chromium.org2012-03-302-9/+58
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-1/+1
* Coverity: check null returns.kmadhusu@chromium.org2012-03-281-1/+1
* Re-enable device activity time reporting.mnissler@chromium.org2012-03-263-5/+22
* Canonicalize enterprise registration user.mnissler@chromium.org2012-03-261-1/+5
* This fixes the includes in the policy connector so that it won'tgspencer@chromium.org2012-03-261-1/+1
* Retry the auto-enrollment check when the server asks for a smaller modulus.joaodasilva@chromium.org2012-03-233-16/+30
* Also detect the retail mode screensaver if it is already present in the AppPa...joaodasilva@chromium.org2012-03-221-1/+11
* Rename enterprise policy proto fields from KIOSK to RETAIL.pastarmovj@chromium.org2012-03-224-13/+13
* Add gdata-related enterprise policy preferences.achuith@chromium.org2012-03-212-2/+13
* Clean up search engine policy handler:pkasting@chromium.org2012-03-213-63/+50
* Update the AppPack cache directory.joaodasilva@chromium.org2012-03-201-1/+1
* Publish the location of the screensaver extension from the AppPackUpdater.joaodasilva@chromium.org2012-03-202-6/+60
* Replace CrosSettings::GetTrusted() with PrepareTrustedValues().joaodasilva@chromium.org2012-03-202-13/+12
* Correctly display lists of dictionaries in about:policy, such as the AppPack.joaodasilva@chromium.org2012-03-201-10/+23
* Implemented the AppPackUpdater.joaodasilva@chromium.org2012-03-205-7/+666
* Add policy to control "allow background apps"bartfab@chromium.org2012-03-191-0/+6
* Adds a device policy to specify the set of initial urls for the demo user acc...pastarmovj@chromium.org2012-03-192-0/+24
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-161-1/+2
* Clean up chrome/browser/search_engines/: pkasting@chromium.org2012-03-161-24/+3
* Added AppPack and DeviceAutoUpdate device policies to about:policy.joaodasilva@chromium.org2012-03-161-0/+31
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-161-1/+1
* New device policies for enterprise auto-update controls.jaysri@chromium.org2012-03-161-0/+22
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-162-3/+7
* Fix segfault in RestoreOnStartupPolicyHandlertbreisacher@chromium.org2012-03-151-6/+5
* Updated the chrome_device_policy.proto, and AppPack decoding.joaodasilva@chromium.org2012-03-153-3/+3
* Add a new policy to allow for release channel delegation.pastarmovj@chromium.org2012-03-142-12/+26
* Add most new policies to the about:policy list.pastarmovj@chromium.org2012-03-142-67/+170
* Provide a policy option to enable online revocation checks.agl@chromium.org2012-03-122-0/+5
* Document conflicting policies in the template and add runtime info in the abo...pastarmovj@chromium.org2012-03-093-4/+69
* Add the protobufs for the set of session timeout policies planned for the kio...pastarmovj@chromium.org2012-03-061-0/+27
* Fix infinite refresh of device policy when the TPM gets out of sync with the ...joaodasilva@chromium.org2012-03-0510-29/+72
* Convert uses of int ms to TimeDelta in chrome/browser/policy.tedvessenes@gmail.com2012-03-031-1/+1