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

Issue 2273363004: Convert RTCPeerConnection-ice test from js-test.js to testharness.js (Closed)

Created:
4 years, 3 months ago by jeffcarp
Modified:
4 years, 3 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert RTCPeerConnection-ice test from js-test.js to testharness.js (This is my first CL so please let me know if I'm doing something wrong) BUG=614963 Committed: https://crrev.com/c4e727c88c254a9d5a04432f1b540321bc85c137 Cr-Commit-Position: refs/heads/master@{#414747}

Patch Set 1 #

Patch Set 2 : Convert RTCPeerConnection-ice test from js-test.js to testharness.js #

Total comments: 6

Patch Set 3 : Address feedback, assign and address window variables explicitly #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -78 lines) Patch
M third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html View 1 2 2 chunks +46 lines, -42 lines 2 comments Download
D third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice-expected.txt View 1 chunk +0 lines, -36 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
jeffcarp
4 years, 3 months ago (2016-08-25 23:06:09 UTC) #5
qyearsley
LGTM, with some notes/suggestions https://codereview.chromium.org/2273363004/diff/20001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html (right): https://codereview.chromium.org/2273363004/diff/20001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html#newcode29 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html:29: testRTC.done(); To make this more ...
4 years, 3 months ago (2016-08-26 00:49:39 UTC) #6
jeffcarp
On 2016/08/26 at 00:49:39, qyearsley wrote: > LGTM, with some notes/suggestions > > https://codereview.chromium.org/2273363004/diff/20001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html > ...
4 years, 3 months ago (2016-08-26 01:25:51 UTC) #8
jeffcarp
https://codereview.chromium.org/2273363004/diff/20001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html (right): https://codereview.chromium.org/2273363004/diff/20001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html#newcode29 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html:29: testRTC.done(); On 2016/08/26 at 00:49:38, qyearsley wrote: > To ...
4 years, 3 months ago (2016-08-26 01:26:40 UTC) #9
Guido Urdaneta
LGTM
4 years, 3 months ago (2016-08-26 07:45:06 UTC) #10
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/2273363004/40001
4 years, 3 months ago (2016-08-26 16:42:07 UTC) #13
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c4e727c88c254a9d5a04432f1b540321bc85c137 Cr-Commit-Position: refs/heads/master@{#414747}
4 years, 3 months ago (2016-08-26 18:13:00 UTC) #15
qyearsley
https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html (right): https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html#newcode25 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html:25: window.testRTC.done(); I was experimenting with trying to get convert ...
4 years, 3 months ago (2016-09-06 16:09:36 UTC) #16
jeffcarp
https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html (right): https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html#newcode25 third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html:25: window.testRTC.done(); On 2016/09/06 at 16:09:36, qyearsley wrote: > I ...
4 years, 3 months ago (2016-09-06 17:26:38 UTC) #17
jeffcarp
On 2016/09/06 at 17:26:38, jeffcarp wrote: > https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html > File third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html (right): > > https://codereview.chromium.org/2273363004/diff/40001/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-ice.html#newcode25 ...
4 years, 3 months ago (2016-09-06 19:31:22 UTC) #18
jeffcarp
4 years, 3 months ago (2016-09-06 19:31:44 UTC) #19
jeffcarp
On 2016/09/06 at 19:31:44, jeffcarp wrote: > Hey +qyearsley, it seems like `oniceconnectionstatechange` doesn't get ...
4 years, 3 months ago (2016-09-07 17:52:09 UTC) #20
qyearsley
4 years, 3 months ago (2016-09-07 18:17:13 UTC) #21
Message was sent while issue was closed.
On 2016/09/07 at 17:52:09, jeffcarp wrote:
> On 2016/09/06 at 19:31:44, jeffcarp wrote:
> > 
> 
> Hey +qyearsley, it seems like `oniceconnectionstatechange` doesn't get called
in the browser. Do you think there's a flag you have to enable for P2P
connections like this?
> 
> I refactored the code in https://codereview.chromium.org/2316573004 to try to
fix the in-browser test failure but it didn't solve the problem.

I'm not sure; guidou@, do you know?

Powered by Google App Engine
This is Rietveld 408576698