summaryrefslogtreecommitdiffstats
path: root/chrome/app/policy
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly set actions in policy_templates as requiring cygwin (gyp only)iannucci@chromium.org2012-12-171-0/+1
| | | | | | | | | TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/11572024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173557 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1312dharani@google.com2012-12-172-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173529 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for limiting the session lengthbartfab@chromium.org2012-12-151-5/+27
| | | | | | | | | | | | | | | | | If this policy is set, the user is logged out when the time since login reaches the limit. The CL adds a SessionLengthLimiter that enforces the limit. A separate CL will add the UI that shows a countdown timer to the user. BUG=chromium-os:26957 TEST=Manual TBR=sky@chromium.org (vor chrome_browser_chromeos.gypi) Review URL: https://codereview.chromium.org/11499012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173285 0039d316-1c4b-4281-b951-d872f2087c98
* Implement policy for setting the display name on public accounts.mnissler@chromium.org2012-12-141-1/+21
| | | | | | | | | BUG=chromium:164599 TEST=Manual Review URL: https://codereview.chromium.org/11566019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173162 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for restricting allowed apps/extension types.mnissler@chromium.org2012-12-111-1/+37
| | | | | | | | | | BUG=chromium:165202 TEST=Unit tests, manual: configure the policy and try to add extension of non-allowed type. Review URL: https://chromiumcodereview.appspot.com/11512004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172397 0039d316-1c4b-4281-b951-d872f2087c98
* Add a presubmit check for per_profile feature flag on user policies.mnissler@chromium.org2012-12-112-0/+15
| | | | | | | | | | BUG=None TEST=Compiles. Review URL: https://chromiumcodereview.appspot.com/11538004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172329 0039d316-1c4b-4281-b951-d872f2087c98
* Add per_profile field to policy_templates.jsonmnissler@chromium.org2012-12-111-164/+568
| | | | | | | | | | | | | This helps documenting which policies are supposed to work for cloud-managed profiles. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11308291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172307 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some policies unsupported on Chrome OS.mnissler@chromium.org2012-12-111-7/+7
| | | | | | | | | | | | | These policies have dynamic_refresh == false, thus can never have worked properly on Chrome OS. Adjust the template to match that fact. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11316302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172196 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1312dharani@google.com2012-12-1052-3000/+4978
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172088 0039d316-1c4b-4281-b951-d872f2087c98
* Roll grit to version 90.joaodasilva@chromium.org2012-12-101-10/+21
| | | | | | | | | Added additional presubmit checks for policy features. Review URL: https://chromiumcodereview.appspot.com/11492004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172047 0039d316-1c4b-4281-b951-d872f2087c98
* Add policies to block selectively the video or audio capture through ↵pastarmovj@google.com2012-12-061-4/+22
| | | | | | | | | | | | | WebRTC/html. Also makes sure the UI is updated appropriately. BUG=159400 TEST=unit,browser; Manually by setting the new policies to DENY and verify that the devices are not available. Review URL: https://codereview.chromium.org/11418089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171467 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for ash launcher auto-hide behaviorbartfab@chromium.org2012-12-041-1/+41
| | | | | | | | | | | | | | | This CL adds a policy that controls the ash launcher auto-hide behavior. It also modifies the way that the launcher context menu reads and toggles the current auto-hide behavior, ensuring that all changes go through the kShelfAutoHideBehaviorLocal pref that the policy can override. BUG=152929 TBR=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/11418114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170947 0039d316-1c4b-4281-b951-d872f2087c98
* Used shared proto messages for user cloud policies of the same type.joaodasilva@chromium.org2012-11-281-2/+43
| | | | | | | | | BUG=141368 Review URL: https://chromiumcodereview.appspot.com/11308120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170022 0039d316-1c4b-4281-b951-d872f2087c98
* Fix documentation for the printing policies.mnissler@chromium.org2012-11-281-7/+7
| | | | | | | | | | | | They had a misleading sentence about the user being able to disable printing, which is gone now. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11415150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169923 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy for disabling the built-in asynchronous DNS client.szym@chromium.org2012-11-261-1/+20
| | | | | | | | | | | Ensure the callback passed to PrefMember::Init is called on the target thread after PrefMember::MoveToThread. BUG=161381 Review URL: https://chromiumcodereview.appspot.com/11358206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169521 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy to show a logout button in the ash system traybartfab@chromium.org2012-11-231-1/+18
| | | | | | | | | | | | This CL adds a policy that, when enabled, adds a big, red logout button to the ash system tray. BUG=152929 Review URL: https://chromiumcodereview.appspot.com/11411143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169337 0039d316-1c4b-4281-b951-d872f2087c98
* Roll grit to rev 86.joaodasilva@chromium.org2012-11-201-1/+1
| | | | | | | | | | | Updated recommended policy label (depends on the grit roll). BUG=115278 Review URL: https://chromiumcodereview.appspot.com/11411093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168834 0039d316-1c4b-4281-b951-d872f2087c98
* Add device policy definition for local accounts.mnissler@chromium.org2012-11-161-1/+19
| | | | | | | | | | BUG=chromium-os:35715 TEST=None Review URL: https://chromiumcodereview.appspot.com/11358113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168236 0039d316-1c4b-4281-b951-d872f2087c98
* Document not set behaviour for ForceSafeSearch policy.mnissler@chromium.org2012-11-131-1/+1
| | | | | | | | | | | BUG=chromium:159241 TEST=None R=joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/11361238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167391 0039d316-1c4b-4281-b951-d872f2087c98
* Add a SafeSearch preference, policy and implementation.sergiu@chromium.org2012-11-081-1/+19
| | | | | | | | | | | | | | | | | | When the SafeSearch preference is set and the user searches on Google the safe=active&ssui=on parameters are added at the end of the query if they are not already set to the correct value. We do this after the request was handled by extensions. Also added a policy tied to the SafeSearch preference and both unit tests for the SafeSearch code and browser tests for the policy part. TBR=thakis@chromium.org BUG=159241 TEST=Included unit and browser tests. Review URL: https://chromiumcodereview.appspot.com/11186002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166656 0039d316-1c4b-4281-b951-d872f2087c98
* Remove depedency on app/policy/cloud_policy_codegen.gyp:policy for ↵nileshagrawal@chromium.org2012-11-011-2/+0
| | | | | | | | | | | configuration_policy==0 builds. BUG=155069 Review URL: https://chromiumcodereview.appspot.com/11337025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165477 0039d316-1c4b-4281-b951-d872f2087c98
* Add fifth batch of controlled setting indicatorsbartfab@chromium.org2012-10-251-5/+5
| | | | | | | | | | | | This CL continues the addition of controlled setting indicators to the Chrome settings UI. BUG=104955 Review URL: https://chromiumcodereview.appspot.com/11232046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164055 0039d316-1c4b-4281-b951-d872f2087c98
* Update policy presubmit check after two policies were renamedbartfab@chromium.org2012-10-251-2/+2
| | | | | | | | | | | The policies related to Drive were renamed from GData* to Drive*. This CL updates the policy presubmit check accordingly. BUG=None Review URL: https://codereview.chromium.org/11271018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164041 0039d316-1c4b-4281-b951-d872f2087c98
* drive: Rename GData* to Drive* in policy_templates.jsonsatorux@chromium.org2012-10-221-11/+11
| | | | | | | | | | | GData* were misnomers as these were to control Google Drive integration. BUG=157091 TEST=compiles Review URL: https://codereview.chromium.org/11232034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163249 0039d316-1c4b-4281-b951-d872f2087c98
* Add controlled setting indicators for content settingsbartfab@chromium.org2012-10-191-7/+3
| | | | | | | | | | | | | This CL adds controlled setting indicators to the content settings configuration dialog at chrome://chrome/settings/content and its popup dialogs for configuring per-host exceptions. BUG=104955 Review URL: https://chromiumcodereview.appspot.com/11078023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162897 0039d316-1c4b-4281-b951-d872f2087c98
* Device-level ONC has hit the present, remove the future tag.mnissler@chromium.org2012-10-181-1/+0
| | | | | | | | | | | | BUG=None TEST=None R=joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/11190054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162794 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1271karen@chromium.org2012-10-1752-475/+11519
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162313 0039d316-1c4b-4281-b951-d872f2087c98
* Updated the policy template documentation for the SafeBrowsingEnabled and ↵joaodasilva@chromium.org2012-10-161-2/+2
| | | | | | | | Disable3DAPIs policies. Review URL: https://chromiumcodereview.appspot.com/11178002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162125 0039d316-1c4b-4281-b951-d872f2087c98
* Update the policy template documentation about the DnsPrefetchingEnabled ↵joaodasilva@chromium.org2012-10-151-0/+2
| | | | | | | | | | | policy, which also controls preconnect and prerendering. BUG=58462 Review URL: https://chromiumcodereview.appspot.com/11143016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161880 0039d316-1c4b-4281-b951-d872f2087c98
* Fix list of allowed values for DefaultMediaStreamSetting policybartfab@chromium.org2012-10-131-6/+6
| | | | | | | | | | | | | | This policy controls a content setting that supports two settings, "block" and "ask". The integer policy value is automatically translated into a content setting via the mapping 1="allow", 2="block", 3="ask". Thus, the allowed values for this policy are [2, 3], not [1, 2]. BUG=155513 Review URL: https://chromiumcodereview.appspot.com/11108018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161769 0039d316-1c4b-4281-b951-d872f2087c98
* Update the documentation of the ExtensionsInstallForcelist policy.pastarmovj@chromium.org2012-10-121-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11118016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161586 0039d316-1c4b-4281-b951-d872f2087c98
* Update the policy documentation for EnterpriseWebStoreURL.mnissler@chromium.org2012-10-121-1/+1
| | | | | | | | | | | | | It should mention that ExtensionInstallSources is also required to allow actual installation of extensions and apps. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/11115008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161579 0039d316-1c4b-4281-b951-d872f2087c98
* Remove "DisabledPluginsByVersion" policy.bauerb@chromium.org2012-10-121-23/+2
| | | | | | | | | | | | This reverts revisions 159009 and 159570, but keeps the UI changes to chrome://plugins. TBR=jam@chromium.org BUG=68777 Review URL: https://chromiumcodereview.appspot.com/11087076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161567 0039d316-1c4b-4281-b951-d872f2087c98
* Increase URL blacklist size limit to 1000.mnissler@chromium.org2012-10-111-2/+2
| | | | | | | | | | | BUG=chromium-os:35207 TEST=None R=joaodasilva@chromium.org Review URL: https://chromiumcodereview.appspot.com/11066116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161333 0039d316-1c4b-4281-b951-d872f2087c98
* Document variables that can be expanded on the relevant policies.joaodasilva@chromium.org2012-10-111-0/+8
| | | | | | | | | BUG=155154 Review URL: https://chromiumcodereview.appspot.com/11093067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161327 0039d316-1c4b-4281-b951-d872f2087c98
* Introduces a search term extraction mechanism working for arbitrary search ↵beaudoin@chromium.org2012-10-091-1/+19
| | | | | | | | | | | | | | | providers. Repalces the omnibox content with the actual search term when searching on the user's default search engine. Meant to be used with instant extended. Note: Will only convert URLs that have the espv=1 query parameter. BUG=139176, 135106 Review URL: https://chromiumcodereview.appspot.com/10908226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160884 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the recommended setting for the RestoreOnStartupURLs policy on the ↵joaodasilva@chromium.org2012-10-092-4/+5
| | | | | | | | | | templates. BUG=106684,154785 Review URL: https://codereview.chromium.org/11092019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160829 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome_os from supported_on for host components.jamiewalch@chromium.org2012-10-011-5/+5
| | | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10989036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159551 0039d316-1c4b-4281-b951-d872f2087c98
* Add policy to disable specific plugin versionsibraaaa@google.com2012-09-271-1/+22
| | | | | | | | | BUG=68777 TEST=follow steps in here: http://dev.chromium.org/developers/how-tos/enterprise/adding-new-policies for manually testing your policy. Specify in your test a specific plugin version and then check about:plugins Review URL: https://chromiumcodereview.appspot.com/10933072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159009 0039d316-1c4b-4281-b951-d872f2087c98
* Converted policy_prefs_ui.py pyauto test to a browser_test.joaodasilva@chromium.org2012-09-181-21/+16
| | | | | | | | | | | This is a reland of http://codereview.chromium.org/10905223/ after parameterizing the tests so they don't timeout on chromeos debug bots. BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10918263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157346 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 156629 - Converted policy_prefs_ui.py pyauto test to a browser_test.miket@chromium.org2012-09-131-16/+21
| | | | | | | | | | | | BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10905223 TBR=joaodasilva@chromium.org Review URL: https://codereview.chromium.org/10918235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156662 0039d316-1c4b-4281-b951-d872f2087c98
* Converted policy_prefs_ui.py pyauto test to a browser_test.joaodasilva@chromium.org2012-09-131-21/+16
| | | | | | | | | BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10905223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156629 0039d316-1c4b-4281-b951-d872f2087c98
* Add the Click-to-play option to the DefaultPluginSetting policy.joaodasilva@chromium.org2012-09-071-1/+8
| | | | | | | | BUG=66884 Review URL: https://chromiumcodereview.appspot.com/10907109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155389 0039d316-1c4b-4281-b951-d872f2087c98
* Implement two new policies to control muting the audio I/O.pastarmovj@chromium.org2012-09-031-1/+35
| | | | | | | | | | BUG=chromium-os:11263 TEST=Manually set the policies in CPanel and observe that no sound is produced/recored on the device. TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10873085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154692 0039d316-1c4b-4281-b951-d872f2087c98
* Improve documentation of the ExtensionInstallForcelist policy, regarding ↵joaodasilva@chromium.org2012-08-291-1/+1
| | | | | | | | | | extension updates. BUG=144638 Review URL: https://chromiumcodereview.appspot.com/10896037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153894 0039d316-1c4b-4281-b951-d872f2087c98
* Clarified description of the timezone policy.pneubeck@chromium.org2012-08-231-4/+4
| | | | | | | | | | | Refining this CL: http://codereview.chromium.org/10832222/ TBR=nirnimesh@chromium.org BUG=chromium-os:27206 Review URL: https://chromiumcodereview.appspot.com/10829449 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153022 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1229karen@chromium.org2012-08-1850-4057/+777
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152195 0039d316-1c4b-4281-b951-d872f2087c98
* Added a timezone policy and pyauto tests for it.pneubeck@chromium.org2012-08-161-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | Relanding this CL https://chromiumcodereview.appspot.com/10827050/ after a memory leak was fixed in the master. TBR=darin@chromium.org BUG=chromium-os:27206 TEST= Test active policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is reset to X Test inactive policy: 1. Set the timezone policy to X. 2. Login, set timezone to Y (!= X) 3. Logout, check that the timezone is still Y Review URL: https://chromiumcodereview.appspot.com/10832222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151884 0039d316-1c4b-4281-b951-d872f2087c98
* Add Chromoting curtain-mode policy.jamiewalch@chromium.org2012-08-131-1/+16
| | | | | | | | | BUG=110111 Review URL: https://chromiumcodereview.appspot.com/10827265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151350 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r150536 - "Added a timezone policy and pyauto tests for it."mnissler@chromium.org2012-08-081-17/+1
| | | | | | | | | | | It broke unit tests on Chrome OS. BUG=None TBR=pneubeck@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150540 0039d316-1c4b-4281-b951-d872f2087c98