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