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

Issue 2709293004: RTCIceCandidatePairStats.nominated collected. (Closed)

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

Description

RTCIceCandidatePairStats.nominated collected. Connection::nominated() is updated to mean (remote_nomination_ || acked_nomination_), which means both a controlling and controlled agent can be said to be "nominated". Previously this was (remote_nomination_ > 0) which only applies to the controlling agent. PortTest.TestNomination added to test nomination values and nomination stat. This value is surfaced through cricket::ConnectionInfo::nominated. RTCStatsCollector uses this value in its collection of RTCIceCandidatePairStats. RTCStatsCollectorTest.CollectRTCIceCandidatePairStats updated to test that ConnectionInfo::nominated is surfaced using mocks. rtcstats_integrationtest.cc updated to expect nomination set without using mocks. Spec: https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatepairstats-nominated BUG=webrtc:7062, webrtc:7204 Review-Url: https://codereview.webrtc.org/2709293004 Cr-Commit-Position: refs/heads/master@{#16855} Committed: https://chromium.googlesource.com/external/webrtc/+/92eaec610490ab5f7aa66fae1edf964df1d68345

Patch Set 1 #

Total comments: 5

Patch Set 2 : Addressed deadbeef's comments #

Total comments: 2

Patch Set 3 : Updated comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -4 lines) Patch
M webrtc/api/stats/rtcstats_objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/p2p/base/jseptransport.h View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/p2p/base/jseptransport.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/p2p/base/port.h View 1 2 1 chunk +8 lines, -1 line 0 comments Download
M webrtc/p2p/base/port.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 1 1 chunk +56 lines, -0 lines 0 comments Download
M webrtc/pc/rtcstats_integrationtest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/pc/rtcstatscollector.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/pc/rtcstatscollector_unittest.cc View 3 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (26 generated)
hbos
Please take a look, honghaiz and deadbeef. https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h#newcode534 webrtc/p2p/base/port.h:534: bool nominated() ...
3 years, 10 months ago (2017-02-23 13:38:57 UTC) #11
Taylor Brandstetter
lgtm with minor comments https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h#newcode534 webrtc/p2p/base/port.h:534: bool nominated() const { return ...
3 years, 10 months ago (2017-02-24 05:38:31 UTC) #14
hbos
Please take a look, honghaiz https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h File webrtc/p2p/base/port.h (right): https://codereview.webrtc.org/2709293004/diff/60001/webrtc/p2p/base/port.h#newcode534 webrtc/p2p/base/port.h:534: bool nominated() const { ...
3 years, 10 months ago (2017-02-24 11:09:14 UTC) #18
Taylor Brandstetter
Honghai has changed teams, so in general he won't be reviewing this code any more ...
3 years, 10 months ago (2017-02-24 11:45:31 UTC) #21
hbos
On 2017/02/24 11:45:31, Taylor Brandstetter wrote: > Honghai has changed teams, so in general he ...
3 years, 10 months ago (2017-02-24 15:16:46 UTC) #25
Taylor Brandstetter
On 2017/02/24 15:16:46, hbos wrote: > On 2017/02/24 11:45:31, Taylor Brandstetter wrote: > > Honghai ...
3 years, 10 months ago (2017-02-24 18:52:53 UTC) #28
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/2709293004/120001
3 years, 9 months ago (2017-02-27 09:18:09 UTC) #31
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 09:38:13 UTC) #34
Message was sent while issue was closed.
Committed patchset #3 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/92eaec610490ab5f7aa66fae1...

Powered by Google App Engine
This is Rietveld 408576698