summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
Commit message (Collapse)AuthorAgeFilesLines
* Added device naming information to chrome://policypbond2015-04-151-0/+12
| | | | | | | | | | | Added Asset Id, Location of the device and directory API ID to the device policy box. BUG=464184 Review URL: https://codereview.chromium.org/1052943002 Cr-Commit-Position: refs/heads/master@{#325225}
* Fix error message punctuation.tnagel2014-12-091-3/+3
| | | | | | | | | | | When the error message is assembled, the periods accumulate. This CL removes the duplicates. BUG=none Review URL: https://codereview.chromium.org/790813002 Cr-Commit-Position: refs/heads/master@{#307489}
* Add ExtensionSettings Policybinjin2014-10-091-0/+3
| | | | | | | | | | | | | This CL add a new ExtensionSettings policy, it's a dictionary bundled policy covering all existing extension-related policies. GeneratePolicySource unit test is enhanced as well, since new functionality is added to policy templates. BUG=177351 TEST=ExtensionSettingsPolicyHandlerTest Review URL: https://codereview.chromium.org/633883002 Cr-Commit-Position: refs/heads/master@{#298933}
* Enable policy support for registering protocol handler.kaliamoorthi@chromium.org2014-06-161-0/+3
| | | | | | | | | | The CL adds a new policy for registering protocol handlers. BUG=116119 Review URL: https://codereview.chromium.org/309553011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277475 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the ManagedBookmarks policy on all platforms.joaodasilva@chromium.org2014-06-011-12/+3
| | | | | | | | | | | | | | | | | | | | | | | This CL makes a couple more changes to accomodate for the implementation of this policy: - moved the kManagedBookmarks pref into the bookmarks component, so that it can be referred to from there; - moved the strings for the managed bookmarks folder name for the same reasons; - updated the policy schema to support child bookmarks; - updated the ManagedBookmarksPolicyHandler to use the schema validation code, and added a new unit test for that. TBR=nyquist@chromium.org BUG=49598 Review URL: https://codereview.chromium.org/307993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274124 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unused policy resources or mark them as platform-specific.thestig@chromium.org2014-04-231-18/+17
| | | | | | Review URL: https://codereview.chromium.org/246273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265752 0039d316-1c4b-4281-b951-d872f2087c98
* Include more pak resource files when running tests on Android.joaodasilva@chromium.org2014-03-311-9/+3
| | | | | | | | BUG=357771 Review URL: https://codereview.chromium.org/217523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260589 0039d316-1c4b-4281-b951-d872f2087c98
* Add error message for domain mismatch on re-enrollment.mnissler@chromium.org2014-03-281-0/+8
| | | | | | | | | | | | | | | | This error shows up if the server indicates to the client that enrollment got rejected due to the device belonging do a different domain (as indicated by the client-provided state key). BUG=chromium:357207 TEST=Manual, check that the error message shows up on domain mismatch. R=asvitkine@chromium.org, dpolukhin@chromium.org, joaodasilva@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260102 Review URL: https://codereview.chromium.org/214963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260216 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add error message for domain mismatch on re-enrollment."mnissler@chromium.org2014-03-281-3/+0
| | | | | | | | | | | | | | | | | | | This reverts https://src.chromium.org/viewvc/chrome?view=rev&revision=260102 It seems to have caused android build breakage: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Tests%20%28dbg%29&number=19481 BUG=chromium:357207 TEST=None TBR=mnissler@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/216923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260110 0039d316-1c4b-4281-b951-d872f2087c98
* Add error message for domain mismatch on re-enrollment.mnissler@chromium.org2014-03-281-0/+3
| | | | | | | | | | | | | | This error shows up if the server indicates to the client that enrollment got rejected due to the device belonging do a different domain (as indicated by the client-provided state key). BUG=chromium:357207 TEST=Manual, check that the error message shows up on domain mismatch. R=asvitkine@chromium.org, dpolukhin@chromium.org, joaodasilva@chromium.org Review URL: https://codereview.chromium.org/214963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260102 0039d316-1c4b-4281-b951-d872f2087c98
* Set drive as the default download folderkaliamoorthi@chromium.org2014-03-141-0/+3
| | | | | | | | | | This CL modifies download directory policy handler to enable drive to be set as the default download folder in chromebooks. BUG=340052 Review URL: https://codereview.chromium.org/197013007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257206 0039d316-1c4b-4281-b951-d872f2087c98
* Moved the ManagedBookmarksPolicyHandler to a shared file.joaodasilva@chromium.org2014-03-131-1/+1
| | | | | | | | | | | This change allows reusing that policy handler on iOS too. The strings used by this handler are also included on iOS builds now. BUG=349983 Review URL: https://codereview.chromium.org/199233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256922 0039d316-1c4b-4281-b951-d872f2087c98
* Remove pp_ifdef from grd files in components/.newt@chromium.org2014-02-201-2/+2
| | | | | | | | | | | | | Generated using: > cd src/components > git grep -l pp_ifdef | xargs sed -i "s:pp_ifdef('\([^']\+\)'):\1:g" BUG=343235 R=joi@chromium.org Review URL: https://codereview.chromium.org/171793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252149 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for schema validate error to PolicyErrorMapbinjin@chromium.org2014-02-051-0/+3
| | | | | | | | BUG=258339 Review URL: https://codereview.chromium.org/144363008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249005 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for signed policy blobs on desktop.atwilson@chromium.org2014-02-021-0/+3
| | | | | | | | | | | | | PolicyFetchRequests on desktop now request signed policy blobs. Also added plumbing for injecting a google-supplied key to verify the blob signing keys to protect against local tampering. BUG=275291 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/116273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248416 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new AssociationState DEPROVISIONED for cloud policy.mnissler@chromium.org2013-12-201-0/+10
| | | | | | | | | | | | This adds a new enum value to Policy.AssociationState, indicating that the server side dropped the client from management. The association state is now also surfaced in the Status line in about:policy. BUG=chromium:329834 Review URL: https://codereview.chromium.org/117253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242099 0039d316-1c4b-4281-b951-d872f2087c98
* Error message for "device deprovisioned" on enterprise enrollment.mnissler@chromium.org2013-12-121-0/+3
| | | | | | | | | | | | | A new server-side feature allows administrators to deprovision devices on their domain - basically marking them as no-longer-to-be-managed. This adds the strings and wiring to show a suitable error message for the case where somebody tries to enroll the device. BUG=chromium:323724 Review URL: https://codereview.chromium.org/101123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240409 0039d316-1c4b-4281-b951-d872f2087c98
* Move policy strings to components/policy_strings.grdp.dconnelly@chromium.org2013-11-261-0/+290
This facilitates the refactoring of chrome/browser/policy into a layered component. BUG=271392 TBR=joi Review URL: https://codereview.chromium.org/85753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237336 0039d316-1c4b-4281-b951-d872f2087c98