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

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

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 years, 9 months 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 IMEAPI status=experimental 63 IMEAPI status=experimental
64 IndexedDBExperimental status=experimental 64 IndexedDBExperimental status=experimental
65 InputModeAttribute status=test 65 InputModeAttribute status=test
66 LangAttributeAwareFormControlUI 66 LangAttributeAwareFormControlUI
67 PrefixedEncryptedMedia status=stable 67 PrefixedEncryptedMedia status=stable
68 LocalStorage status=stable 68 LocalStorage status=stable
69 Media status=stable 69 Media status=stable
70 MediaSource status=stable 70 MediaSource status=stable
71 MediaSourceExperimental depends_on=MediaSource, status=experimental 71 MediaSourceExperimental depends_on=MediaSource, status=experimental
72 MediaStream status=stable 72 MediaStream status=stable
73 MemoryInfoInWorkers status=experimental
73 NavigatorContentUtils 74 NavigatorContentUtils
74 Notifications status=stable 75 Notifications status=stable
75 ObjectFitPosition status=stable 76 ObjectFitPosition status=stable
76 OrientationEvent 77 OrientationEvent
77 // Only enabled on Android, and for certain layout tests on Linux. 78 // Only enabled on Android, and for certain layout tests on Linux.
78 OverlayFullscreenVideo 79 OverlayFullscreenVideo
79 PagePopup status=stable 80 PagePopup status=stable
80 PartialLayout status=experimental 81 PartialLayout status=experimental
81 PathOpsSVGClipping 82 PathOpsSVGClipping
82 PeerConnection depends_on=MediaStream, status=stable 83 PeerConnection depends_on=MediaStream, status=stable
83 // Implementation of this feature varies by platform for now. 84 // Implementation of this feature varies by platform for now.
84 // Bug to track removal once completed everywhere: 85 // Bug to track removal once completed everywhere:
85 // http://crbug.com/308649 86 // http://crbug.com/308649
86 PointerEventsMaxTouchPoints status=experimental 87 PointerEventsMaxTouchPoints status=experimental
88 PreciseMemoryInfo status=experimental
abarth-chromium 2014/03/28 17:38:47 This status is not correct. You should leave the
87 Quota status=stable 89 Quota status=stable
88 QuotaPromise status=experimental 90 QuotaPromise status=experimental
89 OverlayScrollbars 91 OverlayScrollbars
90 RegionBasedColumns status=experimental 92 RegionBasedColumns status=experimental
91 93
92 // This is implementation flag for the re-write of the layout/paint system to 94 // This is implementation flag for the re-write of the layout/paint system to
93 // do painting after we have completed layout, instead of piecemeal during layou t. 95 // do painting after we have completed layout, instead of piecemeal during layou t.
94 RepaintAfterLayout 96 RepaintAfterLayout
95 97
96 RequestAutocomplete status=test 98 RequestAutocomplete status=test
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 VideoTrack depends_on=Media, status=stable 130 VideoTrack depends_on=Media, status=stable
129 WebAnimationsSVG 131 WebAnimationsSVG
130 WebAnimationsAPI status=experimental 132 WebAnimationsAPI status=experimental
131 WebAudio condition=WEB_AUDIO, status=stable 133 WebAudio condition=WEB_AUDIO, status=stable
132 WebGLDraftExtensions status=experimental 134 WebGLDraftExtensions status=experimental
133 WebMIDI status=test 135 WebMIDI status=test
134 WebKitMediaSource status=stable 136 WebKitMediaSource status=stable
135 WebVTTRegions depends_on=VideoTrack, status=experimental 137 WebVTTRegions depends_on=VideoTrack, status=experimental
136 WOFF2 status=experimental 138 WOFF2 status=experimental
137 XSLT status=stable 139 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698