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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2814623004: Add Field Test for AppleScriptExecuteJavascript (Closed)
Patch Set: Created 3 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
« 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "enable_features": [ 45 "enable_features": [
46 "AndroidSpellCheckerNonLowEnd" 46 "AndroidSpellCheckerNonLowEnd"
47 ], 47 ],
48 "disable_features": [ 48 "disable_features": [
49 "AndroidSpellChecker" 49 "AndroidSpellChecker"
50 ] 50 ]
51 } 51 }
52 ] 52 ]
53 } 53 }
54 ], 54 ],
55 "AppleScriptExecuteJavaScript": [
56 {
57 "platforms": [
58 "mac"
59 ],
60 "experiments": [
61 {
62 "name": "Disabled",
63 "disable_features": [
64 "AppleScriptExecuteJavaScript"
65 ]
66 }
67 ]
68 }
69 ],
55 "AsyncDNS": [ 70 "AsyncDNS": [
56 { 71 {
57 "platforms": [ 72 "platforms": [
58 "linux" 73 "linux"
59 ], 74 ],
60 "experiments": [ 75 "experiments": [
61 { 76 {
62 "name": "AsyncDNSA" 77 "name": "AsyncDNSA"
63 } 78 }
64 ] 79 ]
(...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 { 3024 {
3010 "name": "Enabled", 3025 "name": "Enabled",
3011 "enable_features": [ 3026 "enable_features": [
3012 "use-new-media-cache" 3027 "use-new-media-cache"
3013 ] 3028 ]
3014 } 3029 }
3015 ] 3030 ]
3016 } 3031 }
3017 ] 3032 ]
3018 } 3033 }
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