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

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

Issue 2804723002: [2] Bisecting field trial testing config perf regression.
Patch Set: rebase 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 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 "experiments": [ 1470 "experiments": [
1471 { 1471 {
1472 "name": "Enabled", 1472 "name": "Enabled",
1473 "enable_features": [ 1473 "enable_features": [
1474 "PrioritySupportedRequestsDelayable" 1474 "PrioritySupportedRequestsDelayable"
1475 ] 1475 ]
1476 } 1476 }
1477 ] 1477 ]
1478 } 1478 }
1479 ], 1479 ],
1480 "NetProxyPreconnects": [
1481 {
1482 "platforms": [
1483 "android",
1484 "chromeos",
1485 "ios",
1486 "linux",
1487 "mac",
1488 "win"
1489 ],
1490 "experiments": [
1491 {
1492 "name": "Enabled",
1493 "params": {
1494 "restrict_to_one_preconnect_for_proxies": "true"
1495 }
1496 }
1497 ]
1498 }
1499 ],
1500 "NetworkQualityEstimator": [
1501 {
1502 "platforms": [
1503 "android",
1504 "win"
1505 ],
1506 "experiments": [
1507 {
1508 "name": "Enabled",
1509 "params": {
1510 "2G.DefaultMedianKbps": "81",
1511 "2G.DefaultMedianRTTMsec": "1337",
1512 "3G.DefaultMedianKbps": "658",
1513 "3G.DefaultMedianRTTMsec": "297",
1514 "4G.DefaultMedianKbps": "1756",
1515 "4G.DefaultMedianRTTMsec": "159",
1516 "Bluetooth.DefaultMedianKbps": "449",
1517 "Bluetooth.DefaultMedianRTTMsec": "135",
1518 "Ethernet.DefaultMedianKbps": "3263",
1519 "Ethernet.DefaultMedianRTTMsec": "106",
1520 "HalfLifeSeconds": "60",
1521 "None.DefaultMedianKbps": "567",
1522 "None.DefaultMedianRTTMsec": "272",
1523 "Slow2G.ThresholdMedianHttpRTTMsec": "2000",
1524 "Unknown.DefaultMedianKbps": "1916",
1525 "Unknown.DefaultMedianRTTMsec": "121",
1526 "WiFi.DefaultMedianKbps": "2736",
1527 "WiFi.DefaultMedianRTTMsec": "168",
1528 "correlation_logging_probability": "0.001"
1529 }
1530 }
1531 ]
1532 }
1533 ],
1534 "NetworkSchedulerYielding": [ 1480 "NetworkSchedulerYielding": [
1535 { 1481 {
1536 "platforms": [ 1482 "platforms": [
1537 "chromeos", 1483 "chromeos",
1538 "linux", 1484 "linux",
1539 "mac", 1485 "mac",
1540 "win", 1486 "win",
1541 "android" 1487 "android"
1542 ], 1488 ],
1543 "experiments": [ 1489 "experiments": [
1544 { 1490 {
1545 "name": "Enabled", 1491 "name": "Enabled",
1546 "enable_features": [ 1492 "enable_features": [
1547 "NetworkSchedulerYielding" 1493 "NetworkSchedulerYielding"
1548 ] 1494 ]
1549 } 1495 }
1550 ] 1496 ]
1551 } 1497 }
1552 ], 1498 ],
1553 "NetworkTimeQueries": [
1554 {
1555 "platforms": [
1556 "android",
1557 "chromeos",
1558 "ios",
1559 "linux",
1560 "mac",
1561 "win"
1562 ],
1563 "experiments": [
1564 {
1565 "name": "NetworkTimeQueriesEnabledBackgroundAndOnDemand",
1566 "params": {
1567 "FetchBehavior": "background-and-on-demand"
1568 },
1569 "enable_features": [
1570 "NetworkTimeServiceQuerying"
1571 ]
1572 }
1573 ]
1574 }
1575 ],
1576 "NewProfileManagement": [ 1499 "NewProfileManagement": [
1577 { 1500 {
1578 "platforms": [ 1501 "platforms": [
1579 "win" 1502 "win"
1580 ], 1503 ],
1581 "experiments": [ 1504 "experiments": [
1582 { 1505 {
1583 "name": "Enabled" 1506 "name": "Enabled"
1584 } 1507 }
1585 ] 1508 ]
1586 } 1509 }
1587 ], 1510 ],
1588 "NoCreditCardAbort": [ 1511 "NoCreditCardAbort": [
1589 { 1512 {
1590 "platforms": [ 1513 "platforms": [
1591 "android" 1514 "android"
1592 ], 1515 ],
1593 "experiments": [ 1516 "experiments": [
1594 { 1517 {
1595 "name": "Disabled" 1518 "name": "Disabled"
1596 } 1519 }
1597 ] 1520 ]
1598 } 1521 }
1599 ], 1522 ],
1600 "NoStatePrefetchValidation": [
1601 {
1602 "platforms": [
1603 "android",
1604 "chromeos",
1605 "linux",
1606 "mac",
1607 "win"
1608 ],
1609 "experiments": [
1610 {
1611 "name": "Enabled",
1612 "params": {
1613 "mode": "no_state_prefetch"
1614 },
1615 "enable_features": [
1616 "NoStatePrefetch"
1617 ]
1618 }
1619 ]
1620 }
1621 ],
1622 "OfferUploadCreditCards": [ 1523 "OfferUploadCreditCards": [
1623 { 1524 {
1624 "platforms": [ 1525 "platforms": [
1625 "android", 1526 "android",
1626 "chromeos", 1527 "chromeos",
1627 "linux", 1528 "linux",
1628 "mac", 1529 "mac",
1629 "win" 1530 "win"
1630 ], 1531 ],
1631 "experiments": [ 1532 "experiments": [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1675 { 1576 {
1676 "name": "Enabled", 1577 "name": "Enabled",
1677 "enable_features": [ 1578 "enable_features": [
1678 "OfflinePagesAsyncDownload", 1579 "OfflinePagesAsyncDownload",
1679 "OfflinePagesSvelte" 1580 "OfflinePagesSvelte"
1680 ] 1581 ]
1681 } 1582 }
1682 ] 1583 ]
1683 } 1584 }
1684 ], 1585 ],
1685 "OmniboxBundledExperimentV1": [
1686 {
1687 "platforms": [
1688 "android"
1689 ],
1690 "experiments": [
1691 {
1692 "name": "Beta_Android_PhysWeb_QuerySuggest_Experiment",
1693 "params": {
1694 "PhysicalWebAfterTyping": "true",
1695 "PhysicalWebZeroSuggest": "true"
1696 }
1697 }
1698 ]
1699 }
1700 ],
1701 "OutOfProcessPac": [ 1586 "OutOfProcessPac": [
1702 { 1587 {
1703 "platforms": [ 1588 "platforms": [
1704 "chromeos", 1589 "chromeos",
1705 "linux", 1590 "linux",
1706 "mac", 1591 "mac",
1707 "win" 1592 "win"
1708 ], 1593 ],
1709 "experiments": [ 1594 "experiments": [
1710 { 1595 {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 "experiments": [ 1747 "experiments": [
1863 { 1748 {
1864 "name": "3-Times", 1749 "name": "3-Times",
1865 "params": { 1750 "params": {
1866 "dismissal_count": "3" 1751 "dismissal_count": "3"
1867 } 1752 }
1868 } 1753 }
1869 ] 1754 ]
1870 } 1755 }
1871 ], 1756 ],
1872 "PermissionPromptUIAndroid": [
1873 {
1874 "platforms": [
1875 "android"
1876 ],
1877 "experiments": [
1878 {
1879 "name": "ModalGestureEnabled",
1880 "params": {
1881 "require_gesture": "true"
1882 },
1883 "enable_features": [
1884 "ModalPermissionPrompts"
1885 ],
1886 "disable_features": [
1887 "DisplayPersistenceToggleInPermissionPrompts"
1888 ]
1889 },
1890 {
1891 "name": "ModalNoGestureEnabled",
1892 "params": {
1893 "require_gesture": "false"
1894 },
1895 "enable_features": [
1896 "ModalPermissionPrompts"
1897 ],
1898 "disable_features": [
1899 "DisplayPersistenceToggleInPermissionPrompts"
1900 ]
1901 },
1902 {
1903 "name": "ModalAndToggleEnabled",
1904 "params": {
1905 "require_gesture": "false"
1906 },
1907 "enable_features": [
1908 "DisplayPersistenceToggleInPermissionPrompts",
1909 "ModalPermissionPrompts"
1910 ]
1911 },
1912 {
1913 "name": "ToggleEnabled",
1914 "enable_features": [
1915 "DisplayPersistenceToggleInPermissionPrompts"
1916 ],
1917 "disable_features": [
1918 "ModalPermissionPrompts"
1919 ]
1920 }
1921 ]
1922 }
1923 ],
1924 "PermissionPromptUIViews": [ 1757 "PermissionPromptUIViews": [
1925 { 1758 {
1926 "platforms": [ 1759 "platforms": [
1927 "chromeos", 1760 "chromeos",
1928 "linux", 1761 "linux",
1929 "win" 1762 "win"
1930 ], 1763 ],
1931 "experiments": [ 1764 "experiments": [
1932 { 1765 {
1933 "name": "ToggleEnabled", 1766 "name": "ToggleEnabled",
1934 "enable_features": [ 1767 "enable_features": [
1935 "DisplayPersistenceToggleInPermissionPrompts" 1768 "DisplayPersistenceToggleInPermissionPrompts"
1936 ] 1769 ]
1937 } 1770 }
1938 ] 1771 ]
1939 } 1772 }
1940 ], 1773 ],
1941 "PersistentHistograms": [
1942 {
1943 "platforms": [
1944 "android",
1945 "chromeos",
1946 "ios",
1947 "linux",
1948 "mac",
1949 "win"
1950 ],
1951 "experiments": [
1952 {
1953 "name": "EnabledOnDiskNoStability3",
1954 "params": {
1955 "send_unreported_metrics": "no",
1956 "storage": "MappedFile"
1957 },
1958 "enable_features": [
1959 "PersistentHistograms"
1960 ]
1961 }
1962 ]
1963 }
1964 ],
1965 "PhysicalWeb": [ 1774 "PhysicalWeb": [
1966 { 1775 {
1967 "platforms": [ 1776 "platforms": [
1968 "android" 1777 "android"
1969 ], 1778 ],
1970 "experiments": [ 1779 "experiments": [
1971 { 1780 {
1972 "name": "Enabled", 1781 "name": "Enabled",
1973 "enable_features": [ 1782 "enable_features": [
1974 "PhysicalWeb" 1783 "PhysicalWeb"
(...skipping 29 matching lines...) Expand all
2004 "experiments": [ 1813 "experiments": [
2005 { 1814 {
2006 "name": "Enabled", 1815 "name": "Enabled",
2007 "enable_features": [ 1816 "enable_features": [
2008 "PointerEvent" 1817 "PointerEvent"
2009 ] 1818 ]
2010 } 1819 }
2011 ] 1820 ]
2012 } 1821 }
2013 ], 1822 ],
2014 "Precache": [
2015 {
2016 "platforms": [
2017 "android"
2018 ],
2019 "experiments": [
2020 {
2021 "name": "EnabledCGRUV20b",
2022 "params": {
2023 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_g20"
2024 }
2025 }
2026 ]
2027 }
2028 ],
2029 "PreconnectMore": [ 1823 "PreconnectMore": [
2030 { 1824 {
2031 "platforms": [ 1825 "platforms": [
2032 "android", 1826 "android",
2033 "chromeos", 1827 "chromeos",
2034 "linux", 1828 "linux",
2035 "mac", 1829 "mac",
2036 "win" 1830 "win"
2037 ], 1831 ],
2038 "experiments": [ 1832 "experiments": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
2072 "experiments": [ 1866 "experiments": [
2073 { 1867 {
2074 "name": "Enabled", 1868 "name": "Enabled",
2075 "enable_features": [ 1869 "enable_features": [
2076 "PrintScaling" 1870 "PrintScaling"
2077 ] 1871 ]
2078 } 1872 }
2079 ] 1873 ]
2080 } 1874 }
2081 ], 1875 ],
2082 "ProgressBarAnimationAndroid": [
2083 {
2084 "platforms": [
2085 "android"
2086 ],
2087 "experiments": [
2088 {
2089 "name": "SmoothIndeterminateAnimation",
2090 "params": {
2091 "progress-bar-animation": "smooth-indeterminate"
2092 }
2093 }
2094 ]
2095 }
2096 ],
2097 "ProgressBarCompletion": [ 1876 "ProgressBarCompletion": [
2098 { 1877 {
2099 "platforms": [ 1878 "platforms": [
2100 "android" 1879 "android"
2101 ], 1880 ],
2102 "experiments": [ 1881 "experiments": [
2103 { 1882 {
2104 "name": "progress-bar-completion-resources-before-domContent Loaded", 1883 "name": "progress-bar-completion-resources-before-domContent Loaded",
2105 "enable_features": [ 1884 "enable_features": [
2106 "progress-bar-completion-resources-before-domContentLoad ed" 1885 "progress-bar-completion-resources-before-domContentLoad ed"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 "mac", 1980 "mac",
2202 "win" 1981 "win"
2203 ], 1982 ],
2204 "experiments": [ 1983 "experiments": [
2205 { 1984 {
2206 "name": "Enabled" 1985 "name": "Enabled"
2207 } 1986 }
2208 ] 1987 ]
2209 } 1988 }
2210 ], 1989 ],
2211 "ReportCertificateErrors": [
2212 {
2213 "platforms": [
2214 "android"
2215 ],
2216 "experiments": [
2217 {
2218 "name": "ShowAndPossiblySend",
2219 "params": {
2220 "sendingThreshold": "1.0"
2221 }
2222 },
2223 {
2224 "name": "DontShowAndDontSend"
2225 }
2226 ]
2227 },
2228 {
2229 "platforms": [
2230 "chromeos"
2231 ],
2232 "experiments": [
2233 {
2234 "name": "ShowAndPossiblySend",
2235 "params": {
2236 "sendingThreshold": "1.0"
2237 }
2238 },
2239 {
2240 "name": "ShowAndPossiblySend",
2241 "params": {
2242 "sendingThreshold": "-1.0"
2243 }
2244 },
2245 {
2246 "name": "ShowAndPossiblySend",
2247 "params": {
2248 "sendingThreshold": "0.0"
2249 }
2250 },
2251 {
2252 "name": "ShowAndPossiblySend",
2253 "params": {
2254 "sendingThreshold": "abcdef"
2255 }
2256 },
2257 {
2258 "name": "DontShowAndDontSend"
2259 }
2260 ]
2261 },
2262 {
2263 "platforms": [
2264 "linux",
2265 "mac",
2266 "win"
2267 ],
2268 "experiments": [
2269 {
2270 "name": "ShowAndPossiblySend",
2271 "params": {
2272 "sendingThreshold": "1.0"
2273 }
2274 },
2275 {
2276 "name": "DontShowAndDontSend"
2277 }
2278 ]
2279 }
2280 ],
2281 "SRTPromptFieldTrial": [ 1990 "SRTPromptFieldTrial": [
2282 { 1991 {
2283 "platforms": [ 1992 "platforms": [
2284 "win" 1993 "win"
2285 ], 1994 ],
2286 "experiments": [ 1995 "experiments": [
2287 { 1996 {
2288 "name": "On" 1997 "name": "On"
2289 } 1998 }
2290 ] 1999 ]
2291 } 2000 }
2292 ], 2001 ],
2293 "SSLCommonNameMismatchHandling": [ 2002 "SSLCommonNameMismatchHandling": [
2294 { 2003 {
2295 "platforms": [ 2004 "platforms": [
2296 "chromeos", 2005 "chromeos",
2297 "linux", 2006 "linux",
2298 "mac", 2007 "mac",
2299 "win" 2008 "win"
2300 ], 2009 ],
2301 "experiments": [ 2010 "experiments": [
2302 { 2011 {
2303 "name": "Enabled" 2012 "name": "Enabled"
2304 } 2013 }
2305 ] 2014 ]
2306 } 2015 }
2307 ], 2016 ],
2308 "SafeBrowsingAndroid": [
2309 {
2310 "platforms": [
2311 "android"
2312 ],
2313 "experiments": [
2314 {
2315 "name": "Enabled",
2316 "params": {
2317 "enabled": "true",
2318 "types_to_check": "0,1,3,6,7,8,9,10,11,13,14,15"
2319 }
2320 },
2321 {
2322 "name": "Control"
2323 }
2324 ]
2325 }
2326 ],
2327 "SafeBrowsingIncidentReportingService": [ 2017 "SafeBrowsingIncidentReportingService": [
2328 { 2018 {
2329 "platforms": [ 2019 "platforms": [
2330 "chromeos", 2020 "chromeos",
2331 "linux", 2021 "linux",
2332 "mac", 2022 "mac",
2333 "win" 2023 "win"
2334 ], 2024 ],
2335 "experiments": [ 2025 "experiments": [
2336 { 2026 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
2404 "CanShowScoutOptIn", 2094 "CanShowScoutOptIn",
2405 "OnlyShowScoutOptIn" 2095 "OnlyShowScoutOptIn"
2406 ] 2096 ]
2407 }, 2097 },
2408 { 2098 {
2409 "name": "Default" 2099 "name": "Default"
2410 } 2100 }
2411 ] 2101 ]
2412 } 2102 }
2413 ], 2103 ],
2414 "SafeBrowsingThreatDomDetailsTagAttributes": [
2415 {
2416 "platforms": [
2417 "android",
2418 "chromeos",
2419 "linux",
2420 "mac",
2421 "win"
2422 ],
2423 "experiments": [
2424 {
2425 "name": "Enabled",
2426 "params": {
2427 "tag_attribute_csv": "div,id,iframe,id"
2428 },
2429 "enable_features": [
2430 "ThreatDomDetailsTagAttributes"
2431 ]
2432 },
2433 {
2434 "name": "Default"
2435 }
2436 ]
2437 }
2438 ],
2439 "SafeBrowsingUseLocalBlacklist": [
2440 {
2441 "platforms": [
2442 "android"
2443 ],
2444 "experiments": [
2445 {
2446 "name": "Use3PAPI",
2447 "params": {
2448 "check_local_blacklist": "false"
2449 }
2450 }
2451 ]
2452 }
2453 ],
2454 "SafeBrowsingV4LocalDatabaseManagerEnabled": [ 2104 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
2455 { 2105 {
2456 "platforms": [ 2106 "platforms": [
2457 "chromeos", 2107 "chromeos",
2458 "linux", 2108 "linux",
2459 "mac", 2109 "mac",
2460 "win" 2110 "win"
2461 ], 2111 ],
2462 "experiments": [ 2112 "experiments": [
2463 { 2113 {
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
2807 "experiments": [ 2457 "experiments": [
2808 { 2458 {
2809 "name": "TranslateRankerLogging", 2459 "name": "TranslateRankerLogging",
2810 "enable_features": [ 2460 "enable_features": [
2811 "TranslateRankerLogging" 2461 "TranslateRankerLogging"
2812 ] 2462 ]
2813 } 2463 }
2814 ] 2464 ]
2815 } 2465 }
2816 ], 2466 ],
2817 "TranslateServerStudy": [
2818 {
2819 "platforms": [
2820 "android",
2821 "chromeos",
2822 "ios",
2823 "linux",
2824 "mac",
2825 "win"
2826 ],
2827 "experiments": [
2828 {
2829 "name": "SmartRendering",
2830 "params": {
2831 "server_params": "smrd"
2832 }
2833 }
2834 ]
2835 }
2836 ],
2837 "TranslateUI2016Q2": [ 2467 "TranslateUI2016Q2": [
2838 { 2468 {
2839 "platforms": [ 2469 "platforms": [
2840 "chromeos", 2470 "chromeos",
2841 "linux", 2471 "linux",
2842 "win" 2472 "win"
2843 ], 2473 ],
2844 "experiments": [ 2474 "experiments": [
2845 { 2475 {
2846 "name": "TranslateUI2016Q2OnGroup", 2476 "name": "TranslateUI2016Q2OnGroup",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 "params": { 2524 "params": {
2895 "RecordSessionId": "true" 2525 "RecordSessionId": "true"
2896 }, 2526 },
2897 "enable_features": [ 2527 "enable_features": [
2898 "Ukm" 2528 "Ukm"
2899 ] 2529 ]
2900 } 2530 }
2901 ] 2531 ]
2902 } 2532 }
2903 ], 2533 ],
2904 "UMA_EnableCellularLogUpload": [
2905 {
2906 "platforms": [
2907 "android"
2908 ],
2909 "experiments": [
2910 {
2911 "name": "Enabled_wo_sampling",
2912 "params": {
2913 "Enabled": "true",
2914 "Optimize": "true",
2915 "Sample_Probability": "100",
2916 "Uma_Quota": "204800",
2917 "Uma_Ratio": "0.05"
2918 }
2919 }
2920 ]
2921 }
2922 ],
2923 "UnifiedMediaPipelineTrial": [ 2534 "UnifiedMediaPipelineTrial": [
2924 { 2535 {
2925 "platforms": [ 2536 "platforms": [
2926 "android" 2537 "android"
2927 ], 2538 ],
2928 "experiments": [ 2539 "experiments": [
2929 { 2540 {
2930 "name": "Enabled" 2541 "name": "Enabled"
2931 } 2542 }
2932 ] 2543 ]
2933 } 2544 }
2934 ], 2545 ],
2935 "UpdateMenuItem": [
2936 {
2937 "platforms": [
2938 "android"
2939 ],
2940 "experiments": [
2941 {
2942 "name": "EnabledWithNewerVersionAvailableSummary",
2943 "params": {
2944 "enable_update_badge": "true",
2945 "enable_update_menu_item": "true",
2946 "show_summary": "true"
2947 }
2948 },
2949 {
2950 "name": "EnabledWithCustomSummary",
2951 "params": {
2952 "custom_summary": "Custom update summary",
2953 "enable_update_badge": "true",
2954 "enable_update_menu_item": "true",
2955 "show_summary": "true"
2956 }
2957 }
2958 ]
2959 }
2960 ],
2961 "V8CacheStrategiesForCacheStorage": [ 2546 "V8CacheStrategiesForCacheStorage": [
2962 { 2547 {
2963 "platforms": [ 2548 "platforms": [
2964 "android", 2549 "android",
2965 "chromeos", 2550 "chromeos",
2966 "linux", 2551 "linux",
2967 "mac", 2552 "mac",
2968 "win" 2553 "win"
2969 ], 2554 ],
2970 "experiments": [ 2555 "experiments": [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
3040 "experiments": [ 2625 "experiments": [
3041 { 2626 {
3042 "name": "Enabled", 2627 "name": "Enabled",
3043 "enable_features": [ 2628 "enable_features": [
3044 "ImprovedA2HS" 2629 "ImprovedA2HS"
3045 ] 2630 ]
3046 } 2631 }
3047 ] 2632 ]
3048 } 2633 }
3049 ], 2634 ],
3050 "WebBluetoothBlocklist": [
3051 {
3052 "platforms": [
3053 "android",
3054 "chromeos",
3055 "linux",
3056 "mac",
3057 "win"
3058 ],
3059 "experiments": [
3060 {
3061 "//1": "The value 'ed5f25a4:e' is included for the",
3062 "//2": "WebBluetoothTest BlocklistShouldBlock test.",
3063 "//3": "TODO(643013): Remove other values in Chrome 55 or la ter.",
3064 "name": "TestGroup",
3065 "params": {
3066 "blocklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
3067 }
3068 }
3069 ]
3070 }
3071 ],
3072 "WebFontsInterventionV2": [ 2635 "WebFontsInterventionV2": [
3073 { 2636 {
3074 "platforms": [ 2637 "platforms": [
3075 "android", 2638 "android",
3076 "chromeos", 2639 "chromeos",
3077 "linux", 2640 "linux",
3078 "mac", 2641 "mac",
3079 "win" 2642 "win"
3080 ], 2643 ],
3081 "experiments": [ 2644 "experiments": [
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 { 2738 {
3176 "name": "Enabled", 2739 "name": "Enabled",
3177 "enable_features": [ 2740 "enable_features": [
3178 "use-new-media-cache" 2741 "use-new-media-cache"
3179 ] 2742 ]
3180 } 2743 }
3181 ] 2744 ]
3182 } 2745 }
3183 ] 2746 ]
3184 } 2747 }
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