index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
renderer
/
media
/
media_stream_dispatcher.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed name of MediaStreamImpl to UserMediaClientImpl.
perkj
2014-09-03
1
-1
/
+1
*
Revert to dcheck in MediaStreamDispatcher::StopStreamDevice.
grunell@chromium.org
2014-08-18
1
-8
/
+1
*
Enforce empty device labels for pepper flash when enumerating devices if perm...
grunell@chromium.org
2014-08-15
1
-4
/
+2
*
[Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...
miu@chromium.org
2014-07-17
1
-25
/
+27
*
Turn audio ducking on by default on Windows again.
tommi@chromium.org
2014-07-08
1
-0
/
+20
*
Make sure MediaStreamSource::StopCallback is triggered if the VideoCaptureDev...
perkj@chromium.org
2014-06-27
1
-1
/
+7
*
Add flag in device enumeration request to control label clearing and don't cl...
grunell@chromium.org
2014-06-18
1
-2
/
+4
*
Support for audio output devices for getMediaDevices.
grunell@chromium.org
2014-06-04
1
-3
/
+4
*
[Media] Add user gesture reporting for API calls to midi and media streams.
gbillock@chromium.org
2014-03-28
1
-4
/
+4
*
Add different error codes for getUserMedia.
tommyw@chromium.org
2014-03-14
1
-2
/
+4
*
Remove device cache for MediaStreamDispatcher::EnumerateDevices and simplify.
perkj@chromium.org
2013-12-02
1
-114
/
+18
*
Change MediaStreamManager to stop only affected devices when a USB device is ...
perkj@chromium.org
2013-11-25
1
-11
/
+23
*
Implement Chrome glue code for MediaStreamTrack::Stop.
perkj@chromium.org
2013-10-21
1
-29
/
+42
*
This cl is the first cl in order to be able to support MediaStreamTrack::Stop.
perkj@chromium.org
2013-10-21
1
-4
/
+28
*
Add MediaStreamMsg_StopGeneratedStream message.
hshi@chromium.org
2013-08-09
1
-0
/
+16
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
1
-1
/
+1
*
Support cancellation of request for opening device.
wjia@chromium.org
2013-07-03
1
-6
/
+29
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
1
-11
/
+11
*
Close camera when tab is closed.
wjia@chromium.org
2013-05-06
1
-0
/
+10
*
Revert 198386 "Close camera when tab is closed."
tommyw@chromium.org
2013-05-06
1
-10
/
+0
*
Close camera when tab is closed.
wjia@chromium.org
2013-05-06
1
-0
/
+10
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-2
/
+2
*
StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable...
xians@chromium.org
2012-12-18
1
-2
/
+2
*
Fix accidental NULL dereference in media_stream_dispatcher.cc that was causin...
miu@chromium.org
2012-12-06
1
-1
/
+1
*
Add a gyp flag to allow removing dependency on ppapi.
nileshagrawal@chromium.org
2012-12-05
1
-0
/
+1
*
Move content\browser\renderer_host\media to content namespace.
jam@chromium.org
2012-10-29
1
-13
/
+13
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-6
/
+10
*
remove VideoDeviceError and AudioDeviceError for media stream.
wjia@chromium.org
2012-10-16
1
-36
/
+0
*
This is the media related changes for tab capture API's:
justinlin@chromium.org
2012-10-15
1
-19
/
+1
*
Begin adding support for tab mirroring via the MediaStream audio/video capturing
miu@chromium.org
2012-09-11
1
-8
/
+26
*
reland http://codereview.chromium.org/10830063/
wjia@chromium.org
2012-08-09
1
-16
/
+122
*
Revert 150491 - refactor EnumerateDevices to make it a persistent request.
wjia@chromium.org
2012-08-08
1
-122
/
+16
*
refactor EnumerateDevices to make it a persistent request.
wjia@chromium.org
2012-08-08
1
-16
/
+122
*
fix a copy&paste error.
wjia@chromium.org
2012-08-07
1
-1
/
+1
*
Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...
yujie.mao@intel.com
2012-05-25
1
-3
/
+4
*
Implement MediaStreamImpl::CancelUserMediaRequest
perkj@chromium.org
2012-05-10
1
-0
/
+16
*
Using WeakPtr for requests to MediaStreamDispatcher.
grunell@chromium.org
2012-04-09
1
-29
/
+43
*
PepperPlatformAudioInputImpl: support audio input device selection.
yzshen@chromium.org
2012-03-21
1
-1
/
+6
*
Make builds with webrtc disabled work again.
sky@chromium.org
2012-02-16
1
-2
/
+0
*
support video device enumeration from renderer process.
wjia@chromium.org
2012-01-25
1
-1
/
+114
*
switch to DVLOG from VLOG, and move struct definition to cc file.
wjia@chromium.org
2011-11-11
1
-13
/
+28
*
Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...
jam@chromium.org
2011-10-10
1
-2
/
+2
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
1
-0
/
+1
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
1
-1
/
+1
*
MediaStreamDispatcher
perkj@google.com
2011-06-28
1
-0
/
+157