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

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

Issue 2767793002: Merge LayoutNGInline into LayoutNG runtime enabled feature (Closed)
Patch Set: Created 3 years, 9 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 name: "IntersectionObserver", 483 name: "IntersectionObserver",
484 status: "stable", 484 status: "stable",
485 }, 485 },
486 { 486 {
487 name: "LangAttributeAwareFormControlUI", 487 name: "LangAttributeAwareFormControlUI",
488 }, 488 },
489 { 489 {
490 name: "LayoutNG", 490 name: "LayoutNG",
491 }, 491 },
492 { 492 {
493 name: "LayoutNGInline",
494 },
495 {
496 name: "LinkServiceWorker", 493 name: "LinkServiceWorker",
497 origin_trial_feature_name: "ForeignFetch", 494 origin_trial_feature_name: "ForeignFetch",
498 status: "experimental", 495 status: "experimental",
499 }, 496 },
500 { 497 {
501 name: "LongTaskObserver", 498 name: "LongTaskObserver",
502 status: "stable", 499 status: "stable",
503 }, 500 },
504 { 501 {
505 name: "FractionalScrollOffsets", 502 name: "FractionalScrollOffsets",
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 }, 1028 },
1032 { 1029 {
1033 name: "MediaControlsOverlayPlayButton", 1030 name: "MediaControlsOverlayPlayButton",
1034 settable_from_internals: true, 1031 settable_from_internals: true,
1035 }, 1032 },
1036 { 1033 {
1037 name: "VideoFullscreenDetection", 1034 name: "VideoFullscreenDetection",
1038 } 1035 }
1039 ], 1036 ],
1040 } 1037 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698