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

Issue 1304043008: Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer (Closed)

Created:
5 years, 3 months ago by hbos
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), Andrew MacDonald
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer. BUG=webrtc:4927 R=tommi@webrtc.org, torbjorng@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/f3ecdb981c172cdfafbe92c939eb25ddcc1ae96e

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed tommi's comments #

Patch Set 3 : (Forgot to remove todo comment) #

Patch Set 4 : Making overriding "virtual" methods use the override keyword #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -216 lines) Patch
M talk/app/webrtc/statscollector.cc View 1 chunk +1 line, -1 line 0 comments Download
M talk/app/webrtc/statscollector_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransport.h View 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.h View 1 2 3 5 chunks +48 lines, -47 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 1 6 chunks +10 lines, -15 lines 0 comments Download
M webrtc/p2p/base/dtlstransportchannel_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/fakesession.h View 1 2 3 16 chunks +55 lines, -63 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel.h View 1 2 3 3 chunks +43 lines, -44 lines 0 comments Download
M webrtc/p2p/base/transport.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webrtc/p2p/base/transport.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/transportchannel.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M webrtc/p2p/base/transportchannelimpl.h View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
M webrtc/p2p/base/transportchannelproxy.h View 1 2 3 1 chunk +18 lines, -18 lines 0 comments Download
M webrtc/p2p/base/transportchannelproxy.cc View 1 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
hbos
PTAL torbjorng, tommi (when you have time, not high priority, no functional change) Should be ...
5 years, 3 months ago (2015-09-03 13:56:45 UTC) #2
tommi
lgtm with the below addressed https://codereview.webrtc.org/1304043008/diff/1/webrtc/p2p/base/dtlstransportchannel.cc File webrtc/p2p/base/dtlstransportchannel.cc (right): https://codereview.webrtc.org/1304043008/diff/1/webrtc/p2p/base/dtlstransportchannel.cc#newcode98 webrtc/p2p/base/dtlstransportchannel.cc:98: local_certificate_(nullptr), this is a ...
5 years, 3 months ago (2015-09-03 20:06:04 UTC) #3
hbos
PTAL torbjorng https://codereview.webrtc.org/1304043008/diff/1/webrtc/p2p/base/dtlstransportchannel.cc File webrtc/p2p/base/dtlstransportchannel.cc (right): https://codereview.webrtc.org/1304043008/diff/1/webrtc/p2p/base/dtlstransportchannel.cc#newcode98 webrtc/p2p/base/dtlstransportchannel.cc:98: local_certificate_(nullptr), On 2015/09/03 20:06:04, tommi (webrtc) wrote: ...
5 years, 3 months ago (2015-09-07 08:11:01 UTC) #4
hbos
Last time I landed a CL making use of the override keyword in places I ...
5 years, 3 months ago (2015-09-07 11:50:29 UTC) #5
torbjorng (webrtc)
lgtm (but a trybot is red...)
5 years, 3 months ago (2015-09-07 12:48:42 UTC) #6
hbos
5 years, 3 months ago (2015-09-08 10:12:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f3ecdb981c172cdfafbe92c939eb25ddcc1ae96e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698