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

Issue 1299223002: Adds RTCCertificate, a reference counted object indirectly owning an SSLCertificate (Closed)

Created:
5 years, 4 months ago by hbos
Modified:
5 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Adds RTCCertificate, a reference counted object indirectly owning an SSLCertificate (by owning the SSLIdentity). BUG=webrtc:4927 R=tommi@chromium.org, tommi@webrtc.org, torbjorng@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/41b3a384f446985bdd7e2b9a8830aa90264fef29

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Total comments: 7

Patch Set 3 : ~RTCCertificate() {} to fix compile error on trybots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -0 lines) Patch
M webrtc/base/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/base/rtccertificate.h View 1 1 chunk +52 lines, -0 lines 0 comments Download
A webrtc/base/rtccertificate.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
hbos
PTAL, tiny CL this time. I will create an issue and reference it with BUG= ...
5 years, 4 months ago (2015-08-19 14:31:24 UTC) #3
torbjorng (webrtc)
Two minor comments, C++ subtleties not properly scrutinized. :-) https://codereview.webrtc.org/1299223002/diff/20001/webrtc/base/rtccertificate.cc File webrtc/base/rtccertificate.cc (right): https://codereview.webrtc.org/1299223002/diff/20001/webrtc/base/rtccertificate.cc#newcode28 webrtc/base/rtccertificate.cc:28: ...
5 years, 4 months ago (2015-08-19 15:23:20 UTC) #4
hbos
https://codereview.webrtc.org/1299223002/diff/20001/webrtc/base/rtccertificate.cc File webrtc/base/rtccertificate.cc (right): https://codereview.webrtc.org/1299223002/diff/20001/webrtc/base/rtccertificate.cc#newcode28 webrtc/base/rtccertificate.cc:28: uint64 RTCCertificate::expires_ns() const { On 2015/08/19 15:23:19, torbjorng1 wrote: ...
5 years, 4 months ago (2015-08-19 16:04:32 UTC) #5
tommi (sloooow) - chröme
Great stuff, much easier for a slow reviewer :) Still ~100 lines, so I wouldn't ...
5 years, 4 months ago (2015-08-19 19:42:38 UTC) #7
hbos
All is relative :P https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc File webrtc/base/rtccertificate.cc (right): https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc#newcode24 webrtc/base/rtccertificate.cc:24: : identity_(identity) { On 2015/08/19 ...
5 years, 4 months ago (2015-08-20 08:01:39 UTC) #8
tommi (sloooow) - chröme
https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc File webrtc/base/rtccertificate.cc (right): https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc#newcode24 webrtc/base/rtccertificate.cc:24: : identity_(identity) { On 2015/08/20 08:01:39, hbos wrote: > ...
5 years, 4 months ago (2015-08-20 08:49:04 UTC) #9
tommi (sloooow) - chröme
On 2015/08/20 08:49:04, tommi wrote: > https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc > File webrtc/base/rtccertificate.cc (right): > > https://codereview.webrtc.org/1299223002/diff/40001/webrtc/base/rtccertificate.cc#newcode24 > ...
5 years, 4 months ago (2015-08-20 08:49:35 UTC) #10
torbjorng (webrtc)
LGTM
5 years, 4 months ago (2015-08-20 09:03:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299223002/60001
5 years, 4 months ago (2015-08-20 09:04:39 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/431)
5 years, 4 months ago (2015-08-20 09:06:10 UTC) #16
tommi
darn it... lgtm!
5 years, 4 months ago (2015-08-20 09:10:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1299223002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1299223002/60001
5 years, 4 months ago (2015-08-20 09:11:27 UTC) #19
hbos
5 years, 4 months ago (2015-08-20 10:16:10 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
41b3a384f446985bdd7e2b9a8830aa90264fef29 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698