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

Issue 2909113002: Deprecate NonThreadSafe in components/invalidation in favor of SequenceChecker. (Closed)

Created:
3 years, 6 months ago by gab
Modified:
3 years, 6 months ago
Reviewers:
nyquist, dcheng
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Deprecate NonThreadSafe in components/invalidation 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=nyquist@chromium.org Review-Url: https://codereview.chromium.org/2909113002 Cr-Commit-Position: refs/heads/master@{#476661} Committed: https://chromium.googlesource.com/chromium/src/+/582f3d53c92a020931828dc67e6a849db4f56f93

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -106 lines) Patch
M components/invalidation/impl/gcm_invalidation_bridge.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/gcm_invalidation_bridge.cc View 16 chunks +20 lines, -18 lines 0 comments Download
M components/invalidation/impl/gcm_network_channel.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/gcm_network_channel.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M components/invalidation/impl/invalidation_notifier.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/invalidation_notifier.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M components/invalidation/impl/invalidation_service_android.h View 3 chunks +4 lines, -4 lines 0 comments Download
M components/invalidation/impl/invalidation_service_android.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M components/invalidation/impl/p2p_invalidation_service.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/p2p_invalidation_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/registration_manager.h View 3 chunks +4 lines, -2 lines 0 comments Download
M components/invalidation/impl/registration_manager.cc View 11 chunks +12 lines, -12 lines 0 comments Download
M components/invalidation/impl/sync_invalidation_listener.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/sync_invalidation_listener.cc View 19 chunks +23 lines, -23 lines 0 comments Download
M components/invalidation/impl/ticl_invalidation_service.h View 3 chunks +4 lines, -3 lines 0 comments Download
M components/invalidation/impl/ticl_invalidation_service.cc View 8 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 16 (9 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:17:48 UTC) #2
gab
friendly ping, please CQ
3 years, 6 months ago (2017-05-31 18:10:38 UTC) #7
nyquist
lgtm from me, but adding dcheng@ to keep me honest. I don't think we need ...
3 years, 6 months ago (2017-06-01 22:39:17 UTC) #9
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/2909113002/1
3 years, 6 months ago (2017-06-02 14:15:17 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/582f3d53c92a020931828dc67e6a849db4f56f93
3 years, 6 months ago (2017-06-02 15:24:53 UTC) #14
dcheng
LGTM 2 TIL about git cl split.
3 years, 6 months ago (2017-06-02 16:19:27 UTC) #15
gab
3 years, 6 months ago (2017-06-02 16:50:22 UTC) #16
Message was sent while issue was closed.
On 2017/06/02 16:19:27, dcheng wrote:
> LGTM 2
> 
> TIL about git cl split.

:) brand new in depot_tools, built by fdoray@ for the TaskScheduler migrations
and just landed in the public repo this week!

Powered by Google App Engine
This is Rietveld 408576698