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

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

Issue 8555012: Fix CrOS supported_on entries in policy_templates.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 241 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
242 'features': {'dynamic_refresh': 1}, 242 'features': {'dynamic_refresh': 1},
243 'example_value': True, 243 'example_value': True,
244 'id': 8, 244 'id': 8,
245 'caption': '''Disable SPDY protocol''', 245 'caption': '''Disable SPDY protocol''',
246 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''', 246 'desc': '''Disables use of the SPDY protocol in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph>.''',
247 }, 247 },
248 { 248 {
249 'name': 'DisabledSchemes', 249 'name': 'DisabledSchemes',
250 'type': 'list', 250 'type': 'list',
251 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], 251 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'],
252 'features': {'dynamic_refresh': 1}, 252 'features': {'dynamic_refresh': 1},
253 'example_value': ['file', 'mailto'], 253 'example_value': ['file', 'mailto'],
254 'id': 85, 254 'id': 85,
255 'caption': '''Disable URL protocol schemes''', 255 'caption': '''Disable URL protocol schemes''',
256 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph>. 256 'desc': '''Disables the listed protocol schemes in <ph name="PRODUCT_NAME" >$1<ex>Google Chrome</ex></ph>.
257 257
258 URLs using a scheme from this list will not load and can not be navigated to.''', 258 URLs using a scheme from this list will not load and can not be navigated to.''',
259 'label': '''List of disabled protocol schemes''', 259 'label': '''List of disabled protocol schemes''',
260 }, 260 },
261 { 261 {
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 422
423 If you enable this setting, Safe Browsing is always active. 423 If you enable this setting, Safe Browsing is always active.
424 424
425 If you disable this setting, Safe Browsing is never active. 425 If you disable this setting, Safe Browsing is never active.
426 426
427 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>.''', 427 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>.''',
428 }, 428 },
429 { 429 {
430 'name': 'MetricsReportingEnabled', 430 'name': 'MetricsReportingEnabled',
431 'type': 'main', 431 'type': 'main',
432 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'], 432 'supported_on': ['chrome.*:8-'],
433 'features': {'dynamic_refresh': 0}, 433 'features': {'dynamic_refresh': 0},
434 'example_value': True, 434 'example_value': True,
435 'id': 15, 435 'id': 15,
436 'caption': '''Enable reporting of usage and crash-related data''', 436 'caption': '''Enable reporting of usage and crash-related data''',
437 '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. 437 '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.
438 438
439 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 439 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
440 440
441 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google. 441 If you disable this setting, anonymous reporting of usage and crash-relate d data is never sent to Google.
442 442
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 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. 507 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.
508 508
509 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. 509 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.
510 510
511 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi nsExceptions.''', 511 Note that this policy can be overriden by EnabledPlugins and DisabledPlugi nsExceptions.''',
512 'label': '''List of disabled plugins''', 512 'label': '''List of disabled plugins''',
513 }, 513 },
514 { 514 {
515 'name': 'EnabledPlugins', 515 'name': 'EnabledPlugins',
516 'type': 'list', 516 'type': 'list',
517 'supported_on': ['chrome.*:11-'], 517 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
518 'features': {'dynamic_refresh': 1}, 518 'features': {'dynamic_refresh': 1},
519 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 519 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
520 'id': 78, 520 'id': 78,
521 'caption': '''Specify a list of enabled plugins''', 521 'caption': '''Specify a list of enabled plugins''',
522 'desc': '''Specifies a list of plugins that are enabled in <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this set ting. 522 'desc': '''Specifies a list of plugins that are enabled in <ph name="PRODU CT_NAME">$1<ex>Google Chrome</ex></ph> and prevents users from changing this set ting.
523 523
524 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. 524 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.
525 525
526 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena bled in 'about:plugins' and users cannot disable them. 526 The specified list of plugins is always used in <ph name="PRODUCT_NAME">$1 <ex>Google Chrome</ex></ph> if they are installed. The plugins are marked as ena bled in 'about:plugins' and users cannot disable them.
527 527
528 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx ceptions.''', 528 Note that this policy overrides both DisabledPlugins and DisabledPluginsEx ceptions.''',
529 'label': '''List of enabled plugins''', 529 'label': '''List of enabled plugins''',
530 }, 530 },
531 { 531 {
532 'name': 'DisabledPluginsExceptions', 532 'name': 'DisabledPluginsExceptions',
533 'type': 'list', 533 'type': 'list',
534 'supported_on': ['chrome.*:11-'], 534 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
535 'features': {'dynamic_refresh': 1}, 535 'features': {'dynamic_refresh': 1},
536 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'], 536 'example_value': ['Java', 'Shockwave Flash', 'Chrome PDF Viewer'],
537 'id': 79, 537 'id': 79,
538 'caption': '''Specify a list of plugins that the user can enable or disabl e''', 538 'caption': '''Specify a list of plugins that the user can enable or disabl e''',
539 'desc': '''Specifies a list of plugins that user can enable or disable in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 539 'desc': '''Specifies a list of plugins that user can enable or disable in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
540 540
541 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. 541 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.
542 542
543 If you enable this setting, the specified list of plugins can be used in < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl e them in 'about:plugins', even if the plugin also matches a pattern in Disabled Plugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins.''', 543 If you enable this setting, the specified list of plugins can be used in < ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. Users can enable or disabl e them in 'about:plugins', even if the plugin also matches a pattern in Disabled Plugins. Users can also enable and disable plugins that don't match any patterns in DisabledPlugins, DisabledPluginsExceptions and EnabledPlugins.''',
544 'label': '''List of exceptions to the list of disabled plugins''', 544 'label': '''List of exceptions to the list of disabled plugins''',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'id': 64, 601 'id': 64,
602 'caption': '''Set download directory''', 602 'caption': '''Set download directory''',
603 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files. 603 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$1<ex>Goo gle Chrome</ex></ph> will use for downloading files.
604 604
605 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time.''', 605 If you set this policy, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ ph> will use the provided directory regardless whether the user has specified on e or enabled the flag to be prompted for download location every time.''',
606 'label': '''Set download directory''', 606 'label': '''Set download directory''',
607 }, 607 },
608 { 608 {
609 'name': 'ClearSiteDataOnExit', 609 'name': 'ClearSiteDataOnExit',
610 'type': 'main', 610 'type': 'main',
611 'supported_on': ['chrome.*:11-', 'chrome_os:1.0-'], 611 'supported_on': ['chrome.*:11-', 'chrome_os:0.11-'],
612 'features': {'dynamic_refresh': 1}, 612 'features': {'dynamic_refresh': 1},
613 'example_value': True, 613 'example_value': True,
614 'id': 65, 614 'id': 65,
615 'caption': '''Clear site data on browser shutdown''', 615 'caption': '''Clear site data on browser shutdown''',
616 'desc': '''This policy is an override for the "Clear cookies and other sit e data when I close my browser" content settings option. 616 'desc': '''This policy is an override for the "Clear cookies and other sit e data when I close my browser" content settings option.
617 617
618 When set to true <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> wil l delete all locally stored data from the browser when it is shut down.''', 618 When set to true <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> wil l delete all locally stored data from the browser when it is shut down.''',
619 'label': '''Clear site data on browser shutdown''', 619 'label': '''Clear site data on browser shutdown''',
620 }, 620 },
621 { 621 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'name': 'ProxyFixedServers', 656 'name': 'ProxyFixedServers',
657 'value': 'fixed_servers', 657 'value': 'fixed_servers',
658 'caption': '''Use fixed proxy servers''' 658 'caption': '''Use fixed proxy servers'''
659 }, 659 },
660 { 660 {
661 'name': 'ProxyUseSystem', 661 'name': 'ProxyUseSystem',
662 'value': 'system', 662 'value': 'system',
663 'caption': '''Use system proxy settings''' 663 'caption': '''Use system proxy settings'''
664 }, 664 },
665 ], 665 ],
666 'supported_on': ['chrome.*:10-'], 666 'supported_on': ['chrome.*:10-', 'chrome_os:0.11-'],
667 'features': {'dynamic_refresh': 1}, 667 'features': {'dynamic_refresh': 1},
668 'example_value': 'direct', 668 'example_value': 'direct',
669 'id': 21, 669 'id': 21,
670 'caption': '''Choose how to specify proxy server settings''', 670 'caption': '''Choose how to specify proxy server settings''',
671 '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. 671 '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.
672 672
673 If you choose to never use a proxy server and always connect directly, all other options are ignored. 673 If you choose to never use a proxy server and always connect directly, all other options are ignored.
674 674
675 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 675 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
676 676
(...skipping 24 matching lines...) Expand all
701 'name': 'ProxyServerManual', 701 'name': 'ProxyServerManual',
702 'value': 2, 702 'value': 2,
703 'caption': '''Manually specify proxy settings''' 703 'caption': '''Manually specify proxy settings'''
704 }, 704 },
705 { 705 {
706 'name': 'ProxyServerUseSystem', 706 'name': 'ProxyServerUseSystem',
707 'value': 3, 707 'value': 3,
708 'caption': '''Use system proxy settings''' 708 'caption': '''Use system proxy settings'''
709 }, 709 },
710 ], 710 ],
711 'supported_on': ['chrome.*:8-'], 711 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
712 'features': {'dynamic_refresh': 1}, 712 'features': {'dynamic_refresh': 1},
713 'deprecated': True, 713 'deprecated': True,
714 'example_value': 2, 714 'example_value': 2,
715 'id': 22, 715 'id': 22,
716 'caption': '''Choose how to specify proxy server settings''', 716 'caption': '''Choose how to specify proxy server settings''',
717 'desc': '''This policy is deprecated, use ProxyMode instead. 717 'desc': '''This policy is deprecated, use ProxyMode instead.
718 718
719 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. 719 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.
720 720
721 If you choose to never use a proxy server and always connect directly, all other options are ignored. 721 If you choose to never use a proxy server and always connect directly, all other options are ignored.
722 722
723 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored. 723 If you choose to use system proxy settings or auto detect the proxy se rver, all other options are ignored.
724 724
725 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'. 725 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'.
726 726
727 For detailed examples, visit: 727 For detailed examples, visit:
728 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph> 728 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>
729 729
730 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.'' ', 730 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.'' ',
731 }, 731 },
732 { 732 {
733 'name': 'ProxyServer', 733 'name': 'ProxyServer',
734 'type': 'string', 734 'type': 'string',
735 'supported_on': ['chrome.*:8-'], 735 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
736 'features': {'dynamic_refresh': 1}, 736 'features': {'dynamic_refresh': 1},
737 'example_value': '123.123.123.123:8080', 737 'example_value': '123.123.123.123:8080',
738 'id': 23, 738 'id': 23,
739 'caption': '''Address or URL of proxy server''', 739 'caption': '''Address or URL of proxy server''',
740 'desc': '''You can specify the URL of the proxy server here. 740 'desc': '''You can specify the URL of the proxy server here.
741 741
742 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 742 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
743 743
744 For more options and detailed examples, visit: 744 For more options and detailed examples, visit:
745 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''', 745 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''',
746 }, 746 },
747 { 747 {
748 'name': 'ProxyPacUrl', 748 'name': 'ProxyPacUrl',
749 'type': 'string', 749 'type': 'string',
750 'supported_on': ['chrome.*:8-'], 750 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
751 'features': {'dynamic_refresh': 1}, 751 'features': {'dynamic_refresh': 1},
752 'example_value': 'http://internal.site/example.pac', 752 'example_value': 'http://internal.site/example.pac',
753 'id': 24, 753 'id': 24,
754 'caption': '''URL to a proxy .pac file''', 754 'caption': '''URL to a proxy .pac file''',
755 'desc': '''You can specify a URL to a proxy .pac file here. 755 'desc': '''You can specify a URL to a proxy .pac file here.
756 756
757 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 757 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
758 758
759 For detailed examples, visit: 759 For detailed examples, visit:
760 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''', 760 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''',
761 }, 761 },
762 { 762 {
763 'name': 'ProxyBypassList', 763 'name': 'ProxyBypassList',
764 'type': 'string', 764 'type': 'string',
765 'supported_on': ['chrome.*:8-'], 765 'supported_on': ['chrome.*:8-', 'chrome_os:0.11-'],
766 'features': {'dynamic_refresh': 1}, 766 'features': {'dynamic_refresh': 1},
767 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/', 767 'example_value': 'http://www.example1.com,http://www.example2.com,http ://internalsite/',
768 'id': 25, 768 'id': 25,
769 'caption': '''Proxy bypass rules''', 769 'caption': '''Proxy bypass rules''',
770 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here. 770 'desc': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will bypass any proxy for the list of hosts given here.
771 771
772 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'. 772 This policy only takes effect if you have selected manual proxy settin gs at 'Choose how to specify proxy server settings'.
773 773
774 For more detailed examples, visit: 774 For more detailed examples, visit:
775 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''', 775 <ph name="PROXY_HELP_URL">http://www.chromium.org/developers/design-do cuments/network-settings#TOC-Command-line-options-for-proxy-sett<ex>http://www.c hromium.org/developers/design-documents/network-settings#TOC-Command-line-option s-for-proxy-sett</ex></ph>''',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 'caption': '''Disable support for 3D graphics APIs''', 1437 'caption': '''Disable support for 3D graphics APIs''',
1438 'desc': '''Disable support for 3D graphics APIs. 1438 'desc': '''Disable support for 3D graphics APIs.
1439 1439
1440 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. 1440 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.
1441 1441
1442 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.''', 1442 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.''',
1443 }, 1443 },
1444 { 1444 {
1445 'name': 'PolicyRefreshRate', 1445 'name': 'PolicyRefreshRate',
1446 'type': 'int', 1446 'type': 'int',
1447 'supported_on': ['chrome_os:1.0-'], 1447 'supported_on': ['chrome_os:0.11-'],
1448 'features': {'dynamic_refresh': 1}, 1448 'features': {'dynamic_refresh': 1},
1449 'example_value': 3600000, 1449 'example_value': 3600000,
1450 'id': 56, 1450 'id': 56,
1451 'caption': '''Refresh rate for user policy''', 1451 'caption': '''Refresh rate for user policy''',
1452 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for user policy information. 1452 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for user policy information.
1453 1453
1454 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''', 1454 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''',
1455 }, 1455 },
1456 { 1456 {
1457 'name': 'ChromeFrameRendererSettings', 1457 'name': 'ChromeFrameRendererSettings',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 1560
1561 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> Instant is enabled. 1561 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> Instant is enabled.
1562 1562
1563 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> Instant is disabled. 1563 If you disable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ ex></ph> Instant is disabled.
1564 1564
1565 If you enable or disable this setting, users cannot change or override thi s setting.''', 1565 If you enable or disable this setting, users cannot change or override thi s setting.''',
1566 }, 1566 },
1567 { 1567 {
1568 'name': 'TranslateEnabled', 1568 'name': 'TranslateEnabled',
1569 'type': 'main', 1569 'type': 'main',
1570 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], 1570 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'],
1571 'features': {'dynamic_refresh': 1}, 1571 'features': {'dynamic_refresh': 1},
1572 'example_value': True, 1572 'example_value': True,
1573 'id': 80, 1573 'id': 80,
1574 'caption': '''Enable Translate''', 1574 'caption': '''Enable Translate''',
1575 'desc': '''Enables the integrated Google Translate service on <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph>. 1575 'desc': '''Enables the integrated Google Translate service on <ph name="PR ODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
1576 1576
1577 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show an integrated toolbar offering to translate the page for the u ser, when appropriate. 1577 If you enable this setting, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</e x></ph> will show an integrated toolbar offering to translate the page for the u ser, when appropriate.
1578 1578
1579 If you disable this setting, users will never see the translation bar. 1579 If you disable this setting, users will never see the translation bar.
1580 1580
1581 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>.''', 1581 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>.''',
1582 }, 1582 },
1583 { 1583 {
1584 'name': 'AllowOutdatedPlugins', 1584 'name': 'AllowOutdatedPlugins',
1585 'type': 'main', 1585 'type': 'main',
1586 'supported_on': ['chrome.*:12-', 'chrome_os:0.11-'], 1586 'supported_on': ['chrome.*:12-', 'chrome_os:0.12-'],
1587 'features': {'dynamic_refresh': 1}, 1587 'features': {'dynamic_refresh': 1},
1588 'example_value': True, 1588 'example_value': True,
1589 'id': 81, 1589 'id': 81,
1590 'caption': '''Allow running plugins that are outdated''', 1590 'caption': '''Allow running plugins that are outdated''',
1591 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated. 1591 'desc': '''Allows <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to run plugins that are outdated.
1592 1592
1593 If you enable this setting, outdated plugins are used as normal plugins. 1593 If you enable this setting, outdated plugins are used as normal plugins.
1594 1594
1595 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them. 1595 If you disable this setting, outdated plugins will not be used and users w ill not be asked for permission to run them.
1596 1596
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 'id': 87, 1665 'id': 87,
1666 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></ ph> user data directory''', 1666 'caption': '''Set <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame</ex></ ph> user data directory''',
1667 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo gle Chrome Frame</ex></ph> will use for storing user data. 1667 'desc': '''Configures the directory that <ph name="PRODUCT_NAME">$3<ex>Goo gle Chrome Frame</ex></ph> will use for storing user data.
1668 1668
1669 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame< /ex></ph> will use the provided directory.''', 1669 If you set this policy, <ph name="PRODUCT_NAME">$3<ex>Google Chrome Frame< /ex></ph> will use the provided directory.''',
1670 'label': '''Set user data directory''', 1670 'label': '''Set user data directory''',
1671 }, 1671 },
1672 { 1672 {
1673 'name': 'DevicePolicyRefreshRate', 1673 'name': 'DevicePolicyRefreshRate',
1674 'type': 'int', 1674 'type': 'int',
1675 'supported_on': ['chrome_os:1.0-'], 1675 'supported_on': ['chrome_os:0.11-'],
1676 'device_only': True, 1676 'device_only': True,
1677 'features': {'dynamic_refresh': 1}, 1677 'features': {'dynamic_refresh': 1},
1678 'example_value': 3600000, 1678 'example_value': 3600000,
1679 'id': 90, 1679 'id': 90,
1680 'caption': '''Refresh rate for Device Policy''', 1680 'caption': '''Refresh rate for Device Policy''',
1681 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for device policy information. 1681 'desc': '''Specifies the period in milliseconds at which the device manage ment service is queried for device policy information.
1682 1682
1683 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''', 1683 Setting this policy overrides the default value of 3 hours. Valid values f or this policy are in the range from 1800000 (30 minutes) to 86400000 (1 day). A ny values not in this range will be clamped to the respective boundary.''',
1684 }, 1684 },
1685 { 1685 {
1686 'name': 'ChromeOsReleaseChannel', 1686 'name': 'ChromeOsReleaseChannel',
1687 'type': 'string-enum', 1687 'type': 'string-enum',
1688 'items': [ 1688 'items': [
1689 { 1689 {
1690 'name': 'StableChannel', 1690 'name': 'StableChannel',
1691 'value': 'stable-channel', 1691 'value': 'stable-channel',
1692 'caption': '''Stable channel''' 1692 'caption': '''Stable channel'''
1693 }, 1693 },
1694 { 1694 {
1695 'name': 'BetaChannel', 1695 'name': 'BetaChannel',
1696 'value': 'beta-channel', 1696 'value': 'beta-channel',
1697 'caption': '''Beta channel''' 1697 'caption': '''Beta channel'''
1698 }, 1698 },
1699 { 1699 {
1700 'name': 'DevChannel', 1700 'name': 'DevChannel',
1701 'value': 'dev-channel', 1701 'value': 'dev-channel',
1702 'caption': '''Dev channel (may be unstable)''' 1702 'caption': '''Dev channel (may be unstable)'''
1703 } 1703 }
1704 ], 1704 ],
1705 'supported_on': ['chrome_os:1.0-'], 1705 'supported_on': ['chrome_os:0.11-'],
1706 'device_only': True, 1706 'device_only': True,
1707 'features': {'dynamic_refresh': 1}, 1707 'features': {'dynamic_refresh': 1},
1708 'example_value': 'stable-channel', 1708 'example_value': 'stable-channel',
1709 'id': 91, 1709 'id': 91,
1710 'caption': '''Release channel''', 1710 'caption': '''Release channel''',
1711 'desc': '''Specifies the release channel that this device should be locked to. This policy is a work in progress; currently, the user can still change the release channel even if it's specified by the policy.''' 1711 'desc': '''Specifies the release channel that this device should be locked to. This policy is a work in progress; currently, the user can still change the release channel even if it's specified by the policy.'''
1712 }, 1712 },
1713 { 1713 {
1714 'name': 'ImportBookmarks', 1714 'name': 'ImportBookmarks',
1715 'type': 'main', 1715 'type': 'main',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 'features': {'dynamic_refresh': 1}, 1761 'features': {'dynamic_refresh': 1},
1762 'example_value': True, 1762 'example_value': True,
1763 'id': 101, 1763 'id': 101,
1764 'caption': '''Import saved passwords from default browser on first run''', 1764 'caption': '''Import saved passwords from default browser on first run''',
1765 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If disabled, the saved passwords are not im ported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''', 1765 'desc': '''This policy forces the saved passwords to be imported from the previous default browser if enabled. If disabled, the saved passwords are not im ported. If it is not configured, the default behaviour is used. If enabled, this policy also affects the import dialog.''',
1766 'label': '''Import saved passwords from default browser on first run''', 1766 'label': '''Import saved passwords from default browser on first run''',
1767 }, 1767 },
1768 { 1768 {
1769 'name': 'MaxConnectionsPerProxy', 1769 'name': 'MaxConnectionsPerProxy',
1770 'type': 'int', 1770 'type': 'int',
1771 'supported_on': ['chrome_os:1.0-','chrome.*:14-'], 1771 'supported_on': ['chrome.*:14-','chrome_os:0.14-'],
1772 'features': {'dynamic_refresh': 0}, 1772 'features': {'dynamic_refresh': 0},
1773 'example_value': 32, 1773 'example_value': 32,
1774 'id': 92, 1774 'id': 92,
1775 'caption': '''Maximal number of concurrent connections to the proxy server ''', 1775 'caption': '''Maximal number of concurrent connections to the proxy server ''',
1776 'desc': '''Specifies the maximal number of simultanious connections to the proxy server. 1776 'desc': '''Specifies the maximal number of simultanious connections to the proxy server.
1777 1777
1778 Some proxy servers can not handle high number of concurrent connections pe r client and this can be solved by setting this policy to a lower value. 1778 Some proxy servers can not handle high number of concurrent connections pe r client and this can be solved by setting this policy to a lower value.
1779 1779
1780 The value of this policy should be lower than 100 and higher than 6 and th e default value is 32. 1780 The value of this policy should be lower than 100 and higher than 6 and th e default value is 32.
1781 1781
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', 1950 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''',
1951 'text': '''Dynamic Policy Refresh''' 1951 'text': '''Dynamic Policy Refresh'''
1952 }, 1952 },
1953 'doc_deprecated': { 1953 'doc_deprecated': {
1954 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', 1954 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''',
1955 'text': 'deprecated', 1955 'text': 'deprecated',
1956 } 1956 }
1957 }, 1957 },
1958 'placeholders': [], 1958 'placeholders': [],
1959 } 1959 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698