| OLD | NEW |
| 1 { | 1 { |
| 2 "-- Template --": { | 2 "-- Template --": { |
| 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", |
| 4 | 4 |
| 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], |
| 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", | 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", |
| 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", | 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", |
| 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", | 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", |
| 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", | 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", |
| 10 "pref_mappings": [ | 10 "pref_mappings": [ |
| (...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1760 "WPADQuickCheckEnabled": { | 1760 "WPADQuickCheckEnabled": { |
| 1761 "os": ["win", "linux", "mac", "chromeos"], | 1761 "os": ["win", "linux", "mac", "chromeos"], |
| 1762 "test_policy": { "WPADQuickCheckEnabled": true }, | 1762 "test_policy": { "WPADQuickCheckEnabled": true }, |
| 1763 "pref_mappings": [ | 1763 "pref_mappings": [ |
| 1764 { "pref": "proxy.quick_check_enabled", | 1764 { "pref": "proxy.quick_check_enabled", |
| 1765 "local_state": true | 1765 "local_state": true |
| 1766 } | 1766 } |
| 1767 ] | 1767 ] |
| 1768 }, | 1768 }, |
| 1769 | 1769 |
| 1770 "PacHttpsUrlStrippingEnabled": { |
| 1771 "os": ["win", "linux", "mac", "chromeos"], |
| 1772 "test_policy": { "PacHttpsUrlStrippingEnabled": true }, |
| 1773 "pref_mappings": [ |
| 1774 { "pref": "proxy.pac_https_url_stripping_enabled", |
| 1775 "local_state": true |
| 1776 } |
| 1777 ] |
| 1778 }, |
| 1779 |
| 1770 "RegisteredProtocolHandlers": { | 1780 "RegisteredProtocolHandlers": { |
| 1771 "os": ["win", "linux", "mac", "chromeos"], | 1781 "os": ["win", "linux", "mac", "chromeos"], |
| 1772 "can_be_recommended": true, | 1782 "can_be_recommended": true, |
| 1773 "test_policy": { "RegisteredProtocolHandlers": {"protocol": "test", "url": "
http://example.com/%s", "default": "true"} }, | 1783 "test_policy": { "RegisteredProtocolHandlers": {"protocol": "test", "url": "
http://example.com/%s", "default": "true"} }, |
| 1774 "pref_mappings": [ | 1784 "pref_mappings": [ |
| 1775 { "pref": "custom_handlers.policy.registered_protocol_handlers", | 1785 { "pref": "custom_handlers.policy.registered_protocol_handlers", |
| 1776 "check_for_mandatory": false | 1786 "check_for_mandatory": false |
| 1777 } | 1787 } |
| 1778 ] | 1788 ] |
| 1779 }, | 1789 }, |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2767 | 2777 |
| 2768 "AdditionalLaunchParameters": { | 2778 "AdditionalLaunchParameters": { |
| 2769 }, | 2779 }, |
| 2770 | 2780 |
| 2771 "SuppressChromeFrameTurndownPrompt": { | 2781 "SuppressChromeFrameTurndownPrompt": { |
| 2772 }, | 2782 }, |
| 2773 | 2783 |
| 2774 "SkipMetadataCheck": { | 2784 "SkipMetadataCheck": { |
| 2775 } | 2785 } |
| 2776 } | 2786 } |
| OLD | NEW |