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

Issue 10823037: Revert r148496 "Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver" (Closed)

Created:
8 years, 5 months ago by M-A Ruel
Modified:
8 years, 5 months ago
Reviewers:
dcheng
CC:
chromium-reviews, Raghu Simha, ncarter (slow), pam+watch_chromium.org, akalin, tim (not reviewing)
Visibility:
Public.

Description

Revert r148496 "Refactor sync-specific parts out of SyncNotifier/SyncNotifierObserver" It broke sync_integration_tests: TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithSameSettings TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithDifferentSettings TBR=dcheng@chromium.org BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148536

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -632 lines) Patch
M chrome/browser/sync/glue/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.h View 1 chunk +8 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.cc View 2 chunks +17 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc View 4 chunks +25 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.h View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.cc View 6 chunks +25 lines, -15 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc View 6 chunks +9 lines, -17 lines 0 comments Download
M sync/internal_api/sync_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 5 chunks +5 lines, -7 lines 0 comments Download
M sync/internal_api/syncapi_unittest.cc View 8 chunks +47 lines, -11 lines 0 comments Download
M sync/notifier/chrome_invalidation_client.h View 3 chunks +6 lines, -1 line 0 comments Download
M sync/notifier/invalidation_notifier.h View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/notifier/invalidation_notifier.cc View 3 chunks +41 lines, -6 lines 0 comments Download
M sync/notifier/invalidation_notifier_unittest.cc View 3 chunks +17 lines, -11 lines 0 comments Download
M sync/notifier/invalidation_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M sync/notifier/invalidation_util.cc View 1 chunk +0 lines, -26 lines 0 comments Download
M sync/notifier/mock_sync_notifier_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.h View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.cc View 8 chunks +40 lines, -27 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier_unittest.cc View 4 chunks +11 lines, -13 lines 0 comments Download
D sync/notifier/object_id_payload_map.h View 1 chunk +0 lines, -29 lines 0 comments Download
D sync/notifier/object_id_payload_map.cc View 1 chunk +0 lines, -40 lines 0 comments Download
M sync/notifier/p2p_notifier.h View 4 chunks +7 lines, -6 lines 0 comments Download
M sync/notifier/p2p_notifier.cc View 6 chunks +28 lines, -18 lines 0 comments Download
M sync/notifier/p2p_notifier_unittest.cc View 9 chunks +19 lines, -28 lines 0 comments Download
M sync/notifier/sync_notifier.h View 3 chunks +4 lines, -6 lines 0 comments Download
M sync/notifier/sync_notifier_factory_unittest.cc View 2 chunks +4 lines, -6 lines 0 comments Download
D sync/notifier/sync_notifier_helper.h View 1 chunk +0 lines, -55 lines 0 comments Download
D sync/notifier/sync_notifier_helper.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D sync/notifier/sync_notifier_helper_unittest.cc View 1 chunk +0 lines, -156 lines 0 comments Download
M sync/notifier/sync_notifier_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M sync/sync.gyp View 3 chunks +5 lines, -10 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
M-A Ruel
8 years, 5 months ago (2012-07-26 12:32:43 UTC) #1
akalin
Hmm why didn't this close the tree automatically? This is the second time this CL ...
8 years, 5 months ago (2012-07-26 17:51:57 UTC) #2
M-A Ruel
8 years, 5 months ago (2012-07-26 18:04:43 UTC) #3
2012/7/26 Fred Akalin <akalin@chromium.org>

> Hmm why didn't this close the tree automatically? This is the second time
> this CL has landed and been reverted a while after.
>
It's not in gatekeeper configuration.
http://src.chromium.org/viewvc/chrome/trunk/tools/build/masters/master.chromi...


> Also, I thought the sync integration tests were on the trybots also?
>
It's not on the CQ:
http://src.chromium.org/viewvc/chrome/trunk/tools/commit-queue/projects.py?vi...



> On Jul 26, 2012 5:32 AM, <maruel@chromium.org> wrote:
> >
> > Reviewers: dcheng,
> >
> > Description:
> > Revert r148496 "Refactor sync-specific parts out of
> > SyncNotifier/SyncNotifierObserver"
> >
> > It broke sync_integration_tests:
> >
> TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithSameSettings
> >
>
TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithDifferentSettings
> >
> > TBR=dcheng@chromium.org
> >
> > BUG=
> > TEST=
> >
> >
> > Please review this at https://chromiumcodereview.appspot.com/10823037/
> >
> > SVN Base: svn://svn.chromium.org/chrome/trunk/src
> >
> > Affected files:
> >   M chrome/browser/sync/glue/DEPS
> >   M chrome/browser/sync/glue/bridged_sync_notifier.h
> >   M chrome/browser/sync/glue/bridged_sync_notifier.cc
> >   M chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc
> >   M chrome/browser/sync/glue/chrome_sync_notification_bridge.h
> >   M chrome/browser/sync/glue/chrome_sync_notification_bridge.cc
> >   M chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc
> >   M sync/internal_api/sync_manager_impl.h
> >   M sync/internal_api/sync_manager_impl.cc
> >   M sync/internal_api/syncapi_unittest.cc
> >   M sync/notifier/chrome_invalidation_client.h
> >   M sync/notifier/invalidation_notifier.h
> >   M sync/notifier/invalidation_notifier.cc
> >   M sync/notifier/invalidation_notifier_unittest.cc
> >   M sync/notifier/invalidation_util.h
> >   M sync/notifier/invalidation_util.cc
> >   M sync/notifier/mock_sync_notifier_observer.h
> >   M sync/notifier/non_blocking_invalidation_notifier.h
> >   M sync/notifier/non_blocking_invalidation_notifier.cc
> >   M sync/notifier/non_blocking_invalidation_notifier_unittest.cc
> >   D sync/notifier/object_id_payload_map.h
> >   D sync/notifier/object_id_payload_map.cc
> >   M sync/notifier/p2p_notifier.h
> >   M sync/notifier/p2p_notifier.cc
> >   M sync/notifier/p2p_notifier_unittest.cc
> >   M sync/notifier/sync_notifier.h
> >   M sync/notifier/sync_notifier_factory_unittest.cc
> >   D sync/notifier/sync_notifier_helper.h
> >   D sync/notifier/sync_notifier_helper.cc
> >   D sync/notifier/sync_notifier_helper_unittest.cc
> >   M sync/notifier/sync_notifier_observer.h
> >   M sync/sync.gyp
> >   M sync/tools/sync_listen_notifications.cc
> >
> >
>
>

Powered by Google App Engine
This is Rietveld 408576698