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

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

Issue 2531973002: Simple BlinkGC heap compaction. (Closed)
Patch Set: synchronize on compaction finish 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/BUILD.gn » ('j') | third_party/WebKit/Source/platform/heap/Heap.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698