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