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
/
browser
/
renderer_host
/
media
/
media_stream_dispatcher_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in content/browser/renderer_host/.
avi
2015-12-25
1
-0
/
+1
*
Isolate the constraint mechanism to content/renderer/media.
hta
2015-12-09
1
-1
/
+1
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-21
/
+20
*
Replacing the OVERRIDE with override and FINAL with final in content/browser/...
mohan.reddy
2014-10-07
1
-7
/
+7
*
Check all settings when checking mic and camera access.
grunell
2014-09-01
1
-5
/
+1
*
Enforce empty device labels for pepper flash when enumerating devices if perm...
grunell@chromium.org
2014-08-15
1
-2
/
+1
*
[Cross-Site Isolation] Migrate entire MediaStream verticals to be per-RenderF...
miu@chromium.org
2014-07-17
1
-15
/
+15
*
Add flag in device enumeration request to control label clearing and don't cl...
grunell@chromium.org
2014-06-18
1
-2
/
+3
*
Implement getMediaDevices.
grunell@chromium.org
2014-06-03
1
-1
/
+6
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
1
-2
/
+1
*
[Media] Add user gesture reporting for API calls to midi and media streams.
gbillock@chromium.org
2014-03-28
1
-1
/
+2
*
Ignore MediaStream and speech-related messages with disallowed origins.
joi@chromium.org
2014-03-25
1
-0
/
+2
*
Add different error codes for getUserMedia.
tommyw@chromium.org
2014-03-14
1
-2
/
+4
*
MediaStreamDispatcherHost does not need all of ResourceContext.
joi@chromium.org
2014-02-27
1
-4
/
+5
*
Remove the unneccesary storage of labels in MediaStreamDispatcherHost.
perkj@chromium.org
2013-12-13
1
-24
/
+11
*
Remove device cache for MediaStreamDispatcher::EnumerateDevices and simplify.
perkj@chromium.org
2013-12-02
1
-1
/
+4
*
This cl implement a salt that is being used for obfuscating device ids before...
perkj@chromium.org
2013-12-02
1
-0
/
+4
*
Change MediaStreamManager to stop only affected devices when a USB device is ...
perkj@chromium.org
2013-11-25
1
-2
/
+3
*
This cl is the first cl in order to be able to support MediaStreamTrack::Stop.
perkj@chromium.org
2013-10-21
1
-5
/
+29
*
Add MediaStreamMsg_StopGeneratedStream message.
hshi@chromium.org
2013-08-09
1
-0
/
+1
*
Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. In...
jam@chromium.org
2013-06-21
1
-6
/
+4
*
Cleanup: Consolidate GenerateStream and GenerateStreamForDevice
justinlin@chromium.org
2013-02-20
1
-5
/
+0
*
Nits from r164670.
jam@chromium.org
2012-10-29
1
-3
/
+2
*
Move content\browser\renderer_host\media to content namespace.
jam@chromium.org
2012-10-29
1
-6
/
+6
*
remove VideoDeviceError and AudioDeviceError for media stream.
wjia@chromium.org
2012-10-16
1
-2
/
+0
*
Begin adding support for tab mirroring via the MediaStream audio/video capturing
miu@chromium.org
2012-09-11
1
-0
/
+5
*
Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...
fischman@chromium.org
2012-08-06
1
-2
/
+0
*
Pepper needs to repeatedly call enumeration API in order to get a synchronous...
xians@chromium.org
2012-07-06
1
-11
/
+4
*
Cleanup: [WebRTC] Use GURL type to replace the std::string type of security o...
yujie.mao@intel.com
2012-05-25
1
-3
/
+3
*
Implement MediaStreamImpl::CancelUserMediaRequest
perkj@chromium.org
2012-05-10
1
-1
/
+2
*
RefCounted types should not have public destructors, content/browser part 1
rsleevi@chromium.org
2012-04-27
1
-1
/
+3
*
Move media/audio files into media namespace (relanding)
vrk@google.com
2012-04-03
1
-2
/
+2
*
Revert 130180 - Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-2
/
+2
*
Move media/audio files into media namespace
vrk@google.com
2012-04-02
1
-2
/
+2
*
Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...
jam@chromium.org
2012-02-23
1
-1
/
+3
*
Make content::ResourceContext be a real interface like the rest of the Conten...
jam@chromium.org
2012-02-09
1
-2
/
+2
*
support video device enumeration from renderer process.
wjia@chromium.org
2012-01-25
1
-2
/
+18
*
Move BrowserMessageFilter to public, and into content namespace.
joi@chromium.org
2011-12-16
1
-3
/
+3
*
Add OVERRIDE to content/.
avi@chromium.org
2011-11-17
1
-8
/
+9
*
switch to DVLOG from VLOG, and move struct definition to cc file.
wjia@chromium.org
2011-11-11
1
-10
/
+1
*
Here are more exports needed for content_unittests to link in the component b...
dpranke@chromium.org
2011-09-30
1
-1
/
+2
*
Removing singelton property of MediaStreamManager.
mflodman@chromium.org
2011-09-22
1
-1
/
+8
*
Revert 101063 - Removing singleton property of MediaStreamManager and creatin...
mad@chromium.org
2011-09-14
1
-8
/
+1
*
Removing singleton property of MediaStreamManager and creating thread first w...
mflodman@chromium.org
2011-09-14
1
-1
/
+8
*
MediaStreamDispatcher host. This is the browser process counterpart for the M...
perkj@chromium.org
2011-07-14
1
-0
/
+77