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

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

Issue 2865013002: Add an experimental flag to change location.reload to take a hard-reload (Closed)
Patch Set: 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 }, 542 },
543 { 543 {
544 name: "LinkServiceWorker", 544 name: "LinkServiceWorker",
545 origin_trial_feature_name: "ForeignFetch", 545 origin_trial_feature_name: "ForeignFetch",
546 status: "experimental", 546 status: "experimental",
547 }, 547 },
548 { 548 {
549 name: "LoadingWithMojo", 549 name: "LoadingWithMojo",
550 }, 550 },
551 { 551 {
552 name: "LocationHardReload",
553 },
554 {
552 name: "LongTaskObserver", 555 name: "LongTaskObserver",
553 status: "stable", 556 status: "stable",
554 }, 557 },
555 { 558 {
556 name: "MediaCapabilities", 559 name: "MediaCapabilities",
557 status: "test", 560 status: "test",
558 }, 561 },
559 { 562 {
560 name: "MediaCapture", 563 name: "MediaCapture",
561 }, 564 },
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 { 1050 {
1048 name: "Worklet", 1051 name: "Worklet",
1049 status: "experimental", 1052 status: "experimental",
1050 }, 1053 },
1051 { 1054 {
1052 name: "XSLT", 1055 name: "XSLT",
1053 status: "stable", 1056 status: "stable",
1054 }, 1057 },
1055 ], 1058 ],
1056 } 1059 }
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