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

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, 12 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 ExperimentalCanvasFeatures status=test 51 ExperimentalCanvasFeatures status=test
52 ExperimentalContentSecurityPolicyFeatures status=experimental 52 ExperimentalContentSecurityPolicyFeatures status=experimental
53 FileConstructor status=experimental 53 FileConstructor status=experimental
54 FileSystem status=stable 54 FileSystem status=stable
55 FontLoadEvents status=experimental 55 FontLoadEvents status=experimental
56 Fullscreen status=stable 56 Fullscreen status=stable
57 FastTextAutosizing 57 FastTextAutosizing
58 Gamepad status=stable 58 Gamepad status=stable
59 Geolocation status=stable 59 Geolocation status=stable
60 HTMLImports status=test 60 HTMLImports status=test
61 HighResolutionTimeInWorkers status=experimental 61 PerformanceInWorkers status=experimental
62 IMEAPI status=experimental 62 IMEAPI status=experimental
63 IndexedDB status=stable 63 IndexedDB status=stable
64 IndexedDBExperimental status=experimental 64 IndexedDBExperimental status=experimental
65 InputModeAttribute status=test 65 InputModeAttribute status=test
66 InputTypeColor status=stable 66 InputTypeColor status=stable
67 InputTypeWeek status=stable 67 InputTypeWeek status=stable
68 LangAttributeAwareFormControlUI 68 LangAttributeAwareFormControlUI
69 PrefixedEncryptedMedia status=stable 69 PrefixedEncryptedMedia status=stable
70 LocalStorage status=stable 70 LocalStorage status=stable
71 Media status=stable 71 Media status=stable
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 WebAnimationsCSS status=stable 126 WebAnimationsCSS status=stable
127 WebAnimationsSVG depends_on=WebAnimationsCSS 127 WebAnimationsSVG depends_on=WebAnimationsCSS
128 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental 128 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental
129 WebAudio condition=WEB_AUDIO, status=stable 129 WebAudio condition=WEB_AUDIO, status=stable
130 WebGLDraftExtensions status=experimental 130 WebGLDraftExtensions status=experimental
131 WebMIDI status=test 131 WebMIDI status=test
132 WebKitMediaSource status=stable 132 WebKitMediaSource status=stable
133 WebVTTRegions depends_on=VideoTrack, status=experimental 133 WebVTTRegions depends_on=VideoTrack, status=experimental
134 WOFF2 status=experimental 134 WOFF2 status=experimental
135 XSLT status=stable 135 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698