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

Issue 2909103002: Deprecate NonThreadSafe in content/renderer/media in favor of SequenceChecker. (Closed)

Created:
3 years, 6 months ago by gab
Modified:
3 years, 6 months ago
Reviewers:
emircan, mcasas
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, feature-media-reviews_chromium.org, posciak+watch_chromium.org, chfremer+watch_chromium.org, jam, avayvod+watch_chromium.org, darin-cc_chromium.org, jasonroberts+watch_google.com, xjz+watch_chromium.org, mfoltz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Deprecate NonThreadSafe in content/renderer/media in favor of SequenceChecker. Note to crash team: This CL is a refactor and has no intended behavior change. This change was scripted by https://crbug.com/676387#c8. Note-worthy for the reviewer: * SequenceChecker enforces thread-safety but not thread-affinity! If the classes that were updated are thread-affine (use thread local storage or a third-party API that does) they should be migrated to ThreadChecker instead. * ~NonThreadSafe() used to implcitly check in its destructor ~Sequence/ThreadChecker() doesn't by design. To keep this CL a no-op, an explicit check was added to the destructor of migrated classes. * NonThreadSafe used to provide access to subclasses, as such the |sequence_checker_| member was made protected rather than private where necessary. BUG=676387 This CL was uploaded by git cl split. R=wolenetz@chromium.org Review-Url: https://codereview.chromium.org/2909103002 Cr-Commit-Position: refs/heads/master@{#476688} Committed: https://chromium.googlesource.com/chromium/src/+/a58cd0bd4e7fee28aceddd7a6310f820cace3f7d

Patch Set 1 #

Patch Set 2 : fix compile #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -74 lines) Patch
M content/renderer/media/media_stream_video_source.h View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/media_stream_video_source.cc View 14 chunks +16 lines, -16 lines 0 comments Download
M content/renderer/media/pepper_to_video_track_adapter.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/rtc_dtmf_sender_handler.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/rtc_dtmf_sender_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/user_media_client_impl.h View 3 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/media/user_media_client_impl.cc View 25 chunks +27 lines, -26 lines 0 comments Download
M content/renderer/media/webrtc/media_stream_remote_video_source.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/media/webrtc_audio_renderer.h View 2 chunks +10 lines, -6 lines 0 comments Download
M content/renderer/media/webrtc_uma_histograms.h View 3 chunks +4 lines, -2 lines 1 comment Download
M content/renderer/media/webrtc_uma_histograms.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
gab
Hi, this is an automated change made by https://crbug.com/676387#c8 and sharded across directories for OWNERS. ...
3 years, 6 months ago (2017-05-29 19:16:44 UTC) #2
gab
s/wolenetz/mcasas/ (git cl owners prioritizes file:// over other owners so parses content\renderer\media\OWNERS incorrectly). Please CQ ...
3 years, 6 months ago (2017-06-01 19:09:10 UTC) #12
gab
On 2017/06/01 19:09:10, gab wrote: > s/wolenetz/mcasas/ (git cl owners prioritizes file:// over other owners ...
3 years, 6 months ago (2017-06-02 14:33:03 UTC) #13
mcasas
https://codereview.chromium.org/2909103002/diff/20001/content/renderer/media/webrtc_uma_histograms.h File content/renderer/media/webrtc_uma_histograms.h (right): https://codereview.chromium.org/2909103002/diff/20001/content/renderer/media/webrtc_uma_histograms.h#newcode99 content/renderer/media/webrtc_uma_histograms.h:99: bool has_used_api_[INVALID_NAME]; <rant mode> Ugh, this should be s/INVALID_NAME/NUM_APIS/ ...
3 years, 6 months ago (2017-06-02 15:01:14 UTC) #14
mcasas
On 2017/06/02 15:01:14, mcasas wrote: > https://codereview.chromium.org/2909103002/diff/20001/content/renderer/media/webrtc_uma_histograms.h > File content/renderer/media/webrtc_uma_histograms.h (right): > > https://codereview.chromium.org/2909103002/diff/20001/content/renderer/media/webrtc_uma_histograms.h#newcode99 > ...
3 years, 6 months ago (2017-06-02 15:01:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2909103002/20001
3 years, 6 months ago (2017-06-02 15:15:53 UTC) #17
commit-bot: I haz the power
3 years, 6 months ago (2017-06-02 16:33:16 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/a58cd0bd4e7fee28aceddd7a6310...

Powered by Google App Engine
This is Rietveld 408576698