summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/policy.html
Commit message (Collapse)AuthorAgeFilesLines
* Hide the user and/or device policy section on about:policy when appropriate.joaodasilva@chromium.org2011-10-071-2/+2
| | | | | | | | | | | | | Also fixes the "150.123 days since last fetch" bug. This was started as http://codereview.chromium.org/8060054/ BUG=chromium-os:20756 TEST=about:policy doesn't show the device policy status on non-enterprise devices. Same for user policy status. Review URL: http://codereview.chromium.org/8133019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104469 0039d316-1c4b-4281-b951-d872f2087c98
* Replace <meta> tag with header for content-security-policy on chrome:// pages.tsepez@chromium.org2011-10-051-1/+0
| | | | | | | | | By default, all chrome:// pages will get CSP with a whitelist of the exceptions. BUG=98877 Review URL: http://codereview.chromium.org/8124010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104134 0039d316-1c4b-4281-b951-d872f2087c98
* Apply content-security-policy directive to chrome://policy page. WebUI ↵tsepez@chromium.org2011-09-301-0/+1
| | | | | | | | pages should specify CSP as a second line of defense against XSS vulnerabilities. Review URL: http://codereview.chromium.org/8102003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103541 0039d316-1c4b-4281-b951-d872f2087c98
* Policy: about:policy now hides unsent policies in such a way that the page ↵simo@google.com2011-09-301-2/+1
| | | | | | | | | | | | isn't unnecessarily long. BUG=20989 TEST= Review URL: http://codereview.chromium.org/8072028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103448 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented status section functionality for about:policy.simo@google.com2011-09-141-42/+88
| | | | | | | | | | | | | Displaying status information Fetching of policies on click Refresh of policy information when it changes BUG= TEST= Review URL: http://codereview.chromium.org/7828042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101061 0039d316-1c4b-4281-b951-d872f2087c98
* First CL for the about:policy page. This only implements the policy section ↵simo@google.com2011-08-311-8/+6
| | | | | | | | | | | | | of the page. Preliminary design doc: https://docs.google.com/a/google.com/document/d/1KWsF52ImY4eJbNgizaA6Gw_aMVg24zgZfypKZBs376k/edit?hl=en_US&ndplr=1 TEST=set some policies, start chrome and go to chrome://policy Review URL: http://codereview.chromium.org/7585036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98977 0039d316-1c4b-4281-b951-d872f2087c98
* Added group policies to enable/disable importing of data from other browsers.simo@google.com2011-08-161-0/+113
These are now proper user policies and disable/enable import settings even after the first run. There are separate policies for bookmarks, history, saved passwords, search engines and homepage. BUG=71080 TEST= Review URL: http://codereview.chromium.org/7390027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96921 0039d316-1c4b-4281-b951-d872f2087c98