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

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

Issue 1014003004: Added definition of the policy DeviceLoginScreenDomainAutoComplete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments Created 5 years, 9 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
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 # templates and documentation. The policy definition list that Chrome sees 116 # templates and documentation. The policy definition list that Chrome sees
117 # will include policies marked with 'future'. If a WIP policy isn't meant to 117 # will include policies marked with 'future'. If a WIP policy isn't meant to
118 # be seen by the policy providers either, the 'supported_on' key should be set 118 # be seen by the policy providers either, the 'supported_on' key should be set
119 # to an empty list. 119 # to an empty list.
120 # 120 #
121 # IDs: 121 # IDs:
122 # Since a Protocol Buffer definition is generated from this file, unique and 122 # Since a Protocol Buffer definition is generated from this file, unique and
123 # persistent IDs for all fields (but not for groups!) are needed. These are 123 # persistent IDs for all fields (but not for groups!) are needed. These are
124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 124 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
125 # because doing so would break the deployed wire format! 125 # because doing so would break the deployed wire format!
126 # For your editing convenience: highest ID currently used: 296 126 # For your editing convenience: highest ID currently used: 297
127 # 127 #
128 # Placeholders: 128 # Placeholders:
129 # The following placeholder strings are automatically substituted: 129 # The following placeholder strings are automatically substituted:
130 # $1 -> Google Chrome / Chromium 130 # $1 -> Google Chrome / Chromium
131 # $2 -> Google Chrome OS / Chromium OS 131 # $2 -> Google Chrome OS / Chromium OS
132 # $3 -> Google Chrome Frame / Chromium Frame 132 # $3 -> Google Chrome Frame / Chromium Frame
133 # $6 is reserved for doc_writer 133 # $6 is reserved for doc_writer
134 # 134 #
135 # Device Policy: 135 # Device Policy:
136 # An additional flag device_only (optional, defaults to False) indicates 136 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 7145 matching lines...) Expand 10 before | Expand all | Expand 10 after
7282 'device_only': True, 7282 'device_only': True,
7283 'features': { 7283 'features': {
7284 'dynamic_refresh': False, 7284 'dynamic_refresh': False,
7285 }, 7285 },
7286 'example_value': 104857600, 7286 'example_value': 104857600,
7287 'id': 296, 7287 'id': 296,
7288 'caption': '''Set Apps and Extensions cache size (in bytes)''', 7288 'caption': '''Set Apps and Extensions cache size (in bytes)''',
7289 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user. 7289 'desc': '''<ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> cac hes Apps and Extensions for installation by multiple users of a single device to avoid re-downloading them for each user.
7290 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''', 7290 If this policy is not configured or the value is lower than 1 MB, <ph name ="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will use the default cache s ize.''',
7291 }, 7291 },
7292 {
7293 'name': 'DeviceLoginScreenDomainAutoComplete',
7294 'type': 'string',
7295 'schema': { 'type': 'string' },
7296 'supported_on': [ 'chrome_os:44-'],
7297 'device_only': True,
7298 'features': {
7299 'dynamic_refresh': True,
7300 },
7301 'example_value': 'students.school.edu',
7302 'id': 297,
7303 'caption': '''Enable domain name autocomplete during user sign in''',
7304 'desc': '''If this policy is set to a blank string or not configured, <ph name="PRODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will not show an autocom plete option during user sign-in flow.
7305 If this policy is set to a string representing a domain name, <ph name="PR ODUCT_OS_NAME">$2<ex>Google Chrome OS</ex></ph> will show an autocomplete option during user sign-in allowing the user to type in only his user name without the domain name extension. The user will be able to overwrite this domain name ext ension.''',
7306 },
7292 ], 7307 ],
7293 'messages': { 7308 'messages': {
7294 # Messages that are not associated to any policies. 7309 # Messages that are not associated to any policies.
7295 'win_supported_winxpsp2': { 7310 'win_supported_winxpsp2': {
7296 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', 7311 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''',
7297 'text': '''Microsoft Windows XP SP2 or later''' 7312 'text': '''Microsoft Windows XP SP2 or later'''
7298 }, 7313 },
7299 'mac_chrome_preferences': { 7314 'mac_chrome_preferences': {
7300 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', 7315 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''',
7301 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' 7316 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es'''
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
7403 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7418 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7404 'text': 'Default Settings (users can override)', 7419 'text': 'Default Settings (users can override)',
7405 }, 7420 },
7406 'doc_complex_policies_on_windows': { 7421 'doc_complex_policies_on_windows': {
7407 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7422 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7408 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 7423 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
7409 }, 7424 },
7410 }, 7425 },
7411 'placeholders': [], 7426 'placeholders': [],
7412 } 7427 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698