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

Issue 2685053004: Add the URL attribute to cricket::Candiate. (Closed)

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

Description

Add the URL attribute to cricket::Candiate. The URL of the ICE server will be reconstructed by the Port and the URL attribute is added to the cricket::Candidate struct so that we can tell which ICE server the candidate was gathered from. This CL only changes the native C++ code. The Java and Objc wrapper will be created in separate CLs. BUG=webrtc::7128 Review-Url: https://codereview.webrtc.org/2685053004 Cr-Commit-Position: refs/heads/master@{#16591} Committed: https://chromium.googlesource.com/external/webrtc/+/26d99c2e280e3e0cf3db50623b5ab18990f080e7

Patch Set 1 : Add the Server URL to the Candiate. #

Total comments: 12

Patch Set 2 : CR comments. #

Total comments: 2

Patch Set 3 : Delete the "default" statement. #

Patch Set 4 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -11 lines) Patch
M webrtc/p2p/base/candidate.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M webrtc/p2p/base/port.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/relayport.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/stunport.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/p2p/base/stunport_unittest.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/p2p/base/tcpport.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webrtc/p2p/base/turnport.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/p2p/base/turnport.cc View 1 2 2 chunks +29 lines, -1 line 0 comments Download
M webrtc/p2p/base/turnport_unittest.cc View 1 1 chunk +34 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (10 generated)
Taylor Brandstetter
Looks good, just some minor suggestions https://codereview.webrtc.org/2685053004/diff/20001/webrtc/p2p/base/candidate.h File webrtc/p2p/base/candidate.h (right): https://codereview.webrtc.org/2685053004/diff/20001/webrtc/p2p/base/candidate.h#newcode186 webrtc/p2p/base/candidate.h:186: // The URL ...
3 years, 10 months ago (2017-02-10 01:58:46 UTC) #3
Zhi Huang
Please take another look. Thanks. https://codereview.webrtc.org/2685053004/diff/20001/webrtc/p2p/base/candidate.h File webrtc/p2p/base/candidate.h (right): https://codereview.webrtc.org/2685053004/diff/20001/webrtc/p2p/base/candidate.h#newcode186 webrtc/p2p/base/candidate.h:186: // The URL of ...
3 years, 10 months ago (2017-02-10 06:45:50 UTC) #4
Taylor Brandstetter
https://codereview.webrtc.org/2685053004/diff/40001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/2685053004/diff/40001/webrtc/p2p/base/turnport.cc#newcode1097 webrtc/p2p/base/turnport.cc:1097: default: nit: Actually, you don't need the default case ...
3 years, 10 months ago (2017-02-10 16:59:50 UTC) #5
Zhi Huang
Please take another look. Thanks. https://codereview.webrtc.org/2685053004/diff/40001/webrtc/p2p/base/turnport.cc File webrtc/p2p/base/turnport.cc (right): https://codereview.webrtc.org/2685053004/diff/40001/webrtc/p2p/base/turnport.cc#newcode1097 webrtc/p2p/base/turnport.cc:1097: default: On 2017/02/10 16:59:50, ...
3 years, 10 months ago (2017-02-10 18:57:14 UTC) #6
Taylor Brandstetter
lgtm
3 years, 10 months ago (2017-02-11 00:44:21 UTC) #7
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/2685053004/80001
3 years, 10 months ago (2017-02-13 20:44:10 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 20:47:32 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/26d99c2e280e3e0cf3db50623...

Powered by Google App Engine
This is Rietveld 408576698