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

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

Issue 1964723002: [DurableStorage] Add origin trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
« 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 // http://dev.chromium.org/blink/runtime-enabled-features 1 // http://dev.chromium.org/blink/runtime-enabled-features
2 // 2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features. 4 // a class that stores static enablers for all experimental features.
5 // 5 //
6 // Each feature can be assigned a "status": 6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
9 // status=test -> Enabled in ContentShell for testing, otherwise off. 9 // status=test -> Enabled in ContentShell for testing, otherwise off.
10 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 CSSScrollSnapPoints status=test 66 CSSScrollSnapPoints status=test
67 CustomElementsV1 status=test 67 CustomElementsV1 status=test
68 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 68 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
69 Database status=stable 69 Database status=stable
70 DecodeToYUV status=experimental 70 DecodeToYUV status=experimental
71 DeviceLight status=experimental 71 DeviceLight status=experimental
72 DeviceOrientationAbsolute status=stable 72 DeviceOrientationAbsolute status=stable
73 DisableBlockingMethodsDuringMicrotasks status=test 73 DisableBlockingMethodsDuringMicrotasks status=test
74 DisplayList2dCanvas status=stable 74 DisplayList2dCanvas status=stable
75 DocumentWriteEvaluator 75 DocumentWriteEvaluator
76 DurableStorage status=experimental
77 DOMConvenienceAPI status=experimental 76 DOMConvenienceAPI status=experimental
77 DurableStorage status=experimental, origin_trial_feature_name=DurableStorage
78 ForceDisplayList2dCanvas 78 ForceDisplayList2dCanvas
79 // See crbug.com/585250. 79 // See crbug.com/585250.
80 ForceDisable2dCanvasCopyOnWrite 80 ForceDisable2dCanvasCopyOnWrite
81 ExecCommandInJavaScript status=test 81 ExecCommandInJavaScript status=test
82 ComputedAccessibilityInfo status=experimental 82 ComputedAccessibilityInfo status=experimental
83 ExperimentalCanvasFeatures status=test 83 ExperimentalCanvasFeatures status=test
84 ExperimentalContentSecurityPolicyFeatures status=experimental 84 ExperimentalContentSecurityPolicyFeatures status=experimental
85 ExperimentalFramework status=stable 85 ExperimentalFramework status=stable
86 // Define a sample API for testing integration with the Experimental Framework. 86 // Define a sample API for testing integration with the Experimental Framework.
87 // The sample API is used in both unit and layout tests for the Experimental 87 // The sample API is used in both unit and layout tests for the Experimental
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 VisibilityChangeOnUnload status=experimental 226 VisibilityChangeOnUnload status=experimental
227 XSLT status=stable 227 XSLT status=stable
228 smil status=stable 228 smil status=stable
229 ScrollCustomization 229 ScrollCustomization
230 ScrollRestoration status=stable 230 ScrollRestoration status=stable
231 VisualViewportAPI status=experimental 231 VisualViewportAPI status=experimental
232 WakeLock status=experimental 232 WakeLock status=experimental
233 WebFontsInterventionV2 233 WebFontsInterventionV2
234 WebFontsInterventionTrigger 234 WebFontsInterventionTrigger
235 Worklet status=test 235 Worklet status=test
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