Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Issue 2868853002: Add ability to retrieve capabilities for audio input devices to MediaDevicesDispatcherHost. (Closed)

Created:
3 years, 7 months ago by Guido Urdaneta
Modified:
3 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, chfremer+watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mfoltz+watch_chromium.org, miu+watch_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, xjz+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add ability to retrieve capabilities for audio input devices to MediaDevicesDispatcherHost. BUG=657733 Review-Url: https://codereview.chromium.org/2868853002 Cr-Commit-Position: refs/heads/master@{#471774} Committed: https://chromium.googlesource.com/chromium/src/+/5c25608ed9478c41bdcabad1fbea6cd85a6e89e7

Patch Set 1 : broken #

Patch Set 2 : fix #

Total comments: 3

Patch Set 3 : Do not send origin from renderer to browser #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+219 lines, -4 lines) Patch
M content/browser/renderer_host/media/media_devices_dispatcher_host.h View 1 2 3 chunks +24 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/media_devices_dispatcher_host.cc View 1 2 5 chunks +128 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/media_devices_dispatcher_host_unittest.cc View 1 2 3 5 chunks +30 lines, -2 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/media/media_stream_manager.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/media/media_devices.mojom View 1 2 3 chunks +19 lines, -2 lines 0 comments Download
M content/renderer/media/media_devices_event_dispatcher_unittest.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/media/user_media_client_impl_unittest.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (27 generated)
Guido Urdaneta
Hi, PTAL tommi@: Please review content/browser/* and content/renderer/* mkwst@: Please review IPC
3 years, 7 months ago (2017-05-08 14:59:13 UTC) #5
tommi (sloooow) - chröme
lgtm https://codereview.chromium.org/2868853002/diff/50001/content/browser/renderer_host/media/media_devices_dispatcher_host.cc File content/browser/renderer_host/media/media_devices_dispatcher_host.cc (right): https://codereview.chromium.org/2868853002/diff/50001/content/browser/renderer_host/media/media_devices_dispatcher_host.cc#newcode497 content/browser/renderer_host/media/media_devices_dispatcher_host.cc:497: if (device_info.device_id == default_device_id) nit: {}
3 years, 7 months ago (2017-05-08 17:52:54 UTC) #15
Mike West
https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom File content/common/media/media_devices.mojom (right): https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom#newcode69 content/common/media/media_devices.mojom:69: GetAudioInputCapabilities(url.mojom.Origin security_origin) Do you need to pass in an ...
3 years, 7 months ago (2017-05-09 09:30:37 UTC) #16
Guido Urdaneta
https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom File content/common/media/media_devices.mojom (right): https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom#newcode69 content/common/media/media_devices.mojom:69: GetAudioInputCapabilities(url.mojom.Origin security_origin) On 2017/05/09 09:30:37, Mike West wrote: > ...
3 years, 7 months ago (2017-05-09 09:43:33 UTC) #17
Mike West
On 2017/05/09 at 09:43:33, guidou wrote: > https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom > File content/common/media/media_devices.mojom (right): > > https://codereview.chromium.org/2868853002/diff/50001/content/common/media/media_devices.mojom#newcode69 ...
3 years, 7 months ago (2017-05-10 06:53:18 UTC) #18
Guido Urdaneta
mkwst@: please take another look
3 years, 7 months ago (2017-05-12 09:28:50 UTC) #21
Mike West
mojo LGTM. Thank you for refactoring this!
3 years, 7 months ago (2017-05-12 09:45:18 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2868853002/110001
3 years, 7 months ago (2017-05-15 08:43:51 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_cronet on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cronet/builds/138981)
3 years, 7 months ago (2017-05-15 08:47:11 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2868853002/130001
3 years, 7 months ago (2017-05-15 14:22:06 UTC) #35
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 15:51:12 UTC) #38
Message was sent while issue was closed.
Committed patchset #4 (id:130001) as
https://chromium.googlesource.com/chromium/src/+/5c25608ed9478c41bdcabad1fbea...

Powered by Google App Engine
This is Rietveld 408576698