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

Side by Side Diff: Source/modules/EventTargetModulesFactory.in

Issue 1008533005: Initial implementation of stashed message ports, blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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/MessagePort.cpp ('k') | Source/modules/modules.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 suffix="Modules" 2 suffix="Modules"
3 3
4 modules/battery/BatteryManager 4 modules/battery/BatteryManager
5 modules/compositorworker/CompositorWorker 5 modules/compositorworker/CompositorWorker
6 modules/compositorworker/CompositorWorkerGlobalScope 6 modules/compositorworker/CompositorWorkerGlobalScope
7 modules/encryptedmedia/MediaKeySession 7 modules/encryptedmedia/MediaKeySession
8 modules/filesystem/FileWriter 8 modules/filesystem/FileWriter
9 modules/indexeddb/IDBDatabase 9 modules/indexeddb/IDBDatabase
10 modules/indexeddb/IDBOpenDBRequest 10 modules/indexeddb/IDBOpenDBRequest
(...skipping 10 matching lines...) Expand all
21 modules/netinfo/NetworkInformation 21 modules/netinfo/NetworkInformation
22 modules/notifications/Notification 22 modules/notifications/Notification
23 modules/permissions/PermissionStatus 23 modules/permissions/PermissionStatus
24 modules/presentation/Presentation 24 modules/presentation/Presentation
25 modules/presentation/PresentationSession 25 modules/presentation/PresentationSession
26 modules/screen_orientation/ScreenOrientation 26 modules/screen_orientation/ScreenOrientation
27 modules/serviceworkers/ServiceWorker 27 modules/serviceworkers/ServiceWorker
28 modules/serviceworkers/ServiceWorkerContainer 28 modules/serviceworkers/ServiceWorkerContainer
29 modules/serviceworkers/ServiceWorkerGlobalScope 29 modules/serviceworkers/ServiceWorkerGlobalScope
30 modules/serviceworkers/ServiceWorkerRegistration 30 modules/serviceworkers/ServiceWorkerRegistration
31 modules/serviceworkers/StashedPortCollection
31 modules/speech/SpeechRecognition 32 modules/speech/SpeechRecognition
32 modules/speech/SpeechSynthesis 33 modules/speech/SpeechSynthesis
33 modules/speech/SpeechSynthesisUtterance 34 modules/speech/SpeechSynthesisUtterance
34 modules/webaudio/AudioContext Conditional=WEB_AUDIO 35 modules/webaudio/AudioContext Conditional=WEB_AUDIO
35 modules/webaudio/AudioNode Conditional=WEB_AUDIO 36 modules/webaudio/AudioNode Conditional=WEB_AUDIO
36 modules/webmidi/MIDIAccess 37 modules/webmidi/MIDIAccess
37 modules/webmidi/MIDIInput 38 modules/webmidi/MIDIInput
38 modules/webmidi/MIDIPort 39 modules/webmidi/MIDIPort
39 modules/websockets/WebSocket ImplementedAs=DOMWebSocket 40 modules/websockets/WebSocket ImplementedAs=DOMWebSocket
OLDNEW
« no previous file with comments | « Source/core/dom/MessagePort.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698