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

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

Issue 2852433004: Add an experimental flag to change location.reload to take a hard-reload (Closed)
Patch Set: Merge branch 'master' into 2852433004 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 }, 539 },
540 { 540 {
541 name: "LinkServiceWorker", 541 name: "LinkServiceWorker",
542 origin_trial_feature_name: "ForeignFetch", 542 origin_trial_feature_name: "ForeignFetch",
543 status: "experimental", 543 status: "experimental",
544 }, 544 },
545 { 545 {
546 name: "LoadingWithMojo", 546 name: "LoadingWithMojo",
547 }, 547 },
548 { 548 {
549 name: "LocationHardReload",
550 },
551 {
549 name: "LongTaskObserver", 552 name: "LongTaskObserver",
550 status: "stable", 553 status: "stable",
551 }, 554 },
552 { 555 {
553 name: "MediaCapabilities", 556 name: "MediaCapabilities",
554 status: "test", 557 status: "test",
555 }, 558 },
556 { 559 {
557 name: "MediaCapture", 560 name: "MediaCapture",
558 }, 561 },
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 { 1065 {
1063 name: "Worklet", 1066 name: "Worklet",
1064 status: "experimental", 1067 status: "experimental",
1065 }, 1068 },
1066 { 1069 {
1067 name: "XSLT", 1070 name: "XSLT",
1068 status: "stable", 1071 status: "stable",
1069 }, 1072 },
1070 ], 1073 ],
1071 } 1074 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/NavigationScheduler.cpp ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698