Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 155573003: Add policy management for on-screen keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser test and code cleanup. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # templates and documentation. The policy definition list that Chrome sees 111 # templates and documentation. The policy definition list that Chrome sees
112 # will include policies marked with 'future'. If a WIP policy isn't meant to 112 # will include policies marked with 'future'. If a WIP policy isn't meant to
113 # be seen by the policy providers either, the 'supported_on' key should be set 113 # be seen by the policy providers either, the 'supported_on' key should be set
114 # to an empty list. 114 # to an empty list.
115 # 115 #
116 # IDs: 116 # IDs:
117 # Since a Protocol Buffer definition is generated from this file, unique and 117 # Since a Protocol Buffer definition is generated from this file, unique and
118 # persistent IDs for all fields (but not for groups!) are needed. These are 118 # persistent IDs for all fields (but not for groups!) are needed. These are
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
120 # because doing so would break the deployed wire format! 120 # because doing so would break the deployed wire format!
121 # For your editing convenience: highest ID currently used: 254 121 # For your editing convenience: highest ID currently used: 256
122 # 122 #
123 # Placeholders: 123 # Placeholders:
124 # The following placeholder strings are automatically substituted: 124 # The following placeholder strings are automatically substituted:
125 # $1 -> Google Chrome / Chromium 125 # $1 -> Google Chrome / Chromium
126 # $2 -> Google Chrome OS / Chromium OS 126 # $2 -> Google Chrome OS / Chromium OS
127 # $3 -> Google Chrome Frame / Chromium Frame 127 # $3 -> Google Chrome Frame / Chromium Frame
128 # $6 is reserved for doc_writer 128 # $6 is reserved for doc_writer
129 # 129 #
130 # Device Policy: 130 # Device Policy:
131 # An additional flag device_only (optional, defaults to False) indicates 131 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 5304 matching lines...) Expand 10 before | Expand all | Expand 10 after
5436 5436
5437 If this policy is set to true, high contrast mode will always be enabl ed. 5437 If this policy is set to true, high contrast mode will always be enabl ed.
5438 5438
5439 If this policy is set to false, high contrast mode will always be disa bled. 5439 If this policy is set to false, high contrast mode will always be disa bled.
5440 5440
5441 If you set this policy, users cannot change or override it. 5441 If you set this policy, users cannot change or override it.
5442 5442
5443 If this policy is left unset, high contrast mode is disabled initially but can be enabled by the user anytime.''' 5443 If this policy is left unset, high contrast mode is disabled initially but can be enabled by the user anytime.'''
5444 }, 5444 },
5445 { 5445 {
5446 'name': 'VirtualKeyboardEnabled',
5447 'type': 'main',
5448 'schema': { 'type': 'boolean' },
5449 'supported_on': ['chrome_os:34-'],
5450 'features': {
5451 'can_be_recommended': True,
5452 'dynamic_refresh': True,
5453 'per_profile': True,
5454 },
5455 'example_value': True,
5456 'id': 255,
5457 'caption': '''Enable on-screen keyboard''',
5458 'desc': '''Enable the on-screen keyboard accessibility feature.
5459
5460 If this policy is set to true, the on-screen keyboard will always be e nabled.
5461
5462 If this policy is set to false, the on-screen keyboard will always be disabled.
5463
5464 If you set this policy, users cannot change or override it.
5465
5466 If this policy is left unset, the on-screen keyboard is disabled initi ally but can be enabled by the user anytime.'''
5467 },
5468 {
5446 'name': 'ScreenMagnifierType', 5469 'name': 'ScreenMagnifierType',
5447 'type': 'int-enum', 5470 'type': 'int-enum',
5448 'schema': { 5471 'schema': {
5449 'type': 'integer', 5472 'type': 'integer',
5450 'enum': [ 0, 1 ], 5473 'enum': [ 0, 1 ],
5451 }, 5474 },
5452 'items': [ 5475 'items': [
5453 { 5476 {
5454 'name': 'None', 5477 'name': 'None',
5455 'value': 0, 5478 'value': 0,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
5538 5561
5539 If this policy is set to true, high contrast mode will be enabled when the login screen is shown. 5562 If this policy is set to true, high contrast mode will be enabled when the login screen is shown.
5540 5563
5541 If this policy is set to false, high contrast mode will be disabled wh en the login screen is shown. 5564 If this policy is set to false, high contrast mode will be disabled wh en the login screen is shown.
5542 5565
5543 If you set this policy, users can temporarily override it by enabling or disabling high contrast mode. However, the user's choice is not persistent an d the default is restored whenever the login screen is shown anew or the user re mains idle on the login screen for a minute. 5566 If you set this policy, users can temporarily override it by enabling or disabling high contrast mode. However, the user's choice is not persistent an d the default is restored whenever the login screen is shown anew or the user re mains idle on the login screen for a minute.
5544 5567
5545 If this policy is left unset, high contrast mode is disabled when the login screen is first shown. Users can enable or disable high contrast mode anyt ime and its status on the login screen is persisted between users.''', 5568 If this policy is left unset, high contrast mode is disabled when the login screen is first shown. Users can enable or disable high contrast mode anyt ime and its status on the login screen is persisted between users.''',
5546 }, 5569 },
5547 { 5570 {
5571 'name': 'DeviceLoginScreenDefaultVirtualKeyboardEnabled',
5572 'type': 'main',
5573 'schema': { 'type': 'boolean' },
5574 'supported_on': ['chrome_os:34-'],
5575 'device_only': True,
5576 'features': {
5577 'dynamic_refresh': True,
5578 },
5579 'example_value': True,
5580 'id': 256,
5581 'caption': '''Set default state of the on-screen keyboard on the login screen''',
5582 'desc': '''Set the default state of the on-screen keyboard accessibili ty feature on the login screen.
5583
5584 If this policy is set to true, the on-screen keyboard will be enabled when the login screen is shown.
5585
5586 If this policy is set to false, the on-sreen keyboard will be disabled when the login screen is shown.
5587
5588 If you set this policy, users can temporarily override it by enabling or disabling the on-screen keyboard. However, the user's choice is not persisten t and the default is restored whenever the login screen is shown anew or the use r remains idle on the login screen for a minute.
bartfab (slow) 2014/02/11 12:41:37 You forgot to add the pref to recommendation_resto
kevers 2014/02/12 14:54:49 Done.
5589
5590 If this policy is left unset, the on-screen keyboard is disabled when the login screen is first shown. Users can enable or disable the on-screen keybo ard anytime and its status on the login screen is persisted between users.''',
5591 },
5592 {
5548 'name': 'DeviceLoginScreenDefaultScreenMagnifierType', 5593 'name': 'DeviceLoginScreenDefaultScreenMagnifierType',
5549 'type': 'int-enum', 5594 'type': 'int-enum',
5550 'schema': { 5595 'schema': {
5551 'type': 'integer', 5596 'type': 'integer',
5552 'enum': [ 0, 1 ], 5597 'enum': [ 0, 1 ],
5553 }, 5598 },
5554 'items': [ 5599 'items': [
5555 { 5600 {
5556 'name': 'None', 5601 'name': 'None',
5557 'value': 0, 5602 'value': 0,
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
6121 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6166 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6122 'text': 'deprecated', 6167 'text': 'deprecated',
6123 }, 6168 },
6124 'doc_recommended': { 6169 'doc_recommended': {
6125 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6170 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6126 'text': 'Default Settings (users can override)', 6171 'text': 'Default Settings (users can override)',
6127 }, 6172 },
6128 }, 6173 },
6129 'placeholders': [], 6174 'placeholders': [],
6130 } 6175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698