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

Side by Side Diff: chrome/test/data/policy/policy_test_cases.json

Issue 2653773003: Remove remnants of DHE support. (Closed)
Patch Set: adjust tests Created 3 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
OLDNEW
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", "android", "Defaults to empty if not specifie d."], 5 "os": ["List of operating systems that support this policy. Valid values:", "win", "linux", "mac", "chromeos", "android", "Defaults to empty if not specifie d."],
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 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
1937 "os": ["win", "linux", "mac"], 1937 "os": ["win", "linux", "mac"],
1938 "test_policy": { "ForceBrowserSignin": false }, 1938 "test_policy": { "ForceBrowserSignin": false },
1939 "pref_mappings": [ 1939 "pref_mappings": [
1940 { "pref": "profile.force_browser_signin", 1940 { "pref": "profile.force_browser_signin",
1941 "local_state": true 1941 "local_state": true
1942 } 1942 }
1943 ] 1943 ]
1944 }, 1944 },
1945 1945
1946 "SSLVersionMin": { 1946 "SSLVersionMin": {
1947 "note": "This policy is retired, see https://crbug.com/487730."
1947 }, 1948 },
1948 1949
1949 "SSLVersionFallbackMin": { 1950 "SSLVersionFallbackMin": {
1951 "note": "This policy is retired, see https://crbug.com/621780."
1950 }, 1952 },
1951 1953
1952 "CertificateTransparencyEnforcementDisabledForUrls": { 1954 "CertificateTransparencyEnforcementDisabledForUrls": {
1953 "os": ["win", "linux", "mac", "chromeos", "android"], 1955 "os": ["win", "linux", "mac", "chromeos", "android"],
1954 "test_policy": { "CertificateTransparencyEnforcementDisabledForUrls": ["exam ple.com"] }, 1956 "test_policy": { "CertificateTransparencyEnforcementDisabledForUrls": ["exam ple.com"] },
1955 "pref_mappings": [ 1957 "pref_mappings": [
1956 { "pref": "certificate_transparency.excluded_hosts" } 1958 { "pref": "certificate_transparency.excluded_hosts" }
1957 ] 1959 ]
1958 }, 1960 },
1959 1961
1960 "RC4Enabled": { 1962 "RC4Enabled": {
1963 "note": "This policy is retired, see https://crbug.com/375342."
1961 }, 1964 },
1962 1965
1963 "DHEEnabled": { 1966 "DHEEnabled": {
1964 "os": ["win", "linux", "mac", "chromeos"], 1967 "note": "This policy is retired, see https://crbug.com/619194."
1965 "test_policy": { "DHEEnabled": true },
1966 "pref_mappings": [
1967 { "pref": "ssl.dhe_enabled",
1968 "local_state": true
1969 }
1970 ]
1971 }, 1968 },
1972 1969
1973 "WelcomePageOnOSUpgradeEnabled": { 1970 "WelcomePageOnOSUpgradeEnabled": {
1974 "os": ["win"], 1971 "os": ["win"],
1975 "test_policy": { "WelcomePageOnOSUpgradeEnabled": false }, 1972 "test_policy": { "WelcomePageOnOSUpgradeEnabled": false },
1976 "pref_mappings": [ 1973 "pref_mappings": [
1977 { "pref": "browser.welcome_page_on_os_upgrade_enabled", 1974 { "pref": "browser.welcome_page_on_os_upgrade_enabled",
1978 "local_state": true 1975 "local_state": true
1979 } 1976 }
1980 ] 1977 ]
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 3041
3045 "AdditionalLaunchParameters": { 3042 "AdditionalLaunchParameters": {
3046 }, 3043 },
3047 3044
3048 "SuppressChromeFrameTurndownPrompt": { 3045 "SuppressChromeFrameTurndownPrompt": {
3049 }, 3046 },
3050 3047
3051 "SkipMetadataCheck": { 3048 "SkipMetadataCheck": {
3052 } 3049 }
3053 } 3050 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list_factory.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698