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

Issue 2367853002: Add support for WeakPtr<T> (Closed)

Created:
4 years, 3 months ago by perkj_webrtc
Modified:
4 years, 2 months ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add support for WeakPtr<T> The implementation is borrowed from Chromium. Also change use of raw pointers in VideoSendStreamImpl to use WeakPtr<> BUG=webrtc:6289 Committed: https://crrev.com/8ff860a35d611a976d94a18cb0778bf96b704427 Cr-Commit-Position: refs/heads/master@{#14468}

Patch Set 1 #

Patch Set 2 : Fix race when creating WeakPtrs and added thread checks in WeakReferenceOwner for that case. #

Patch Set 3 : Rebased #

Patch Set 4 : Fix base.gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+622 lines, -17 lines) Patch
M webrtc/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A webrtc/base/weak_ptr.h View 1 1 chunk +272 lines, -0 lines 0 comments Download
A webrtc/base/weak_ptr.cc View 1 1 chunk +87 lines, -0 lines 0 comments Download
A webrtc/base/weak_ptr_unittest.cc View 1 chunk +233 lines, -0 lines 0 comments Download
M webrtc/video/video_send_stream.cc View 1 7 chunks +25 lines, -17 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
perkj_webrtc
Something like this.
4 years, 3 months ago (2016-09-23 14:47:55 UTC) #2
perkj_webrtc
On 2016/09/23 14:47:55, perkj_webrtc wrote: > Something like this. ptal
4 years, 2 months ago (2016-09-30 11:56:24 UTC) #3
tommi
lgtm!
4 years, 2 months ago (2016-09-30 12:05:59 UTC) #4
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/2367853002/60001
4 years, 2 months ago (2016-09-30 12:10:29 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 2 months ago (2016-09-30 14:11:03 UTC) #8
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/2367853002/60001
4 years, 2 months ago (2016-10-03 05:35:15 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_rel/builds/18864)
4 years, 2 months ago (2016-10-03 06:42:58 UTC) #12
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/2367853002/60001
4 years, 2 months ago (2016-10-03 07:04:26 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-03 07:30:08 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 07:30:13 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8ff860a35d611a976d94a18cb0778bf96b704427
Cr-Commit-Position: refs/heads/master@{#14468}

Powered by Google App Engine
This is Rietveld 408576698