summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/media/media_stream_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Support for audio output devices for getMediaDevices.grunell@chromium.org2014-06-041-4/+6
* Implement getMediaDevices.grunell@chromium.org2014-06-031-3/+11
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-161-4/+3
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten...jyasskin@chromium.org2014-03-291-5/+5
* [Media] Add user gesture reporting for API calls to midi and media streams.gbillock@chromium.org2014-03-281-3/+5
* Ignore MediaStream and speech-related messages with disallowed origins.joi@chromium.org2014-03-251-1/+21
* Add different error codes for getUserMedia.tommyw@chromium.org2014-03-141-4/+8
* MediaStreamDispatcherHost does not need all of ResourceContext.joi@chromium.org2014-02-271-10/+6
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-261-1/+2
* Fixit: Move tab and desktop capture code to new location.miu@chromium.org2014-02-251-1/+0
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-211-2/+1
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-161-1/+2
* Allow retrieval of media device ID salt even after ResourceContext has gone a...joi@chromium.org2014-02-131-3/+6
* Remove the unneccesary storage of labels in MediaStreamDispatcherHost.perkj@chromium.org2013-12-131-76/+25
* This CL move all parsing of constraints used in a call to gUM from MediaStrea...perkj@chromium.org2013-12-131-2/+2
* Remove temporary fix to avoid an Assert in MediaStreamDispathcerHost::PopRequ...perkj@chromium.org2013-12-101-10/+0
* Remove device cache for MediaStreamDispatcher::EnumerateDevices and simplify.perkj@chromium.org2013-12-021-10/+18
* This cl implement a salt that is being used for obfuscating device ids before...perkj@chromium.org2013-12-021-5/+8
* Reland review 34393006: Refactor MediaStreamManager to not output real device...perkj@chromium.org2013-11-281-6/+2
* Temporary fix to make sure PopRequest does not assert if DeviceOpened is call...perkj@chromium.org2013-11-251-0/+10
* Change MediaStreamManager to stop only affected devices when a USB device is ...perkj@chromium.org2013-11-251-6/+8
* Fix cancelling of device enumeration requests.perkj@chromium.org2013-11-181-0/+9
* Revert 235139 "Fix cancelling of device enumeration requests."perkj@chromium.org2013-11-181-2/+0
* Fix cancelling of device enumeration requests.perkj@chromium.org2013-11-141-0/+2
* Revert 232766 "Refactor MediaStreamManager to never output real ..."vrk@chromium.org2013-11-051-2/+6
* Refactor MediaStreamManager to never output real device id. It now always out...perkj@chromium.org2013-11-041-6/+2
* This cl is the first cl in order to be able to support MediaStreamTrack::Stop.perkj@chromium.org2013-10-211-50/+62
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-1/+0
* Add MediaStreamMsg_StopGeneratedStream message.hshi@chromium.org2013-08-091-0/+14
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Support cancellation of pending media stream requests at UI side.wjia@chromium.org2013-07-091-3/+5
* Minor cleanup to remove the static thread-safe methods on BrowserMainLoop. In...jam@chromium.org2013-06-211-12/+11
* Cleanup: Consolidate GenerateStream and GenerateStreamForDevicejustinlin@chromium.org2013-02-201-25/+2
* Fix specifying only video or only audio for tab capture.justinlin@chromium.org2013-01-101-1/+1
* In media_stream_dispatcher.cc line 284, it has comments:xians@chromium.org2012-12-121-0/+3
* Propagate Tab Capture GenerateStream error to renderer.justinlin@chromium.org2012-12-121-2/+8
* Make TabCapture requests use the target render process and render view id's f...justinlin@chromium.org2012-12-101-4/+4
* Goal: Provide browser-wide audio mirroring for the TabCapture API.justinlin@chromium.org2012-12-041-2/+11
* This patch does:xians@chromium.org2012-11-271-10/+10
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-11/+7
* > Refactor media_stream_device_settings into media_stream_ui_controller.xians@chromium.org2012-10-191-3/+3
* remove VideoDeviceError and AudioDeviceError for media stream.wjia@chromium.org2012-10-161-28/+0
* This is the media related changes for tab capture API's:justinlin@chromium.org2012-10-151-28/+13
* Begin adding support for tab mirroring via the MediaStream audio/video capturingmiu@chromium.org2012-09-111-4/+30
* We can leak the system tray UI when closing down the tab due to several possi...xians@chromium.org2012-08-141-6/+8
* reland http://codereview.chromium.org/10830063/wjia@chromium.org2012-08-091-3/+1
* Revert 150491 - refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-081-1/+3
* refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-081-3/+1
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-30/+0
* Pepper needs to repeatedly call enumeration API in order to get a synchronous...xians@chromium.org2012-07-061-17/+13