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

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

Issue 18770009: Added a new policy setting as well as corrisponding registry key to allow GCF users the option to d… (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 4 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 # templates and documentation. The policy definition list that Chrome sees 105 # templates and documentation. The policy definition list that Chrome sees
106 # will include policies marked with 'future'. If a WIP policy isn't meant to 106 # will include policies marked with 'future'. If a WIP policy isn't meant to
107 # be seen by the policy providers either, the 'supported_on' key should be set 107 # be seen by the policy providers either, the 'supported_on' key should be set
108 # to an empty list. 108 # to an empty list.
109 # 109 #
110 # IDs: 110 # IDs:
111 # Since a Protocol Buffer definition is generated from this file, unique and 111 # Since a Protocol Buffer definition is generated from this file, unique and
112 # persistent IDs for all fields (but not for groups!) are needed. These are 112 # persistent IDs for all fields (but not for groups!) are needed. These are
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
114 # because doing so would break the deployed wire format! 114 # because doing so would break the deployed wire format!
115 # For your editing convenience: highest ID currently used: 233 115 # For your editing convenience: highest ID currently used: 234
116 # 116 #
117 # Placeholders: 117 # Placeholders:
118 # The following placeholder strings are automatically substituted: 118 # The following placeholder strings are automatically substituted:
119 # $1 -> Google Chrome / Chromium 119 # $1 -> Google Chrome / Chromium
120 # $2 -> Google Chrome OS / Chromium OS 120 # $2 -> Google Chrome OS / Chromium OS
121 # $3 -> Google Chrome Frame / Chromium Frame 121 # $3 -> Google Chrome Frame / Chromium Frame
122 # $6 is reserved for doc_writer 122 # $6 is reserved for doc_writer
123 # 123 #
124 # Device Policy: 124 # Device Policy:
125 # An additional flag device_only (optional, defaults to False) indicates 125 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 'features': { 2629 'features': {
2630 'dynamic_refresh': False, 2630 'dynamic_refresh': False,
2631 }, 2631 },
2632 'example_value': '--enable-media-stream --enable-media-source', 2632 'example_value': '--enable-media-stream --enable-media-source',
2633 'id': 141, 2633 'id': 141,
2634 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''', 2634 'caption': '''Additional command line parameters for <ph name="PRODUCT _NAME">$1<ex>Google Chrome</ex></ph>''',
2635 'desc': '''Allows you to specify additional parameters that are used w hen <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 2635 'desc': '''Allows you to specify additional parameters that are used w hen <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> launches < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
2636 2636
2637 If this policy is not set the default command line will be used.''', 2637 If this policy is not set the default command line will be used.''',
2638 }, 2638 },
2639 {
2640 'name': 'SkipMetadataCheck',
2641 'type': 'main',
2642 'schema': { 'type': 'boolean'},
grt (UTC plus 2) 2013/08/02 01:42:50 add a space before the closing brace
2643 'supported_on': ['chrome_frame:30-'],
2644 'features': {
2645 'dynamic_refresh': False,
2646 },
2647 'example_value': False,
2648 'id': 234,
2649 'caption': '''Skip the meta tag check in <ph name="PRODUCT_FRAME_NAME" >$3<ex>Google Chrome Frame</ex></ph>''',
2650 'desc': '''Normally pages with a certain meta tag, for example <meta h ttp-equiv="X-UA-Compatible" content="chrome=1" />, will be rendered in <ph name= "PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> regardless of the 'Chro meFrameRendererSettings' policy.
2651
2652 If you enable this setting, pages will not be scanned for meta tags.
2653
2654 If you disable this setting, pages will be scanned for meta tags.
2655
2656 If this policy is not set, pages will be scanned for meta tags.'''
2657 },
2639 ], 2658 ],
2640 }, 2659 },
2641 { 2660 {
2642 'name': 'ChromeFrameContentTypes', 2661 'name': 'ChromeFrameContentTypes',
2643 'type': 'group', 2662 'type': 'group',
2644 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''', 2663 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types''',
2645 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', 2664 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''',
2646 'policies': [ 2665 'policies': [
2647 { 2666 {
2648 'name': 'ChromeFrameContentTypes', 2667 'name': 'ChromeFrameContentTypes',
(...skipping 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
5492 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 5511 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
5493 'text': 'deprecated', 5512 'text': 'deprecated',
5494 }, 5513 },
5495 'doc_recommended': { 5514 'doc_recommended': {
5496 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 5515 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
5497 'text': 'Default Settings (users can override)', 5516 'text': 'Default Settings (users can override)',
5498 }, 5517 },
5499 }, 5518 },
5500 'placeholders': [], 5519 'placeholders': [],
5501 } 5520 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/policy/policy_test_cases.json » ('j') | chrome_frame/policy_settings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698