| 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 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 | 1715 |
| 1716 "SSLVersionMin": { | 1716 "SSLVersionMin": { |
| 1717 }, | 1717 }, |
| 1718 | 1718 |
| 1719 "SSLVersionFallbackMin": { | 1719 "SSLVersionFallbackMin": { |
| 1720 "os": ["win", "linux", "mac", "chromeos"], | 1720 "os": ["win", "linux", "mac", "chromeos"], |
| 1721 "test_policy": { "SSLVersionFallbackMin": "tls1.2" }, | 1721 "test_policy": { "SSLVersionFallbackMin": "tls1.2" }, |
| 1722 "pref_mappings": [] | 1722 "pref_mappings": [] |
| 1723 }, | 1723 }, |
| 1724 | 1724 |
| 1725 "WelcomePageOnOSUpgradeEnabled": { |
| 1726 "os": ["win"], |
| 1727 "test_policy": { "WelcomePageOnOSUpgradeEnabled": false }, |
| 1728 "pref_mappings": [ |
| 1729 { "pref": "browser.welcome_page_on_os_upgrade_enabled", |
| 1730 "local_state": true |
| 1731 } |
| 1732 ] |
| 1733 }, |
| 1734 |
| 1725 "----- Chrome OS policies ------------------------------------------------": {
}, | 1735 "----- Chrome OS policies ------------------------------------------------": {
}, |
| 1726 | 1736 |
| 1727 "ChromeOsLockOnIdleSuspend": { | 1737 "ChromeOsLockOnIdleSuspend": { |
| 1728 "os": ["chromeos"], | 1738 "os": ["chromeos"], |
| 1729 "can_be_recommended": true, | 1739 "can_be_recommended": true, |
| 1730 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, | 1740 "test_policy": { "ChromeOsLockOnIdleSuspend": true }, |
| 1731 "pref_mappings": [ | 1741 "pref_mappings": [ |
| 1732 { "pref": "settings.enable_screen_lock", | 1742 { "pref": "settings.enable_screen_lock", |
| 1733 "indicator_tests": [ | 1743 "indicator_tests": [ |
| 1734 { "policy": { "ChromeOsLockOnIdleSuspend": true } } | 1744 { "policy": { "ChromeOsLockOnIdleSuspend": true } } |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 | 2479 |
| 2470 "AdditionalLaunchParameters": { | 2480 "AdditionalLaunchParameters": { |
| 2471 }, | 2481 }, |
| 2472 | 2482 |
| 2473 "SuppressChromeFrameTurndownPrompt": { | 2483 "SuppressChromeFrameTurndownPrompt": { |
| 2474 }, | 2484 }, |
| 2475 | 2485 |
| 2476 "SkipMetadataCheck": { | 2486 "SkipMetadataCheck": { |
| 2477 } | 2487 } |
| 2478 } | 2488 } |
| OLD | NEW |