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

Issue 10875064: Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler. (Closed)

Created:
8 years, 4 months ago by dcheng
Modified:
8 years, 3 months ago
Reviewers:
akalin, sky
CC:
chromium-reviews, ncarter (slow), mihaip-chromium-reviews_chromium.org, akalin, Raghu Simha, Aaron Boodman, tim (not reviewing)
Visibility:
Public.

Description

Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler. This makes the naming more consistent with how the various classes and interfaces are used, since they are not sync-specific anymore. BUG=none TBR=sky Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153619

Patch Set 1 #

Patch Set 2 : More tests fixed #

Patch Set 3 : Merge to ToT #

Patch Set 4 : Comments, 80 chars, other minor fixes #

Patch Set 5 : Fix sync_client target #

Total comments: 9

Patch Set 6 : More renaming and moves #

Patch Set 7 : Attempting to get move detection to work #

Patch Set 8 : Merge to ToT again #

Patch Set 9 : Merge to ToT for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -3141 lines) Patch
M chrome/browser/chrome_to_mobile_service.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/push_messaging/push_messaging_invalidation_handler_unittest.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/sync/glue/bridged_invalidator.h View 1 2 3 4 5 6 2 chunks +20 lines, -21 lines 0 comments Download
A + chrome/browser/sync/glue/bridged_invalidator.cc View 1 chunk +14 lines, -14 lines 0 comments Download
A + chrome/browser/sync/glue/bridged_invalidator_unittest.cc View 1 3 chunks +34 lines, -34 lines 0 comments Download
D chrome/browser/sync/glue/bridged_sync_notifier.h View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/browser/sync/glue/bridged_sync_notifier.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc View 1 1 chunk +0 lines, -117 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.cc View 6 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc View 1 8 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 10 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/invalidation_frontend.h View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 6 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/sync_manager.h View 1 2 3 4 5 4 chunks +10 lines, -10 lines 0 comments Download
M sync/internal_api/public/test/fake_sync_manager.h View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/sync_manager_impl.h View 1 2 6 chunks +9 lines, -9 lines 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 1 2 9 chunks +21 lines, -21 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 1 2 8 chunks +21 lines, -21 lines 0 comments Download
M sync/internal_api/test/fake_sync_manager.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + sync/notifier/fake_invalidation_handler.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + sync/notifier/fake_invalidation_handler.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
A + sync/notifier/fake_invalidator.h View 1 3 chunks +14 lines, -14 lines 0 comments Download
A + sync/notifier/fake_invalidator.cc View 1 2 3 4 5 6 1 chunk +18 lines, -19 lines 0 comments Download
D sync/notifier/fake_sync_notifier.h View 1 chunk +0 lines, -51 lines 0 comments Download
D sync/notifier/fake_sync_notifier.cc View 1 chunk +0 lines, -74 lines 0 comments Download
D sync/notifier/fake_sync_notifier_observer.h View 1 chunk +0 lines, -42 lines 0 comments Download
D sync/notifier/fake_sync_notifier_observer.cc View 1 chunk +0 lines, -52 lines 0 comments Download
A + sync/notifier/invalidation_handler.h View 3 chunks +5 lines, -5 lines 0 comments Download
M sync/notifier/invalidation_notifier.h View 1 2 3 4 5 5 chunks +10 lines, -9 lines 0 comments Download
M sync/notifier/invalidation_notifier.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/invalidation_notifier_unittest.cc View 1 6 chunks +11 lines, -11 lines 0 comments Download
A + sync/notifier/invalidator.h View 1 2 3 4 chunks +19 lines, -19 lines 0 comments Download
A + sync/notifier/invalidator_factory.h View 3 chunks +10 lines, -10 lines 0 comments Download
A + sync/notifier/invalidator_factory.cc View 1 2 3 4 5 4 chunks +15 lines, -15 lines 0 comments Download
A + sync/notifier/invalidator_factory_unittest.cc View 1 3 chunks +23 lines, -23 lines 0 comments Download
A + sync/notifier/invalidator_registrar.h View 3 chunks +17 lines, -18 lines 0 comments Download
A + sync/notifier/invalidator_registrar.cc View 7 chunks +23 lines, -23 lines 0 comments Download
A + sync/notifier/invalidator_registrar_unittest.cc View 1 5 chunks +21 lines, -21 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.h View 1 2 3 4 5 1 chunk +0 lines, -85 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.cc View 1 2 3 4 5 1 chunk +0 lines, -274 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -109 lines 0 comments Download
A + sync/notifier/non_blocking_invalidator.h View 1 2 3 4 5 5 chunks +23 lines, -23 lines 0 comments Download
A + sync/notifier/non_blocking_invalidator.cc View 1 2 3 4 5 7 chunks +45 lines, -53 lines 0 comments Download
A + sync/notifier/non_blocking_invalidator_unittest.cc View 1 2 3 4 5 6 chunks +16 lines, -16 lines 0 comments Download
A + sync/notifier/p2p_invalidator.h View 1 2 3 4 5 5 chunks +18 lines, -16 lines 0 comments Download
A + sync/notifier/p2p_invalidator.cc View 1 2 3 4 5 8 chunks +17 lines, -17 lines 0 comments Download
A + sync/notifier/p2p_invalidator_unittest.cc View 1 2 3 4 5 10 chunks +43 lines, -43 lines 0 comments Download
M sync/notifier/p2p_notifier.h View 1 2 3 4 5 1 chunk +0 lines, -141 lines 0 comments Download
M sync/notifier/p2p_notifier.cc View 1 2 3 4 5 1 chunk +0 lines, -299 lines 0 comments Download
M sync/notifier/p2p_notifier_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -288 lines 0 comments Download
D sync/notifier/sync_notifier.h View 1 chunk +0 lines, -89 lines 0 comments Download
D sync/notifier/sync_notifier_factory.h View 1 chunk +0 lines, -49 lines 0 comments Download
D sync/notifier/sync_notifier_factory.cc View 1 chunk +0 lines, -75 lines 0 comments Download
D sync/notifier/sync_notifier_factory_unittest.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D sync/notifier/sync_notifier_observer.h View 1 chunk +0 lines, -42 lines 0 comments Download
D sync/notifier/sync_notifier_registrar.h View 1 chunk +0 lines, -85 lines 0 comments Download
D sync/notifier/sync_notifier_registrar.cc View 1 chunk +0 lines, -148 lines 0 comments Download
D sync/notifier/sync_notifier_registrar_unittest.cc View 1 chunk +0 lines, -258 lines 0 comments Download
M sync/sync.gyp View 1 2 3 4 5 5 chunks +18 lines, -18 lines 0 comments Download
M sync/tools/sync_client.cc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 1 3 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dcheng
A fairly straightforward renaming change. Some exceptions to the renaming: I kept the name for ...
8 years, 3 months ago (2012-08-27 20:44:33 UTC) #1
akalin
LGTM Is there a way to make the codereview diff detect renames instead of having ...
8 years, 3 months ago (2012-08-27 22:38:31 UTC) #2
dcheng
http://codereview.chromium.org/10875064/diff/8002/sync/internal_api/public/sync_manager.h File sync/internal_api/public/sync_manager.h (right): http://codereview.chromium.org/10875064/diff/8002/sync/internal_api/public/sync_manager.h#newcode293 sync/internal_api/public/sync_manager.h:293: // |invalidator| is owned and used to listen for ...
8 years, 3 months ago (2012-08-28 00:20:22 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/10875064/14001
8 years, 3 months ago (2012-08-28 00:22:27 UTC) #4
commit-bot: I haz the power
Presubmit check for 10875064-14001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-28 00:22:58 UTC) #5
dcheng
TBRing sky as this is simply renaming.
8 years, 3 months ago (2012-08-28 00:50:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/10875064/4063
8 years, 3 months ago (2012-08-28 00:52:27 UTC) #7
commit-bot: I haz the power
8 years, 3 months ago (2012-08-28 03:18:01 UTC) #8
Change committed as 153619

Powered by Google App Engine
This is Rietveld 408576698