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

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

Issue 188433003: Remove support for legacy WebKit Notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
OLDNEW
1 namespace="EventTarget" 1 namespace="EventTarget"
2 2
3 core/css/FontFaceSet 3 core/css/FontFaceSet
4 core/dom/MessagePort 4 core/dom/MessagePort
5 core/dom/Node 5 core/dom/Node
6 core/fileapi/FileReader 6 core/fileapi/FileReader
7 core/html/MediaController 7 core/html/MediaController
8 core/html/ime/InputMethodContext 8 core/html/ime/InputMethodContext
9 core/html/track/TextTrack 9 core/html/track/TextTrack
10 core/html/track/TextTrackCue 10 core/html/track/TextTrackCue
(...skipping 21 matching lines...) Expand all
32 modules/mediasource/SourceBuffer 32 modules/mediasource/SourceBuffer
33 modules/mediasource/SourceBufferList 33 modules/mediasource/SourceBufferList
34 modules/mediasource/WebKitMediaSource 34 modules/mediasource/WebKitMediaSource
35 modules/mediasource/WebKitSourceBufferList 35 modules/mediasource/WebKitSourceBufferList
36 modules/mediastream/MediaStream 36 modules/mediastream/MediaStream
37 modules/mediastream/MediaStreamTrack 37 modules/mediastream/MediaStreamTrack
38 modules/mediastream/RTCDTMFSender 38 modules/mediastream/RTCDTMFSender
39 modules/mediastream/RTCDataChannel 39 modules/mediastream/RTCDataChannel
40 modules/mediastream/RTCPeerConnection 40 modules/mediastream/RTCPeerConnection
41 modules/notifications/Notification 41 modules/notifications/Notification
42 modules/notifications/WebKitNotification Conditional=LEGACY_NOTIFICATIONS
43 modules/serviceworkers/ServiceWorkerGlobalScope 42 modules/serviceworkers/ServiceWorkerGlobalScope
44 modules/speech/SpeechRecognition 43 modules/speech/SpeechRecognition
45 modules/speech/SpeechSynthesisUtterance 44 modules/speech/SpeechSynthesisUtterance
46 modules/webaudio/AudioContext Conditional=WEB_AUDIO 45 modules/webaudio/AudioContext Conditional=WEB_AUDIO
47 modules/webaudio/AudioNode Conditional=WEB_AUDIO 46 modules/webaudio/AudioNode Conditional=WEB_AUDIO
48 modules/webmidi/MIDIAccess 47 modules/webmidi/MIDIAccess
49 modules/webmidi/MIDIInput 48 modules/webmidi/MIDIInput
50 modules/webmidi/MIDIPort 49 modules/webmidi/MIDIPort
51 modules/websockets/WebSocket 50 modules/websockets/WebSocket
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698