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

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

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual rebase, no other changes Created 4 years, 8 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", "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 2688 matching lines...) Expand 10 before | Expand all | Expand 10 after
2699 ] 2699 ]
2700 }, 2700 },
2701 2701
2702 "SystemTimezoneAutomaticDetection": { 2702 "SystemTimezoneAutomaticDetection": {
2703 "os": ["chromeos"], 2703 "os": ["chromeos"],
2704 "test_policy": { "SystemTimezoneAutomaticDetection": 1 }, 2704 "test_policy": { "SystemTimezoneAutomaticDetection": 1 },
2705 "pref_mappings": [ 2705 "pref_mappings": [
2706 { "pref": "cros.device.system_timezone_automatic_detection" } 2706 { "pref": "cros.device.system_timezone_automatic_detection" }
2707 ] 2707 ]
2708 }, 2708 },
2709
2710 "WebRestrictionsAuthority": {
2711 },
2709 2712
2710 "----- Chrome Frame policies -------------------------------------------": {}, 2713 "----- Chrome Frame policies -------------------------------------------": {},
2711 2714
2712 "ChromeFrameRendererSettings": { 2715 "ChromeFrameRendererSettings": {
2713 }, 2716 },
2714 2717
2715 "RenderInChromeFrameList": { 2718 "RenderInChromeFrameList": {
2716 }, 2719 },
2717 2720
2718 "RenderInHostList": { 2721 "RenderInHostList": {
2719 }, 2722 },
2720 2723
2721 "ChromeFrameContentTypes": { 2724 "ChromeFrameContentTypes": {
2722 }, 2725 },
2723 2726
2724 "GCFUserDataDir": { 2727 "GCFUserDataDir": {
2725 }, 2728 },
2726 2729
2727 "AdditionalLaunchParameters": { 2730 "AdditionalLaunchParameters": {
2728 }, 2731 },
2729 2732
2730 "SuppressChromeFrameTurndownPrompt": { 2733 "SuppressChromeFrameTurndownPrompt": {
2731 }, 2734 },
2732 2735
2733 "SkipMetadataCheck": { 2736 "SkipMetadataCheck": {
2734 } 2737 }
2735 } 2738 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698