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

Issue 1803833002: Stop using some scoped_ptr features that unique_ptr doesn't have (Closed)

Created:
4 years, 9 months ago by kwiberg-webrtc
Modified:
4 years, 9 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

Stop using some scoped_ptr features that unique_ptr doesn't have No operator== that accepts one unique_ptr<T> and one T*. No implicit conversion to bool. No rtc_make_scoped_ptr function. BUG=webrtc:5520 Committed: https://crrev.com/1d50ee44fd53e228d40db2d6aa2f0300b736c550 Cr-Commit-Position: refs/heads/master@{#12048}

Patch Set 1 #

Total comments: 15

Patch Set 2 : To not not, or not to not not? That's not not the question. #

Patch Set 3 : More review comments fixed #

Total comments: 1

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -8 lines) Patch
M webrtc/base/asyncudpsocket.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/base/httpserver.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/base/optional_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/dtlstransportchannel.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/base/tcpport.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
kwiberg-webrtc
4 years, 9 months ago (2016-03-15 05:12:53 UTC) #2
tommi
https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc#newcode40 webrtc/base/asyncudpsocket.cc:40: ASSERT(!!socket_); The double not is not always not so ...
4 years, 9 months ago (2016-03-15 09:22:10 UTC) #3
kwiberg-webrtc
https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc#newcode40 webrtc/base/asyncudpsocket.cc:40: ASSERT(!!socket_); On 2016/03/15 09:22:09, tommi-webrtc wrote: > The double ...
4 years, 9 months ago (2016-03-15 09:59:41 UTC) #4
tommi (sloooow) - chröme
https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc#newcode40 webrtc/base/asyncudpsocket.cc:40: ASSERT(!!socket_); On 2016/03/15 09:59:41, kwiberg-webrtc wrote: > On 2016/03/15 ...
4 years, 9 months ago (2016-03-15 16:49:00 UTC) #6
kwiberg-webrtc
New patch set posted. https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc#newcode40 webrtc/base/asyncudpsocket.cc:40: ASSERT(!!socket_); On 2016/03/15 16:49:00, tommi-chromium ...
4 years, 9 months ago (2016-03-15 18:53:38 UTC) #7
tommi
lgtm https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc File webrtc/base/asyncudpsocket.cc (right): https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc#newcode40 webrtc/base/asyncudpsocket.cc:40: ASSERT(!!socket_); On 2016/03/15 18:53:37, kwiberg-webrtc wrote: > On ...
4 years, 9 months ago (2016-03-17 12:23:26 UTC) #8
kwiberg-webrtc
On 2016/03/17 12:23:26, tommi-webrtc wrote: > lgtm > > https://codereview.webrtc.org/1803833002/diff/1/webrtc/base/asyncudpsocket.cc > File webrtc/base/asyncudpsocket.cc (right): > ...
4 years, 9 months ago (2016-03-17 12:26:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/40001
4 years, 9 months ago (2016-03-17 12:27:20 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_x64_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_compile_x64_dbg/builds/2521) android_compile_x86_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 9 months ago (2016-03-17 12:28:32 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/60001
4 years, 9 months ago (2016-03-17 12:44:15 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 9 months ago (2016-03-17 14:37:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/60001
4 years, 9 months ago (2016-03-17 14:53:14 UTC) #20
commit-bot: I haz the power
Exceeded global retry quota
4 years, 9 months ago (2016-03-17 15:42:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/60001
4 years, 9 months ago (2016-03-17 18:08:08 UTC) #24
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/4222)
4 years, 9 months ago (2016-03-17 18:12:59 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/80001
4 years, 9 months ago (2016-03-17 18:22:29 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_baremetal on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_baremetal/builds/9769)
4 years, 9 months ago (2016-03-17 19:38:48 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1803833002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1803833002/80001
4 years, 9 months ago (2016-03-18 05:11:19 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-03-18 05:54:49 UTC) #34
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 05:54:58 UTC) #36
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1d50ee44fd53e228d40db2d6aa2f0300b736c550
Cr-Commit-Position: refs/heads/master@{#12048}

Powered by Google App Engine
This is Rietveld 408576698