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

Issue 637953008: Improve video capture columns in chrome://media-internals (Closed)

Created:
6 years, 2 months ago by burnik
Modified:
6 years, 2 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Video Capture Capabilities on chrome://media-internals page are updated with: - Layout adjustments - Parsed capture formats (resolution, fps, [pixel format]) - String representation of capture API types - Unit test checking all capture API types and video format strings are up to date Preview screenshot (linux): http://goo.gl/QTPUhj BUG=425029, 344882 Committed: https://crrev.com/4bf4ed181bd608ddba456ae1b0e95729b8e0f31e Cr-Commit-Position: refs/heads/master@{#300561}

Patch Set 1 : Bugfix for capture api type string + unit test #

Patch Set 2 : Implement Capture API type string #

Patch Set 3 : Add test for video capture format #

Total comments: 4

Patch Set 4 : Move to impl, update comments, remove pixel format #

Total comments: 4

Patch Set 5 : Human readable capture API type #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -15 lines) Patch
M content/browser/media/media_internals.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/media/media_internals_unittest.cc View 1 2 3 4 3 chunks +50 lines, -2 lines 0 comments Download
M content/browser/resources/media/client_renderer.js View 1 2 2 chunks +30 lines, -7 lines 0 comments Download
M content/browser/resources/media/main.js View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/resources/media/manager.js View 1 2 3 1 chunk +37 lines, -1 line 0 comments Download
M content/browser/resources/media/media_internals.css View 2 chunks +37 lines, -0 lines 0 comments Download
M content/browser/resources/media/media_internals.html View 1 chunk +2 lines, -2 lines 0 comments Download
M media/video/capture/video_capture_device.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/video/capture/video_capture_device.cc View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (11 generated)
burnik
Adjusted layout and capture format parsing
6 years, 2 months ago (2014-10-20 17:36:26 UTC) #1
burnik
Clean up
6 years, 2 months ago (2014-10-20 17:46:03 UTC) #2
burnik
Simplify capture api type stringification
6 years, 2 months ago (2014-10-20 18:05:00 UTC) #3
burnik
Bugfix for capture api type string + unit test
6 years, 2 months ago (2014-10-20 19:54:12 UTC) #4
burnik
Implement Capture API type string
6 years, 2 months ago (2014-10-20 20:29:00 UTC) #5
burnik
Add test for video capture format
6 years, 2 months ago (2014-10-20 21:37:23 UTC) #10
burnik
Add test for video capture format
6 years, 2 months ago (2014-10-20 21:48:21 UTC) #14
burnik
Add test for video capture format
6 years, 2 months ago (2014-10-20 21:56:22 UTC) #16
burnik
I believe this CL should show proper improvement according to the bug description.
6 years, 2 months ago (2014-10-20 21:58:41 UTC) #17
tommi (sloooow) - chröme
Wow, this is several flies with one swat :) lgtm % one request https://codereview.chromium.org/637953008/diff/150001/media/video/capture/video_capture_device.h File ...
6 years, 2 months ago (2014-10-20 22:09:43 UTC) #18
jansson
On 2014/10/20 21:58:41, burnik wrote: > I believe this CL should show proper improvement according ...
6 years, 2 months ago (2014-10-21 07:36:33 UTC) #19
perkj_chrome
On 2014/10/21 07:36:33, jansson wrote: > On 2014/10/20 21:58:41, burnik wrote: > > I believe ...
6 years, 2 months ago (2014-10-21 07:39:53 UTC) #20
mcasas
LGTM modulo all comments standing out. https://codereview.chromium.org/637953008/diff/150001/content/browser/media/media_internals_unittest.cc File content/browser/media/media_internals_unittest.cc (right): https://codereview.chromium.org/637953008/diff/150001/content/browser/media/media_internals_unittest.cc#newcode140 content/browser/media/media_internals_unittest.cc:140: // in an ...
6 years, 2 months ago (2014-10-21 08:16:23 UTC) #21
burnik
On 2014/10/21 07:39:53, perkj wrote: > On 2014/10/21 07:36:33, jansson wrote: > > On 2014/10/20 ...
6 years, 2 months ago (2014-10-21 11:19:18 UTC) #22
burnik
Move to impl, update comments, remove pixel format
6 years, 2 months ago (2014-10-21 11:26:21 UTC) #23
burnik
Updated. https://codereview.chromium.org/637953008/diff/150001/content/browser/media/media_internals_unittest.cc File content/browser/media/media_internals_unittest.cc (right): https://codereview.chromium.org/637953008/diff/150001/content/browser/media/media_internals_unittest.cc#newcode140 content/browser/media/media_internals_unittest.cc:140: // in an expected format and there are ...
6 years, 2 months ago (2014-10-21 11:27:04 UTC) #24
xhwang
lgtm % nit https://codereview.chromium.org/637953008/diff/30007/content/browser/media/media_internals_unittest.cc File content/browser/media/media_internals_unittest.cc (right): https://codereview.chromium.org/637953008/diff/30007/content/browser/media/media_internals_unittest.cc#newcode123 content/browser/media/media_internals_unittest.cc:123: "DIRECT_SHOW_WDM_CROSSBAR"; Since these are strings, does ...
6 years, 2 months ago (2014-10-21 19:07:49 UTC) #27
burnik
Human readable capture API type
6 years, 2 months ago (2014-10-21 19:25:16 UTC) #28
burnik
Done. :) https://codereview.chromium.org/637953008/diff/30007/content/browser/media/media_internals_unittest.cc File content/browser/media/media_internals_unittest.cc (right): https://codereview.chromium.org/637953008/diff/30007/content/browser/media/media_internals_unittest.cc#newcode123 content/browser/media/media_internals_unittest.cc:123: "DIRECT_SHOW_WDM_CROSSBAR"; On 2014/10/21 19:07:49, xhwang wrote: > ...
6 years, 2 months ago (2014-10-21 19:37:11 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/637953008/180001
6 years, 2 months ago (2014-10-21 20:33:20 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:180001)
6 years, 2 months ago (2014-10-21 22:35:15 UTC) #32
commit-bot: I haz the power
6 years, 2 months ago (2014-10-21 22:36:07 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4bf4ed181bd608ddba456ae1b0e95729b8e0f31e
Cr-Commit-Position: refs/heads/master@{#300561}

Powered by Google App Engine
This is Rietveld 408576698