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

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

Issue 2531973002: Simple BlinkGC heap compaction. (Closed)
Patch Set: tweak assert 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
118 IDBObserver status=experimental 119 IDBObserver status=experimental
119 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture 120 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture
120 ImageOrientation status=test 121 ImageOrientation status=test
121 IndexedDBExperimental status=experimental 122 IndexedDBExperimental status=experimental
122 InertTopControls status=stable 123 InertTopControls status=stable
123 InputEvent status=experimental 124 InputEvent status=experimental
124 InputModeAttribute status=experimental 125 InputModeAttribute status=experimental
125 InputMultipleFieldsUI status=stable 126 InputMultipleFieldsUI status=stable
126 InstalledApp status=experimental 127 InstalledApp status=experimental
127 IntersectionObserver status=stable 128 IntersectionObserver status=stable
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 WebFontsInterventionV2With3G 270 WebFontsInterventionV2With3G
270 WebFontsInterventionV2WithSlow2G 271 WebFontsInterventionV2WithSlow2G
271 WebFontsInterventionTrigger 272 WebFontsInterventionTrigger
272 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 273 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
273 Worklet status=experimental 274 Worklet status=experimental
274 LazyParseCSS status=experimental 275 LazyParseCSS status=experimental
275 ParseHTMLOnMainThread status=test 276 ParseHTMLOnMainThread status=test
276 SendBeaconThrowForBlobWithNonSimpleType status=experimental 277 SendBeaconThrowForBlobWithNonSimpleType status=experimental
277 PerformanceNavigationTiming2 status=test 278 PerformanceNavigationTiming2 status=test
278 BackgroundVideoTrackOptimization status=stable 279 BackgroundVideoTrackOptimization status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698