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

Side by Side Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 15724023: Vibration API: use runtime flag, change from client to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make supplementName() private and delete isActive(). Created 7 years, 6 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 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
2 // a class that stores static enablers for all experimental features. 2 // a class that stores static enablers for all experimental features.
3 // 3 //
4 // Each feature can be assigned a "status": 4 // Each feature can be assigned a "status":
5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
7 // status=test -> Enabled in ContentShell for testing, otherwise off. 7 // status=test -> Enabled in ContentShell for testing, otherwise off.
8 // Features without a status are not enabled anywhere by default. 8 // Features without a status are not enabled anywhere by default.
9 // 9 //
10 // "stable" features listed here should be rare, as anything which we've shipped stable 10 // "stable" features listed here should be rare, as anything which we've shipped stable
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 Quota status=stable 59 Quota status=stable
60 RequestAutocomplete status=test 60 RequestAutocomplete status=test
61 ScriptedSpeech status=stable 61 ScriptedSpeech status=stable
62 SeamlessIFrames status=experimental 62 SeamlessIFrames status=experimental
63 SessionStorage status=stable 63 SessionStorage status=stable
64 SharedWorker custom 64 SharedWorker custom
65 SpeechInput status=stable 65 SpeechInput status=stable
66 SpeechSynthesis status=experimental 66 SpeechSynthesis status=experimental
67 StyleScoped status=experimental 67 StyleScoped status=experimental
68 Touch status=stable 68 Touch status=stable
69 Vibration
abarth-chromium 2013/06/11 23:55:36 What is the status for this feature? test? exper
Michael van Ouwerkerk 2013/06/12 16:44:50 The status is currently blank, intentionally, whic
69 VideoTrack status=stable 70 VideoTrack status=stable
70 WebAnimations 71 WebAnimations
71 WebAudio condition=WEB_AUDIO, status=stable 72 WebAudio condition=WEB_AUDIO, status=stable
72 WebGLDraftExtensions status=experimental 73 WebGLDraftExtensions status=experimental
73 WebMIDI status=test 74 WebMIDI status=test
74 WebKitMediaSource status=stable 75 WebKitMediaSource status=stable
75 WebPInAcceptHeader 76 WebPInAcceptHeader
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698