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

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

Issue 17505004: Introduce Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 LazyLayout 54 LazyLayout
55 LegacyEncryptedMedia status=stable 55 LegacyEncryptedMedia status=stable
56 LocalStorage status=stable 56 LocalStorage status=stable
57 Media status=stable 57 Media status=stable
58 MediaSource status=experimental 58 MediaSource status=experimental
59 MediaStream status=stable 59 MediaStream status=stable
60 Notifications status=stable 60 Notifications status=stable
61 PagePopup status=stable 61 PagePopup status=stable
62 ParseSVGAsHTML 62 ParseSVGAsHTML
63 PeerConnection depends_on=MediaStream, status=stable 63 PeerConnection depends_on=MediaStream, status=stable
64 Promise status=test
64 Quota status=stable 65 Quota status=stable
65 RequestAutocomplete status=test 66 RequestAutocomplete status=test
66 ScriptedSpeech status=stable 67 ScriptedSpeech status=stable
67 SeamlessIFrames status=experimental 68 SeamlessIFrames status=experimental
68 SessionStorage status=stable 69 SessionStorage status=stable
69 SharedWorker custom 70 SharedWorker custom
70 SpeechInput status=stable 71 SpeechInput status=stable
71 SpeechSynthesis status=experimental 72 SpeechSynthesis status=experimental
72 Stream status=experimental 73 Stream status=experimental
73 StyleScoped status=experimental 74 StyleScoped status=experimental
74 Touch status=stable 75 Touch status=stable
75 Vibration status=test 76 Vibration status=test
76 VideoTrack status=stable 77 VideoTrack status=stable
77 WebAnimations 78 WebAnimations
78 WebAudio condition=WEB_AUDIO, status=stable 79 WebAudio condition=WEB_AUDIO, status=stable
79 WebGLDraftExtensions status=experimental 80 WebGLDraftExtensions status=experimental
80 WebMIDI status=test 81 WebMIDI status=test
81 WebKitMediaSource status=stable 82 WebKitMediaSource status=stable
82 WebPInAcceptHeader 83 WebPInAcceptHeader
83 WOFF2 status=experimental 84 WOFF2 status=experimental
OLDNEW
« Source/bindings/v8/custom/V8PromiseCustom.cpp ('K') | « Source/core/dom/PromiseResolver.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698