summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy
Commit message (Expand)AuthorAgeFilesLines
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-292-2/+2
* chromeos: Change all clients of UpdateLibrary to use UpdateEngineClient.satorux@chromium.org2011-11-221-3/+4
* Added ConfigurationPolicyProvider::RefreshPolicies.joaodasilva@chromium.org2011-11-2132-208/+420
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-214-8/+8
* Add policies to specify an enterprise web store.dubroy@chromium.org2011-11-181-0/+4
* Add policies to control the disk cache size.pastarmovj@chromium.org2011-11-182-0/+8
* Allow JSONWriter and JSONValueSerializer to ignore binary values when instruc...ericdingle@chromium.org2011-11-181-2/+3
* Eliminate CrosLibrary::EnsureLoadedstevenjb@google.com2011-11-171-3/+2
* Allow trailing comma in JSON policy files.pastarmovj@chromium.org2011-11-171-0/+1
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+2
* Add client side protobuf fields for reporting status with policy requests.dubroy@chromium.org2011-11-161-5/+111
* Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali...kmadhusu@chromium.org2011-11-161-2/+2
* chrome: Remove 14 exit time destructors and 2 static initializers.thakis@chromium.org2011-11-161-2/+2
* UserPolicyCache only becomes ready after policy has been fetched.joaodasilva@chromium.org2011-11-1515-56/+288
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-14/+14
* Fix display and progressive disclosure for multi-line values in about:policy.mnissler@chromium.org2011-11-151-1/+1
* Surface error messages from ONC parsing in about:policy.mnissler@chromium.org2011-11-147-3/+288
* Fix memory leaks introduced with http://codereview.chromium.org/8467011mnissler@chromium.org2011-11-101-18/+22
* Include only policy definitions that apply to the platfrom in the policy defi...mnissler@chromium.org2011-11-1018-1172/+698
* [cros] Remove Views implementation for login/OOBE.nkostylev@chromium.org2011-11-094-219/+22
* Introduced the ConfigurationPolicyHandlerList class, and refactored some ofjoaodasilva@chromium.org2011-11-058-499/+573
* Wire up policy with NetworkLibrary.mnissler@chromium.org2011-11-048-2/+208
* Deprecate the JavascriptEnabled policy.joaodasilva@chromium.org2011-11-042-29/+75
* Warn about deprecated policies on the console and about:policy.joaodasilva@chromium.org2011-11-046-96/+112
* Fix ChromeOS compilation error.joi@chromium.org2011-11-031-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0221-0/+33
* Add policy for blocking GCP printing.abodenha@chromium.org2011-10-315-3/+23
* Revert 107748 - Add policy for blocking GCP printing.abodenha@chromium.org2011-10-285-16/+4
* Display policy parsing errors in about:policy.joaodasilva@chromium.org2011-10-286-36/+46
* Add policy for blocking GCP printing.abodenha@chromium.org2011-10-285-4/+16
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-2820-43/+44
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-282-12/+10
* Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...jam@chromium.org2011-10-272-3/+2
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-262-23/+13
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-262-4/+4
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-256-37/+41
* Rename network configuration policy as per Zhanyong's proposal.mnissler@chromium.org2011-10-253-9/+10
* Make policy errors available to display in about:policy.joaodasilva@chromium.org2011-10-2514-976/+1666
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-247-85/+85
* Readability review for joaodasilvajoaodasilva@chromium.org2011-10-222-30/+36
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-202-4/+0
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-2/+0
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-196-39/+40
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Generate Chrome policy definition list from policy_templates.json.joaodasilva@chromium.org2011-10-1327-373/+93
* Add a content::GetUserAgent() to wrap webkit_glue::GetUserAgent(), sodpranke@chromium.org2011-10-121-2/+2
* Make EnterpriseMetricsTest.* run on Chrome OS more smoothly.satorux@chromium.org2011-10-121-0/+11
* Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.joaodasilva@chromium.org2011-10-121-4/+33
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-112-21/+3
* Lazy-initialize machine id and model for device policy.mnissler@chromium.org2011-10-103-65/+61