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

Issue 1498953002: Reland of "Create rtc::AtomicInt POD struct." (Closed)

Created:
5 years ago by pbos-webrtc
Modified:
5 years ago
Reviewers:
tommi
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhuangzesen_agora.io, henrika_webrtc, zhengzhonghou_agora.io, fengyue_agora.io, stefan-webrtc, tterriberry_mozilla.com, audio-team_agora.io, sdk-team_agora.io, peah-webrtc, the sun, andresp, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of "Create rtc::AtomicInt POD struct." Relands https://codereview.webrtc.org/1420043008/ with brace initializers instead of constructors hoping that they won't introduce static initializers. BUG= R=tommi@webrtc.org Committed: https://crrev.com/84f0970d100e67a1dc4fe9a1b16b7d293302044e Cr-Commit-Position: refs/heads/master@{#10920}

Patch Set 1 #

Patch Set 2 : revert of ctor changes #

Patch Set 3 : initializer to audio_device_ios.mm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -108 lines) Patch
M talk/session/media/srtpfilter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/atomicops.h View 1 2 chunks +43 lines, -0 lines 0 comments Download
M webrtc/base/criticalsection.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/base/criticalsection.cc View 1 2 chunks +4 lines, -7 lines 0 comments Download
M webrtc/base/refcount.h View 1 2 chunks +112 lines, -62 lines 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_ios.h View 3 chunks +9 lines, -4 lines 0 comments Download
M webrtc/modules/audio_device/ios/audio_device_ios.mm View 1 2 10 chunks +19 lines, -19 lines 0 comments Download
M webrtc/modules/pacing/packet_router.h View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/modules/pacing/packet_router.cc View 1 3 chunks +4 lines, -5 lines 0 comments Download
M webrtc/system_wrappers/include/trace.h View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/system_wrappers/source/trace_impl.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webrtc/video/video_capture_input.h View 2 chunks +2 lines, -1 line 0 comments Download
M webrtc/video/video_capture_input.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
pbos-webrtc
Should we take another stab at this but without the ctors since it was reverted?
5 years ago (2015-12-03 21:58:31 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1498953002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1498953002/20001
5 years ago (2015-12-03 22:00:57 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2154)
5 years ago (2015-12-03 22:03:11 UTC) #6
pbos-webrtc
initializer to audio_device_ios.mm
5 years ago (2015-12-03 22:13:03 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1498953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1498953002/40001
5 years ago (2015-12-03 22:25:04 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years ago (2015-12-04 00:25:14 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1498953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1498953002/40001
5 years ago (2015-12-04 14:50:07 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/2191)
5 years ago (2015-12-04 14:51:48 UTC) #15
tommi
lgtm
5 years ago (2015-12-07 20:03:19 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1498953002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1498953002/40001
5 years ago (2015-12-07 20:03:33 UTC) #18
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/2252)
5 years ago (2015-12-07 20:23:10 UTC) #20
pbos-webrtc
Committed patchset #3 (id:40001) manually as 84f0970d100e67a1dc4fe9a1b16b7d293302044e (presubmit successful).
5 years ago (2015-12-07 22:07:17 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/84f0970d100e67a1dc4fe9a1b16b7d293302044e Cr-Commit-Position: refs/heads/master@{#10920}
5 years ago (2015-12-07 22:07:19 UTC) #24
pbos-webrtc
5 years ago (2015-12-07 22:29:02 UTC) #25
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.webrtc.org/1505053002/ by pbos@webrtc.org.

The reason for reverting is: Broke downstream compile step, possibly relandable
when using a MSVC version that has constexpr, other than that I'm out of ideas.

.../webrtc/base/atomicops.h:71:8: note:   no known conversion for argument 1
from '<brace-enclosed initializer list>' to 'const rtc::AtomicInt&'.

Powered by Google App Engine
This is Rietveld 408576698