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

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

Issue 2410403002: Remove the experimental navigator.storageQuota API (Closed)
Patch Set: Rebased Created 3 years, 10 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 }, 716 },
717 { 717 {
718 name: "PresentationReceiver", 718 name: "PresentationReceiver",
719 status: "test", 719 status: "test",
720 }, 720 },
721 { 721 {
722 name: "PushMessaging", 722 name: "PushMessaging",
723 status: "stable", 723 status: "stable",
724 }, 724 },
725 { 725 {
726 name: "QuotaPromise",
727 status: "experimental",
728 },
729 {
730 name: "ReducedReferrerGranularity", 726 name: "ReducedReferrerGranularity",
731 }, 727 },
732 { 728 {
733 name: "RemotePlayback", 729 name: "RemotePlayback",
734 status: "stable", 730 status: "stable",
735 }, 731 },
736 { 732 {
737 name: "RenderingPipelineThrottling", 733 name: "RenderingPipelineThrottling",
738 status: "stable", 734 status: "stable",
739 }, 735 },
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 { 995 {
1000 name: "UnclosedFormControlIsInvalid", 996 name: "UnclosedFormControlIsInvalid",
1001 status: "experimental", 997 status: "experimental",
1002 }, 998 },
1003 { 999 {
1004 name: "RestrictCompleteURLCharacterSet", 1000 name: "RestrictCompleteURLCharacterSet",
1005 status: "experimental", 1001 status: "experimental",
1006 }, 1002 },
1007 ], 1003 ],
1008 } 1004 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/quota/StorageQuotaClient.h ('k') | third_party/WebKit/Source/web/StorageQuotaClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698