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

Side by Side Diff: chrome/app/policy/policy_templates.json

Issue 11078023: Add controlled setting indicators for content settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/policy/policy_prefs_browsertest.cc » ('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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'type': 'main', 325 'type': 'main',
326 'schema': { 'type': 'boolean' }, 326 'schema': { 'type': 'boolean' },
327 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 327 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
328 'features': {'dynamic_refresh': True}, 328 'features': {'dynamic_refresh': True},
329 'deprecated': True, 329 'deprecated': True,
330 'example_value': True, 330 'example_value': True,
331 'id': 9, 331 'id': 9,
332 'caption': '''Enable JavaScript''', 332 'caption': '''Enable JavaScript''',
333 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting instead. 333 'desc': '''This policy is deprecated, please use DefaultJavaScriptSetting instead.
334 334
335 Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph > and prevents users from changing this setting. 335 Can be used to disabled JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
336 336
337 If this setting is enabled or not configured, web pages can use JavaScript . 337 If this setting is disabled, web pages cannot use JavaScript and the user cannot change that setting.
338 338
339 If this setting is disabled, web pages cannot use JavaScript. 339 If this setting is enabled or not set, web pages can use JavaScript but th e user can change that setting.''',
340
341 If this policy is left not set the default value will be used which is ena bled and the user will be able to change it.
342
343 If this policy is left not set, this will be enabled but the user will be able to change it.''',
344 }, 340 },
345 { 341 {
346 'name': 'IncognitoEnabled', 342 'name': 'IncognitoEnabled',
347 'type': 'main', 343 'type': 'main',
348 'schema': { 'type': 'boolean' }, 344 'schema': { 'type': 'boolean' },
349 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'], 345 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
350 'features': {'dynamic_refresh': True}, 346 'features': {'dynamic_refresh': True},
351 'deprecated': True, 347 'deprecated': True,
352 'example_value': False, 348 'example_value': False,
353 'id': 10, 349 'id': 10,
(...skipping 2990 matching lines...) Expand 10 before | Expand all | Expand 10 after
3344 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 3340 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
3345 'text': 'deprecated', 3341 'text': 'deprecated',
3346 }, 3342 },
3347 'doc_recommended': { 3343 'doc_recommended': {
3348 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 3344 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
3349 'text': 'Recommended', 3345 'text': 'Recommended',
3350 }, 3346 },
3351 }, 3347 },
3352 'placeholders': [], 3348 'placeholders': [],
3353 } 3349 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/policy_prefs_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698