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

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

Issue 2830123002: Rename WebVR origin trial (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 name: "FrameTimingSupport", 458 name: "FrameTimingSupport",
459 status: "experimental", 459 status: "experimental",
460 }, 460 },
461 { 461 {
462 name: "FullscreenUnprefixed", 462 name: "FullscreenUnprefixed",
463 settable_from_internals: true, 463 settable_from_internals: true,
464 status: "test", 464 status: "test",
465 }, 465 },
466 { 466 {
467 name: "GamepadExtensions", 467 name: "GamepadExtensions",
468 origin_trial_feature_name: "WebVR", 468 origin_trial_feature_name: "WebVR1.1",
469 status: "test", 469 status: "test",
470 }, 470 },
471 { 471 {
472 name: "GeometryInterfaces", 472 name: "GeometryInterfaces",
473 implied_by: ["CompositorWorker"], 473 implied_by: ["CompositorWorker"],
474 status: "experimental", 474 status: "experimental",
475 }, 475 },
476 { 476 {
477 name: "GetUserMedia", 477 name: "GetUserMedia",
478 status: "stable", 478 status: "stable",
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 origin_trial_os: ["android"], 1028 origin_trial_os: ["android"],
1029 status: "experimental", 1029 status: "experimental",
1030 }, 1030 },
1031 { 1031 {
1032 name: "WebUSB", 1032 name: "WebUSB",
1033 origin_trial_feature_name: "WebUSB2", 1033 origin_trial_feature_name: "WebUSB2",
1034 status: "experimental", 1034 status: "experimental",
1035 }, 1035 },
1036 { 1036 {
1037 name: "WebVR", 1037 name: "WebVR",
1038 origin_trial_feature_name: "WebVR", 1038 origin_trial_feature_name: "WebVR1.1",
1039 status: "test", 1039 status: "test",
1040 }, 1040 },
1041 { 1041 {
1042 name: "WebVRExperimentalRendering", 1042 name: "WebVRExperimentalRendering",
1043 // Don't mark this as depends_on: ["WebVR"], we want to be able to turn 1043 // Don't mark this as depends_on: ["WebVR"], we want to be able to turn
1044 // it on for just origin trial sites where the dependency is unset. 1044 // it on for just origin trial sites where the dependency is unset.
1045 status: "experimental", 1045 status: "experimental",
1046 }, 1046 },
1047 { 1047 {
1048 name: "WebVTTRegions", 1048 name: "WebVTTRegions",
1049 status: "experimental", 1049 status: "experimental",
1050 }, 1050 },
1051 { 1051 {
1052 name: "Worklet", 1052 name: "Worklet",
1053 status: "experimental", 1053 status: "experimental",
1054 }, 1054 },
1055 { 1055 {
1056 name: "XSLT", 1056 name: "XSLT",
1057 status: "stable", 1057 status: "stable",
1058 }, 1058 },
1059 ], 1059 ],
1060 } 1060 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698