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

Issue 2243123002: RTCCertificateStats added. (Closed)

Created:
4 years, 4 months ago by hbos
Modified:
4 years, 2 months ago
Reviewers:
hta-webrtc
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

RTCCertificateStats[1] added. [1] https://w3c.github.io/webrtc-stats/#certificatestats-dict* BUG=chromium:627816, chromium:629436 NOTRY=True Committed: https://crrev.com/6ab97ce0b9564e31c84ea0dbf72e347499d13aa1 Cr-Commit-Position: refs/heads/master@{#14484}

Patch Set 1 #

Patch Set 2 : Spec links added to rtcstats_objects.h (no need to rerun bots yet) #

Patch Set 3 : Added tracking bug reference to RTCPeerConnectionStats and Rebase master #

Total comments: 10

Patch Set 4 : Addressed comments #

Total comments: 8

Patch Set 5 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -6 lines) Patch
M webrtc/api/rtcstatscollector.h View 1 2 3 4 2 chunks +15 lines, -2 lines 0 comments Download
M webrtc/api/rtcstatscollector.cc View 1 2 3 4 4 chunks +52 lines, -4 lines 0 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 1 2 3 4 6 chunks +222 lines, -0 lines 0 comments Download
M webrtc/api/stats/rtcstats_objects.h View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M webrtc/stats/rtcstats_objects.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (16 generated)
hbos
Please take a look, hta.
4 years, 2 months ago (2016-09-26 12:39:57 UTC) #7
hbos
Ping hta
4 years, 2 months ago (2016-09-29 12:21:04 UTC) #9
hta-webrtc
Code looks reasonable (but needs argument swapping to conform to C++ style guide). I'm not ...
4 years, 2 months ago (2016-09-29 13:22:58 UTC) #10
ThomasJones
On 2016/09/29 13:22:58, hta-webrtc wrote: > Code looks reasonable (but needs argument swapping to conform ...
4 years, 2 months ago (2016-10-03 09:07:30 UTC) #11
ThomasJones
On 2016/10/03 09:07:30, ThomasJones wrote: > On 2016/09/29 13:22:58, hta-webrtc wrote: > > Code looks ...
4 years, 2 months ago (2016-10-03 09:07:53 UTC) #12
ThomasJones
On 2016/10/03 09:07:30, ThomasJones wrote: > On 2016/09/29 13:22:58, hta-webrtc wrote: > > Code looks ...
4 years, 2 months ago (2016-10-03 09:07:55 UTC) #13
ThomasJones
On 2016/10/03 09:07:30, ThomasJones wrote: > On 2016/09/29 13:22:58, hta-webrtc wrote: > > Code looks ...
4 years, 2 months ago (2016-10-03 09:07:58 UTC) #14
hbos
PTAL hta. https://codereview.webrtc.org/2243123002/diff/140001/webrtc/api/rtcstatscollector.h File webrtc/api/rtcstatscollector.h (right): https://codereview.webrtc.org/2243123002/diff/140001/webrtc/api/rtcstatscollector.h#newcode79 webrtc/api/rtcstatscollector.h:79: void ProduceCertificateStats_s( On 2016/09/29 13:22:58, hta-webrtc wrote: ...
4 years, 2 months ago (2016-10-03 12:11:59 UTC) #15
hta-webrtc
lgtm modulo some style comments. https://codereview.webrtc.org/2243123002/diff/160001/webrtc/api/rtcstatscollector.h File webrtc/api/rtcstatscollector.h (right): https://codereview.webrtc.org/2243123002/diff/160001/webrtc/api/rtcstatscollector.h#newcode83 webrtc/api/rtcstatscollector.h:83: int64_t timestamp_us, const rtc::SSLCertificate* ...
4 years, 2 months ago (2016-10-03 14:51:36 UTC) #16
hbos
https://codereview.webrtc.org/2243123002/diff/160001/webrtc/api/rtcstatscollector.h File webrtc/api/rtcstatscollector.h (right): https://codereview.webrtc.org/2243123002/diff/160001/webrtc/api/rtcstatscollector.h#newcode83 webrtc/api/rtcstatscollector.h:83: int64_t timestamp_us, const rtc::SSLCertificate* certificate, On 2016/10/03 14:51:36, hta-webrtc ...
4 years, 2 months ago (2016-10-03 15:38:49 UTC) #17
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/2243123002/180001
4 years, 2 months ago (2016-10-03 15:39:05 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/8903)
4 years, 2 months ago (2016-10-03 15:54:16 UTC) #22
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/2243123002/180001
4 years, 2 months ago (2016-10-03 19:58:43 UTC) #24
hbos
On 2016/10/03 19:58:43, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 2 months ago (2016-10-03 21:06:43 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/2243123002/180001
4 years, 2 months ago (2016-10-03 21:07:01 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:180001)
4 years, 2 months ago (2016-10-03 21:16:59 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 21:17:12 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6ab97ce0b9564e31c84ea0dbf72e347499d13aa1
Cr-Commit-Position: refs/heads/master@{#14484}

Powered by Google App Engine
This is Rietveld 408576698