Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webrtcinwebkit merge #5

Closed
wants to merge 182 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
182 commits
Select commit Hold shift + click to select a range
b201897
MediaElement: complete setSrcObject implementation
philn Feb 26, 2015
c8ec607
MediaStreamPrivate: dummy tracks() method
philn Apr 6, 2015
1bfa828
OpenWebRTC: rendering support
philn Apr 6, 2015
3e5ae70
Spec sync: removed Audio/VideoStreamTrack
adam-be Mar 18, 2015
a81b41d
MediaStream API: Initial import of updated MediaStream API
adam-be Apr 6, 2015
e902e44
RTCPeerConnection: Initial import of updated RTCPeerConnection and Me…
adam-be Apr 6, 2015
84be31a
MediaStreamTrack: Align stop() function with spec (not 100% yet)
adam-be Mar 30, 2015
4409b8e
MediaStreamTrackPrivateClient: Remove enabled notification (only sout…
adam-be Mar 30, 2015
ac0dc8c
MediaStreamTrackPrivate: Removed stopped concept (same as having no s…
adam-be Mar 30, 2015
df376f3
MediaStreamTrackPrivate: No source should equal muted = true
adam-be Mar 30, 2015
705efb4
MediaStreamTrackPrivate: Don't keep internal muted state (use source …
adam-be Mar 30, 2015
be24d7c
MediaStreamTrackPrivate: Don't keep internal readyState (use sources …
adam-be Mar 30, 2015
d7986f6
MediaStreamTrackPrivate: Use initialization list in constructor
adam-be Mar 30, 2015
4595938
MediaStreamTrackPrivate: Always set or create id at construction
adam-be Mar 31, 2015
3a2a4a8
MediaStreamTrack: Align dispatching of ended event with spec
adam-be Apr 2, 2015
fe50a44
MediaStreamTrack: Align dispatching of muted event with spec
adam-be Apr 2, 2015
a94659e
MediaStreamTrackPrivate: Keep a type/kind member instead of reading i…
adam-be Apr 2, 2015
c9c77c6
MediaStreamTrackPrivate: Keep a label member instead of reading it fr…
adam-be Apr 2, 2015
2ed3d37
MediaStreamTrackPrivate: Keep isReadonly and isRemote members instead…
adam-be Apr 2, 2015
03632ee
MediaStreamTrackPrivate: Make ended() return true if source is detached
adam-be Apr 5, 2015
5f146ba
MediaStreamTrackPrivate: Remove readyState() since it provides the sa…
adam-be Apr 5, 2015
775fc4e
MediaStreamTrackPrivate: Update comment in setEnabled() and removed c…
adam-be Apr 5, 2015
9e87a4f
MediaStreamTrackPrivate: Aligned muted() implementation with the one …
adam-be Apr 5, 2015
d68d263
MediaStreamTrack(Private): Only make source settable by MediaStreamTr…
adam-be Apr 5, 2015
8571823
RealtimeMediaSource: Replace readyState() with stopped() since we onl…
adam-be Apr 5, 2015
3814ceb
RealtimeMediaSource: Remove unused m_enabled member
adam-be Apr 5, 2015
d5c492f
RealtimeMediaSource: Update observer loop to use range-based for loop
adam-be Apr 5, 2015
fcfb078
MediaStreamTrack: Remove unused m_stoppingTrack
adam-be Apr 7, 2015
235884f
MediaStreamTrack: Remove mutable from m_id (String)
adam-be Apr 7, 2015
2e730a3
MediaStreamTrack: Remove redundant constructor
adam-be Apr 7, 2015
36caf9d
MediaStreamTrackPrivate: Fix cloning of MediaStreamTrack(Private) wit…
adam-be Apr 7, 2015
89e2c8a
MediaStreamTrack: Move away from using PassRefPtr
adam-be Apr 8, 2015
13988fe
MediaStreamTrackPrivate: Move away from using PassRefPtr
adam-be Apr 8, 2015
d3324e0
MediaStreamTrack: Rename private (m_privateTrack -> m_private) to ali…
adam-be Apr 8, 2015
bab3b12
MediaStreamTrack Refactoring: Tidy up and reorder (to match idl and s…
adam-be Apr 8, 2015
bf284dc
MediaStreamTrackPrivate: Remove left-over log
adam-be Apr 8, 2015
96b123d
RTCRtpSender/Receiver: Introduce common base class
adam-be Apr 9, 2015
b1ea12a
RTCPeerConnection: Implement removeTrack()
adam-be Apr 10, 2015
ec14da4
RTCPeerConnection: Use HashMap for RTCRtpSender member set (and fix a…
adam-be Apr 13, 2015
97d7e57
RTCPeerConnection: Add getReceivers() function
adam-be Apr 13, 2015
93ff28c
RTCOfferAnswerOptions: Remove private, align with spec (PR) and remov…
adam-be Apr 13, 2015
a800ce9
RTCConfiguration: Use a cpp file
adam-be Apr 14, 2015
2df65bf
RTCConfiguration: Move configuration parsing from RTCPeerConnection t…
adam-be Apr 14, 2015
f0f7248
RTCConfiguration: Remove platform connection (privates). Introduced M…
adam-be Apr 15, 2015
e3ebcef
RTCOfferAnswerOptions: Don't fail on missing (non-required) members
adam-be Apr 16, 2015
cb17da8
MediaEndpointConfiguration: Add mode
adam-be Apr 16, 2015
d3f1bac
RTCPeerConnection: Use RTCOfferOptions to add extra media descriptions
adam-be Apr 16, 2015
b60c4eb
RTCConfiguration: Make iceTransportPolicy and bundlePolicy behave lik…
adam-be Apr 16, 2015
bcadcf8
RTCPeerConnection: Improve description type check on setLocal/RemoteD…
adam-be Apr 17, 2015
1754312
RTCPeerConnection: Fix typo (s/sendrcv/sendrecv/)
adam-be Apr 17, 2015
5a88018
RTCPeerConnection: Add temporary solution for resolving setLocal/Remo…
adam-be Apr 17, 2015
aa5b9f5
RTCPeerConnection: Update existing media descriptions with new tracks…
adam-be Apr 17, 2015
7e67515
RTCPeerConnection: Add stream argument to addTrack() and save the id …
adam-be Apr 18, 2015
9bc5e38
RTCPeerConnection: Use mediaStreamId from RTCRtpSeder when creating m…
adam-be Apr 18, 2015
d719d0c
MediaEndpointOwr: Use the more general OwrSession instead of OwrMedia…
adam-be Apr 19, 2015
2b25be5
OpenWebRTCUtilities: Add init guard
adam-be Apr 19, 2015
3bcfbfb
MediaEndpointOwr: Add dtls cert signal handler stub (prints pem)
adam-be Apr 19, 2015
e463327
MediaEndpointOwr: Fix some warnings
adam-be Apr 19, 2015
969cb2b
MediaEndpointOwr: Config rtcp mux in prepareMediaSession
adam-be Apr 19, 2015
d211376
MediaEndpointOwr: Add OwrMediaSession specific signal handler stubs
adam-be Apr 19, 2015
c4b8f08
Merge branch 'upstream'
adam-be Apr 20, 2015
80a2848
OpenWebRTCUtilities: Update initialize function
adam-be Apr 21, 2015
143afeb
jhbuild: Move to gstreamer git (gstreamer, plugins-base -good -bad, l…
adam-be Apr 21, 2015
40b6fcb
jhbuild: Add libsrtp to the build and enable more 'bad' plugins
adam-be Apr 21, 2015
aa33dd2
MediaEndpoint: Send entire dtls cert to client (instead of fingerprin…
adam-be Apr 23, 2015
072a77b
MediaEndpointConfiguration: Add dtls fingerprint and fingerprint hash…
adam-be Apr 23, 2015
c85288a
RTCPeerConnection: Fix mixup between type and sdp arguments in local/…
adam-be Apr 23, 2015
01c3eb3
RTCPeerConnection: Add fingerprint info to local MediaEndpointConfigu…
adam-be Apr 23, 2015
21ec1b0
Switch to owr-gst for audio/video rendering
philn Apr 23, 2015
f20d85e
MediaEndpointConfiguration: Add ssrcs list and cname (with JSON conve…
adam-be Apr 25, 2015
3dffc65
RTCPeerConnection: Initial (incomplete) implementation of setLocalDes…
adam-be Apr 25, 2015
159d22e
MediaEndpointConfiguration: Add ice candidate gathering done 'flag'
adam-be Apr 25, 2015
bc40195
MediaEndpointConfiguration: Initialize bools and ints in constructor
adam-be Apr 25, 2015
e2e5733
RTCPeerConnection: Implement maybeDispatchGatheringDone()
adam-be Apr 25, 2015
f5b0da0
MediaEndpointConfiguration: Make IceCandidate complete (with JSON con…
adam-be Apr 26, 2015
22036c7
RTCPeerConnection: Add generated candidates to local configuration (u…
adam-be Apr 26, 2015
1efd895
RTCPeerConnection: Handle cname and send SSRCs (not complete)
adam-be Apr 26, 2015
dfcf225
MediaEndpointOwr: Use Vector for string to index (and reverse) transl…
adam-be Apr 26, 2015
537604b
MediaEndpointConfiguration: Add source to media description
adam-be Apr 26, 2015
4b1dcb1
MediaEndpointOwr: Add hard coded receive payload
adam-be Apr 26, 2015
1ce9b0d
MediaEndpointOwr: Initial version of prepareToReceive() and internalA…
adam-be Apr 26, 2015
e89453f
MediaEndpoint: Fix style error
adam-be Apr 26, 2015
bac2280
RTCPeerConnection: First proper version of addIceCandidate()
adam-be Apr 26, 2015
8ed4461
Merge branch 'master' into webrtc-master
philn May 8, 2015
8849355
Merge branch 'master' into webrtc-master
philn May 8, 2015
9aa75c3
Merge branch 'upstream'
adam-be May 14, 2015
0d0aade
RTCIceCandidate: Make attributes writable (align with spec)
adam-be May 17, 2015
de26dcc
MediaEndpoint: Fixed Realtime/RealTime mixed spellings
adam-be May 17, 2015
a664b3e
RTCPeerConnection: Add takeFirstSenderOfType() helper function
adam-be May 17, 2015
e6f0ed8
MediaEndpoint: ssrc should be an unsigned (instead of String)
adam-be May 19, 2015
6258a5e
MediaEndpointConfiguration: Changed type of sessionId and added sessi…
adam-be May 19, 2015
370307b
MediaEndpointOwr: Fix bug where related address and port are added to…
adam-be May 23, 2015
cd73260
RTCPeerConnection: s/sha256/sha-256/
adam-be May 23, 2015
1404b95
MECConversions: Select which candidate fields to serialize
adam-be May 23, 2015
c2dbe2c
PeerMediaDescription: Add address, rtcpAddress and rtcpPort
adam-be May 23, 2015
1c79c09
RTCPeerConnection: Populate media description address info (rtp/rtcp)…
adam-be May 23, 2015
1182c8e
MediaEndpointOwr: Handle candidate transport type correctly (tcpType …
adam-be May 23, 2015
26e3998
Add libvpx to the webkitgtk deps
alessandrod May 26, 2015
192db2e
MediaPlayerPrivateGStreamerOwr: remove erroneous source type check
philn May 27, 2015
d1f29a1
RTCTrackEvent: initial implementation (replaces MediaStreamEvent)
adam-be May 27, 2015
8d71993
RealtimeMediaSourceCenterOwr: Added basic source name hints via envir…
adam-be May 27, 2015
6929236
MediaPayload: Add remaining properties (with JSON conversions)
adam-be May 27, 2015
b86eddb
MediaEndpointOwr: Use default port 9 on candidates
adam-be May 27, 2015
b443d60
RTCPeerConnection: verify setLocalDescription() input
adam-be May 27, 2015
d000419
RTCPeerConnection: Disable trickle (enable later)
adam-be May 27, 2015
a79d710
RTCPeerConnection/MediaEndpointOwr: Fix payload handling
adam-be May 27, 2015
27aec38
RTCPeerConnection: Implement createAnswer() and setRemoteDescription()
adam-be May 27, 2015
2e83987
RTCPeerConnection/MediaEndpointOwr: Handle incoming sources
adam-be May 27, 2015
c200b23
RTCPeerConnection: Only schedule callback handleEvent() calls (Promis…
adam-be Jun 2, 2015
801735c
RTCPeerConnection: Don't use RefPtr types as arguments to reject/reso…
adam-be Jun 2, 2015
853f57a
RTCPeerConnection: Don't use h264 until openh264 is added to the jhbuild
adam-be Jun 2, 2015
d563ddd
RTCPeerConnection: First version of SDP conversions with builtin sdp.…
adam-be Jun 4, 2015
51a7fcc
Merge branch 'upstream'
adam-be Jun 5, 2015
3cf281e
Merge branch 'upstream'
adam-be Jun 5, 2015
482b235
Merge branch 'upstream'
adam-be Jun 5, 2015
bf2b635
Merge branch 'upstream'
adam-be Jun 5, 2015
e79e35f
Merge branch 'upstream'
adam-be Jun 5, 2015
f085e43
Merge branch 'upstream'
adam-be Jun 5, 2015
e21414b
Merge branch 'upstream'
adam-be Jun 5, 2015
de7b829
Add openh264 to jhbuild
alessandrod Jun 4, 2015
a8b73a6
Install libopenh264 in the correct lib prefix
alessandrod Jun 5, 2015
eb0e6fd
UserMediaRequest: Fix merge build error
adam-be Jun 8, 2015
f08b035
Align Ref/RefPtr usage with upstream
adam-be Jun 9, 2015
f12cd2a
Merge branch 'upstream'
adam-be Jun 9, 2015
b41b68a
Merge branch 'upstream'
adam-be Jun 10, 2015
c33e3f1
RTCPeerConnection: Update Promise bindings (and stop throwing from Pr…
adam-be Jun 11, 2015
fd5a433
MediaStreamTrack: Remove 'detach source' concept
adam-be Jun 15, 2015
abf4098
getUserMedia: Updated legacy binding and unskipped some tests
adam-be Jun 16, 2015
05215f4
Merge branch 'upstream'
adam-be Jun 17, 2015
662fcc6
Merge branch 'master' of https://github.com/WebRTCinWebKit/webkit int…
bramoosterhuis Jun 18, 2015
7b2b71f
MediaStream API: Enabled and fixed a lot of tests
adam-be Jun 23, 2015
cc4ad25
MediaStreamTrack: Remove unused event scheduling functions
adam-be Jun 23, 2015
550b6ef
Add/update copyright stuff
adam-be Jun 23, 2015
d3a4918
Merge branch 'upstream'
adam-be Jun 23, 2015
66b84a4
MediaStreamPrivate: Remove bad WTF::move()
adam-be Jun 24, 2015
09fff9f
Use OpenWebRTC if MEDIA_STREAM is enabled
bramoosterhuis Jun 26, 2015
209da08
cmake is now able to find OpenWebRTC
bramoosterhuis Jun 26, 2015
b2439ed
Update OptionsWPE.cmake
bramoosterhuis Jun 26, 2015
5433d85
add ENABLE_MEDIA_STREAM to include OpenWebRTC
bramoosterhuis Jun 27, 2015
0911f8c
Update FindOpenWebRTC.cmake
bramoosterhuis Jun 27, 2015
5fab30e
Missing source files added to ENABLE_MEDIA_STREAM
bramoosterhuis Jun 29, 2015
1c67a4e
Merge branch 'master' of https://github.com/Metrological/WebKitForWay…
bramoosterhuis Jun 29, 2015
5d88166
gtk: jhbuild: bump gstreamer deps to 1.5.2
alessandrod Jul 2, 2015
0cd54f5
jhbuild: gtk: add orc as a dependency
alessandrod Jul 2, 2015
5071ae6
HTMLMediaElement: lookup blob URLs in the MediaStreamRegistry
alessandrod May 25, 2015
8887347
add MEDIA_STREAM as feature
bramoosterhuis Jul 3, 2015
9af8492
small cleanup
bramoosterhuis Jul 3, 2015
cc7614b
Merge branch 'master' into webrtc-master
philn Jul 3, 2015
c682eed
post-merge build fixes
philn Jul 3, 2015
dccbd94
Merge remote-tracking branch 'WebRTCinWebKit/master' into WebRTCinWeb…
bramoosterhuis Jul 6, 2015
4b48d65
[WPE] Fix build errors with OpenGL ES
bramoosterhuis Jul 6, 2015
4774ccf
[CoordinatedGraphics] Fixed flush overlay layer call.
bramoosterhuis Jul 7, 2015
53f0cdf
[WPE] Fixed functions definitions now using Scrollbar directly.
bramoosterhuis Jul 7, 2015
2b515ac
[WPE] User media device perissions contolled by enviroment variable.
bramoosterhuis Jul 7, 2015
838de77
[WPE] fixed user media permission request.
bramoosterhuis Jul 7, 2015
8d19b54
[WPE] fix build errors
bramoosterhuis Jul 7, 2015
dcf7cf0
[WPE] fix build errors
bramoosterhuis Jul 7, 2015
ceabd94
[WPE] Add missing function.
bramoosterhuis Jul 7, 2015
ee6b07e
[WPE] fix build error
bramoosterhuis Jul 7, 2015
837d849
[WPE] Added WPE UserMediaPermissionRequestManager
bramoosterhuis Jul 7, 2015
0738713
[WPE] corrected path
bramoosterhuis Jul 8, 2015
7c492d3
[WPE] corrected filename
bramoosterhuis Jul 8, 2015
cf12603
[WPE] fix for get user permissions
bramoosterhuis Jul 8, 2015
14007d2
Merge branch 'WebRTCinWebKit_merge' of https://github.com/Metrologica…
bramoosterhuis Jul 8, 2015
b2c72aa
[WPE] fixed get user permissions
bramoosterhuis Jul 8, 2015
ae8b078
RTCPeerConnection: Extract MediaEndpoint from RTCPeerConnection and a…
adam-be Aug 7, 2015
11ed2ea
Merge remote-tracking branch 'origin' into WebRTCinWebKit_merge
bramoosterhuis Aug 11, 2015
38f2ff4
Merge branch 'master' of github.com:Metrological/WebKitForWayland int…
bramoosterhuis Aug 11, 2015
6561c5f
jh-build: Bump openwebrtc version (with some deps)
adam-be Aug 21, 2015
046088d
MediaEndpointPeerConnection: Generate cname and SSRC in createOffer/A…
adam-be Aug 21, 2015
1ec4a3a
MediaEndpointPeerConnection: Generate ICE ufrag and password in creat…
adam-be Aug 24, 2015
12dd281
Merge branch 'master' of github.com:Metrological/WebKitForWayland int…
bramoosterhuis Aug 27, 2015
e0493ed
fix \merge fault
bramoosterhuis Aug 27, 2015
2343d54
Updated MediaStream to fix merge.
bramoosterhuis Aug 28, 2015
6ac12fd
MediaEndpointPeerConnection: Implement queued operations
adam-be Aug 28, 2015
7814ec1
update permission manager after merge.
bramoosterhuis Aug 31, 2015
f98e4df
update interface name.
bramoosterhuis Aug 31, 2015
c912b5a
Merge branch 'master' of github.com:Metrological/WebKitForWayland int…
bramoosterhuis Sep 2, 2015
c1a765e
Merge branch 'master' of https://github.com/WebRTCinWebKit/webkit int…
bramoosterhuis Sep 2, 2015
f5caa34
set fixed video resolution.
bramoosterhuis Sep 4, 2015
3232b58
Merge branch 'master' of github.com:Metrological/WebKitForWayland int…
bramoosterhuis Sep 4, 2015
06cac23
Merge branch 'master' of https://github.com/Metrological/WebKitForWay…
bramoosterhuis Sep 18, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions Source/WebCore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ set(WebCore_NON_SVG_IDL_FILES
Modules/mediastream/MediaSourceStates.idl
Modules/mediastream/MediaStream.idl
Modules/mediastream/MediaStreamCapabilities.idl
Modules/mediastream/MediaStreamEvent.idl
Modules/mediastream/MediaStreamTrack.idl
Modules/mediastream/MediaStreamTrackEvent.idl
Modules/mediastream/MediaStreamTrackSourcesCallback.idl
Expand All @@ -249,11 +248,14 @@ set(WebCore_NON_SVG_IDL_FILES
Modules/mediastream/RTCIceServer.idl
Modules/mediastream/RTCPeerConnection.idl
Modules/mediastream/RTCPeerConnectionErrorCallback.idl
Modules/mediastream/RTCRtpReceiver.idl
Modules/mediastream/RTCRtpSender.idl
Modules/mediastream/RTCSessionDescription.idl
Modules/mediastream/RTCSessionDescriptionCallback.idl
Modules/mediastream/RTCStatsCallback.idl
Modules/mediastream/RTCStatsReport.idl
Modules/mediastream/RTCStatsResponse.idl
Modules/mediastream/RTCTrackEvent.idl
Modules/mediastream/SourceInfo.idl

Modules/navigatorcontentutils/NavigatorContentUtils.idl
Expand Down Expand Up @@ -891,10 +893,10 @@ set(WebCore_SOURCES
Modules/mediastream/MediaConstraintsImpl.cpp
Modules/mediastream/MediaDeviceInfo.cpp
Modules/mediastream/MediaDevices.cpp
Modules/mediastream/MediaEndpointPeerConnection.cpp
Modules/mediastream/MediaSourceStates.cpp
Modules/mediastream/MediaStream.cpp
Modules/mediastream/MediaStreamCapabilities.cpp
Modules/mediastream/MediaStreamEvent.cpp
Modules/mediastream/MediaStreamRegistry.cpp
Modules/mediastream/MediaStreamTrack.cpp
Modules/mediastream/MediaStreamTrackEvent.cpp
Expand All @@ -904,6 +906,7 @@ set(WebCore_SOURCES
Modules/mediastream/MediaTrackConstraints.cpp
Modules/mediastream/NavigatorMediaDevices.cpp
Modules/mediastream/NavigatorUserMediaError.cpp
Modules/mediastream/RTCConfiguration.cpp
Modules/mediastream/RTCDTMFSender.cpp
Modules/mediastream/RTCDTMFToneChangeEvent.cpp
Modules/mediastream/RTCDataChannel.cpp
Expand All @@ -912,16 +915,23 @@ set(WebCore_SOURCES
Modules/mediastream/RTCIceCandidateEvent.cpp
Modules/mediastream/RTCOfferAnswerOptions.cpp
Modules/mediastream/RTCPeerConnection.cpp
Modules/mediastream/RTCRtpReceiver.cpp
Modules/mediastream/RTCRtpSender.cpp
Modules/mediastream/RTCRtpSenderReceiverBase.cpp
Modules/mediastream/RTCSessionDescription.cpp
Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
# Modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
Modules/mediastream/RTCStatsReport.cpp
Modules/mediastream/RTCStatsRequestImpl.cpp
Modules/mediastream/RTCStatsResponse.cpp
Modules/mediastream/RTCTrackEvent.cpp
Modules/mediastream/RTCVoidRequestImpl.cpp
Modules/mediastream/SourceInfo.cpp
Modules/mediastream/UserMediaController.cpp
Modules/mediastream/UserMediaRequest.cpp




Modules/navigatorcontentutils/NavigatorContentUtils.cpp

Modules/notifications/DOMWindowNotifications.cpp
Expand Down Expand Up @@ -2228,6 +2238,8 @@ set(WebCore_SOURCES
platform/graphics/transforms/TranslateTransformOperation.cpp

platform/mediastream/MediaDevicesPrivate.cpp
platform/mediastream/MediaEndpointConfigurationConversions.cpp
platform/mediastream/MediaEndpointInit.cpp
platform/mediastream/MediaStreamPrivate.cpp
platform/mediastream/MediaStreamTrackPrivate.cpp
platform/mediastream/RTCIceCandidateDescriptor.cpp
Expand Down
2 changes: 2 additions & 0 deletions Source/WebCore/DerivedSources.make
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ NON_SVG_BINDING_IDLS = \
$(WebCore)/Modules/mediastream/RTCIceServer.idl \
$(WebCore)/Modules/mediastream/RTCPeerConnection.idl \
$(WebCore)/Modules/mediastream/RTCPeerConnectionErrorCallback.idl \
$(WebCore)/Modules/mediastream/RTCRtpReceiver.idl \
$(WebCore)/Modules/mediastream/RTCRtpSender.idl \
$(WebCore)/Modules/mediastream/RTCSessionDescription.idl \
$(WebCore)/Modules/mediastream/RTCSessionDescriptionCallback.idl \
$(WebCore)/Modules/mediastream/RTCStatsCallback.idl \
Expand Down
Loading