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

Side by Side Diff: Source/core/dom/EventTargetFactory.in

Issue 14466008: Switch speech synthesis from compile-flag to runtime-flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, switch to RuntimeEnabledFeatures.in Created 7 years, 7 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
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/core/features.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="EventTarget" 1 namespace="EventTarget"
2 2
3 modules/webaudio/AudioContext conditional=WEB_AUDIO 3 modules/webaudio/AudioContext conditional=WEB_AUDIO
4 modules/battery/BatteryManager conditional=BATTERY_STATUS 4 modules/battery/BatteryManager conditional=BATTERY_STATUS
5 core/workers/DedicatedWorkerContext 5 core/workers/DedicatedWorkerContext
6 core/loader/appcache/DOMApplicationCache 6 core/loader/appcache/DOMApplicationCache
7 core/page/DOMWindow 7 core/page/DOMWindow
8 core/page/EventSource 8 core/page/EventSource
9 core/fileapi/FileReader 9 core/fileapi/FileReader
10 modules/filesystem/FileWriter 10 modules/filesystem/FileWriter
(...skipping 14 matching lines...) Expand all
25 modules/notifications/Notification conditional=NOTIFICATIONS|LEGACY_NOTIFICATION S 25 modules/notifications/Notification conditional=NOTIFICATIONS|LEGACY_NOTIFICATION S
26 core/page/Performance 26 core/page/Performance
27 modules/mediastream/RTCDataChannel conditional=MEDIA_STREAM 27 modules/mediastream/RTCDataChannel conditional=MEDIA_STREAM
28 modules/mediastream/RTCDTMFSender conditional=MEDIA_STREAM 28 modules/mediastream/RTCDTMFSender conditional=MEDIA_STREAM
29 modules/mediastream/RTCPeerConnection conditional=MEDIA_STREAM 29 modules/mediastream/RTCPeerConnection conditional=MEDIA_STREAM
30 core/svg/SVGElementInstance conditional=SVG 30 core/svg/SVGElementInstance conditional=SVG
31 core/workers/SharedWorker 31 core/workers/SharedWorker
32 core/workers/SharedWorkerContext 32 core/workers/SharedWorkerContext
33 modules/mediasource/SourceBufferList 33 modules/mediasource/SourceBufferList
34 modules/speech/SpeechRecognition 34 modules/speech/SpeechRecognition
35 modules/speech/SpeechSynthesisUtterance conditional=SPEECH_SYNTHESIS 35 modules/speech/SpeechSynthesisUtterance
36 core/html/track/TextTrack 36 core/html/track/TextTrack
37 core/html/track/TextTrackCue 37 core/html/track/TextTrackCue
38 core/html/track/TextTrackList 38 core/html/track/TextTrackList
39 WebKitNamedFlow interfaceName=NamedFlow 39 WebKitNamedFlow interfaceName=NamedFlow
40 modules/websockets/WebSocket 40 modules/websockets/WebSocket
41 core/workers/Worker 41 core/workers/Worker
42 core/xml/XMLHttpRequest 42 core/xml/XMLHttpRequest
43 core/xml/XMLHttpRequestUpload 43 core/xml/XMLHttpRequestUpload
OLDNEW
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/core/features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698