summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/policy_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ProxyPolicy fixup logic out of PolicyProvider and inject it instead.dconnelly@chromium.org2013-11-211-5/+13
* Policy providers all get a SchemaRegistry to work with.joaodasilva@chromium.org2013-11-121-13/+0
* Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1caitkp@chromium.org2013-08-261-1/+1
* Send all updates from the PolicyService on the same loop iteration.joaodasilva@chromium.org2013-08-011-48/+26
* Use a direct include of the message_loop header in chrome/browser/, part 9.avi@chromium.org2013-07-171-1/+1
* Make the PolicyDomainDescriptors available at the PolicyService.joaodasilva@chromium.org2013-06-121-0/+6
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-2/+2
* Added a PolicyDomainDescriptor.joaodasilva@chromium.org2013-05-231-3/+3
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Reland "Register all components for each policy domain at once."tfarina@chromium.org2013-02-161-7/+4
* Revert 182738hshi@google.com2013-02-151-4/+7
* Register all components for each policy domain at once.joaodasilva@chromium.org2013-02-151-7/+4
* Consistently use PolicyNamespace at PolicyBundle and PolicyService.joaodasilva@chromium.org2013-02-041-8/+6
* Register policy namespaces of interest at the PolicyService.joaodasilva@chromium.org2013-01-311-3/+14
* Determine IsInitializationComplete() per PolicyDomain.joaodasilva@chromium.org2013-01-311-13/+25
* Notify policy change observers via a taskatwilson@chromium.org2013-01-091-3/+45
* Cleanup shutdown of the policy code.joaodasilva@chromium.org2012-10-171-47/+23
* Modified PolicyService to register observers by domain only, instead of domai...joaodasilva@chromium.org2012-07-241-7/+3
* Refactored ConfigurationPolicyProvider to provide PolicyBundles instead of Po...joaodasilva@chromium.org2012-05-151-105/+111
* Added RefreshPolicies to PolicyService.joaodasilva@chromium.org2012-05-021-4/+43
* Pass the previous and the current PolicyMap to Observers of the PolicyService.joaodasilva@chromium.org2012-04-231-7/+10
* Refactored the ConfigurationPolicyPrefStore to use the PolicyService.joaodasilva@chromium.org2012-04-021-0/+26
* Introduced the PolicyService.joaodasilva@chromium.org2012-02-091-0/+136