Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 105 FileAPIBlobClose status=experimental | 105 FileAPIBlobClose status=experimental |
| 106 FileSystem status=stable | 106 FileSystem status=stable |
| 107 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch | 107 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch |
| 108 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals= True | 108 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals= True |
| 109 FullscreenUnprefixed status=test, settable_from_internals=True | 109 FullscreenUnprefixed status=test, settable_from_internals=True |
| 110 FrameTimingSupport status=experimental | 110 FrameTimingSupport status=experimental |
| 111 GamepadExtensions origin_trial_feature_name=WebVR | 111 GamepadExtensions origin_trial_feature_name=WebVR |
| 112 GeometryInterfaces status=experimental, implied_by=CompositorWorker | 112 GeometryInterfaces status=experimental, implied_by=CompositorWorker |
| 113 GetUserMedia status=stable | 113 GetUserMedia status=stable |
| 114 GlobalCacheStorage status=stable | 114 GlobalCacheStorage status=stable |
| 115 HeapCompaction status=experimental | |
|
haraken
2016/12/02 12:43:19
BlinkGCCompaction ?
sof
2016/12/04 14:55:37
I've kept the feature name.
| |
| 115 IDBObserver status=experimental | 116 IDBObserver status=experimental |
| 116 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture | 117 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture |
| 117 ImageOrientation status=test | 118 ImageOrientation status=test |
| 118 IndexedDBExperimental status=experimental | 119 IndexedDBExperimental status=experimental |
| 119 InertTopControls status=stable | 120 InertTopControls status=stable |
| 120 InputEvent status=experimental | 121 InputEvent status=experimental |
| 121 InputModeAttribute status=experimental | 122 InputModeAttribute status=experimental |
| 122 InputMultipleFieldsUI status=stable | 123 InputMultipleFieldsUI status=stable |
| 123 InstalledApp status=experimental | 124 InstalledApp status=experimental |
| 124 IntersectionObserver status=stable | 125 IntersectionObserver status=stable |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 263 WebFontsInterventionV2With3G | 264 WebFontsInterventionV2With3G |
| 264 WebFontsInterventionV2WithSlow2G | 265 WebFontsInterventionV2WithSlow2G |
| 265 WebFontsInterventionTrigger | 266 WebFontsInterventionTrigger |
| 266 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android | 267 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android |
| 267 Worklet status=experimental | 268 Worklet status=experimental |
| 268 LazyParseCSS status=experimental | 269 LazyParseCSS status=experimental |
| 269 ParseHTMLOnMainThread status=test | 270 ParseHTMLOnMainThread status=test |
| 270 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 271 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 271 PerformanceNavigationTiming2 status=test | 272 PerformanceNavigationTiming2 status=test |
| 272 BackgroundVideoTrackOptimization status=stable | 273 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |