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

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed)

Created:
8 years, 5 months ago by akalin
Modified:
8 years, 5 months ago
Reviewers:
rlarocque
CC:
chromium-reviews, ncarter (slow), mihaip-chromium-reviews_chromium.org, Raghu Simha, cbentzel+watch_chromium.org, Aaron Boodman, glider+watch_chromium.org, darin-cc_chromium.org, timurrrr+watch_chromium.org, dyu1, dhollowa+watch_chromium.org, pam+watch_chromium.org, tim (not reviewing), bruening+watch_chromium.org
Visibility:
Public.

Description

[Sync] Rename csync namespace to syncer Everyone was confused by 'csync'. 'syncer' seems more understandable. (Note that we can't use the 'sync' namespace since sync() is a function from unistd.h.) BUG=10662035 TEST= TBR=jhawkins@chromium.org,pkasting@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=144820

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3860 lines, -3834 lines) Patch
M chrome/browser/extensions/app_notification_manager.h View 1 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager.cc View 1 15 chunks +36 lines, -36 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager_sync_unittest.cc View 1 31 chunks +106 lines, -106 lines 0 comments Download
M chrome/browser/extensions/app_sync_bundle.h View 1 4 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/extensions/app_sync_bundle.cc View 1 4 chunks +18 lines, -17 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/extensions/app_sync_data_unittest.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 7 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 30 chunks +113 lines, -105 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.h View 1 4 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.cc View 1 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 1 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/settings/setting_sync_data.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/extensions/settings/setting_sync_data.cc View 1 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/extensions/settings/settings_apitest.cc View 1 6 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/extensions/settings/settings_backend.h View 1 4 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/extensions/settings/settings_backend.cc View 1 8 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/extensions/settings/settings_frontend.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/settings/settings_frontend.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_unittest.cc View 1 51 chunks +144 lines, -142 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.cc View 1 2 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/extensions/settings/syncable_settings_storage.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/settings/syncable_settings_storage.cc View 1 15 chunks +29 lines, -29 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.h View 1 5 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.cc View 1 14 chunks +32 lines, -32 lines 0 comments Download
M chrome/browser/prefs/pref_service.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/prefs/pref_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 1 9 chunks +24 lines, -23 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.cc View 1 33 chunks +67 lines, -66 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_sync_unittest.cc View 1 89 chunks +194 lines, -191 lines 0 comments Download
M chrome/browser/sync/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/backend_migrator.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/backend_migrator.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/backend_migrator_unittest.cc View 1 13 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/backend_unrecoverable_error_handler.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/backend_unrecoverable_error_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/autofill_profile_data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/backend_data_type_configurer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.h View 1 10 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_change_processor.cc View 1 21 chunks +36 lines, -36 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 1 21 chunks +52 lines, -52 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bridged_sync_notifier_unittest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker.h View 1 4 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker.cc View 1 2 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker_unittest.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/change_processor.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/change_processor.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/change_processor_mock.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/chrome_encryptor.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/chrome_extensions_activity_monitor.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/chrome_extensions_activity_monitor_unittest.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/chrome_sync_notification_bridge_unittest.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler_mock.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 1 10 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_mock.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/fake_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/fake_data_type_controller.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.cc View 1 8 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.h View 1 3 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.cc View 1 29 chunks +97 lines, -95 lines 0 comments Download
M chrome/browser/sync/glue/history_model_worker.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/history_model_worker.cc View 1 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager_unittest.cc View 1 9 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/model_associator.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/model_associator_mock.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.cc View 1 12 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc View 1 8 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.cc View 1 11 chunks +16 lines, -15 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 1 9 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/password_change_processor.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/password_change_processor.cc View 1 11 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.h View 1 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.cc View 1 16 chunks +35 lines, -35 lines 0 comments Download
M chrome/browser/sync/glue/password_model_worker.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/password_model_worker.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/session_change_processor.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/session_change_processor.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator.h View 1 8 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 1 29 chunks +71 lines, -71 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator_unittest.cc View 1 6 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.h View 1 3 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.cc View 1 6 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_mock.h View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_ref.h View 1 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_ref.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 20 chunks +54 lines, -52 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 41 chunks +62 lines, -62 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar.cc View 1 12 chunks +30 lines, -30 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_registrar_unittest.cc View 1 11 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/sync/glue/theme_change_processor.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/theme_change_processor.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.cc View 1 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_change_processor.cc View 1 11 chunks +24 lines, -24 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.cc View 1 14 chunks +38 lines, -38 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.cc View 1 9 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/ui_model_worker.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/ui_model_worker.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/ui_model_worker_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/invalidations/invalidator_storage.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/invalidations/invalidator_storage.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/invalidations/invalidator_storage_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 17 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 32 chunks +61 lines, -61 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 9 chunks +23 lines, -23 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 31 chunks +62 lines, -62 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_harness.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_harness.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_mock.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 3 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 1 12 chunks +30 lines, -30 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 1 14 chunks +37 lines, -37 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_unittest.cc View 1 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/retry_verifier.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/retry_verifier.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 6 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/enable_disable_test.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 4 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/test_http_bridge_factory.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/test_http_bridge_factory.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test_profile_sync_service.cc View 1 6 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.h View 1 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/sync_internals_ui_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.h View 1 8 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.cc View 1 18 chunks +34 lines, -33 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.h View 1 5 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.cc View 1 11 chunks +32 lines, -31 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 1 9 chunks +25 lines, -24 lines 0 comments Download
M sync/api/fake_syncable_service.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/fake_syncable_service.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_change.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_change.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_change_processor.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_change_processor.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/api/sync_change_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_data.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/api/sync_data.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M sync/api/sync_error.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error_factory_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error_factory_mock.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/sync_error_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/syncable_service.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/api/syncable_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/all_status.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M sync/engine/all_status.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M sync/engine/apply_updates_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/apply_updates_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/apply_updates_command_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/build_commit_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/build_commit_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/build_commit_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/cleanup_disabled_types_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/cleanup_disabled_types_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/cleanup_disabled_types_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/commit.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/commit.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/conflict_resolver.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/conflict_resolver.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/download_updates_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/download_updates_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/download_updates_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/get_commit_ids_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/get_commit_ids_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/model_changing_syncer_command.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/model_changing_syncer_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/model_changing_syncer_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/net/server_connection_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/net/server_connection_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/net/url_translator.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/net/url_translator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/nigori_util.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/nigori_util.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/nudge_source.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/nudge_source.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/process_commit_response_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/process_commit_response_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/process_commit_response_command_unittest.cc View 1 6 chunks +10 lines, -10 lines 0 comments Download
M sync/engine/process_updates_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/process_updates_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/process_updates_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/resolve_conflicts_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/resolve_conflicts_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/resolve_conflicts_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/store_timestamps_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/store_timestamps_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/sync_engine_event.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/sync_engine_event.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/sync_scheduler.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/sync_scheduler.cc View 1 4 chunks +13 lines, -13 lines 0 comments Download
M sync/engine/sync_scheduler_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/sync_scheduler_whitebox_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/syncer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer_command.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer_proto_util.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/engine/syncer_proto_util.cc View 1 9 chunks +39 lines, -39 lines 0 comments Download
M sync/engine/syncer_proto_util_unittest.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M sync/engine/syncer_types.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer_unittest.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M sync/engine/syncer_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncer_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncproto.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/syncproto_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/throttled_data_type_tracker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/throttled_data_type_tracker.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/throttled_data_type_tracker_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/traffic_logger.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/engine/traffic_logger.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/traffic_recorder.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/traffic_recorder.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/traffic_recorder_unittest.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M sync/engine/update_applicator.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/update_applicator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/verify_updates_command.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/engine/verify_updates_command.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/engine/verify_updates_command_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/base_node.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/base_transaction.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/change_record.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/change_reorder_buffer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/change_reorder_buffer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.h View 1 3 chunks +9 lines, -9 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M sync/internal_api/debug_info_event_listener_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/http_bridge.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer_unittest.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M sync/internal_api/js_sync_manager_observer.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/js_sync_manager_observer.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M sync/internal_api/js_sync_manager_observer_unittest.cc View 1 6 chunks +15 lines, -15 lines 0 comments Download
M sync/internal_api/public/base_node.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/base_transaction.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/public/change_record.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/change_record_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/configure_reason.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/model_safe_worker_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/passive_model_worker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/passive_model_worker.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/polling_constants.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/polling_constants.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/engine/sync_status.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/engine/sync_status.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/http_bridge.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/http_post_provider_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/http_post_provider_interface.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/read_node.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/read_transaction.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/model_neutral_state.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/model_neutral_state.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/sync_source_info.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sessions/sync_source_info.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/sync_manager.h View 1 11 chunks +24 lines, -24 lines 0 comments Download
M sync/internal_api/public/syncable/model_type.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_payload_map.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/syncable/model_type_payload_map.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/test/test_entry_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/test/test_user_share.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/user_share.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/enum_set.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/enum_set_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/experiments.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/immutable.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/util/immutable_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/public/util/report_unrecoverable_error_function.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/syncer_error.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/syncer_error.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M sync/internal_api/public/util/unrecoverable_error_handler.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M sync/internal_api/public/util/unrecoverable_error_info.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/unrecoverable_error_info.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/weak_handle.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/util/weak_handle.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/util/weak_handle_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/public/write_node.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/internal_api/public/write_transaction.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/read_node.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/read_transaction.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/sync_manager.cc View 1 48 chunks +98 lines, -98 lines 0 comments Download
M sync/internal_api/syncapi_internal.h View 1 1 chunk +9 lines, -10 lines 0 comments Download
M sync/internal_api/syncapi_internal.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M sync/internal_api/syncapi_unittest.cc View 1 23 chunks +61 lines, -61 lines 0 comments Download
M sync/internal_api/test/test_entry_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/internal_api/test/test_user_share.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/user_share.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/internal_api/write_node.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/internal_api/write_transaction.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_arg_list.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_arg_list.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_arg_list_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_backend.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_controller.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_event_details.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_event_details.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_event_details_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_event_handler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_reply_handler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_test_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/js_test_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/sync_js_controller.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/sync_js_controller.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/js/sync_js_controller_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/chrome_invalidation_client.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/chrome_invalidation_client.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/chrome_invalidation_client_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/chrome_system_resources.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/chrome_system_resources.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/chrome_system_resources_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/invalidation_notifier.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/invalidation_notifier.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/invalidation_notifier_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/invalidation_state_tracker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/invalidation_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/invalidation_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/mock_invalidation_state_tracker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/mock_invalidation_state_tracker.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/notifier/mock_sync_notifier_observer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/mock_sync_notifier_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier.cc View 1 8 chunks +9 lines, -9 lines 0 comments Download
M sync/notifier/non_blocking_invalidation_notifier_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/notifications_disabled_reason.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/notifications_disabled_reason.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/p2p_notifier.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/p2p_notifier.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/p2p_notifier_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/push_client_channel.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/push_client_channel.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/push_client_channel_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/registration_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/registration_manager.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/registration_manager_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/state_writer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/sync_notifier.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/notifier/sync_notifier_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/sync_notifier_factory.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/notifier/sync_notifier_factory_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M sync/notifier/sync_notifier_observer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_enum_conversions.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_enum_conversions.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_enum_conversions_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_value_conversions.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/proto_value_conversions_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/sync_protocol_error.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/protocol/sync_protocol_error.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/debug_info_getter.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/ordered_commit_set.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M sync/sessions/ordered_commit_set.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M sync/sessions/ordered_commit_set_unittest.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M sync/sessions/session_state.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/session_state.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/session_state_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/status_controller.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/sessions/status_controller.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/status_controller_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/sync_session.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/sync_session.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/sync_session_context.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M sync/sessions/sync_session_context.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/sessions/sync_session_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/test_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/sessions/test_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/directory.h View 1 9 chunks +14 lines, -14 lines 0 comments Download
M sync/syncable/directory.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M sync/syncable/directory_backing_store.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/directory_backing_store_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/entry.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/entry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/entry_kernel.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/entry_kernel.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/model_type.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/syncable/mutable_entry.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/read_transaction.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/syncable/syncable_id_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/syncable_mock.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/syncable/syncable_mock.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/syncable_unittest.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M sync/syncable/write_transaction_info.h View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/fake_model_worker.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/fake_model_worker.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/mock_connection_manager.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/mock_connection_manager.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M sync/test/engine/syncer_command_test.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/test/engine/syncer_command_test.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/test_directory_setter_upper.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/test_directory_setter_upper.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/engine/test_id_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/fake_encryptor.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/fake_encryptor.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/fake_extensions_activity_monitor.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/fake_extensions_activity_monitor.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/test/null_transaction_observer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M sync/test/null_transaction_observer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/test/sessions/test_scoped_session_event_listener.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 1 5 chunks +12 lines, -12 lines 0 comments Download
M sync/util/cryptographer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/cryptographer.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/cryptographer_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/data_type_histogram_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/encryptor.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/extensions_activity_monitor.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/extensions_activity_monitor.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name_mac.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name_mac.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name_win.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M sync/util/get_session_name_win.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/logging.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M sync/util/logging.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/nigori.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/nigori.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/nigori_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/session_utils_android.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/session_utils_android.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/test_unrecoverable_error_handler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/test_unrecoverable_error_handler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/time.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M sync/util/time.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M tools/heapcheck/suppressions.txt View 1 2 chunks +4 lines, -4 lines 0 comments Download
M tools/valgrind/drmemory/suppressions_full.txt View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tools/valgrind/tsan/suppressions.txt View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
akalin
+rlarocque for review This CL was almost entirely automated. I used sed for csync -> ...
8 years, 5 months ago (2012-06-27 21:00:30 UTC) #1
Ilya Sherman
FWIW, "syncer" strikes me as about equally confusing w/ "csync", but has the disadvantage that ...
8 years, 5 months ago (2012-06-27 21:07:08 UTC) #2
tim (not reviewing)
syncapi does have conflicts. We have sync/api and sync/internal_api, and then "everything else in sync". ...
8 years, 5 months ago (2012-06-27 21:08:33 UTC) #3
Ilya Sherman
On 2012/06/27 21:08:33, timsteele wrote: > syncapi does have conflicts. We have sync/api and sync/internal_api, ...
8 years, 5 months ago (2012-06-27 21:10:51 UTC) #4
rlarocque
Part 1: Congratulations, you broke the code review site! It won't let me download the ...
8 years, 5 months ago (2012-06-28 00:00:50 UTC) #5
rlarocque
Part 2 of 2: I found a few more nits. Maybe you could grep for ...
8 years, 5 months ago (2012-06-28 00:27:56 UTC) #6
akalin
On 2012/06/28 00:00:50, rlarocque wrote: > Part 1: > > Congratulations, you broke the code ...
8 years, 5 months ago (2012-06-28 20:33:57 UTC) #7
akalin
On 2012/06/28 00:27:56, rlarocque wrote: > Part 2 of 2: > > I found a ...
8 years, 5 months ago (2012-06-28 20:34:32 UTC) #8
rlarocque
On 2012/06/28 20:34:32, akalin wrote: > On 2012/06/28 00:27:56, rlarocque wrote: > > Part 2 ...
8 years, 5 months ago (2012-06-28 22:19:37 UTC) #9
akalin
8 years, 5 months ago (2012-06-28 23:58:16 UTC) #10
This CL has the wrong bug: should be 128060

