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

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

Issue 6360002: Remove 'annotations' dictionary in policy_definitions.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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
11 # pair where the value has a given type. Chrome looks up the values using the 11 # pair where the value has a given type. Chrome looks up the values using the
12 # names of the policies. In the user interface where the values can be set, 12 # names of the policies. In the user interface where the values can be set,
13 # related policies might appear together in policy groups. The grouping is not 13 # related policies might appear together in policy groups. The grouping is not
14 # visible to Chrome. 14 # visible to Chrome.
15 # 15 #
16 # This file contains a list of policies and groups. Each group contains a list 16 # This file contains a list of policies and groups. Each group contains a list
17 # of policies under the key 'policies'. All the policies and groups must have 17 # of policies under the key 'policies'. All the policies and groups must have
18 # unique names. Group names are not exposed to Chrome at all. 18 # unique names. Group names are not exposed to Chrome at all.
19 # 19 #
20 # Each policy has a type. The currently implemented types: 20 # Each policy has a type. The currently implemented types:
21 # 'group': - not a real policy, contains a list of policies 21 # 'group': - not a real policy, contains a list of policies
22 # NOTE: Currently nesting groups inside other groups is not supported. 22 # NOTE: Currently nesting groups inside other groups is not supported.
23 # 'string' - a string value 23 # 'string' - a string value
24 # 'int' - an integer value 24 # 'int' - an integer value
25 # 'int-enum' - the user can select an integer value from a collection of 25 # 'int-enum' - the user can select an integer value from a collection of
26 # items 26 # items
27 # 'string-enum' - the user can select a string value from a collection of 27 # 'string-enum' - the user can select a string value from a collection of
28 # items 28 # items
29 # 'main' - a boolean value 29 # 'main' - a boolean value
30 # 'list' - a list of string values 30 # 'list' - a list of string values
31 # 31 #
32 # Policy group descriptions, policy captions and similar texts are localized 32 # Policy group descriptions, policy captions and similar texts are localized
33 # strings taken from the <message> nodes of the .grd file. Their name 33 # strings taken from the <message> nodes of the .grd file. Their name
34 # attributes are generated from the JSON keys. 34 # attributes are generated from the JSON keys.
35 # Each item (policy or group) may have the following messages: 35 # Each item (policy or group) may have the following messages:
36 # - description: 36 # - description:
37 # Describes the item it applies to. 37 # Describes the item it applies to.
(...skipping 15 matching lines...) Expand all
53 # e.g. the name of the caption of policy HomepageLocation: 53 # e.g. the name of the caption of policy HomepageLocation:
54 # IDS_POLICY_HOMEPAGELOCATION_CAPTION 54 # IDS_POLICY_HOMEPAGELOCATION_CAPTION
55 # or other messages of the policy HomepageLocation: 55 # or other messages of the policy HomepageLocation:
56 # IDS_POLICY_HOMEPAGELOCATION_LABEL 56 # IDS_POLICY_HOMEPAGELOCATION_LABEL
57 # IDS_POLICY_HOMEPAGELOCATION_DESC 57 # IDS_POLICY_HOMEPAGELOCATION_DESC
58 # -For enum items: 58 # -For enum items:
59 # IDS_POLICY_ENUM_<NAME OF THE ITEM> 59 # IDS_POLICY_ENUM_<NAME OF THE ITEM>
60 # e.g. the name of the caption of ProxyServerDisabled: 60 # e.g. the name of the caption of ProxyServerDisabled:
61 # IDS_POLICY_ENUM_PROXYSERVERDISABLED_CAPTION 61 # IDS_POLICY_ENUM_PROXYSERVERDISABLED_CAPTION
62 # 62 #
63 # Annotations:
64 # Each policy has metadata under the key 'annotations'.
65 # These values are only used for the generated documentation.
gfeher 2011/01/14 18:24:25 How about? Annotations: Additional information
Jakob Kummerow 2011/01/17 16:31:51 Done.
66 #
67 # Products and versions: 63 # Products and versions:
68 # Each policy has the list of products and version numbers where it is 64 # Each policy has the list of products and version numbers where it is
69 # supported under the key 'supported_on'. Each item of this list has the 65 # supported under the key 'supported_on'. Each item of this list has the
70 # form of 'product:since_version-until_version', which means that support 66 # form of 'product:since_version-until_version', which means that support
71 # for the policy in 'product' was introduced in 'since_version' and removed 67 # for the policy in 'product' was introduced in 'since_version' and removed
72 # after 'until_version'. Product names may contain a suffix specifying a 68 # after 'until_version'. Product names may contain a suffix specifying a
73 # platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version 69 # platform name, e.g.: 'chrome.win' is read as 'Chrome on Windows'. Version
74 # numbers can be any string that does not contain ':' or '-' characters. 70 # numbers can be any string that does not contain ':' or '-' characters.
75 # 71 #
76 # Currently supported product names: 72 # Currently supported product names:
(...skipping 14 matching lines...) Expand all
91 'type': 'group', 87 'type': 'group',
92 'caption': '''Home page''', 88 'caption': '''Home page''',
93 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it. 89 'desc': '''Configure the default home page in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing it.
94 90
95 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''', 91 The user's home page settings are only completely locked down, if you eith er select the home page to be the new tab page, or set it to be a URL and specif y a home page URL. If you don't specify the home page URL, then the user is stil l able to set the home page to the new tab page by specifying 'chrome://newtab'. ''',
96 'policies': [ 92 'policies': [
97 { 93 {
98 'name': 'HomepageLocation', 94 'name': 'HomepageLocation',
99 'type': 'string', 95 'type': 'string',
100 'supported_on': ['chrome.*:8-'], 96 'supported_on': ['chrome.*:8-'],
101 'annotations': { 97 'features': {'dynamic_refresh': 1},
102 'features': {'dynamic_refresh': 1}, 98 'example_value': 'http://chromium.org',
103 'example_value': 'http://chromium.org',
104 },
105 'caption': '''Configure the home page URL''', 99 'caption': '''Configure the home page URL''',
106 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it. 100 'desc': '''Configures the default home page URL in <ph name="PRODUCT_N AME">$1<ex>Google Chrome</ex></ph> and prevents users from changing it.
107 101
108 The home page type can either be set to a URL you specify here or set to t he New Tab Page. 102 The home page type can either be set to a URL you specify here or set to the New Tab Page.
109 103
110 If you select the New Tab Page, then this policy is ignored. 104 If you select the New Tab Page, then this policy is ignored.
111 105
112 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can choos e the New Tab Page as their home page.''', 106 If you enable this setting, users cannot change their home page URL in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>, but they can still can c hoose the New Tab Page as their home page.''',
113 'label': '''Home page URL''', 107 'label': '''Home page URL''',
114 }, 108 },
115 { 109 {
116 'name': 'HomepageIsNewTabPage', 110 'name': 'HomepageIsNewTabPage',
117 'type': 'main', 111 'type': 'main',
118 'supported_on': ['chrome.*:8-'], 112 'supported_on': ['chrome.*:8-'],
119 'annotations': { 113 'features': {'dynamic_refresh': 1},
120 'features': {'dynamic_refresh': 1}, 114 'example_value': True,
121 'example_value': True,
122 },
123 'caption': '''Use New Tab Page as homepage''', 115 'caption': '''Use New Tab Page as homepage''',
124 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page. 116 'desc': '''Configures the type of the default home page in <ph name="P RODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing home page preferences. The home page can either be set to a URL you specify or set t o the New Tab Page.
125 117
126 If you enable this setting, always the New Tab Page is used for the home p age, and the home page URL location is ignored. 118 If you enable this setting, always the New Tab Page is used for the ho me page, and the home page URL location is ignored.
127 119
128 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'. 120 If you disable this setting, the user's homepage will never be the New Tab Page, unless its URL is set to 'chrome://newtab'.
129 121
130 If you enable or disable this setting, users cannot change their homepage type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 122 If you enable or disable this setting, users cannot change their homep age type in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
131 }, 123 },
132 ], 124 ],
133 }, 125 },
134 { 126 {
135 'name': 'ApplicationLocaleValue', 127 'name': 'ApplicationLocaleValue',
136 'type': 'string', 128 'type': 'string',
137 'supported_on': ['chrome.win:8-'], 129 'supported_on': ['chrome.win:8-'],
138 'annotations': { 130 'features': {'dynamic_refresh': 0},
139 'features': {'dynamic_refresh': 0}, 131 'example_value': 'en',
140 'example_value': 'en',
141 },
142 'caption': '''Application locale''', 132 'caption': '''Application locale''',
143 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale. 133 'desc': '''Configures the application locale in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> and prevents users from changing the locale.
144 134
145 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead. 135 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> uses the specified locale. If the configured locale is not supported, 'e n-US' is used instead.
146 136
147 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c onfigured), the system locale or the fallback locale 'en-US'.''', 137 If this setting is disabled or not configured, <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> uses either the user-specified preferred locale (if c onfigured), the system locale or the fallback locale 'en-US'.''',
148 'label': '''Application locale''', 138 'label': '''Application locale''',
149 }, 139 },
150 { 140 {
151 'name': 'AlternateErrorPagesEnabled', 141 'name': 'AlternateErrorPagesEnabled',
152 'type': 'main', 142 'type': 'main',
153 'supported_on': ['chrome.*:8-'], 143 'supported_on': ['chrome.*:8-'],
154 'annotations': { 144 'features': {'dynamic_refresh': 1},
155 'features': {'dynamic_refresh': 1}, 145 'example_value': True,
156 'example_value': True,
157 },
158 'caption': '''Enable alternate error pages''', 146 'caption': '''Enable alternate error pages''',
159 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting. 147 'desc': '''Enables the use of alternate error pages that are built into <p h name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> (such as 'page not found') a nd prevents users from changing this setting.
160 148
161 If you enable this setting, alternate error pages are used. 149 If you enable this setting, alternate error pages are used.
162 150
163 If you disable this setting, alternate error pages are never used. 151 If you disable this setting, alternate error pages are never used.
164 152
165 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 153 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
166 }, 154 },
167 { 155 {
168 'name': 'SearchSuggestEnabled', 156 'name': 'SearchSuggestEnabled',
169 'type': 'main', 157 'type': 'main',
170 'supported_on': ['chrome.*:8-'], 158 'supported_on': ['chrome.*:8-'],
171 'annotations': { 159 'features': {'dynamic_refresh': 1},
172 'features': {'dynamic_refresh': 1}, 160 'example_value': True,
173 'example_value': True,
174 },
175 'caption': '''Enable search suggestions''', 161 'caption': '''Enable search suggestions''',
176 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting. 162 'desc': '''Enables search suggestions in <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph>'s Omnibox and prevents users from changing this setting.
177 163
178 If you enable this setting, search suggestions are used. 164 If you enable this setting, search suggestions are used.
179 165
180 If you disable this setting, search suggestions are never used. 166 If you disable this setting, search suggestions are never used.
181 167
182 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 168 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
183 }, 169 },
184 { 170 {
185 'name': 'DnsPrefetchingEnabled', 171 'name': 'DnsPrefetchingEnabled',
186 'type': 'main', 172 'type': 'main',
187 'supported_on': ['chrome.*:8-'], 173 'supported_on': ['chrome.*:8-'],
188 'annotations': { 174 'features': {'dynamic_refresh': 1},
189 'features': {'dynamic_refresh': 1}, 175 'example_value': True,
190 'example_value': True,
191 },
192 'caption': '''Enable DNS prefetching''', 176 'caption': '''Enable DNS prefetching''',
193 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting. 177 'desc': '''Enables DNS prefetching in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this setting.
194 178
195 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 179 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
196 }, 180 },
197 { 181 {
198 'name': 'DisableSpdy', 182 'name': 'DisableSpdy',
199 'type': 'main', 183 'type': 'main',
200 'supported_on': ['chrome.*:8-'], 184 'supported_on': ['chrome.*:8-'],
201 'annotations': { 185 'features': {'dynamic_refresh': 1},
202 'features': {'dynamic_refresh': 1}, 186 'example_value': True,
203 'example_value': True,
204 },
205 'caption': '''Disable SPDY protocol''', 187 'caption': '''Disable SPDY protocol''',
206 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''', 188 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''',
207 }, 189 },
208 { 190 {
209 'name': 'JavascriptEnabled', 191 'name': 'JavascriptEnabled',
210 'type': 'main', 192 'type': 'main',
211 'supported_on': ['chrome.*:8-'], 193 'supported_on': ['chrome.*:8-'],
212 'annotations': { 194 'features': {'dynamic_refresh': 0},
213 'features': {'dynamic_refresh': 0}, 195 'example_value': True,
214 'example_value': True,
215 },
216 'caption': '''Enable JavaScript''', 196 'caption': '''Enable JavaScript''',
217 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting. 197 'desc': '''Enables JavaScript in <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph> and prevents users from changing this setting.
218 198
219 If this setting is enabled or not configured, web pages can use JavaScript . 199 If this setting is enabled or not configured, web pages can use JavaScript .
220 200
221 If this setting is disabled, web pages cannot use JavaScript.''', 201 If this setting is disabled, web pages cannot use JavaScript.''',
222 }, 202 },
223 { 203 {
224 'name': 'SavingBrowserHistoryDisabled', 204 'name': 'SavingBrowserHistoryDisabled',
225 'type': 'main', 205 'type': 'main',
226 'supported_on': ['chrome.*:8-'], 206 'supported_on': ['chrome.*:8-'],
227 'annotations': { 207 'features': {'dynamic_refresh': 1},
228 'features': {'dynamic_refresh': 1}, 208 'example_value': True,
229 'example_value': True,
230 },
231 'caption': '''Disable saving browser history''', 209 'caption': '''Disable saving browser history''',
232 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting. 210 'desc': '''Disables saving browser history in <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> and prevents users from changing this setting.
233 211
234 If this setting is enabled, browsing history is not saved. 212 If this setting is enabled, browsing history is not saved.
235 213
236 If this setting is disabled or not configured, browsing history is saved.' '', 214 If this setting is disabled or not configured, browsing history is saved.' '',
237 }, 215 },
238 { 216 {
239 'name': 'PrintingEnabled', 217 'name': 'PrintingEnabled',
240 'type': 'main', 218 'type': 'main',
241 'supported_on': ['chrome.*:8-'], 219 'supported_on': ['chrome.*:8-'],
242 'annotations': { 220 'features': {'dynamic_refresh': 1},
243 'features': {'dynamic_refresh': 1}, 221 'example_value': True,
244 'example_value': True,
245 },
246 'caption': '''Enable printing''', 222 'caption': '''Enable printing''',
247 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting. 223 'desc': '''Enables printing in <ph name="PRODUCT_NAME">$1<ex>Google Chrome </ex></ph> and prevents users from changing this setting.
248 224
249 If this setting is enabled or not configured, users can print. 225 If this setting is enabled or not configured, users can print.
250 226
251 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example certain Flash applications has the print option in their context m enu, and that will not be disabled.''', 227 If this setting is disabled, users cannot print from <ph name="PRODUCT_NAM E">$1<ex>Google Chrome</ex></ph>. Printing is disabled in the wrench menu, exten sions, JavaScript applications, etc. It is still possible to print from plugins that bypass <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> while printing . For example certain Flash applications has the print option in their context m enu, and that will not be disabled.''',
252 }, 228 },
253 { 229 {
254 'name': 'SafeBrowsingEnabled', 230 'name': 'SafeBrowsingEnabled',
255 'type': 'main', 231 'type': 'main',
256 'supported_on': ['chrome.*:8-'], 232 'supported_on': ['chrome.*:8-'],
257 'annotations': { 233 'features': {'dynamic_refresh': 0},
258 'features': {'dynamic_refresh': 0}, 234 'example_value': True,
259 'example_value': True,
260 },
261 'caption': '''Enable Safe Browsing''', 235 'caption': '''Enable Safe Browsing''',
262 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting. 236 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Safe Browsing feature and prevents users from changing this setting.
263 237
264 If you enable this setting, Safe Browsing is always active. 238 If you enable this setting, Safe Browsing is always active.
265 239
266 If you disable this setting, Safe Browsing is never active. 240 If you disable this setting, Safe Browsing is never active.
267 241
268 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 242 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
269 }, 243 },
270 { 244 {
271 'name': 'MetricsReportingEnabled', 245 'name': 'MetricsReportingEnabled',
272 'type': 'main', 246 'type': 'main',
273 'supported_on': ['chrome.*:8-'], 247 'supported_on': ['chrome.*:8-'],
274 'annotations': { 248 'features': {'dynamic_refresh': 0},
275 'features': {'dynamic_refresh': 0}, 249 'example_value': True,
276 'example_value': True,
277 },
278 'caption': '''Enable reporting of usage and crash-related data''', 250 'caption': '''Enable reporting of usage and crash-related data''',
279 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. 251 'desc': '''Enables anonymous reporting of usage and crash-related data abo ut <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
280 252
281 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 253 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
282 254
283 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google. 255 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google.
284 256
285 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 257 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
286 }, 258 },
287 { 259 {
288 'name': 'PasswordManager', 260 'name': 'PasswordManager',
289 'type': 'group', 261 'type': 'group',
290 'caption': '''Password manager''', 262 'caption': '''Password manager''',
291 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''', 263 'desc': '''Configures the password manager. If the password manager is ena bled, then you can choose to enable or disable whether the user may show stored passwords in clear text.''',
292 'policies': [ 264 'policies': [
293 { 265 {
294 'name': 'PasswordManagerEnabled', 266 'name': 'PasswordManagerEnabled',
295 'type': 'main', 267 'type': 'main',
296 'supported_on': ['chrome.*:8-'], 268 'supported_on': ['chrome.*:8-'],
297 'annotations': { 269 'features': {'dynamic_refresh': 1},
298 'features': {'dynamic_refresh': 1}, 270 'example_value': True,
299 'example_value': True,
300 },
301 'caption': '''Enable the password manager''', 271 'caption': '''Enable the password manager''',
302 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 272 'desc': '''Enables saving passwords and using saved passwords in <ph n ame="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
303 273
304 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1<ex>G oogle Chrome</ex></ph> memorize passwords and provide them automatically the nex t time they log in to a site. 274 If you enable this setting, users can have <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> memorize passwords and provide them automatically the next time they log in to a site.
305 275
306 If you disable this setting, users are not able to save passwords or use a lready saved passwords. 276 If you disable this setting, users are not able to save passwords or u se already saved passwords.
307 277
308 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 278 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
309 }, 279 },
310 { 280 {
311 'name': 'PasswordManagerAllowShowPasswords', 281 'name': 'PasswordManagerAllowShowPasswords',
312 'type': 'main', 282 'type': 'main',
313 'supported_on': ['chrome.*:8-'], 283 'supported_on': ['chrome.*:8-'],
314 'annotations': { 284 'features': {'dynamic_refresh': 1},
315 'features': {'dynamic_refresh': 1}, 285 'example_value': False,
316 'example_value': False,
317 },
318 'caption': '''Allow users to show passwords in Password Manager''', 286 'caption': '''Allow users to show passwords in Password Manager''',
319 'desc': '''Controls whether the user may show passwords in clear text in the password manager. 287 'desc': '''Controls whether the user may show passwords in clear text in the password manager.
320 288
321 If you disable this setting, the password manager does not allow showing s tored passwords in clear text in the password manager window. 289 If you disable this setting, the password manager does not allow showi ng stored passwords in clear text in the password manager window.
322 290
323 If you enable or do not configure this setting, users can view their passw ords in clear text in the password manager.''', 291 If you enable or do not configure this setting, users can view their p asswords in clear text in the password manager.''',
324 }, 292 },
325 ], 293 ],
326 }, 294 },
327 { 295 {
328 'name': 'AutoFillEnabled', 296 'name': 'AutoFillEnabled',
329 'type': 'main', 297 'type': 'main',
330 'supported_on': ['chrome.*:8-'], 298 'supported_on': ['chrome.*:8-'],
331 'annotations': { 299 'features': {'dynamic_refresh': 1},
332 'features': {'dynamic_refresh': 1}, 300 'example_value': False,
333 'example_value': False,
334 },
335 'caption': '''Enable AutoFill''', 301 'caption': '''Enable AutoFill''',
336 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information. 302 'desc': '''Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s AutoFill feature and allows users to auto complete web forms using previously s tored information such as address or credit card information.
337 303
338 If you disable this setting, AutoFill will be inaccessible to users. 304 If you disable this setting, AutoFill will be inaccessible to users.
339 305
340 If you enable this setting or do not configure a value, AutoFill will remain under the control of the user. This will allow them to configure AutoFill profi les and to switch AutoFill on or off at their own discretion.''', 306 If you enable this setting or do not configure a value, AutoFill will rema in under the control of the user. This will allow them to configure AutoFill pro files and to switch AutoFill on or off at their own discretion.''',
341 }, 307 },
342 { 308 {
343 'name': 'DisabledPlugins', 309 'name': 'DisabledPlugins',
344 'type': 'list', 310 'type': 'list',
345 'supported_on': ['chrome.*:8-'], 311 'supported_on': ['chrome.*:8-'],
346 'annotations': { 312 'features': {'dynamic_refresh': 1},
347 'features': {'dynamic_refresh': 1}, 313 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
348 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
349 },
350 'caption': '''Specify a list of disabled plugins''', 314 'caption': '''Specify a list of disabled plugins''',
351 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se tting. 315 'desc': '''Specifies a list of plugins that are disabled in <ph name="PROD UCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this se tting.
352 316
353 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them. 317 The wildcard characters '*' and '?' can be used to match sequences of arbi trary characters. '*' matches an arbitrary number of characters while '?' specif ies an optional single character, i.e. matches zero or one characters. The escap e character is '\\', so to match actual '*', '?', or '\\' characters, you can pu t a '\\' in front of them.
354 318
355 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.''', 319 If you enable this setting, the specified list of plugins is never used in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. The plugins are marked a s disabled in 'about:plugins' and users cannot enable them.''',
356 'label': '''List of disabled plugins''', 320 'label': '''List of disabled plugins''',
357 }, 321 },
358 { 322 {
359 'name': 'SyncDisabled', 323 'name': 'SyncDisabled',
360 'type': 'main', 324 'type': 'main',
361 'supported_on': ['chrome.*:8-'], 325 'supported_on': ['chrome.*:8-'],
362 'annotations': { 326 'features': {'dynamic_refresh': 1},
363 'features': {'dynamic_refresh': 1}, 327 'example_value': True,
364 'example_value': True,
365 },
366 'caption': '''Disable synchronization of data with Google''', 328 'caption': '''Disable synchronization of data with Google''',
367 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting. 329 'desc': '''Disables data synchronization in <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> using Google-hosted synchronization services and prevent s users from changing this setting.
368 330
369 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 331 If you enable this setting, users cannot change or override this setting i n <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
370 }, 332 },
371 { 333 {
372 'name': 'Proxy', 334 'name': 'Proxy',
373 'type': 'group', 335 'type': 'group',
374 'caption': '''Proxy server''', 336 'caption': '''Proxy server''',
375 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings. 337 'desc': '''Allows you to specify the proxy server used by <ph name="PRODUC T_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy set tings.
376 338
377 If you choose to never use a proxy server and always connect directly, all other options are ignored. 339 If you choose to never use a proxy server and always connect directly, all other options are ignored.
378 340
379 If you choose to auto detect the proxy server, all other options are ignor ed. 341 If you choose to auto detect the proxy server, all other options are ignor ed.
380 342
381 For detailed examples, visit: 343 For detailed examples, visit:
382 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> 344 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
383 345
384 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''', 346 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''',
385 'policies': [ 347 'policies': [
386 { 348 {
387 'name': 'ProxyMode', 349 'name': 'ProxyMode',
388 'type': 'string-enum', 350 'type': 'string-enum',
389 'caption': '''Choose how to specify proxy server settings''',
390 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
391
392 If you choose to never use a proxy server and always connect directly, all other options are ignored.
393
394 If you choose to use system proxy settings or auto detect the proxy server , all other options are ignored.
395
396 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass rules '.
397
398 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'.
399
400 For detailed examples, visit:
401 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
402
403 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''',
404 'items': [ 351 'items': [
405 { 352 {
406 'name': 'ProxyDisabled', 353 'name': 'ProxyDisabled',
407 'value': 'direct', 354 'value': 'direct',
408 'caption': '''Never use a proxy''', 355 'caption': '''Never use a proxy'''
409 }, 356 },
410 { 357 {
411 'name': 'ProxyAutoDetect', 358 'name': 'ProxyAutoDetect',
412 'value': 'auto_detect', 359 'value': 'auto_detect',
413 'caption': '''Auto detect proxy settings''', 360 'caption': '''Auto detect proxy settings'''
414 }, 361 },
415 { 362 {
416 'name': 'ProxyPacScript', 363 'name': 'ProxyPacScript',
417 'value': 'pac_script', 364 'value': 'pac_script',
418 'caption': '''Use a .pac proxy script''', 365 'caption': '''Use a .pac proxy script'''
419 }, 366 },
420 { 367 {
421 'name': 'ProxyFixedServers', 368 'name': 'ProxyFixedServers',
422 'value': 'fixed_servers', 369 'value': 'fixed_servers',
423 'caption': '''Use fixed proxy servers''', 370 'caption': '''Use fixed proxy servers'''
424 }, 371 },
425 { 372 {
426 'name': 'ProxyUseSystem', 373 'name': 'ProxyUseSystem',
427 'value': 'system', 374 'value': 'system',
428 'caption': '''Use system proxy settings''', 375 'caption': '''Use system proxy settings'''
429 }, 376 },
430 ], 377 ],
431 'supported_on': ['chrome.*:10-'], 378 'supported_on': ['chrome.*:10-'],
432 'annotations': { 379 'features': {'dynamic_refresh': 1},
433 'features': {'dynamic_refresh': 1}, 380 'example_value': 'direct',
434 'example_value': 'direct' 381 'caption': '''Choose how to specify proxy server settings''',
435 } 382 'desc': '''Allows you to specify the proxy server used by <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
383
384 If you choose to never use a proxy server and always connect directly, all other options are ignored.
385
386 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
387
388 If you choose fixed server proxy mode, you can specify further options in 'Address or URL of proxy server' and 'Comma-separated list of proxy bypass r ules'.
389
390 If you choose to use a .pac proxy script, you must specify the URL to the script in 'URL to a proxy .pac file'.
391
392 For detailed examples, visit:
393 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
394
395 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ',
436 }, 396 },
437 { 397 {
438 'name': 'ProxyServerMode', 398 'name': 'ProxyServerMode',
439 'type': 'int-enum', 399 'type': 'int-enum',
440 'items': [ 400 'items': [
441 { 401 {
442 'name': 'ProxyServerDisabled', 402 'name': 'ProxyServerDisabled',
443 'value': 0, 403 'value': 0,
444 'caption': '''Never use a proxy''' 404 'caption': '''Never use a proxy'''
445 }, 405 },
446 { 406 {
447 'name': 'ProxyServerAutoDetect', 407 'name': 'ProxyServerAutoDetect',
448 'value': 1, 408 'value': 1,
449 'caption': '''Auto detect proxy settings''' 409 'caption': '''Auto detect proxy settings'''
450 }, 410 },
451 { 411 {
452 'name': 'ProxyServerManual', 412 'name': 'ProxyServerManual',
453 'value': 2, 413 'value': 2,
454 'caption': '''Manually specify proxy settings''' 414 'caption': '''Manually specify proxy settings'''
455 }, 415 },
456 { 416 {
457 'name': 'ProxyServerUseSystem', 417 'name': 'ProxyServerUseSystem',
458 'value': 3, 418 'value': 3,
459 'caption': '''Use system proxy settings''' 419 'caption': '''Use system proxy settings'''
460 }, 420 },
461 ], 421 ],
462 'supported_on': ['chrome.*:8-'], 422 'supported_on': ['chrome.*:8-'],
463 'deprecated' : True, 423 'features': {'dynamic_refresh': 1},
464 'annotations': { 424 'example_value': 2,
465 'features': {'dynamic_refresh': 1},
466 'example_value': 2,
467 },
468 'caption': '''Choose how to specify proxy server settings''', 425 'caption': '''Choose how to specify proxy server settings''',
469 'desc': '''This policy is deprecated, use ProxyMode instead. 426 'desc': '''This policy is deprecated, use ProxyMode instead.
470 427
471 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME">$1< ex>Google Chrome</ex></ph> and prevents users from changing proxy settings. 428 Allows you to specify the proxy server used by <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph> and prevents users from changing proxy settings.
472 429
473 If you choose to never use a proxy server and always connect directly, all other options are ignored. 430 If you choose to never use a proxy server and always connect directly, all other options are ignored.
474 431
475 If you choose to use system proxy settings or auto detect the proxy server , all other options are ignored. 432 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
476 433
477 If you choose manual proxy settings, you can specify further options in 'A ddress or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separated list of proxy bypass rules'. 434 If you choose manual proxy settings, you can specify further options i n 'Address or URL of proxy server', 'URL to a proxy .pac file' and 'Comma-separa ted list of proxy bypass rules'.
478 435
479 For detailed examples, visit: 436 For detailed examples, visit:
480 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> 437 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
481 438
482 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> ignores all proxy-related options specified from the command line.''', 439 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> ignores all proxy-related options specified from the command line.'' ',
483 }, 440 },
484 { 441 {
485 'name': 'ProxyServer', 442 'name': 'ProxyServer',
486 'type': 'string', 443 'type': 'string',
487 'supported_on': ['chrome.*:8-'], 444 'supported_on': ['chrome.*:8-'],
488 'annotations': { 445 'features': {'dynamic_refresh': 1},
489 'features': {'dynamic_refresh': 1}, 446 'example_value': '123.123.123.123:8080',
490 'example_value': '123.123.123.123:8080',
491 },
492 'caption': '''Address or URL of proxy server''', 447 'caption': '''Address or URL of proxy server''',
493 'desc': '''You can specify the URL of the proxy server here. 448 'desc': '''You can specify the URL of the proxy server here.
494 449
495 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'. 450 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
496 451
497 For more options and detailed examples, visit: 452 For more options and detailed examples, visit:
498 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', 453 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
499 }, 454 },
500 { 455 {
501 'name': 'ProxyPacUrl', 456 'name': 'ProxyPacUrl',
502 'type': 'string', 457 'type': 'string',
503 'supported_on': ['chrome.*:8-'], 458 'supported_on': ['chrome.*:8-'],
504 'annotations': { 459 'features': {'dynamic_refresh': 1},
505 'features': {'dynamic_refresh': 1}, 460 'example_value': 'http://internal.site/example.pac',
506 'example_value': 'http://internal.site/example.pac',
507 },
508 'caption': '''URL to a proxy .pac file''', 461 'caption': '''URL to a proxy .pac file''',
509 'desc': '''You can specify a URL to a proxy .pac file here. 462 'desc': '''You can specify a URL to a proxy .pac file here.
510 463
511 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'. 464 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
512 465
513 For detailed examples, visit: 466 For detailed examples, visit:
514 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', 467 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
515 }, 468 },
516 { 469 {
517 'name': 'ProxyBypassList', 470 'name': 'ProxyBypassList',
518 'type': 'string', 471 'type': 'string',
519 'supported_on': ['chrome.*:8-'], 472 'supported_on': ['chrome.*:8-'],
520 'annotations': { 473 'features': {'dynamic_refresh': 1},
521 'features': {'dynamic_refresh': 1}, 474 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/',
522 'example_value': 'http://www.example1.com,http://www.example2.com,ht tp://internalsite/',
523 },
524 'caption': '''Proxy bypass rules''', 475 'caption': '''Proxy bypass rules''',
525 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. 476 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
526 477
527 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'. 478 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
528 479
529 For more detailed examples, visit: 480 For more detailed examples, visit:
530 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design- documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>''', 481 <ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/des ign-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph> ''',
531 'label': '''Comma-separated list of proxy bypass rules''', 482 'label': '''Comma-separated list of proxy bypass rules''',
532 }, 483 },
533 ], 484 ],
534 }, 485 },
535 { 486 {
536 'name': 'HTTPAuthentication', 487 'name': 'HTTPAuthentication',
537 'type': 'group', 488 'type': 'group',
538 'caption': '''Policies for HTTP Authentication''', 489 'caption': '''Policies for HTTP Authentication''',
539 'desc': '''Policies related to integrated HTTP authentication.''', 490 'desc': '''Policies related to integrated HTTP authentication.''',
540 'policies': [ 491 'policies': [
541 { 492 {
542 'name': 'AuthSchemes', 493 'name': 'AuthSchemes',
543 'type': 'string', 494 'type': 'string',
544 'supported_on': ['chrome.*:9-'], 495 'supported_on': ['chrome.*:9-'],
545 'annotations': { 496 'features': {'dynamic_refresh': 0},
546 'features': {'dynamic_refresh': 0}, 497 'example_value': 'basic,digest,ntlm,negotiate',
547 'example_value': 'basic,digest,ntlm,negotiate',
548 },
549 'caption': '''Supported authentication schemes''', 498 'caption': '''Supported authentication schemes''',
550 'desc': '''Specifies which HTTP Authentication schemes are supported b y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 499 'desc': '''Specifies which HTTP Authentication schemes are supported b y <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
551 500
552 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separate mu ltiple values with commas.''', 501 Possible values are 'basic', 'digest', 'ntlm' and 'negotiate'. Separat e multiple values with commas.''',
553 }, 502 },
554 { 503 {
555 'name': 'DisableAuthNegotiateCnameLookup', 504 'name': 'DisableAuthNegotiateCnameLookup',
556 'type': 'main', 505 'type': 'main',
557 'supported_on': ['chrome.*:9-'], 506 'supported_on': ['chrome.*:9-'],
558 'annotations': { 507 'features': {'dynamic_refresh': 0},
559 'features': {'dynamic_refresh': 0}, 508 'example_value': False,
560 'example_value': False,
561 },
562 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''', 509 'caption': '''Disable CNAME lookup when negotiating Kerberos authentic ation''',
563 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered. 510 'desc': '''Specifies whether the generated Kerberos SPN is based on th e canonical DNS name or the original name entered.
564 511
565 If you enable this setting, CNAME lookup will be skipped and the server na me will be used as entered. 512 If you enable this setting, CNAME lookup will be skipped and the serve r name will be used as entered.
566 513
567 If you enable this setting, the canonical name of the server will be deter mined via CNAME lookup.''', 514 If you enable this setting, the canonical name of the server will be d etermined via CNAME lookup.''',
568 }, 515 },
569 { 516 {
570 'name': 'EnableAuthNegotiatePort', 517 'name': 'EnableAuthNegotiatePort',
571 'type': 'main', 518 'type': 'main',
572 'supported_on': ['chrome.*:9-'], 519 'supported_on': ['chrome.*:9-'],
573 'annotations': { 520 'features': {'dynamic_refresh': 0},
574 'features': {'dynamic_refresh': 0}, 521 'example_value': False,
575 'example_value': False,
576 },
577 'caption': '''Include non-standard port in Kerberos SPN''', 522 'caption': '''Include non-standard port in Kerberos SPN''',
578 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port. 523 'desc': '''Specifies whether the generated Kerberos SPN should include a non-standard port.
579 524
580 If you enable this setting, and a non-standard port (i.e., a port other th an 80 or 443) is entered, it will be included in the generated Kerberos SPN. 525 If you enable this setting, and a non-standard port (i.e., a port othe r than 80 or 443) is entered, it will be included in the generated Kerberos SPN.
581 526
582 If you disable this setting, the generated Kerberos SPN will not include a port in any case.''', 527 If you disable this setting, the generated Kerberos SPN will not inclu de a port in any case.''',
583 }, 528 },
584 { 529 {
585 'name': 'AuthServerWhitelist', 530 'name': 'AuthServerWhitelist',
586 'type': 'string', 531 'type': 'string',
587 'supported_on': ['chrome.*:9-'], 532 'supported_on': ['chrome.*:9-'],
588 'annotations': { 533 'features': {'dynamic_refresh': 0},
589 'features': {'dynamic_refresh': 0}, 534 'example_value': '*example.com,foobar.com,*baz',
590 'example_value': '*example.com,foobar.com,*baz',
591 },
592 'caption': '''Authentication server whitelist''', 535 'caption': '''Authentication server whitelist''',
593 'desc': '''Specifies which servers should be whitelisted for integrate d authentication. Integrated authentication is only enabled when <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from a proxy or from a server which is in this permitted list. 536 'desc': '''Specifies which servers should be whitelisted for integrate d authentication. Integrated authentication is only enabled when <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> receives an authentication challenge from a proxy or from a server which is in this permitted list.
594 537
595 Separate multiple server names with commas. Wildcards (*) are allowed.''', 538 Separate multiple server names with commas. Wildcards (*) are allowed. ''',
596 }, 539 },
597 { 540 {
598 'name': 'AuthNegotiateDelegateWhitelist', 541 'name': 'AuthNegotiateDelegateWhitelist',
599 'type': 'string', 542 'type': 'string',
600 'supported_on': ['chrome.*:9-'], 543 'supported_on': ['chrome.*:9-'],
601 'annotations': { 544 'features': {'dynamic_refresh': 0},
602 'features': {'dynamic_refresh': 0}, 545 'example_value': 'foobar.example.com',
603 'example_value': 'foobar.example.com',
604 },
605 'caption': '''Kerberos delegation server whitelist''', 546 'caption': '''Kerberos delegation server whitelist''',
606 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> may delegate to.''', 547 'desc': '''Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> may delegate to.''',
607 }, 548 },
608 { 549 {
609 'name': 'GSSAPILibraryName', 550 'name': 'GSSAPILibraryName',
610 'type': 'string', 551 'type': 'string',
611 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'], 552 'supported_on': ['chrome.linux:9-', 'chrome.mac:9-'],
612 'annotations': { 553 'features': {'dynamic_refresh': 0},
613 'features': {'dynamic_refresh': 0}, 554 'example_value': 'libgssapi_krb5.so.2',
614 'example_value': 'libgssapi_krb5.so.2',
615 },
616 'caption': '''GSSAPI library name''', 555 'caption': '''GSSAPI library name''',
617 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati on. You can set either just a library name, or a full path. If no setting is pro vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u sing a default library name.''', 556 'desc': '''Specifies which GSSAPI library to use for HTTP Authenticati on. You can set either just a library name, or a full path. If no setting is pro vided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to u sing a default library name.''',
618 }, 557 },
619 ], 558 ],
620 }, 559 },
621 { 560 {
622 'name': 'Extensions', 561 'name': 'Extensions',
623 'type': 'group', 562 'type': 'group',
624 'caption': '''Extensions''', 563 'caption': '''Extensions''',
625 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list of forced extensions.''', 564 'desc': '''Configures extension-related policies. The user is not allowed to install blacklisted extensions unless they are whitelisted. You can also forc e <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to automatically install extensions by specifying them in <ph name="EXTENSIONINSTALLFORCELIST_POLICY_NAM E">ExtensionInstallForcelist</ph>. The blacklist takes precedence over the list of forced extensions.''',
626 'policies': [ 565 'policies': [
627 { 566 {
628 'name': 'ExtensionInstallBlacklist', 567 'name': 'ExtensionInstallBlacklist',
629 'type': 'list', 568 'type': 'list',
630 'supported_on': ['chrome.*:8-'], 569 'supported_on': ['chrome.*:8-'],
631 'annotations': { 570 'features': {'dynamic_refresh': 1},
632 'features': {'dynamic_refresh': 1}, 571 'example_value': ['extension_id1', 'extension_id2'],
633 'example_value': ['extension_id1', 'extension_id2'],
634 },
635 'caption': '''Configure extension installation blacklist''', 572 'caption': '''Configure extension installation blacklist''',
636 'desc': '''Allows you to specify which extensions the users can NOT in stall. 573 'desc': '''Allows you to specify which extensions the users can NOT in stall.
637 574
638 A blacklist value of * means all extensions are blacklisted unless they ar e explicitly listed in the whitelist.''', 575 A blacklist value of * means all extensions are blacklisted unless the y are explicitly listed in the whitelist.''',
639 'label': '''Extension IDs the user should be prevented from installing (or * for all)''', 576 'label': '''Extension IDs the user should be prevented from installing (or * for all)''',
640 }, 577 },
641 { 578 {
642 'name': 'ExtensionInstallWhitelist', 579 'name': 'ExtensionInstallWhitelist',
643 'type': 'list', 580 'type': 'list',
644 'supported_on': ['chrome.*:8-'], 581 'supported_on': ['chrome.*:8-'],
645 'annotations': { 582 'features': {'dynamic_refresh': 1},
646 'features': {'dynamic_refresh': 1}, 583 'example_value': ['extension_id1', 'extension_id2'],
647 'example_value': ['extension_id1', 'extension_id2'],
648 },
649 'caption': '''Configure extension installation whitelist''', 584 'caption': '''Configure extension installation whitelist''',
650 'desc': '''Allows you to specify which extensions are not subject to t he blacklist. 585 'desc': '''Allows you to specify which extensions are not subject to t he blacklist.
651 586
652 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist. 587 A blacklist value of * means all extensions are blacklisted and users can only install extensions listed in the whitelist.
653 588
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.''', 589 By default, all extensions are whitelisted, but if all extensions have been blacklisted by policy, the whitelist can be used to override that policy.' '',
655 'label': '''Extension IDs to exempt from the blacklist''', 590 'label': '''Extension IDs to exempt from the blacklist''',
656 }, 591 },
657 { 592 {
658 'name': 'ExtensionInstallForcelist', 593 'name': 'ExtensionInstallForcelist',
659 'type': 'list', 594 'type': 'list',
660 'supported_on': ['chrome.*:9-'], 595 'supported_on': ['chrome.*:9-'],
661 'annotations': { 596 'features': {'dynamic_refresh': 1},
662 'features': {'dynamic_refresh': 1}, 597 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2.g oogle.com/service/update2/crx'],
663 'example_value': ['lcncmkcnkcdbbanbjakcencbaoegdjlp;https://clients2 .google.com/service/update2/crx'],
664 },
665 'caption': '''Configure the list of force-installed extensions''', 598 '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. 599 'desc': '''Allows you to specify a list of extensions that will be ins talled silently, without user interaction.
667 600
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>. 601 Each item of the list is a string, that contains an extension ID and a n update URL delimited by a semicolon (<ph name="SEMICOLON">;</ph>). For example : <ph name="EXTENSION_POLICY_EXAMPLE">lcncmkcnkcdbbanbjakcencbaoegdjlp;https://c lients2.google.com/service/update2/crx</ph>. For each item, <ph name="PRODUCT_NA ME">$1<ex>Google Chrome</ex></ph> will retrieve the extension specified by the I D from the specified URL and silently install it. The following pages explain ho w you can host extensions on your own server. About update URLs: <ph name="LINK_ TO_EXTENSION_DOC1">http://code.google.com/chrome/extensions/autoupdate.html</ph> , about hosting extensions in general: <ph name="LINK_TO_EXTENSION_DOC2">http:/ /code.google.com/chrome/extensions/hosting.html</ph>.
669 602
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.''', 603 Users will be unable to uninstall extensions that are specified by thi s policy. If you remove an extension from this list, then it will be automatical ly uninstalled by <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Extensi ons that are blacklisted in 'ExtensionInstallBlacklist' and not whitelisted, can not be force-installed by this policy.''',
671 'label': '''Extension IDs and update URLs to be silently installed''', 604 'label': '''Extension IDs and update URLs to be silently installed''',
672 }, 605 },
673 ], 606 ],
674 }, 607 },
675 { 608 {
676 'name': 'ShowHomeButton', 609 'name': 'ShowHomeButton',
677 'type': 'main', 610 'type': 'main',
678 'supported_on': ['chrome.*:8-'], 611 'supported_on': ['chrome.*:8-'],
679 'annotations': { 612 'features': {'dynamic_refresh': 1},
680 'features': {'dynamic_refresh': 1}, 613 'example_value': True,
681 'example_value': True,
682 },
683 'caption': '''Show Home button on toolbar''', 614 'caption': '''Show Home button on toolbar''',
684 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google 615 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google
685 Chrome</ex></ph>'s toolbar. 616 Chrome</ex></ph>'s toolbar.
686 617
687 If you enable this setting, the Home button is always shown. 618 If you enable this setting, the Home button is always shown.
688 619
689 If you disable this setting, the Home button is never shown. 620 If you disable this setting, the Home button is never shown.
690 621
691 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 622 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
692 }, 623 },
693 { 624 {
694 'name': 'DeveloperToolsDisabled', 625 'name': 'DeveloperToolsDisabled',
695 'type': 'main', 626 'type': 'main',
696 'supported_on': ['chrome.*:9-'], 627 'supported_on': ['chrome.*:9-'],
697 'annotations': { 628 'features': {'dynamic_refresh': 1},
698 'features': {'dynamic_refresh': 1}, 629 'example_value': False,
699 'example_value': False,
700 },
701 'caption': '''Disable Developer Tools''', 630 'caption': '''Disable Developer Tools''',
702 'desc': '''Disables the Developer Tools and the JavaScript console. 631 'desc': '''Disables the Developer Tools and the JavaScript console.
703 632
704 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.''', 633 If you enable this setting, the Developer Tools can not be accessed and we b-site elements can not be inspected anymore. Any keyboard shortcuts and any men u or context menu entries to open the Developer Tools or the JavaScript Console will be disabled.''',
705 }, 634 },
706 { 635 {
707 'name': 'RestoreOnStartupGroup', 636 'name': 'RestoreOnStartupGroup',
708 'type': 'group', 637 'type': 'group',
709 'caption': '''Startup pages''', 638 'caption': '''Startup pages''',
710 'desc': '''Allows you to configure the pages that are loaded on startup. 639 'desc': '''Allows you to configure the pages that are loaded on startup.
(...skipping 14 matching lines...) Expand all
725 'value': 1, 654 'value': 1,
726 'caption': '''Reopen the URLs that were open last''' 655 'caption': '''Reopen the URLs that were open last'''
727 }, 656 },
728 { 657 {
729 'name': 'RestoreOnStartupIsURLs', 658 'name': 'RestoreOnStartupIsURLs',
730 'value': 4, 659 'value': 4,
731 'caption': '''Open a list of URLs''' 660 'caption': '''Open a list of URLs'''
732 }, 661 },
733 ], 662 ],
734 'supported_on': ['chrome.*:8-'], 663 'supported_on': ['chrome.*:8-'],
735 'annotations': { 664 'features': {'dynamic_refresh': 1},
736 'features': {'dynamic_refresh': 1}, 665 'example_value': 4,
737 'example_value': 4,
738 },
739 'caption': '''Action on startup''', 666 'caption': '''Action on startup''',
740 'desc': '''Allows you to specify the behavior on startup. 667 'desc': '''Allows you to specify the behavior on startup.
741 668
742 If you choose 'Open home page' the home page will always be opened when yo u start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 669 If you choose 'Open home page' the home page will always be opened whe n you start <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
743 670
744 If you choose 'Reopen the URLs that were open last', the URLs that were op en last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was closed wi ll be reopened. 671 If you choose 'Reopen the URLs that were open last', the URLs that wer e open last time <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> was close d will be reopened.
745 672
746 If you choose 'Open a list of URLs', the list of 'URLs to open on startup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph>. 673 If you choose 'Open a list of URLs', the list of 'URLs to open on star tup' will be opened when a user starts <ph name="PRODUCT_NAME">$1<ex>Google Chro me</ex></ph>.
747 674
748 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', 675 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''',
749 }, 676 },
750 { 677 {
751 'name': 'RestoreOnStartupURLs', 678 'name': 'RestoreOnStartupURLs',
752 'type': 'list', 679 'type': 'list',
753 'supported_on': ['chrome.*:8-'], 680 'supported_on': ['chrome.*:8-'],
754 'annotations': { 681 'features': {'dynamic_refresh': 1},
755 'features': {'dynamic_refresh': 1}, 682 'example_value': ['http://example.com', 'http://chromium.org'],
756 'example_value': ['http://example.com', 'http://chromium.org'],
757 },
758 'caption': '''URLs to open on startup''', 683 'caption': '''URLs to open on startup''',
759 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened.''', 684 'desc': '''If 'Open a list of URLs' is selected as the startup action, this allows you to specify the list of URLs that are opened.''',
760 }, 685 },
761 ], 686 ],
762 }, 687 },
763 { 688 {
764 'name': 'DefaultSearchProvider', 689 'name': 'DefaultSearchProvider',
765 'type': 'group', 690 'type': 'group',
766 'caption': '''Default search provider''', 691 'caption': '''Default search provider''',
767 'desc': '''Configures the default search provider. You can specify the def ault search provider that the user will use or choose to disable default search. ''', 692 'desc': '''Configures the default search provider. You can specify the def ault search provider that the user will use or choose to disable default search. ''',
768 'policies': [ 693 'policies': [
769 { 694 {
770 'name': 'DefaultSearchProviderEnabled', 695 'name': 'DefaultSearchProviderEnabled',
771 'type': 'main', 696 'type': 'main',
772 'supported_on': ['chrome.*:8-'], 697 'supported_on': ['chrome.*:8-'],
773 'annotations': { 698 'features': {'dynamic_refresh': 1},
774 'features': {'dynamic_refresh': 1}, 699 'example_value': True,
775 'example_value': True,
776 },
777 'caption': '''Enable the default search provider''', 700 'caption': '''Enable the default search provider''',
778 'desc': '''Enables the use of a default search provider. 701 'desc': '''Enables the use of a default search provider.
779 702
780 If you enable this setting, a default search is performed when the user ty pes text in the omnibox that is not a URL. 703 If you enable this setting, a default search is performed when the use r types text in the omnibox that is not a URL.
781 704
782 You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choose th e default provider. 705 You can specify the default search provider to be used by setting the rest of the default search policies. If these are left empty, the user can choos e the default provider.
783 706
784 If you diable this setting, no search is performed when the user enters no n-URL text in the omnibox. 707 If you diable this setting, no search is performed when the user enter s non-URL text in the omnibox.
785 708
786 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME"> 709 If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">
787 $1<ex>Google Chrome</ex> 710 $1<ex>Google Chrome</ex>
788 </ph>.''', 711 </ph>.''',
789 }, 712 },
790 { 713 {
791 'name': 'DefaultSearchProviderName', 714 'name': 'DefaultSearchProviderName',
792 'type': 'string', 715 'type': 'string',
793 'supported_on': ['chrome.*:8-'], 716 'supported_on': ['chrome.*:8-'],
794 'annotations': { 717 'features': {'dynamic_refresh': 1},
795 'features': {'dynamic_refresh': 1}, 718 'example_value': 'My Intranet Search',
796 'example_value': 'My Intranet Search',
797 },
798 'caption': '''Default search provider name''', 719 'caption': '''Default search provider name''',
799 'desc': '''Specifies the name of the default search provider. If left empty, the host name specified by the search URL will be used.''', 720 'desc': '''Specifies the name of the default search provider. If left empty, the host name specified by the search URL will be used.''',
800 }, 721 },
801 { 722 {
802 'name': 'DefaultSearchProviderKeyword', 723 'name': 'DefaultSearchProviderKeyword',
803 'type': 'string', 724 'type': 'string',
804 'supported_on': ['chrome.*:8-'], 725 'supported_on': ['chrome.*:8-'],
805 'annotations': { 726 'features': {'dynamic_refresh': 1},
806 'features': {'dynamic_refresh': 1}, 727 'example_value': 'mis',
807 'example_value': 'mis',
808 },
809 'caption': '''Default search provider keyword''', 728 'caption': '''Default search provider keyword''',
810 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider. Optional.''', 729 'desc': '''Specifies the keyword, which is the shortcut used in the om nibox to trigger the search for this provider. Optional.''',
811 }, 730 },
812 { 731 {
813 'name': 'DefaultSearchProviderSearchURL', 732 'name': 'DefaultSearchProviderSearchURL',
814 'type': 'string', 733 'type': 'string',
815 'supported_on': ['chrome.*:8-'], 734 'supported_on': ['chrome.*:8-'],
816 'annotations': { 735 'features': {'dynamic_refresh': 1},
817 'features': {'dynamic_refresh': 1}, 736 'example_value': 'http://search.my.company/search?q={searchTerms}',
818 'example_value': 'http://search.my.company/search?q={searchTerms}',
819 },
820 'caption': '''Default search provider search URL''', 737 'caption': '''Default search provider search URL''',
821 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for.''', 738 'desc': '''Specifies the URL of the search engine used when doing a de fault search. The URL should contain the string '<ph name="SEARCH_TERM_MARKER">{ searchTerms}</ph>', which will be replaced at query time by the terms the user i s searching for.''',
822 }, 739 },
823 { 740 {
824 'name': 'DefaultSearchProviderSuggestURL', 741 'name': 'DefaultSearchProviderSuggestURL',
825 'type': 'string', 742 'type': 'string',
826 'supported_on': ['chrome.*:8-'], 743 'supported_on': ['chrome.*:8-'],
827 'annotations': { 744 'features': {'dynamic_refresh': 1},
828 'features': {'dynamic_refresh': 1}, 745 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
829 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
830 },
831 'caption': '''Default search provider suggest URL''', 746 'caption': '''Default search provider suggest URL''',
832 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far. Optional.''', 747 'desc': '''Specifies the URL of the search engine used to provide sear ch suggestions. The URL should contain the string '<ph name="SEARCH_TERM_MARKER" >{searchTerms}</ph>', which will be replaced at query time by the text the user has entered so far. Optional.''',
833 }, 748 },
834 { 749 {
835 'name': 'DefaultSearchProviderInstantURL', 750 'name': 'DefaultSearchProviderInstantURL',
836 'type': 'string', 751 'type': 'string',
837 'supported_on': ['chrome.*:10-'], 752 'supported_on': ['chrome.*:10-'],
838 'annotations': { 753 'features': {'dynamic_refresh': 1},
839 'features': {'dynamic_refresh': 1}, 754 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
840 'example_value': 'http://search.my.company/suggest?q={searchTerms}',
841 },
842 'caption': '''Default search provider instant URL''', 755 'caption': '''Default search provider instant URL''',
843 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far. Optional.''', 756 'desc': '''Specifies the URL of the search engine used to provide inst ant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{s earchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far. Optional.''',
844 }, 757 },
845 { 758 {
846 'name': 'DefaultSearchProviderIconURL', 759 'name': 'DefaultSearchProviderIconURL',
847 'type': 'string', 760 'type': 'string',
848 'supported_on': ['chrome.*:8-'], 761 'supported_on': ['chrome.*:8-'],
849 'annotations': { 762 'features': {'dynamic_refresh': 1},
850 'features': {'dynamic_refresh': 1}, 763 'example_value': 'http://search.my.company/favicon.ico',
851 'example_value': 'http://search.my.company/favicon.ico',
852 },
853 'caption': '''Default search provider icon''', 764 'caption': '''Default search provider icon''',
854 'desc': '''Specifies the favorite icon URL of the default search provi der. Optional.''', 765 'desc': '''Specifies the favorite icon URL of the default search provi der. Optional.''',
855 }, 766 },
856 { 767 {
857 'name': 'DefaultSearchProviderEncodings', 768 'name': 'DefaultSearchProviderEncodings',
858 'type': 'list', 769 'type': 'list',
859 'supported_on': ['chrome.*:8-'], 770 'supported_on': ['chrome.*:8-'],
860 'annotations': { 771 'features': {'dynamic_refresh': 1},
861 'features': {'dynamic_refresh': 1}, 772 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'],
862 'example_value': ['UTF-8', 'UTF-16', 'GB2312', 'ISO-8859-1'],
863 },
864 'caption': '''Default search provider encodings''', 773 'caption': '''Default search provider encodings''',
865 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. The default is UTF-8.''', 774 'desc': '''Specifies the character encodings supported by the search p rovider. Encodings are code page names like UTF-8, GB2312, and ISO-8859-1. They are tried in the order provided. The default is UTF-8.''',
866 }, 775 },
867 ], 776 ],
868 }, 777 },
869 { 778 {
870 'name': 'ContentSettings', 779 'name': 'ContentSettings',
871 'type': 'group', 780 'type': 'group',
872 'caption': '''Content Settings''', 781 'caption': '''Content Settings''',
873 'desc': '''Content Settings allow you to specify how contents of a specifi c type (for example Cookies, Images or JavaScript) is handled.''', 782 'desc': '''Content Settings allow you to specify how contents of a specifi c type (for example Cookies, Images or JavaScript) is handled.''',
874 'policies': [ 783 'policies': [
875 { 784 {
876 'name': 'DefaultCookiesSetting', 785 'name': 'DefaultCookiesSetting',
877 'type': 'int-enum', 786 'type': 'int-enum',
878 'items': [ 787 'items': [
879 { 788 {
880 'name': 'AllowCookies', 789 'name': 'AllowCookies',
881 'value': 0, 790 'value': 0,
882 'caption': '''Allow all sites to set local data.''' 791 'caption': '''Allow all sites to set local data.'''
883 }, 792 },
884 { 793 {
885 'name': 'BlockCookies', 794 'name': 'BlockCookies',
886 'value': 1, 795 'value': 1,
887 'caption': '''Do not allow any site to set local data''' 796 'caption': '''Do not allow any site to set local data'''
888 }, 797 },
889 ], 798 ],
890 'supported_on': ['chrome.*:10-'], 799 'supported_on': ['chrome.*:10-'],
891 'annotations': { 800 'features': {'dynamic_refresh': 1},
892 'features': {'dynamic_refresh': 1}, 801 'example_value': 0,
893 'example_value': 0,
894 },
895 'caption': '''Default cookies setting''', 802 'caption': '''Default cookies setting''',
896 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites.''', 803 'desc': '''Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for a ll websites.''',
897 }, 804 },
898 { 805 {
899 'name': 'DefaultImagesSetting', 806 'name': 'DefaultImagesSetting',
900 'type': 'int-enum', 807 'type': 'int-enum',
901 'items': [ 808 'items': [
902 { 809 {
903 'name': 'AllowImages', 810 'name': 'AllowImages',
904 'value': 0, 811 'value': 0,
905 'caption': '''Allow all sites to show all images''' 812 'caption': '''Allow all sites to show all images'''
906 }, 813 },
907 { 814 {
908 'name': 'BlockImages', 815 'name': 'BlockImages',
909 'value': 1, 816 'value': 1,
910 'caption': '''Do not allow any site to show images''' 817 'caption': '''Do not allow any site to show images'''
911 }, 818 },
912 ], 819 ],
913 'supported_on': ['chrome.*:10-'], 820 'supported_on': ['chrome.*:10-'],
914 'annotations': { 821 'features': {'dynamic_refresh': 1},
915 'features': {'dynamic_refresh': 1}, 822 'example_value': 0,
916 'example_value': 0,
917 },
918 'caption': '''Default images setting''', 823 'caption': '''Default images setting''',
919 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites.''', 824 'desc': '''Allows you to set whether websites are allowed to display i mages. Displaying images can be either allowed for all websites or denied for al l websites.''',
920 }, 825 },
921 { 826 {
922 'name': 'DefaultJavaScriptSetting', 827 'name': 'DefaultJavaScriptSetting',
923 'type': 'int-enum', 828 'type': 'int-enum',
924 'items': [ 829 'items': [
925 { 830 {
926 'name': 'AllowJavaScript', 831 'name': 'AllowJavaScript',
927 'value': 0, 832 'value': 0,
928 'caption': '''Allow all sites to run JavaScript''' 833 'caption': '''Allow all sites to run JavaScript'''
929 }, 834 },
930 { 835 {
931 'name': 'BlockJavaScript', 836 'name': 'BlockJavaScript',
932 'value': 1, 837 'value': 1,
933 'caption': '''Do not allow any site to run JavaScript''' 838 'caption': '''Do not allow any site to run JavaScript'''
934 }, 839 },
935 ], 840 ],
936 'supported_on': ['chrome.*:10-'], 841 'supported_on': ['chrome.*:10-'],
937 'annotations': { 842 'features': {'dynamic_refresh': 1},
938 'features': {'dynamic_refresh': 1}, 843 'example_value': 0,
939 'example_value': 0,
940 },
941 'caption': '''Default JavaScript setting''', 844 'caption': '''Default JavaScript setting''',
942 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites.''', 845 'desc': '''Allows you to set whether websites are allowed to run JavaS cript. Running JavaScript can be either allowed for all websites or denied for a ll websites.''',
943 }, 846 },
944 { 847 {
945 'name': 'DefaultPluginsSetting', 848 'name': 'DefaultPluginsSetting',
946 'type': 'int-enum', 849 'type': 'int-enum',
947 'items': [ 850 'items': [
948 { 851 {
949 'name': 'AllowPlugins', 852 'name': 'AllowPlugins',
950 'value': 0, 853 'value': 0,
951 'caption': '''Allow all sites to automatically run plugins''' 854 'caption': '''Allow all sites to automatically run plugins'''
952 }, 855 },
953 { 856 {
954 'name': 'BlockPlugins', 857 'name': 'BlockPlugins',
955 'value': 1, 858 'value': 1,
956 'caption': '''Block all plugins''' 859 'caption': '''Block all plugins'''
957 }, 860 },
958 ], 861 ],
959 'supported_on': ['chrome.*:10-'], 862 'supported_on': ['chrome.*:10-'],
960 'annotations': { 863 'features': {'dynamic_refresh': 1},
961 'features': {'dynamic_refresh': 1}, 864 'example_value': 0,
962 'example_value': 0,
963 },
964 'caption': '''Default plugins setting''', 865 'caption': '''Default plugins setting''',
965 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites.''', 866 'desc': '''Allows you to set whether websites are allowed to automatic ally run plugins. Automatically running plugins can be either allowed for all we bsites or denied for all websites.''',
966 }, 867 },
967 { 868 {
968 'name': 'DefaultPopupsSetting', 869 'name': 'DefaultPopupsSetting',
969 'type': 'int-enum', 870 'type': 'int-enum',
970 'items': [ 871 'items': [
971 { 872 {
972 'name': 'AllowPopups', 873 'name': 'AllowPopups',
973 'value': 0, 874 'value': 0,
974 'caption': '''Allow all sites to show pop-ups''' 875 'caption': '''Allow all sites to show pop-ups'''
975 }, 876 },
976 { 877 {
977 'name': 'BlockPopups', 878 'name': 'BlockPopups',
978 'value': 1, 879 'value': 1,
979 'caption': '''Do not allow any site to show popups''' 880 'caption': '''Do not allow any site to show popups'''
980 }, 881 },
981 ], 882 ],
982 'supported_on': ['chrome.*:10-'], 883 'supported_on': ['chrome.*:10-'],
983 'annotations': { 884 'features': {'dynamic_refresh': 1},
984 'features': {'dynamic_refresh': 1}, 885 'example_value': 1,
985 'example_value': 1,
986 },
987 'caption': '''Default popups setting''', 886 'caption': '''Default popups setting''',
988 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites.''', 887 'desc': '''Allows you to set whether websites are allowed to show pop- ups. Showing popups can be either allowed for all websites or denied for all web sites.''',
989 }, 888 },
990 { 889 {
991 'name': 'DefaultNotificationSetting', 890 'name': 'DefaultNotificationSetting',
992 'type': 'int-enum', 891 'type': 'int-enum',
993 'items': [ 892 'items': [
994 { 893 {
995 'name': 'AllowNotifications', 894 'name': 'AllowNotifications',
996 'value': 0, 895 'value': 0,
997 'caption': '''Allow sites to show desktop notifications''' 896 'caption': '''Allow sites to show desktop notifications'''
998 }, 897 },
999 { 898 {
1000 'name': 'BlockNotifications', 899 'name': 'BlockNotifications',
1001 'value': 1, 900 'value': 1,
1002 'caption': '''Do not allow any site to show desktop notifications' '' 901 'caption': '''Do not allow any site to show desktop notifications' ''
1003 }, 902 },
1004 { 903 {
1005 'name': 'AskNotifications', 904 'name': 'AskNotifications',
1006 'value': 2, 905 'value': 2,
1007 'caption': '''Ask every time a site wants to show desktop notifica tions''' 906 'caption': '''Ask every time a site wants to show desktop notifica tions'''
1008 }, 907 },
1009 ], 908 ],
1010 'supported_on': ['chrome.*:10-'], 909 'supported_on': ['chrome.*:10-'],
1011 'annotations': { 910 'features': {'dynamic_refresh': 1},
1012 'features': {'dynamic_refresh': 1}, 911 'example_value': 2,
1013 'example_value': 2,
1014 },
1015 'caption': '''Default notification setting''', 912 'caption': '''Default notification setting''',
1016 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked everytime a website wants to show d esktop notifications.''', 913 'desc': '''Allows you to set whether websites are allowed to display d esktop notifications. Displaying desktop notifications can be allowed by default , denied by default or the user can be asked everytime a website wants to show d esktop notifications.''',
1017 }, 914 },
1018 { 915 {
1019 'name': 'DefaultGeolocationSetting', 916 'name': 'DefaultGeolocationSetting',
1020 'type': 'int-enum', 917 'type': 'int-enum',
1021 'items': [ 918 'items': [
1022 { 919 {
1023 'name': 'AllowGeolocation', 920 'name': 'AllowGeolocation',
1024 'value': 0, 921 'value': 0,
1025 'caption': '''Allow sites to track the users' physical location''' 922 'caption': '''Allow sites to track the users' physical location'''
1026 }, 923 },
1027 { 924 {
1028 'name': 'BlockGeolocation', 925 'name': 'BlockGeolocation',
1029 'value': 1, 926 'value': 1,
1030 'caption': '''Do not allow any site to track the users' physical l ocation''' 927 'caption': '''Do not allow any site to track the users' physical l ocation'''
1031 }, 928 },
1032 { 929 {
1033 'name': 'AskGeolocation', 930 'name': 'AskGeolocation',
1034 'value': 2, 931 'value': 2,
1035 'caption': '''Ask whenever a site wants to track the users' physic al location''' 932 'caption': '''Ask whenever a site wants to track the users' physic al location'''
1036 }, 933 },
1037 ], 934 ],
1038 'supported_on': ['chrome.*:10-'], 935 'supported_on': ['chrome.*:10-'],
1039 'annotations': { 936 'features': {'dynamic_refresh': 1},
1040 'features': {'dynamic_refresh': 1}, 937 'example_value': 0,
1041 'example_value': 0,
1042 },
1043 'caption': '''Default geolocation setting''', 938 'caption': '''Default geolocation setting''',
1044 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''', 939 'desc': '''Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website reque sts the pysical location.''',
1045 }, 940 },
1046 ], 941 ],
1047 }, 942 },
1048 { 943 {
1049 'name': 'Disable3DAPIs', 944 'name': 'Disable3DAPIs',
1050 'type': 'main', 945 'type': 'main',
1051 'supported_on': ['chrome.*:9-'], 946 'supported_on': ['chrome.*:9-'],
1052 'annotations': { 947 'features': {'dynamic_refresh': 0},
1053 'features': {'dynamic_refresh': 0}, 948 'example_value': False,
1054 'example_value': False,
1055 },
1056 'caption': '''Disable support for 3D graphics APIs''', 949 'caption': '''Disable support for 3D graphics APIs''',
1057 'desc': '''Disable support for 3D graphics APIs. 950 'desc': '''Disable support for 3D graphics APIs.
1058 951
1059 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API. 952 Enabling this setting prevents web pages from accessing the graphics proce ssing unit (GPU). Specifically, web pages can not access the WebGL API and plugi ns can not use the Pepper 3D API.
1060 953
1061 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''', 954 Disabling this setting potentially allows web pages to use the WebGL API a nd plugins to use the Pepper 3D API. The default settings of the browser may sti ll require command line arguments to be passed in order to use these APIs.''',
1062 }, 955 },
1063 { 956 {
1064 'name': 'ChromeFrameRendererSettings', 957 'name': 'ChromeFrameRendererSettings',
1065 'type': 'group', 958 'type': 'group',
1066 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''', 959 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<e x>Google Chrome Frame</ex></ph>''',
1067 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> 960 'desc': '''Allows you to configure the default HTML renderer when <ph name ="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex>
1068 </ph> is installed. 961 </ph> is installed.
1069 The default setting is to allow the host browser do the rendering, but you 962 The default setting is to allow the host browser do the rendering, but you
1070 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> 963 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex>
1071 Google Chrome Frame</ex></ph> render HTML pages by default.''', 964 Google Chrome Frame</ex></ph> render HTML pages by default.''',
1072 'policies': [ 965 'policies': [
1073 { 966 {
1074 'name': 'ChromeFrameRendererSettings', 967 'name': 'ChromeFrameRendererSettings',
1075 'type': 'int-enum', 968 'type': 'int-enum',
1076 'items': [ 969 'items': [
1077 { 970 {
1078 'name': 'RenderInHost', 971 'name': 'RenderInHost',
1079 'value': 0, 972 'value': 0,
1080 'caption': '''Use the host browser by default''' 973 'caption': '''Use the host browser by default'''
1081 }, 974 },
1082 { 975 {
1083 'name': 'RenderInChromeFrame', 976 'name': 'RenderInChromeFrame',
1084 'value': 1, 977 'value': 1,
1085 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> by default''' 978 'caption': '''Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrom e Frame</ex></ph> by default'''
1086 }, 979 },
1087 ], 980 ],
1088 'supported_on': ['chrome_frame:8-'], 981 'supported_on': ['chrome_frame:8-'],
1089 'annotations': { 982 'features': {'dynamic_refresh': 0},
1090 'features': {'dynamic_refresh': 0}, 983 'example_value': 1,
1091 'example_value': 1,
1092 },
1093 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME"> $3<ex>Google Chrome Frame</ex></ph>''', 984 'caption': '''Default HTML renderer for <ph name="PRODUCT_FRAME_NAME"> $3<ex>Google Chrome Frame</ex></ph>''',
1094 'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex> 985 'desc': '''Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex>
1095 </ph> is installed. 986 </ph> is installed.
1096 The default setting is to allow the host browser do the rendering, but you 987 The default setting is to allow the host browser do the rendering, but you
1097 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3<ex> 988 can optionally override this and have <ph name="PRODUCT_FRAME_NAME">$3 <ex>
1098 Google Chrome Frame</ex></ph> render HTML pages by default.''', 989 Google Chrome Frame</ex></ph> render HTML pages by default.''',
1099 }, 990 },
1100 { 991 {
1101 'name': 'RenderInChromeFrameList', 992 'name': 'RenderInChromeFrameList',
1102 'type': 'list', 993 'type': 'list',
1103 'supported_on': ['chrome_frame:8-'], 994 'supported_on': ['chrome_frame:8-'],
1104 'annotations': { 995 'features': {'dynamic_refresh': 0},
1105 'features': {'dynamic_refresh': 0}, 996 'example_value': ['http://www.example.com', 'http://www.example.edu'],
1106 'example_value': ['http://www.example.com', 'http://www.example.edu' ],
1107 },
1108 'caption': '''Always render the following URL patterns in <ph name="PR ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''', 997 'caption': '''Always render the following URL patterns in <ph name="PR ODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>''',
1109 'desc': '''Customize the list of URL patterns that should always be re ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>. 998 'desc': '''Customize the list of URL patterns that should always be re ndered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
1110 999
1111 For example patterns see http://www.chromium.org/developers/how-tos/chrome -frame-getting-started.''', 1000 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''',
1112 }, 1001 },
1113 { 1002 {
1114 'name': 'RenderInHostList', 1003 'name': 'RenderInHostList',
1115 'type': 'list', 1004 'type': 'list',
1116 'supported_on': ['chrome_frame:8-'], 1005 'supported_on': ['chrome_frame:8-'],
1117 'annotations': { 1006 'features': {'dynamic_refresh': 0},
1118 'features': {'dynamic_refresh': 0}, 1007 'example_value': ['http://www.example.com', 'http://www.example.edu'],
1119 'example_value': ['http://www.example.com', 'http://www.example.edu' ],
1120 },
1121 'caption': '''Always render the following URL patterns in the host bro wser''', 1008 'caption': '''Always render the following URL patterns in the host bro wser''',
1122 'desc': '''Customize the list of URL patterns that should always be re ndered by the host browser. 1009 'desc': '''Customize the list of URL patterns that should always be re ndered by the host browser.
1123 For example patterns see http://www.chromium.org/developers/how-tos/chrome -frame-getting-started.''', 1010 For example patterns see http://www.chromium.org/developers/how-tos/ch rome-frame-getting-started.''',
1124 }, 1011 },
1125 ], 1012 ],
1126 }, 1013 },
1127 { 1014 {
1128 'name': 'ChromeFrameContentTypes', 1015 'name': 'ChromeFrameContentTypes',
1129 'type': 'group', 1016 'type': 'group',
1130 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types.''', 1017 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fram e</ex></ph> to handle the following content types.''',
1131 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''', 1018 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ ex></ph> to handle the following content types.''',
1132 'policies': [ 1019 'policies': [
1133 { 1020 {
1134 'name': 'ChromeFrameContentTypes', 1021 'name': 'ChromeFrameContentTypes',
1135 'type': 'list', 1022 'type': 'list',
1136 'supported_on': ['chrome_frame:8-'], 1023 'supported_on': ['chrome_frame:8-'],
1137 'annotations': { 1024 'features': {'dynamic_refresh': 0},
1138 'features': {'dynamic_refresh': 0}, 1025 'example_value': ['text/xml', 'application/xml'],
1139 'example_value': ['text/xml', 'application/xml'],
1140 },
1141 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.''', 1026 'caption': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> to handle the following content types.''',
1142 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the following content types.''', 1027 'desc': '''Allow <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Fra me</ex></ph> to handle the following content types.''',
1143 }, 1028 },
1144 ], 1029 ],
1145 }, 1030 },
1146 { 1031 {
1147 'name': 'ChromeOsLockOnIdleSuspend', 1032 'name': 'ChromeOsLockOnIdleSuspend',
1148 'type': 'main', 1033 'type': 'main',
1149 'supported_on': ['chrome_os:0.9.79.0-'], 1034 'supported_on': ['chrome_os:0.9.79.0-'],
1150 'annotations': { 1035 'features': {'dynamic_refresh': 1},
1151 'features': {'dynamic_refresh': 1}, 1036 'example_value': True,
1152 'example_value': True,
1153 },
1154 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '', 1037 'caption': '''Enable lock when ChromeOS devices become idle or suspended.' '',
1155 'desc': '''Enable lock when ChromeOS devices become idle or suspended. 1038 'desc': '''Enable lock when ChromeOS devices become idle or suspended.
1156 1039
1157 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep. 1040 If you enable this setting, users will be asked for a password to unlock C hromeOS devices from sleep.
1158 1041
1159 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep. 1042 If you disable this setting, users will not be asked for a password to wak e ChromeOS devices from sleep.
1160 1043
1161 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''', 1044 If you enable or disable this setting, users cannot change or override thi s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome OS</ex></ph>.''',
1162 }, 1045 },
1163 ], 1046 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'doc_example_value': { 1089 'doc_example_value': {
1207 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''', 1090 'desc': '''Caption text of the field 'example value' in the summary chart of a policy in the generated documentation''',
1208 'text': '''Example value:''' 1091 'text': '''Example value:'''
1209 }, 1092 },
1210 'doc_intro': { 1093 'doc_intro': {
1211 'desc': '''Introduction text for the generated policy documentation''', 1094 'desc': '''Introduction text for the generated policy documentation''',
1212 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph> respects. 1095 'text': '''This is the list of policies that <ph name="PRODUCT_NAME">$1<ex >Google Chrome</ex></ph> respects.
1213 1096
1214 You don't need to change these settings by hand! You can download easy-to -use templates from 1097 You don't need to change these settings by hand! You can download easy-to -use templates from
1215 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex> 1098 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex>
1216 http://www.chromium.org/administrators/policy-templates</ex></ph>. 1099 http://www.chromium.org/administrators/policy-templates</ex></ph>.
1217 1100
1218 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ. 1101 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ.
1219 1102
1220 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies.''' 1103 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies.'''
1221 }, 1104 },
1222 'doc_back_to_top': { 1105 'doc_back_to_top': {
1223 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''', 1106 'desc': '''Text of a link in the generated policy documentation, that take s the user to the top of the page''',
1224 'text': '''Back to top''' 1107 'text': '''Back to top'''
1225 }, 1108 },
1226 'doc_supported': { 1109 'doc_supported': {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 { 1141 {
1259 'key': '$4', 1142 'key': '$4',
1260 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started' 1143 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting- started'
1261 }, 1144 },
1262 { 1145 {
1263 'key': '$5', 1146 'key': '$5',
1264 'value': 'http://www.chromium.org/administrators/policy-templates' 1147 'value': 'http://www.chromium.org/administrators/policy-templates'
1265 }, 1148 },
1266 ] 1149 ]
1267 } 1150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698