| OLD | NEW |
| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 name: "ForceDisable2dCanvasCopyOnWrite", | 424 name: "ForceDisable2dCanvasCopyOnWrite", |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 name: "ForceDisplayList2dCanvas", | 427 name: "ForceDisplayList2dCanvas", |
| 428 }, | 428 }, |
| 429 // For simulating Android's overlay fullscreen video in layout tests on Linu
x. | 429 // For simulating Android's overlay fullscreen video in layout tests on Linu
x. |
| 430 { | 430 { |
| 431 name: "ForceOverlayFullscreenVideo", | 431 name: "ForceOverlayFullscreenVideo", |
| 432 }, | 432 }, |
| 433 { | 433 { |
| 434 name: "ForceTallerSelectPopup", |
| 435 }, |
| 436 { |
| 434 name: "ForeignFetch", | 437 name: "ForeignFetch", |
| 435 origin_trial_feature_name: "ForeignFetch", | 438 origin_trial_feature_name: "ForeignFetch", |
| 436 status: "experimental", | 439 status: "experimental", |
| 437 }, | 440 }, |
| 438 { | 441 { |
| 439 name: "FractionalScrollOffsets", | 442 name: "FractionalScrollOffsets", |
| 440 }, | 443 }, |
| 441 { | 444 { |
| 442 name: "FramebustingNeedsSameOriginOrUserGesture", | 445 name: "FramebustingNeedsSameOriginOrUserGesture", |
| 443 settable_from_internals: true, | 446 settable_from_internals: true, |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 { | 1039 { |
| 1037 name: "Worklet", | 1040 name: "Worklet", |
| 1038 status: "experimental", | 1041 status: "experimental", |
| 1039 }, | 1042 }, |
| 1040 { | 1043 { |
| 1041 name: "XSLT", | 1044 name: "XSLT", |
| 1042 status: "stable", | 1045 status: "stable", |
| 1043 }, | 1046 }, |
| 1044 ], | 1047 ], |
| 1045 } | 1048 } |
| OLD | NEW |