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

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

Issue 2488283003: bluetooth: web: Rename Blacklist to Blocklist (Closed)
Patch Set: rebase Created 4 years 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 2266 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 "experiments": [ 2277 "experiments": [
2278 { 2278 {
2279 "name": "Enabled", 2279 "name": "Enabled",
2280 "enable_features": [ 2280 "enable_features": [
2281 "ViewsSimplifiedFullscreenUI" 2281 "ViewsSimplifiedFullscreenUI"
2282 ] 2282 ]
2283 } 2283 }
2284 ] 2284 ]
2285 } 2285 }
2286 ], 2286 ],
2287 "WebBluetoothBlacklist": [ 2287 "WebBluetoothBlocklist": [
2288 { 2288 {
2289 "platforms": [ 2289 "platforms": [
2290 "android", 2290 "android",
2291 "chromeos", 2291 "chromeos",
2292 "linux", 2292 "linux",
2293 "mac", 2293 "mac",
2294 "win" 2294 "win"
2295 ], 2295 ],
2296 "experiments": [ 2296 "experiments": [
2297 { 2297 {
2298 "//1": "The value 'ed5f25a4:e' is included for the", 2298 "//1": "The value 'ed5f25a4:e' is included for the",
2299 "//2": "WebBluetoothTest BlacklistShouldBlock test.", 2299 "//2": "WebBluetoothTest BlocklistShouldBlock test.",
2300 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.", 2300 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.",
2301 "name": "TestGroup", 2301 "name": "TestGroup",
2302 "params": { 2302 "params": {
2303 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e" 2303 "blocklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
2304 } 2304 }
2305 } 2305 }
2306 ] 2306 ]
2307 } 2307 }
2308 ], 2308 ],
2309 "WebFontsInterventionV2": [ 2309 "WebFontsInterventionV2": [
2310 { 2310 {
2311 "platforms": [ 2311 "platforms": [
2312 "android", 2312 "android",
2313 "chromeos", 2313 "chromeos",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2388 { 2388 {
2389 "name": "Enabled", 2389 "name": "Enabled",
2390 "enable_features": [ 2390 "enable_features": [
2391 "use-new-media-cache" 2391 "use-new-media-cache"
2392 ] 2392 ]
2393 } 2393 }
2394 ] 2394 ]
2395 } 2395 }
2396 ] 2396 ]
2397 } 2397 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/blacklisted-characteristic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698