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

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

Issue 5742008: Clean up threading model of external extension providers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final rebase Created 9 years, 11 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 | « base/values_util.cc ('k') | chrome/browser/extensions/extension_management_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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist. 652 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist.
653 653
654 By default, all extensions are whitelisted, but if all extensions have bee n blacklisted by policy, the whitelist can be used to override that policy.''', 654 By default, all extensions are whitelisted, but if all extensions have bee n blacklisted by policy, the whitelist can be used to override that policy.''',
655 'label': '''Extension IDs to exempt from the blacklist''', 655 'label': '''Extension IDs to exempt from the blacklist''',
656 }, 656 },
657 { 657 {
658 'name': 'ExtensionInstallForcelist', 658 'name': 'ExtensionInstallForcelist',
659 'type': 'list', 659 'type': 'list',
660 'supported_on': ['chrome.*:9-'], 660 'supported_on': ['chrome.*:9-'],
661 'annotations': { 661 'annotations': {
662 'features': {'dynamic_refresh': 0}, 662 'features': {'dynamic_refresh': 1},
663 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2 .google.com/service/update2/crx'], 663 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2 .google.com/service/update2/crx'],
664 }, 664 },
665 'caption': '''Configure the list of force-installed extensions''', 665 'caption': '''Configure the list of force-installed extensions''',
666 'desc': '''Allows you to specify a list of extensions that will be ins talled silently, without user interaction. 666 'desc': '''Allows you to specify a list of extensions that will be ins talled silently, without user interaction.
667 667
668 Each item of the list is a string, that contains an extension ID and an up date URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example: <p h name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clien ts2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NAME"> $1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the ID fr om the specified URL and silently install it. The following pages explain how yo u can host extensions on your own server. About update URLs: <ph name="LINK_TO_E XTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , a bout hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http://cod e.google.com/chrome/extensions/hosting.html</ph>. 668 Each item of the list is a string, that contains an extension ID and an up date URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example: <p h name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clien ts2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NAME"> $1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the ID fr om the specified URL and silently install it. The following pages explain how yo u can host extensions on your own server. About update URLs: <ph name="LINK_TO_E XTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , a bout hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http://cod e.google.com/chrome/extensions/hosting.html</ph>.
669 669
670 Users will be unable to uninstall extensions that are specified by this po licy. If you remove an extension from this list, then it will be automatically u ninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensions that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, cannot be force-installed by this policy.''', 670 Users will be unable to uninstall extensions that are specified by this po licy. If you remove an extension from this list, then it will be automatically u ninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensions that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, cannot be force-installed by this policy.''',
671 'label': '''Extension IDs and update URLs to be silently installed''', 671 'label': '''Extension IDs and update URLs to be silently installed''',
672 }, 672 },
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 { 1258 {
1259 'key': '$4', 1259 'key': '$4',
1260 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1260 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1261 }, 1261 },
1262 { 1262 {
1263 'key': '$5', 1263 'key': '$5',
1264 'value': 'http://www.chromium.org/administrators/policy-templates' 1264 'value': 'http://www.chromium.org/administrators/policy-templates'
1265 }, 1265 },
1266 ] 1266 ]
1267 } 1267 }
OLDNEW
« no previous file with comments | « base/values_util.cc ('k') | chrome/browser/extensions/extension_management_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698