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

Issue 2757893003: Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. (Closed)

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

Description

Add MakeUnique from chromium and change StunMessage::AddAttribute to take a unique_ptr. BUG=NONE Review-Url: https://codereview.webrtc.org/2757893003 Cr-Commit-Position: refs/heads/master@{#17403} Committed: https://chromium.googlesource.com/external/webrtc/+/f42cc9d8d968f9a7483967a6d2de9c8e25c64474

Patch Set 1 #

Patch Set 2 : Better fix to undefined reference to MIN_SIZE error. #

Total comments: 2

Patch Set 3 : pull and merge #

Patch Set 4 : add ptr_util.h to rtc_base_approved build target #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -255 lines) Patch
M webrtc/base/BUILD.gn View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A webrtc/base/ptr_util.h View 1 chunk +82 lines, -0 lines 0 comments Download
A webrtc/base/ptr_util_unittest.cc View 1 chunk +69 lines, -0 lines 0 comments Download
M webrtc/p2p/base/p2ptransportchannel_unittest.cc View 1 2 7 chunks +23 lines, -19 lines 0 comments Download
M webrtc/p2p/base/port.cc View 1 2 7 chunks +19 lines, -18 lines 0 comments Download
M webrtc/p2p/base/port_unittest.cc View 8 chunks +23 lines, -20 lines 0 comments Download
M webrtc/p2p/base/relayport.cc View 1 2 2 chunks +12 lines, -17 lines 0 comments Download
M webrtc/p2p/base/relayserver.cc View 5 chunks +21 lines, -25 lines 0 comments Download
M webrtc/p2p/base/relayserver_unittest.cc View 3 chunks +12 lines, -18 lines 0 comments Download
M webrtc/p2p/base/stun.h View 1 3 chunks +11 lines, -10 lines 0 comments Download
M webrtc/p2p/base/stun.cc View 1 6 chunks +35 lines, -23 lines 0 comments Download
M webrtc/p2p/base/stun_unittest.cc View 16 chunks +36 lines, -50 lines 0 comments Download
M webrtc/p2p/base/stunrequest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M webrtc/p2p/base/stunserver.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webrtc/p2p/base/turnport.cc View 1 2 7 chunks +19 lines, -18 lines 0 comments Download
M webrtc/p2p/base/turnserver.cc View 9 chunks +30 lines, -31 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
Zach Stein
Please take a look :)
3 years, 9 months ago (2017-03-23 18:03:45 UTC) #3
kwiberg-webrtc
lgtm for webrtc/base/, provided that you add ptr_util.h to rtc_base_approved https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn#newcode853 ...
3 years, 9 months ago (2017-03-23 21:45:55 UTC) #5
Zach Stein
Can you take a look at the changes in p2p Taylor?
3 years, 9 months ago (2017-03-27 21:00:31 UTC) #6
Taylor Brandstetter
p2p changes lgtm. Thanks for doing this! It's nice to have a fresh pair of ...
3 years, 9 months ago (2017-03-27 22:12:28 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/2757893003/20001
3 years, 9 months ago (2017-03-27 22:40:19 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_ios9_dbg/builds/2960) ios_arm64_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-27 22:41:49 UTC) #11
kwiberg-webrtc
https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn#newcode853 webrtc/base/BUILD.gn:853: "ptr_util_unittest.cc", On 2017/03/23 21:45:54, kwiberg-webrtc wrote: > Please also ...
3 years, 9 months ago (2017-03-27 22:47:22 UTC) #12
Zach Stein
On 2017/03/27 22:47:22, kwiberg-webrtc wrote: > https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn > File webrtc/base/BUILD.gn (right): > > https://codereview.webrtc.org/2757893003/diff/20001/webrtc/base/BUILD.gn#newcode853 > ...
3 years, 9 months ago (2017-03-27 22:53:40 UTC) #13
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/2757893003/60001
3 years, 9 months ago (2017-03-27 22:55:43 UTC) #16
commit-bot: I haz the power
3 years, 9 months ago (2017-03-27 23:17:23 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/f42cc9d8d968f9a7483967a6d...

Powered by Google App Engine
This is Rietveld 408576698