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

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

Issue 16093009: Fix supported_on versions for retired policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | no next file » | 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 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 988
989 See http://www.chromium.org/administrators/policy-list-3/user-data-directo ry-variables for a list of variables that can be used. 989 See http://www.chromium.org/administrators/policy-list-3/user-data-directo ry-variables for a list of variables that can be used.
990 990
991 If this policy is left not set the default download directory will be used and the user will be able to change it.''', 991 If this policy is left not set the default download directory will be used and the user will be able to change it.''',
992 'label': '''Set download directory''', 992 'label': '''Set download directory''',
993 }, 993 },
994 { 994 {
995 'name': 'ClearSiteDataOnExit', 995 'name': 'ClearSiteDataOnExit',
996 'type': 'main', 996 'type': 'main',
997 'schema': { 'type': 'boolean' }, 997 'schema': { 'type': 'boolean' },
998 'supported_on': ['chrome.*:11-29', 'chrome_os:0.11-0.29'], 998 'supported_on': ['chrome.*:11-28', 'chrome_os:0.11-0.28'],
999 'features': { 999 'features': {
1000 'can_be_recommended': True, 1000 'can_be_recommended': True,
1001 'dynamic_refresh': True, 1001 'dynamic_refresh': True,
1002 'per_profile': True, 1002 'per_profile': True,
1003 }, 1003 },
1004 'deprecated': True, 1004 'deprecated': True,
1005 'example_value': True, 1005 'example_value': True,
1006 'id': 65, 1006 'id': 65,
1007 'caption': '''Clear site data on browser shutdown (deprecated)''', 1007 'caption': '''Clear site data on browser shutdown (deprecated)''',
1008 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 29.''', 1008 'desc': '''This policy has been retired as of <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> version 29.''',
(...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after
2998 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print< /ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites. 2998 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> t o submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for pr inting. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print< /ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites.
2999 2999
3000 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog. 3000 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog.
3001 3001
3002 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''', 3002 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''',
3003 }, 3003 },
3004 { 3004 {
3005 'name': 'EnterpriseWebStoreURL', 3005 'name': 'EnterpriseWebStoreURL',
3006 'type': 'string', 3006 'type': 'string',
3007 'schema': { 'type': 'string' }, 3007 'schema': { 'type': 'string' },
3008 'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'], 3008 'supported_on': ['chrome.*:17-28', 'chrome_os:0.17-0.28'],
3009 'features': { 3009 'features': {
3010 'dynamic_refresh': True, 3010 'dynamic_refresh': True,
3011 'per_profile': True, 3011 'per_profile': True,
3012 }, 3012 },
3013 'deprecated': True, 3013 'deprecated': True,
3014 'example_value': 'http://company-intranet/chromeapps', 3014 'example_value': 'http://company-intranet/chromeapps',
3015 'id': 112, 3015 'id': 112,
3016 'caption': '''Enterprise web store URL (deprecated)''', 3016 'caption': '''Enterprise web store URL (deprecated)''',
3017 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio n-hosted extension/app collections is to include the site hosting the CRX packag es in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstal lForcelist policy.''', 3017 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio n-hosted extension/app collections is to include the site hosting the CRX packag es in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstal lForcelist policy.''',
3018 }, 3018 },
3019 { 3019 {
3020 'name': 'EnterpriseWebStoreName', 3020 'name': 'EnterpriseWebStoreName',
3021 'type': 'string', 3021 'type': 'string',
3022 'schema': { 'type': 'string' }, 3022 'schema': { 'type': 'string' },
3023 'supported_on': ['chrome.*:17-29', 'chrome_os:0.17-0.29'], 3023 'supported_on': ['chrome.*:17-28', 'chrome_os:0.17-0.28'],
3024 'features': { 3024 'features': {
3025 'dynamic_refresh': True, 3025 'dynamic_refresh': True,
3026 'per_profile': True, 3026 'per_profile': True,
3027 }, 3027 },
3028 'deprecated': True, 3028 'deprecated': True,
3029 'example_value': 'WidgCo Chrome Apps', 3029 'example_value': 'WidgCo Chrome Apps',
3030 'id': 113, 3030 'id': 113,
3031 'caption': '''Enterprise web store name (deprecated)''', 3031 'caption': '''Enterprise web store name (deprecated)''',
3032 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio n-hosted extension/app collections is to include the site hosting the CRX packag es in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstal lForcelist policy.''', 3032 'desc': '''This setting has been retired as of <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> version 29. The recommended way to set up organizatio n-hosted extension/app collections is to include the site hosting the CRX packag es in ExtensionInstallSources and put direct download links to the packages on a web page. A launcher for that web page can be created using the ExtensionInstal lForcelist policy.''',
3033 }, 3033 },
(...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
4848 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 4848 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
4849 'text': 'deprecated', 4849 'text': 'deprecated',
4850 }, 4850 },
4851 'doc_recommended': { 4851 'doc_recommended': {
4852 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 4852 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
4853 'text': 'Default Settings (users can override)', 4853 'text': 'Default Settings (users can override)',
4854 }, 4854 },
4855 }, 4855 },
4856 'placeholders': [], 4856 'placeholders': [],
4857 } 4857 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698