summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* Merge 135690 - Wire up device policy for pinned launcher apps in retail mode.mnissler@chromium.org2012-05-143-3/+30
* Merge 135677 - Wire up the policy for controlling pinned apps in the ash laun...mnissler@chromium.org2012-05-1410-15/+299
* Add device location reportingbartfab@chromium.org2012-05-045-103/+457
* Add enterprise policy support to scatter downloading of ChromeOS updatesjaysri@chromium.org2012-05-021-0/+16
* Add an about:policy warning for deprecated value in RestoreOnStartup policytbreisacher@chromium.org2012-05-021-1/+1
* Specify explicit defaults for boolean flags in device policy.mnissler@chromium.org2012-05-021-8/+5
* Removing users of BrowserPolicyConnector::Get*Provider(): refactored the abou...joaodasilva@chromium.org2012-05-029-976/+0
* Added RefreshPolicies to PolicyService.joaodasilva@chromium.org2012-05-0214-327/+450
* [Coverity] Fix pass-by-val -> pass-by-refgroby@chromium.org2012-04-272-2/+2
* RefCounted types should not have public destructors, chrome/browser/ part 5rsleevi@chromium.org2012-04-254-7/+10
* Added PolicyChangeRegistrar, to observe specific policies at the PolicyService.joaodasilva@chromium.org2012-04-243-27/+171
* Update RestoreOnStartupPolicyHandler to translate to the correct preferencestbreisacher@chromium.org2012-04-233-31/+99
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-1/+2
* Pass the previous and the current PolicyMap to Observers of the PolicyService.joaodasilva@chromium.org2012-04-235-38/+71
* Don't trigger a state change on policy refresh rate changes.mnissler@chromium.org2012-04-202-17/+37
* Enforce that TemplateURLs' URLs cannot be empty.pkasting@chromium.org2012-04-191-40/+46
* Make device-level proxy policy mandatory in KIOSK mode.mnissler@chromium.org2012-04-162-19/+26
* Cleanup in policy code, removed some dead code.joaodasilva@chromium.org2012-04-163-4/+5
* Store/Retrieve CrOS user policy in session_manager.mnissler@chromium.org2012-04-134-16/+759
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-3/+3
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-3/+3
* 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