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

Issue 113383002: Adding WebRTC-in-Chrome test case that includes an SDP offer with B=AS:xx (Closed)

Created:
7 years ago by elham1
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, jam, darin-cc_chromium.org, tnakamura, kjellander_chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adding WebRTC-in-Chrome test case that includes an SDP offer with B=AS:xx Adding a test case to webrtc contect_browser test: - Test case will verify that we can setup a call with an SDP offer that includes B=AS:xx BUG=316459 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244374

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : disabled the test on Android #

Total comments: 1

Patch Set 4 : adding Isac/16k for Android #

Patch Set 5 : #

Patch Set 6 : disabling the test on Android #

Total comments: 1

Patch Set 7 : Adding test case back on Android #

Patch Set 8 : disabled test on Android #

Patch Set 9 : Added a transform that controls the BW and forces Isac_16K #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -0 lines) Patch
M content/browser/media/webrtc_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M content/test/data/media/peerconnection-call.html View 1 2 3 4 5 6 7 8 9 2 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
elham1
Hi, Can you please review this
7 years ago (2013-12-11 22:48:01 UTC) #1
wjia(left Chromium)
I have sent the patch to try jobs. I'd see the results first.
7 years ago (2013-12-12 01:56:20 UTC) #2
phoglund_chromium
lgtm with nits https://codereview.chromium.org/113383002/diff/1/content/test/data/media/peerconnection-call.html File content/test/data/media/peerconnection-call.html (right): https://codereview.chromium.org/113383002/diff/1/content/test/data/media/peerconnection-call.html#newcode658 content/test/data/media/peerconnection-call.html:658: offerSdp = offerSdp.replace('a=mid:audio\r\n', 'a=mid:audio\r\n'+'b=AS:16\r\n'); Nit: line ...
7 years ago (2013-12-12 10:02:32 UTC) #3
elham1
On 2013/12/12 10:02:32, phoglund wrote: > lgtm with nits > > https://codereview.chromium.org/113383002/diff/1/content/test/data/media/peerconnection-call.html > File content/test/data/media/peerconnection-call.html ...
7 years ago (2013-12-12 18:15:50 UTC) #4
elham1
Wei, I just disabled the test on android, can you please review my cl.
7 years ago (2013-12-12 21:47:55 UTC) #5
wjia(left Chromium)
https://codereview.chromium.org/113383002/diff/40001/content/browser/media/webrtc_browsertest.cc File content/browser/media/webrtc_browsertest.cc (right): https://codereview.chromium.org/113383002/diff/40001/content/browser/media/webrtc_browsertest.cc#newcode371 content/browser/media/webrtc_browsertest.cc:371: EXPECT_TRUE(ExecuteJavascript("negotiateOfferWithBLine();")); It seems this test enables both audio and ...
7 years ago (2013-12-12 22:04:34 UTC) #6
elham1
On 2013/12/12 22:04:34, wjia wrote: > https://codereview.chromium.org/113383002/diff/40001/content/browser/media/webrtc_browsertest.cc > File content/browser/media/webrtc_browsertest.cc (right): > > https://codereview.chromium.org/113383002/diff/40001/content/browser/media/webrtc_browsertest.cc#newcode371 > ...
7 years ago (2013-12-12 23:19:22 UTC) #7
elham1
Had to disable the test on Android since it failed with Timeout. Wei, can you ...
7 years ago (2013-12-13 18:21:39 UTC) #8
wjia(left Chromium)
https://codereview.chromium.org/113383002/diff/100001/content/test/data/media/peerconnection-call.html File content/test/data/media/peerconnection-call.html (right): https://codereview.chromium.org/113383002/diff/100001/content/test/data/media/peerconnection-call.html#newcode161 content/test/data/media/peerconnection-call.html:161: transformSdp = addBandwithControl; Shall you call forceIsac16k_ inside addBandwithControl? ...
7 years ago (2013-12-13 18:24:18 UTC) #9
elham1
On 2013/12/13 18:24:18, wjia wrote: > https://codereview.chromium.org/113383002/diff/100001/content/test/data/media/peerconnection-call.html > File content/test/data/media/peerconnection-call.html (right): > > https://codereview.chromium.org/113383002/diff/100001/content/test/data/media/peerconnection-call.html#newcode161 > ...
7 years ago (2013-12-13 18:42:01 UTC) #10
phoglund_chromium
On 2013/12/13 18:42:01, elham1 wrote: > On 2013/12/13 18:24:18, wjia wrote: > > > https://codereview.chromium.org/113383002/diff/100001/content/test/data/media/peerconnection-call.html ...
7 years ago (2013-12-16 08:00:42 UTC) #11
elham1
On 2013/12/16 08:00:42, phoglund wrote: > On 2013/12/13 18:42:01, elham1 wrote: > > On 2013/12/13 ...
7 years ago (2013-12-16 21:01:04 UTC) #12
elham1
Wei, Can you review again, I have now added a new transform that both controls ...
7 years ago (2013-12-17 23:08:20 UTC) #13
elham1
Can you please review again. I have rebased and made the necessary changes.
6 years, 11 months ago (2014-01-09 19:17:06 UTC) #14
wjia(left Chromium)
lgtm
6 years, 11 months ago (2014-01-09 22:50:15 UTC) #15
phoglund_chromium
lgtm Make sure to test this on Android as well. You can do that by ...
6 years, 11 months ago (2014-01-10 08:26:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/elham@chromium.org/113383002/180001
6 years, 11 months ago (2014-01-11 00:18:10 UTC) #17
commit-bot: I haz the power
6 years, 11 months ago (2014-01-11 22:48:31 UTC) #18
Message was sent while issue was closed.
Change committed as 244374

Powered by Google App Engine
This is Rietveld 408576698