summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-6/+6
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-191-2/+2
* Allow policy refresh rate to be configured through policy.mnissler@chromium.org2011-01-1916-284/+469
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-32/+25
* Revert 71656 - Allow policy refresh rate to be configured through policymnissler@chromium.org2011-01-1814-463/+269
* Allow policy refresh rate to be configured through policy.mnissler@chromium.org2011-01-1814-269/+463
* Remove MessageLoop::DestructionObserver registration from ConfigurationPolicy...jkummerow@chromium.org2011-01-182-15/+3
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-8/+8
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-141-2/+2
* Policy: Add ProxyMode and deprecate ProxyServerMode.danno@chromium.org2011-01-136-95/+208
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-133-23/+24
* Makes the instant url managed by group policy.sky@chromium.org2011-01-127-0/+19
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-112-2/+0
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-5/+5
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-6/+6
* Move lots of GMock stuff out of line.erg@google.com2011-01-052-1/+31
* Lifecycle management for PolicyProvidersjkummerow@chromium.org2011-01-0516-188/+249
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-022-2/+2
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-4/+4
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-012-4/+4
* Fix setting a proxy configuration via policy that specifies a .pac file.danno@chromium.org2010-12-292-12/+13
* Remove a dead type declaration overlooked when merging.mnissler@chromium.org2010-12-231-2/+0
* Observer interface for PolicyProvidersjkummerow@chromium.org2010-12-2316-124/+196
* Handle policy refresh internally in ConfigurationPolicyPrefStore.mnissler@chromium.org2010-12-2310-759/+964
* Introduce a separate preference for 'proxy server mode'battre@chromium.org2010-12-238-245/+277
* Refactor the windows policy provider to use AsynchronousPolicyProvider.danno@chromium.org2010-12-2313-485/+522
* (Re-landing http://codereview.chromium.org/5991003 after Chromium OSkbr@chromium.org2010-12-213-1/+8
* Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...chase@chromium.org2010-12-203-8/+1
* Added group policy for disabling all client-side 3D APIs in Chromiumkbr@chromium.org2010-12-203-1/+8
* Allow default desktop content settings and default geolocation settings to be...markusheintz@chromium.org2010-12-202-12/+21
* Cleanup: Remove unneeded includes of notification_service.h, part 2.thestig@chromium.org2010-12-171-1/+0
* Almost done deinlining virtual methods.erg@google.com2010-12-162-9/+28
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Really apply the temp fix for hitting I/O on the main thread. Already approved.avi@chromium.org2010-12-151-1/+1
* Policy refresh hits the registry (an I/O operation) on the main thread.avi@chromium.org2010-12-141-0/+5
* Fix policy refresh.danno@chromium.org2010-12-142-8/+8
* Deinline even more destructors.erg@google.com2010-12-146-3/+12
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-133-3/+0
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-1/+1
* Fix memory leaks in AsynchronousPolicyProvider.danno@chromium.org2010-12-102-9/+11
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-091-8/+9
* Sanitize PrefStore interface.mnissler@chromium.org2010-12-093-65/+68
* Refactor FileBasedPolicyProvider, introduce AsynchronousPolicyProvider.danno@chromium.org2010-12-0921-534/+953
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-5/+5
* Clean up pref change notification handling.mnissler@chromium.org2010-12-081-1/+0
* Move more code from headers to implementation.erg@google.com2010-12-076-19/+40
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* fix buildben@chromium.org2010-12-021-1/+1