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

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

Issue 2835153002: Fix percent height calc for svg docs. (Closed)
Patch Set: test 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 // Define a sample API for testing integration with the Origin Trials Framew ork. 694 // Define a sample API for testing integration with the Origin Trials Framew ork.
695 // The sample API is used in both unit and layout tests for the Origin Trial s 695 // The sample API is used in both unit and layout tests for the Origin Trial s
696 // Framework. Do not change this flag to stable, as it exists solely to gene rate 696 // Framework. Do not change this flag to stable, as it exists solely to gene rate
697 // code used by the sample API implementation. 697 // code used by the sample API implementation.
698 { 698 {
699 name: "OriginTrialsSampleAPI", 699 name: "OriginTrialsSampleAPI",
700 origin_trial_feature_name: "Frobulate", 700 origin_trial_feature_name: "Frobulate",
701 }, 701 },
702 { 702 {
703 name: "OverlayScrollbars", 703 name: "OverlayScrollbars",
704 settable_from_internals: true,
704 }, 705 },
705 { 706 {
706 name: "PagePopup", 707 name: "PagePopup",
707 status: "stable", 708 status: "stable",
708 }, 709 },
709 { 710 {
710 name: "PaintUnderInvalidationChecking", 711 name: "PaintUnderInvalidationChecking",
711 settable_from_internals: true, 712 settable_from_internals: true,
712 }, 713 },
713 { 714 {
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 { 1056 {
1056 name: "Worklet", 1057 name: "Worklet",
1057 status: "experimental", 1058 status: "experimental",
1058 }, 1059 },
1059 { 1060 {
1060 name: "XSLT", 1061 name: "XSLT",
1061 status: "stable", 1062 status: "stable",
1062 }, 1063 },
1063 ], 1064 ],
1064 } 1065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698