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

Issue 12472032: Add screen capture constraints, video tag resize and removed auto video resize (Closed)

Created:
7 years, 9 months ago by jansson
Modified:
7 years, 8 months ago
CC:
chromium-reviews, phoglund_chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@testingscreen
Visibility:
Public.

Description

Add screen capture constraints, video tag resize and removed auto video resize -screen capture tickbox added with constraints -added buttons for resizing the video tag -added video tag & stream size printout -removed video tag resize after getUserMedia and adding remote stream -Fixed some comments TEST=Tested calling with audio/video/screencapture. Ran gjslint and will create separate CL for errors due to high error count. Mostly comments missing. BUG=None NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194916

Patch Set 1 #

Patch Set 2 : removed line break #

Total comments: 42

Patch Set 3 : Fixing stream size bug, coding style, comments #

Patch Set 4 : gjslint issues + fixed if statement for constraints #

Total comments: 31

Patch Set 5 : Fixed per reviewers comments, fixed debug print bug #

Patch Set 6 : Removed redundant div + added video-area class to div instead #

Patch Set 7 : removed semicolon #

Total comments: 12

Patch Set 8 : fixed video tag color, nit format, misc based on comments #

Total comments: 2

Patch Set 9 : change border color to #aaa #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -71 lines) Patch
M chrome/test/data/webrtc/getusermedia.js View 1 2 3 4 5 6 7 7 chunks +47 lines, -17 lines 0 comments Download
M chrome/test/data/webrtc/jsep01_call.js View 1 2 3 4 14 chunks +21 lines, -19 lines 0 comments Download
M chrome/test/data/webrtc/manual/peerconnection.html View 1 2 3 4 5 6 7 2 chunks +69 lines, -24 lines 0 comments Download
M chrome/test/data/webrtc/manual/peerconnection.js View 1 2 3 4 5 6 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/test/data/webrtc/manual/stylesheet.css View 1 2 3 4 5 6 7 8 3 chunks +22 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jansson
Please review at your convenience. As noted I will do a separate CL with lint ...
7 years, 9 months ago (2013-03-25 12:34:36 UTC) #1
kjellander_chromium
cc: phoglund. Nice work to create a better solution for the handling of the sizes ...
7 years, 9 months ago (2013-03-25 13:33:57 UTC) #2
jansson
Fixed all the comments as well as the stream 0 size bug + some gjslint ...
7 years, 8 months ago (2013-04-05 10:29:42 UTC) #3
kjellander_chromium
Nice progress, but needs more work. https://codereview.chromium.org/12472032/diff/2001/chrome/test/data/webrtc/getusermedia.js File chrome/test/data/webrtc/getusermedia.js (right): https://codereview.chromium.org/12472032/diff/2001/chrome/test/data/webrtc/getusermedia.js#newcode137 chrome/test/data/webrtc/getusermedia.js:137: // videoTag.onloadedmetadata = ...
7 years, 8 months ago (2013-04-08 14:19:51 UTC) #4
jansson
Fixed per comments + fixed a bug regarding debug printout when re-sizing to stream size. ...
7 years, 8 months ago (2013-04-10 12:11:47 UTC) #5
kjellander_chromium
Almost there! https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/getusermedia.js File chrome/test/data/webrtc/getusermedia.js (right): https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/getusermedia.js#newcode166 chrome/test/data/webrtc/getusermedia.js:166: 'resize'); nit: Indent to match above parenthesis. ...
7 years, 8 months ago (2013-04-12 09:58:18 UTC) #6
jansson
https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/getusermedia.js File chrome/test/data/webrtc/getusermedia.js (right): https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/getusermedia.js#newcode166 chrome/test/data/webrtc/getusermedia.js:166: 'resize'); On 2013/04/12 09:58:18, Henrik Kjellander wrote: > nit: ...
7 years, 8 months ago (2013-04-16 14:25:17 UTC) #7
kjellander_chromium
LGTM! Optionally do the final touch of the border color https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/manual/peerconnection.html File chrome/test/data/webrtc/manual/peerconnection.html (right): https://codereview.chromium.org/12472032/diff/22006/chrome/test/data/webrtc/manual/peerconnection.html#newcode37 ...
7 years, 8 months ago (2013-04-18 13:29:46 UTC) #8
jansson
changed to #aaa, looks better. https://codereview.chromium.org/12472032/diff/33001/chrome/test/data/webrtc/manual/stylesheet.css File chrome/test/data/webrtc/manual/stylesheet.css (right): https://codereview.chromium.org/12472032/diff/33001/chrome/test/data/webrtc/manual/stylesheet.css#newcode51 chrome/test/data/webrtc/manual/stylesheet.css:51: border:1px solid #000; On ...
7 years, 8 months ago (2013-04-18 13:48:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jansson@chromium.org/12472032/40001
7 years, 8 months ago (2013-04-18 14:15:00 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 14:15:10 UTC) #11
Message was sent while issue was closed.
Change committed as 194916

Powered by Google App Engine
This is Rietveld 408576698