OLD | NEW |
---|---|
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
87 # policy configuration files. 'dynamic_refresh' controls if the generated | 87 # policy configuration files. 'dynamic_refresh' controls if the generated |
88 # documentation should state that the policy supports dynamic refresh or not. | 88 # documentation should state that the policy supports dynamic refresh or not. |
89 # Supporting dynamic refresh means that Chrome respects the changes to the | 89 # Supporting dynamic refresh means that Chrome respects the changes to the |
90 # policy immediately, without the need for restart. | 90 # policy immediately, without the need for restart. |
91 # | 91 # |
92 # IDs: | 92 # IDs: |
93 # Since a Protocol Buffer definition is generated from this file, unique and | 93 # Since a Protocol Buffer definition is generated from this file, unique and |
94 # persistent IDs for all fields (but not for groups!) are needed. These are | 94 # persistent IDs for all fields (but not for groups!) are needed. These are |
95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 95 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
96 # because doing so would break the deployed wire format! | 96 # because doing so would break the deployed wire format! |
97 # For your editing convenience: highest ID currently used: 90 | 97 # For your editing convenience: highest ID currently used: 91 |
98 # | 98 # |
99 # Placeholders: | 99 # Placeholders: |
100 # The following placeholder strings are automatically substituted: | 100 # The following placeholder strings are automatically substituted: |
101 # $1 -> Google Chrome / Chromium | 101 # $1 -> Google Chrome / Chromium |
102 # $2 -> Google Chrome OS / Chromium OS | 102 # $2 -> Google Chrome OS / Chromium OS |
103 # $3 -> Google Chrome Frame / Chromium Frame | 103 # $3 -> Google Chrome Frame / Chromium Frame |
104 # $6 is reserved for doc_writer | 104 # $6 is reserved for doc_writer |
105 # | 105 # |
106 # Device Policy: | 106 # Device Policy: |
107 # An additional flag device_only (optional, defaults to False) indicates | 107 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1558 'supported_on': ['chrome_os:1.0-'], | 1558 'supported_on': ['chrome_os:1.0-'], |
1559 'device_only': True, | 1559 'device_only': True, |
1560 'features': {'dynamic_refresh': 1}, | 1560 'features': {'dynamic_refresh': 1}, |
1561 'example_value': 3600000, | 1561 'example_value': 3600000, |
1562 'id': 90, | 1562 'id': 90, |
1563 'caption': '''Refresh rate for Device Policy''', | 1563 'caption': '''Refresh rate for Device Policy''', |
1564 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for device policy information. | 1564 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for device policy information. |
1565 | 1565 |
1566 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''', | 1566 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''', |
1567 }, | 1567 }, |
1568 { | |
1569 'name': 'MaxConnectionsPerProxy', | |
1570 'type': 'int', | |
1571 'supported_on': ['chrome_os:1.0-','chrome.*:14'], | |
1572 'features': {'dynamic_refresh': 1}, | |
1573 'example_value': 32, | |
1574 'id': 91, | |
1575 'caption': '''Maximal number of concurrent connections to the proxy server ''', | |
1576 'desc': '''Specifies the maximal number of simultanious connections to the proxy server. | |
1577 | |
1578 Some proxy servers can not handle high number of concurrent connections pe r client and this can be solved by setting this policy to a lower value. | |
1579 | |
1580 The value of this policy should be lower than 100 and higher than 6 and th e default value is 32.''', | |
gfeher
2011/06/30 11:07:57
Are 100 and 6 are suggested or enforced values? Wh
pastarmovj
2011/07/01 18:52:44
These are enforced values and are checked in the c
willchan no longer on Chromium
2011/07/07 17:22:04
This documentation is actually pretty good. The on
pastarmovj
2011/07/08 10:49:39
Done.
| |
1581 }, | |
1568 | 1582 |
1569 ], | 1583 ], |
1570 'messages': { | 1584 'messages': { |
1571 # Messages that are not associated to any policies. | 1585 # Messages that are not associated to any policies. |
1572 'win_supported_winxpsp2': { | 1586 'win_supported_winxpsp2': { |
1573 '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:'.''', | 1587 '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:'.''', |
1574 'text': '''Microsoft Windows XP SP2 or later''' | 1588 'text': '''Microsoft Windows XP SP2 or later''' |
1575 }, | 1589 }, |
1576 'mac_chrome_preferences': { | 1590 'mac_chrome_preferences': { |
1577 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 1591 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1649 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 1663 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
1650 'text': '''Dynamic Policy Refresh''' | 1664 'text': '''Dynamic Policy Refresh''' |
1651 }, | 1665 }, |
1652 'doc_deprecated': { | 1666 'doc_deprecated': { |
1653 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 1667 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
1654 'text': 'deprecated', | 1668 'text': 'deprecated', |
1655 } | 1669 } |
1656 }, | 1670 }, |
1657 'placeholders': [], | 1671 'placeholders': [], |
1658 } | 1672 } |
OLD | NEW |