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

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

Issue 2835153002: Fix percent height calc for svg docs. (Closed)
Patch Set: Remove unnecessary invalidations 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 // Define a sample API for testing integration with the Origin Trials Framew ork. 701 // Define a sample API for testing integration with the Origin Trials Framew ork.
702 // The sample API is used in both unit and layout tests for the Origin Trial s 702 // The sample API is used in both unit and layout tests for the Origin Trial s
703 // Framework. Do not change this flag to stable, as it exists solely to gene rate 703 // Framework. Do not change this flag to stable, as it exists solely to gene rate
704 // code used by the sample API implementation. 704 // code used by the sample API implementation.
705 { 705 {
706 name: "OriginTrialsSampleAPI", 706 name: "OriginTrialsSampleAPI",
707 origin_trial_feature_name: "Frobulate", 707 origin_trial_feature_name: "Frobulate",
708 }, 708 },
709 { 709 {
710 name: "OverlayScrollbars", 710 name: "OverlayScrollbars",
711 settable_from_internals: true,
711 }, 712 },
712 { 713 {
713 name: "PagePopup", 714 name: "PagePopup",
714 status: "stable", 715 status: "stable",
715 }, 716 },
716 { 717 {
717 name: "PaintUnderInvalidationChecking", 718 name: "PaintUnderInvalidationChecking",
718 settable_from_internals: true, 719 settable_from_internals: true,
719 }, 720 },
720 { 721 {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 { 1070 {
1070 name: "Worklet", 1071 name: "Worklet",
1071 status: "experimental", 1072 status: "experimental",
1072 }, 1073 },
1073 { 1074 {
1074 name: "XSLT", 1075 name: "XSLT",
1075 status: "stable", 1076 status: "stable",
1076 }, 1077 },
1077 ], 1078 ],
1078 } 1079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698