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

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2839683003: Server-Timing (Closed)
Patch Set: make those robots happy, attempt #4 Created 3 years, 7 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 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 }, 854 },
855 { 855 {
856 name: "SendMouseEventsDisabledFormControls", 856 name: "SendMouseEventsDisabledFormControls",
857 status: "experimental", 857 status: "experimental",
858 }, 858 },
859 { 859 {
860 name: "Sensor", 860 name: "Sensor",
861 status: "experimental", 861 status: "experimental",
862 }, 862 },
863 { 863 {
864 name: "ServerTiming",
865 status: "experimental",
866 },
867 {
864 name: "ServiceWorkerNavigationPreload", 868 name: "ServiceWorkerNavigationPreload",
865 status: "stable", 869 status: "stable",
866 }, 870 },
867 { 871 {
868 name: "SetRootScroller", 872 name: "SetRootScroller",
869 status: "experimental", 873 status: "experimental",
870 }, 874 },
871 { 875 {
872 name: "ShadowPiercingDescendantCombinator", 876 name: "ShadowPiercingDescendantCombinator",
873 status: "experimental", 877 status: "experimental",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 { 1065 {
1062 name: "Worklet", 1066 name: "Worklet",
1063 status: "experimental", 1067 status: "experimental",
1064 }, 1068 },
1065 { 1069 {
1066 name: "XSLT", 1070 name: "XSLT",
1067 status: "stable", 1071 status: "stable",
1068 }, 1072 },
1069 ], 1073 ],
1070 } 1074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698