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

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

Issue 2570483002: Revert of Simple BlinkGC heap compaction. (Closed)
Patch Set: Created 4 years 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 // 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 FileAPIBlobClose status=experimental 108 FileAPIBlobClose status=experimental
109 FileSystem status=stable 109 FileSystem status=stable
110 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch 110 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch
111 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals= True 111 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals= True
112 FullscreenUnprefixed status=test, settable_from_internals=True 112 FullscreenUnprefixed status=test, settable_from_internals=True
113 FrameTimingSupport status=experimental 113 FrameTimingSupport status=experimental
114 GamepadExtensions origin_trial_feature_name=WebVR 114 GamepadExtensions origin_trial_feature_name=WebVR
115 GeometryInterfaces status=experimental, implied_by=CompositorWorker 115 GeometryInterfaces status=experimental, implied_by=CompositorWorker
116 GetUserMedia status=stable 116 GetUserMedia status=stable
117 GlobalCacheStorage status=stable 117 GlobalCacheStorage status=stable
118 HeapCompaction status=experimental
119 IDBObserver status=experimental 118 IDBObserver status=experimental
120 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture 119 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture
121 ImageOrientation status=test 120 ImageOrientation status=test
122 IndexedDBExperimental status=experimental 121 IndexedDBExperimental status=experimental
123 InertTopControls status=stable 122 InertTopControls status=stable
124 InputEvent status=experimental 123 InputEvent status=experimental
125 InputModeAttribute status=experimental 124 InputModeAttribute status=experimental
126 InputMultipleFieldsUI status=stable 125 InputMultipleFieldsUI status=stable
127 InstalledApp status=experimental 126 InstalledApp status=experimental
128 IntersectionObserver status=stable 127 IntersectionObserver status=stable
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 WebFontsInterventionV2With3G 269 WebFontsInterventionV2With3G
271 WebFontsInterventionV2WithSlow2G 270 WebFontsInterventionV2WithSlow2G
272 WebFontsInterventionTrigger 271 WebFontsInterventionTrigger
273 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 272 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
274 Worklet status=experimental 273 Worklet status=experimental
275 LazyParseCSS status=experimental 274 LazyParseCSS status=experimental
276 ParseHTMLOnMainThread status=test 275 ParseHTMLOnMainThread status=test
277 SendBeaconThrowForBlobWithNonSimpleType status=experimental 276 SendBeaconThrowForBlobWithNonSimpleType status=experimental
278 PerformanceNavigationTiming2 status=test 277 PerformanceNavigationTiming2 status=test
279 BackgroundVideoTrackOptimization status=stable 278 BackgroundVideoTrackOptimization status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698