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

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream.

Created:
6 years, 2 months ago by perkj_chrome
Modified:
5 years, 2 months ago
Reviewers:
CC:
abarth-chromium, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, Inactive, eric.carlson_apple.com, feature-media-reviews_chromium.org, mkwst+moarreviews_chromium.org, Raymond Toy, tommyw+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Move RTCPeerConnection implementation from modules/mediastream to modules/rtcpeerconnection. The purpose of this move is to cleanup dependencies between modules and make it easier to implement HTMLMediaElement::srcObject for MediaStreams. It also prepare for adding a new module MediaRecorder that also will be dependent on core/mediastream. Currently, WebAudio, WebSpeech and RTCPeerConnection depend on modules/mediaStream.

Patch Set 1 #

Patch Set 2 : Also move fast Layouttests. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -8988 lines) Patch
D LayoutTests/fast/mediastream/RTCIceCandidate.html View 1 1 chunk +0 lines, -45 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCIceCandidate-expected.txt View 1 1 chunk +0 lines, -26 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection.html View 1 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-AddRemoveStream.html View 1 1 chunk +0 lines, -81 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt View 1 1 chunk +0 lines, -19 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer.html View 1 1 chunk +0 lines, -61 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-createAnswer-expected.txt View 1 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-createOffer.html View 1 1 chunk +0 lines, -57 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-createOffer-expected.txt View 1 1 chunk +0 lines, -16 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-datachannel.html View 1 1 chunk +0 lines, -113 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-datachannel-expected.txt View 1 1 chunk +0 lines, -44 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-dtmf.html View 1 1 chunk +0 lines, -65 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-dtmf-expected.txt View 1 1 chunk +0 lines, -22 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-events.html View 1 1 chunk +0 lines, -59 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-events-expected.txt View 1 1 chunk +0 lines, -15 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt View 1 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-ice.html View 1 1 chunk +0 lines, -53 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-ice-expected.txt View 1 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-lifetime.html View 1 1 chunk +0 lines, -62 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-lifetime-expected.txt View 1 1 chunk +0 lines, -14 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-localDescription.html View 1 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-localDescription-expected.txt View 1 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded.html View 1 1 chunk +0 lines, -49 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt View 1 1 chunk +0 lines, -11 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription.html View 1 1 chunk +0 lines, -54 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt View 1 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-state.html View 1 1 chunk +0 lines, -28 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-state-expected.txt View 1 1 chunk +0 lines, -13 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-stats.html View 1 1 chunk +0 lines, -103 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-stats-expected.txt View 1 1 chunk +0 lines, -47 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-statsSelector.html View 1 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCPeerConnection-statsSelector-expected.txt View 1 1 chunk +0 lines, -17 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCSessionDescription.html View 1 1 chunk +0 lines, -38 lines 0 comments Download
D LayoutTests/fast/mediastream/RTCSessionDescription-expected.txt View 1 1 chunk +0 lines, -25 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCIceCandidate.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCIceCandidate-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-AddRemoveStream.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-AddRemoveStream-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-createAnswer.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-createAnswer-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-createOffer.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-createOffer-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-datachannel.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-datachannel-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-dtmf.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-dtmf-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-events.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-events-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-ice.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-ice-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-lifetime.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-lifetime-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-localDescription.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-localDescription-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-onnegotiationneeded.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-onnegotiationneeded-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-remoteDescription.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-remoteDescription-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-state.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-state-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-stats.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-stats-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-statsSelector.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCPeerConnection-statsSelector-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCSessionDescription.html View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/rtcpeerconnection/RTCSessionDescription-expected.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/bindings/core/v8/Dictionary.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/core/v8/DictionaryHelperForCore.cpp View 6 chunks +12 lines, -0 lines 0 comments Download
M Source/bindings/modules/v8/DictionaryHelperForModules.cpp View 3 chunks +0 lines, -9 lines 0 comments Download
M Source/core/core.gypi View 4 chunks +51 lines, -0 lines 0 comments Download
M Source/core/events/EventTarget.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/events/EventTargetFactory.in View 1 chunk +2 lines, -0 lines 0 comments Download
A + Source/core/mediastream/DOMWindowMediaStream.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaConstraintsImpl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaConstraintsImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaDeviceInfo.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaDeviceInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaDeviceInfo.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaDeviceInfoCallback.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaDeviceInfoCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaDevicesRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaDevicesRequest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStream.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStream.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/mediastream/MediaStream.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStreamEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaStreamEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamRegistry.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamRegistry.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrack.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrack.cpp View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrack.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrackEvent.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaStreamTrackEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrackEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrackSourcesCallback.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaStreamTrackSourcesCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/MediaStreamTrackSourcesRequestImpl.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/MediaStreamTrackSourcesRequestImpl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/NavigatorMediaStream.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorMediaStream.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
A + Source/core/mediastream/NavigatorMediaStream.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaError.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaError.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaError.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaErrorCallback.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaErrorCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaSuccessCallback.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/NavigatorUserMediaSuccessCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/SourceInfo.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/SourceInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/SourceInfo.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/URLMediaStream.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/URLMediaStream.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/URLMediaStream.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/mediastream/UserMediaClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/UserMediaController.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/UserMediaController.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/mediastream/UserMediaRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/mediastream/UserMediaRequest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
A + Source/core/mediastream/WindowMediaStream.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/modules/EventTargetModules.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/modules/EventTargetModulesFactory.in View 1 chunk +0 lines, -2 lines 0 comments Download
D Source/modules/mediastream/DOMWindowMediaStream.h View 1 chunk +0 lines, -7 lines 0 comments Download
D Source/modules/mediastream/MediaConstraintsImpl.h View 1 chunk +0 lines, -52 lines 0 comments Download
D Source/modules/mediastream/MediaConstraintsImpl.cpp View 1 chunk +0 lines, -138 lines 0 comments Download
D Source/modules/mediastream/MediaDeviceInfo.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/MediaDeviceInfo.cpp View 1 chunk +0 lines, -74 lines 0 comments Download
D Source/modules/mediastream/MediaDeviceInfo.idl View 1 chunk +0 lines, -40 lines 0 comments Download
D Source/modules/mediastream/MediaDeviceInfoCallback.h View 1 chunk +0 lines, -43 lines 0 comments Download
D Source/modules/mediastream/MediaDeviceInfoCallback.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D Source/modules/mediastream/MediaDevicesRequest.h View 1 chunk +0 lines, -69 lines 0 comments Download
D Source/modules/mediastream/MediaDevicesRequest.cpp View 1 chunk +0 lines, -88 lines 0 comments Download
D Source/modules/mediastream/MediaStream.h View 1 chunk +0 lines, -121 lines 0 comments Download
D Source/modules/mediastream/MediaStream.cpp View 1 2 1 chunk +0 lines, -399 lines 0 comments Download
D Source/modules/mediastream/MediaStream.idl View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/MediaStreamEvent.h View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/modules/mediastream/MediaStreamEvent.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
D Source/modules/mediastream/MediaStreamEvent.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D Source/modules/mediastream/MediaStreamRegistry.h View 1 chunk +0 lines, -59 lines 0 comments Download
D Source/modules/mediastream/MediaStreamRegistry.cpp View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrack.h View 1 chunk +0 lines, -110 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrack.cpp View 1 2 1 chunk +0 lines, -245 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrack.idl View 1 chunk +0 lines, -44 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackEvent.h View 1 chunk +0 lines, -59 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackEvent.cpp View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackEvent.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackSourcesCallback.h View 1 chunk +0 lines, -43 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackSourcesCallback.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.h View 1 chunk +0 lines, -61 lines 0 comments Download
D Source/modules/mediastream/MediaStreamTrackSourcesRequestImpl.cpp View 1 chunk +0 lines, -82 lines 0 comments Download
D Source/modules/mediastream/NavigatorMediaStream.h View 1 chunk +0 lines, -49 lines 0 comments Download
D Source/modules/mediastream/NavigatorMediaStream.cpp View 1 chunk +0 lines, -88 lines 0 comments Download
D Source/modules/mediastream/NavigatorMediaStream.idl View 1 chunk +0 lines, -24 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaError.h View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaError.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaError.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaErrorCallback.h View 1 chunk +0 lines, -42 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl View 1 chunk +0 lines, -28 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaSuccessCallback.h View 1 chunk +0 lines, -43 lines 0 comments Download
D Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl View 1 chunk +0 lines, -28 lines 0 comments Download
D Source/modules/mediastream/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFSender.h View 1 chunk +0 lines, -97 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFSender.cpp View 1 2 1 chunk +0 lines, -174 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFSender.idl View 1 chunk +0 lines, -40 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFToneChangeEvent.h View 1 chunk +0 lines, -63 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp View 1 chunk +0 lines, -83 lines 0 comments Download
D Source/modules/mediastream/RTCDTMFToneChangeEvent.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannel.h View 1 chunk +0 lines, -127 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannel.cpp View 1 2 1 chunk +0 lines, -337 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannel.idl View 1 chunk +0 lines, -51 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannelEvent.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannelEvent.cpp View 1 chunk +0 lines, -71 lines 0 comments Download
D Source/modules/mediastream/RTCDataChannelEvent.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D Source/modules/mediastream/RTCErrorCallback.h View 1 chunk +0 lines, -48 lines 0 comments Download
D Source/modules/mediastream/RTCErrorCallback.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidate.h View 1 chunk +0 lines, -68 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidate.cpp View 1 chunk +0 lines, -104 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidate.idl View 1 chunk +0 lines, -40 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidateEvent.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidateEvent.cpp View 1 chunk +0 lines, -73 lines 0 comments Download
D Source/modules/mediastream/RTCIceCandidateEvent.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D Source/modules/mediastream/RTCPeerConnection.h View 1 chunk +0 lines, -188 lines 0 comments Download
D Source/modules/mediastream/RTCPeerConnection.cpp View 1 2 1 chunk +0 lines, -814 lines 0 comments Download
D Source/modules/mediastream/RTCPeerConnection.idl View 1 chunk +0 lines, -83 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescription.h View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescription.cpp View 1 chunk +0 lines, -103 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescription.idl View 1 chunk +0 lines, -39 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescriptionCallback.h View 1 chunk +0 lines, -49 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescriptionCallback.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h View 1 chunk +0 lines, -72 lines 0 comments Download
D Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp View 1 chunk +0 lines, -101 lines 0 comments Download
D Source/modules/mediastream/RTCStatsCallback.h View 1 chunk +0 lines, -43 lines 0 comments Download
D Source/modules/mediastream/RTCStatsCallback.idl View 1 chunk +0 lines, -28 lines 0 comments Download
D Source/modules/mediastream/RTCStatsReport.h View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/modules/mediastream/RTCStatsReport.cpp View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/modules/mediastream/RTCStatsReport.idl View 1 chunk +0 lines, -37 lines 0 comments Download
D Source/modules/mediastream/RTCStatsRequestImpl.h View 1 chunk +0 lines, -69 lines 0 comments Download
D Source/modules/mediastream/RTCStatsRequestImpl.cpp View 1 chunk +0 lines, -96 lines 0 comments Download
D Source/modules/mediastream/RTCStatsResponse.h View 1 chunk +0 lines, -61 lines 0 comments Download
D Source/modules/mediastream/RTCStatsResponse.cpp View 1 chunk +0 lines, -65 lines 0 comments Download
D Source/modules/mediastream/RTCStatsResponse.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D Source/modules/mediastream/RTCVoidRequestImpl.h View 1 chunk +0 lines, -70 lines 0 comments Download
D Source/modules/mediastream/RTCVoidRequestImpl.cpp View 1 chunk +0 lines, -98 lines 0 comments Download
D Source/modules/mediastream/SourceInfo.h View 1 chunk +0 lines, -57 lines 0 comments Download
D Source/modules/mediastream/SourceInfo.cpp View 1 chunk +0 lines, -84 lines 0 comments Download
D Source/modules/mediastream/SourceInfo.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D Source/modules/mediastream/URLMediaStream.h View 1 chunk +0 lines, -48 lines 0 comments Download
D Source/modules/mediastream/URLMediaStream.cpp View 1 chunk +0 lines, -51 lines 0 comments Download
D Source/modules/mediastream/URLMediaStream.idl View 1 chunk +0 lines, -35 lines 0 comments Download
D Source/modules/mediastream/UserMediaClient.h View 1 chunk +0 lines, -58 lines 0 comments Download
D Source/modules/mediastream/UserMediaController.h View 1 chunk +0 lines, -92 lines 0 comments Download
D Source/modules/mediastream/UserMediaController.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
D Source/modules/mediastream/UserMediaRequest.h View 1 chunk +0 lines, -90 lines 0 comments Download
D Source/modules/mediastream/UserMediaRequest.cpp View 1 chunk +0 lines, -194 lines 0 comments Download
D Source/modules/mediastream/WindowMediaStream.idl View 1 chunk +0 lines, -11 lines 0 comments Download
M Source/modules/modules.gypi View 1 2 6 chunks +44 lines, -95 lines 0 comments Download
A + Source/modules/rtcpeerconnection/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFSender.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFSender.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFSender.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFToneChangeEvent.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFToneChangeEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDTMFToneChangeEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannel.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannel.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannel.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannelEvent.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannelEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCDataChannelEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCErrorCallback.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCErrorCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidate.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidate.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidate.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidateEvent.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidateEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCIceCandidateEvent.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCPeerConnection.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCPeerConnection.cpp View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCPeerConnection.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescription.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescription.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescription.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescriptionCallback.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescriptionCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescriptionRequestImpl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCSessionDescriptionRequestImpl.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsCallback.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsCallback.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsReport.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsReport.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsReport.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsRequestImpl.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsRequestImpl.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsResponse.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsResponse.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/modules/rtcpeerconnection/RTCStatsResponse.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCVoidRequestImpl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/rtcpeerconnection/RTCVoidRequestImpl.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/speech/SpeechRecognition.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioContext.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/MediaStreamAudioDestinationNode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/MediaStreamAudioSourceNode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SpeechRecognitionClientProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/UserMediaClientImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebDOMMediaStreamTrack.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebMediaDevicesRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebMediaStreamRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebUserMediaRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (5 generated)
perkj_chrome
Hej guys. This cl move MediaStream to core and thus clean up dependencies between the ...
6 years, 2 months ago (2014-10-13 08:55:26 UTC) #3
philipj_slow
I think that moving MediaStream into core/ makes sense given the dependency situation. Did you ...
6 years, 2 months ago (2014-10-13 12:30:06 UTC) #4
perkj_chrome
On 2014/10/13 12:30:06, philipj wrote: > I think that moving MediaStream into core/ makes sense ...
6 years, 2 months ago (2014-10-13 14:57:37 UTC) #5
haraken
On 2014/10/13 14:57:37, perkj wrote: > On 2014/10/13 12:30:06, philipj wrote: > > I think ...
6 years, 2 months ago (2014-10-13 15:17:38 UTC) #6
perkj_chrome
On 2014/10/13 15:17:38, haraken wrote: > On 2014/10/13 14:57:37, perkj wrote: > > On 2014/10/13 ...
6 years, 2 months ago (2014-10-13 17:47:28 UTC) #8
jochen (gone - plz use gerrit)
modules/ must not depend on each other, furthermore, core/ now would have to depend on ...
6 years, 2 months ago (2014-10-13 18:57:29 UTC) #9
philipj_slow
On 2014/10/13 18:57:29, jochen wrote: > modules/ must not depend on each other, furthermore, core/ ...
6 years, 2 months ago (2014-10-13 20:42:36 UTC) #10
haraken
On 2014/10/13 20:42:36, philipj wrote: > On 2014/10/13 18:57:29, jochen wrote: > > modules/ must ...
6 years, 2 months ago (2014-10-14 01:14:24 UTC) #11
haraken
6 years, 2 months ago (2014-10-14 01:15:46 UTC) #13
perkj_chrome
On 2014/10/14 01:15:46, haraken wrote: haraken, tasak, would you also want to move HTMLMediaElement to ...
6 years, 2 months ago (2014-10-14 06:14:39 UTC) #14
haraken
On 2014/10/14 06:14:39, perkj wrote: > On 2014/10/14 01:15:46, haraken wrote: > > haraken, tasak, ...
6 years, 2 months ago (2014-10-14 06:41:44 UTC) #15
perkj_chrome
On 2014/10/14 06:41:44, haraken wrote: > On 2014/10/14 06:14:39, perkj wrote: > > On 2014/10/14 ...
6 years, 2 months ago (2014-10-14 07:13:35 UTC) #16
haraken
On 2014/10/14 07:13:35, perkj wrote: > On 2014/10/14 06:41:44, haraken wrote: > > On 2014/10/14 ...
6 years, 2 months ago (2014-10-14 07:29:57 UTC) #17
philipj_slow
It sounds like the end game is merging modules/mediasource, mediastream, speech and webaudio into a ...
6 years, 2 months ago (2014-10-14 07:44:48 UTC) #18
haraken
On 2014/10/14 07:44:48, philipj wrote: > It sounds like the end game is merging modules/mediasource, ...
6 years, 2 months ago (2014-10-14 07:46:32 UTC) #19
jochen (gone - plz use gerrit)
haraken, can you explain how core's version of HTMLMediaElement would work if the media module ...
6 years, 2 months ago (2014-10-14 07:47:58 UTC) #20
haraken
On 2014/10/14 07:47:58, jochen wrote: > haraken, can you explain how core's version of HTMLMediaElement ...
6 years, 2 months ago (2014-10-14 07:52:08 UTC) #21
tasak
On 2014/10/14 07:46:32, haraken wrote: > I think we should raise this topic to blink-dev@. ...
6 years, 2 months ago (2014-10-14 08:11:55 UTC) #22
jochen (gone - plz use gerrit)
if we don't compile the module in, HTMLMediaElement::srcObject should still work (and just be a ...
6 years, 2 months ago (2014-10-14 08:12:46 UTC) #23
jochen (gone - plz use gerrit)
i think doing a mediastream only srcObject first while discussing this is fine. but we ...
6 years, 2 months ago (2014-10-14 08:18:07 UTC) #24
haraken
On 2014/10/14 08:12:46, jochen wrote: > if we don't compile the module in, HTMLMediaElement::srcObject should ...
6 years, 2 months ago (2014-10-14 08:24:23 UTC) #25
perkj_chrome
On 2014/10/14 08:24:23, haraken wrote: > On 2014/10/14 08:12:46, jochen wrote: > > if we ...
6 years, 2 months ago (2014-10-14 09:57:04 UTC) #26
philipj_slow
On 2014/10/14 07:13:35, perkj wrote: > Philip would you mind sometime to: > - Move ...
6 years, 2 months ago (2014-10-16 18:56:33 UTC) #27
jochen (gone - plz use gerrit)
6 years, 2 months ago (2014-10-17 11:59:11 UTC) #28
yes, the feature should be marked as experimental before we have an
intent-to-ship

Powered by Google App Engine
This is Rietveld 408576698