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

Issue 2690593002: Relanding: Add the url attribute to the IceCandidate (Java Wrapper) (Closed)

Created:
3 years, 10 months ago by Zhi Huang
Modified:
3 years, 10 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Relanding: Add the url attribute to the IceCandidate (Java Wrapper) The url of the ICE server is added to the IceCandiate class. This can be used to tell which server this candidate was gathered from. BUG=webrtc:7128 Review-Url: https://codereview.webrtc.org/2690593002 Cr-Commit-Position: refs/heads/master@{#16675} Committed: https://chromium.googlesource.com/external/webrtc/+/8e32cd247d05b330ddf3b98d265f0fedeaa3834b

Patch Set 1 #

Patch Set 2 : Fix the tests. #

Patch Set 3 : Merge. #

Patch Set 4 : Mark the old constructor deprecated. #

Total comments: 1

Patch Set 5 : Remove the new constructor for IceCanddiate. #

Patch Set 6 : Revert unnecessay changes. #

Patch Set 7 : Add new ctor back and mark it private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -5 lines) Patch
M webrtc/sdk/android/api/org/webrtc/IceCandidate.java View 1 2 3 4 5 6 1 chunk +11 lines, -1 line 0 comments Download
M webrtc/sdk/android/src/jni/peerconnection_jni.cc View 1 5 6 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 56 (36 generated)
Zhi Huang
Hi, I have some changes on the Java wrapper. Please take a look. Thanks, -Zhi
3 years, 10 months ago (2017-02-10 22:34:27 UTC) #7
magjed_webrtc
webrtc/examples/ and webrtc/sdk/android lgtm
3 years, 10 months ago (2017-02-13 13:07:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2690593002/60001
3 years, 10 months ago (2017-02-13 22:01:58 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/external/webrtc/+/8586c8ee88bfbf97dd310efb2034ac4e125d4865
3 years, 10 months ago (2017-02-13 22:04:55 UTC) #18
Taylor Brandstetter
A revert of this CL (patchset #3 id:60001) has been created in https://codereview.webrtc.org/2692993002/ by deadbeef@webrtc.org. ...
3 years, 10 months ago (2017-02-13 22:31:25 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2690593002/120001
3 years, 10 months ago (2017-02-14 19:14:24 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_ios9_dbg/builds/1413)
3 years, 10 months ago (2017-02-14 19:26:34 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2690593002/120001
3 years, 10 months ago (2017-02-14 19:54:41 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:120001) as https://chromium.googlesource.com/external/webrtc/+/45efce01c76b2bd801a68ba58a4bbe85cdc2aa23
3 years, 10 months ago (2017-02-14 20:23:43 UTC) #33
Taylor Brandstetter
A revert of this CL (patchset #4 id:120001) has been created in https://codereview.webrtc.org/2699533002/ by deadbeef@webrtc.org. ...
3 years, 10 months ago (2017-02-14 22:13:44 UTC) #34
Zhi Huang
Hi, I have updated this CL since it breaks some downstream applications. Please take another ...
3 years, 10 months ago (2017-02-14 23:35:12 UTC) #36
magjed_webrtc
On 2017/02/14 23:35:12, Zhi Huang wrote: > Hi, > I have updated this CL since ...
3 years, 10 months ago (2017-02-15 12:17:17 UTC) #38
Taylor Brandstetter
On 2017/02/15 12:17:17, magjed_webrtc wrote: > On 2017/02/14 23:35:12, Zhi Huang wrote: > > Hi, ...
3 years, 10 months ago (2017-02-15 18:30:06 UTC) #39
Taylor Brandstetter
lgtm
3 years, 10 months ago (2017-02-15 21:20:40 UTC) #42
magjed_webrtc
On 2017/02/15 18:30:06, Taylor Brandstetter wrote: > On 2017/02/15 12:17:17, magjed_webrtc wrote: > > On ...
3 years, 10 months ago (2017-02-16 20:42:25 UTC) #43
magjed_webrtc
https://codereview.webrtc.org/2690593002/diff/120001/webrtc/sdk/android/api/org/webrtc/IceCandidate.java File webrtc/sdk/android/api/org/webrtc/IceCandidate.java (right): https://codereview.webrtc.org/2690593002/diff/120001/webrtc/sdk/android/api/org/webrtc/IceCandidate.java#newcode31 webrtc/sdk/android/api/org/webrtc/IceCandidate.java:31: public IceCandidate(String sdpMid, int sdpMLineIndex, String sdp, String serverUrl) ...
3 years, 10 months ago (2017-02-16 20:42:43 UTC) #44
Zhi Huang
On 2017/02/16 20:42:43, magjed_webrtc wrote: > https://codereview.webrtc.org/2690593002/diff/120001/webrtc/sdk/android/api/org/webrtc/IceCandidate.java > File webrtc/sdk/android/api/org/webrtc/IceCandidate.java (right): > > https://codereview.webrtc.org/2690593002/diff/120001/webrtc/sdk/android/api/org/webrtc/IceCandidate.java#newcode31 > ...
3 years, 10 months ago (2017-02-16 20:55:04 UTC) #45
magjed_webrtc
On 2017/02/16 20:55:04, Zhi Huang wrote: > On 2017/02/16 20:42:43, magjed_webrtc wrote: > > > ...
3 years, 10 months ago (2017-02-17 08:53:09 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2690593002/200001
3 years, 10 months ago (2017-02-17 20:41:27 UTC) #53
commit-bot: I haz the power
3 years, 10 months ago (2017-02-17 20:45:10 UTC) #56
Message was sent while issue was closed.
Committed patchset #7 (id:200001) as
https://chromium.googlesource.com/external/webrtc/+/8e32cd247d05b330ddf3b98d2...

Powered by Google App Engine
This is Rietveld 408576698