On 2012/06/28 22:19:37, rlarocque wrote:
> On 2012/06/28 20:34:32, akalin wrote:
> > On 2012/06/28 00:27:56, rlarocque wrote:
> > > Part 2 of 2:
> > > 
> > > I found a few more nits.  Maybe you could grep for files that contain
> > 'namespace
> > > syncer {' but not a corresponding '} // namespace syncer'?  There would be
> > many
> > > false positives, but it might detect a few legitimate bugs.
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/notifier/notifications_di...
> > > File sync/notifier/notifications_disabled_reason.cc (right):
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/notifier/notifications_di...
> > > sync/notifier/notifications_disabled_reason.cc:9: namespace syncer {
> > > I think the comment on the matching brace needs to be updated.
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/notifier/registration_man...
> > > File sync/notifier/registration_manager_unittest.cc (right):
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/notifier/registration_man...
> > > sync/notifier/registration_manager_unittest.cc:20: namespace syncer {
> > > Check the close brace comment on this one, too.
> > > 
> > >
http://codereview.chromium.org/10698014/diff/1/sync/notifier/state_writer.h
> > > File sync/notifier/state_writer.h (right):
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/notifier/state_writer.h#n...
> > > sync/notifier/state_writer.h:13: namespace syncer {
> > > close brace comment.
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/protocol/proto_enum_conve...
> > > File sync/protocol/proto_enum_conversions.cc (right):
> > > 
> > >
> >
>
http://codereview.chromium.org/10698014/diff/1/sync/protocol/proto_enum_conve...
> > > sync/protocol/proto_enum_conversions.cc:12: namespace syncer {
> > > See matching brace's comment.
> > 
> > I grepped and I think I got them all.
> > 
> > I also fixed some instances of having only one space before the comment
> (instead
> > of two, as required).
> > 
> > PTAL!
> 
> LGTM

Powered by Google App Engine
This is Rietveld 408576698