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

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

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

Powered by Google App Engine
This is Rietveld 408576698