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

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

Issue 275283002: Split EventTargetFactory.in and auto-generate modules-related files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Split EventTargetFactory.in and auto-generate modules-related files. Created 6 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/events/EventTarget.h ('k') | Source/core/events/EventTargetModules.h » ('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 core/animation/AnimationPlayer 3 core/animation/AnimationPlayer
4 core/css/FontFaceSet 4 core/css/FontFaceSet
5 core/dom/MessagePort 5 core/dom/MessagePort
6 core/dom/Node 6 core/dom/Node
7 core/fileapi/FileReader 7 core/fileapi/FileReader
8 core/html/MediaController 8 core/html/MediaController
9 core/html/ime/InputMethodContext 9 core/html/ime/InputMethodContext
10 core/html/track/TextTrack 10 core/html/track/TextTrack
11 core/html/track/TextTrackCue 11 core/html/track/TextTrackCue
12 core/html/track/TextTrackList 12 core/html/track/TextTrackList
13 core/loader/appcache/ApplicationCache 13 core/loader/appcache/ApplicationCache
14 core/page/EventSource 14 core/page/EventSource
15 core/timing/Performance 15 core/timing/Performance
16 core/frame/Window ImplementedAs=DOMWindow 16 core/frame/Window ImplementedAs=DOMWindow
17 core/svg/SVGElementInstance 17 core/svg/SVGElementInstance
18 core/workers/DedicatedWorkerGlobalScope 18 core/workers/DedicatedWorkerGlobalScope
19 core/workers/SharedWorker 19 core/workers/SharedWorker
20 core/workers/SharedWorkerGlobalScope 20 core/workers/SharedWorkerGlobalScope
21 core/workers/Worker 21 core/workers/Worker
22 core/xml/XMLHttpRequest 22 core/xml/XMLHttpRequest
23 core/xml/XMLHttpRequestUpload 23 core/xml/XMLHttpRequestUpload
24 modules/battery/BatteryManager
25 modules/encryptedmedia/MediaKeySession
26 modules/filesystem/FileWriter
27 modules/indexeddb/IDBDatabase
28 modules/indexeddb/IDBOpenDBRequest
29 modules/indexeddb/IDBRequest
30 modules/indexeddb/IDBTransaction
31 modules/mediasource/MediaSource
32 modules/mediasource/SourceBuffer
33 modules/mediasource/SourceBufferList
34 modules/mediastream/MediaStream
35 modules/mediastream/MediaStreamTrack
36 modules/mediastream/RTCDTMFSender
37 modules/mediastream/RTCDataChannel
38 modules/mediastream/RTCPeerConnection
39 modules/notifications/Notification
40 modules/serviceworkers/ServiceWorker
41 modules/serviceworkers/ServiceWorkerGlobalScope
42 modules/speech/SpeechRecognition
43 modules/speech/SpeechSynthesisUtterance
44 modules/webaudio/AudioContext Conditional=WEB_AUDIO
45 modules/webaudio/AudioNode Conditional=WEB_AUDIO
46 modules/webmidi/MIDIAccess
47 modules/webmidi/MIDIInput
48 modules/webmidi/MIDIPort
49 modules/websockets/WebSocket
OLDNEW
« no previous file with comments | « Source/core/events/EventTarget.h ('k') | Source/core/events/EventTargetModules.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698