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

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed)

Created:
8 years, 6 months ago by akalin
Modified:
8 years, 6 months ago
CC:
chromium-reviews, ncarter (slow), mihaip-chromium-reviews_chromium.org, Raghu Simha, Aaron Boodman, dyu1, dhollowa+watch_chromium.org, Ilya Sherman, tim (not reviewing)
Visibility:
Public.

Description

[Sync] Put everything in sync/api into csync namespace BUG=128060 TEST= TBR=pkasting@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144385

Patch Set 1 #

Total comments: 34

Patch Set 2 : Address asargent's comments #

Total comments: 6

Patch Set 3 : Fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1759 lines, -1499 lines) Patch
M chrome/browser/extensions/app_notification_manager.h View 5 chunks +19 lines, -15 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager.cc View 15 chunks +39 lines, -36 lines 0 comments Download
M chrome/browser/extensions/app_notification_manager_sync_unittest.cc View 31 chunks +113 lines, -104 lines 0 comments Download
M chrome/browser/extensions/app_sync_bundle.h View 4 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/extensions/app_sync_bundle.cc View 4 chunks +19 lines, -16 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.h View 1 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/extensions/app_sync_data.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/extensions/app_sync_data_unittest.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_service.h View 1 5 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 7 chunks +16 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 30 chunks +115 lines, -93 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.h View 1 4 chunks +16 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_sync_bundle.cc View 1 4 chunks +19 lines, -17 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.h View 1 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 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 +12 lines, -8 lines 0 comments Download
M chrome/browser/extensions/settings/setting_sync_data.cc View 5 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/extensions/settings/settings_apitest.cc View 6 chunks +22 lines, -20 lines 0 comments Download
M chrome/browser/extensions/settings/settings_backend.h View 3 chunks +14 lines, -11 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 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/settings/settings_frontend.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_processor.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_unittest.cc View 1 51 chunks +142 lines, -142 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/settings/settings_sync_util.cc View 2 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/extensions/settings/syncable_settings_storage.h View 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/settings/syncable_settings_storage.cc View 15 chunks +29 lines, -29 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.h View 2 chunks +11 lines, -7 lines 0 comments Download
M chrome/browser/extensions/test_extension_service.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.h View 5 chunks +17 lines, -16 lines 0 comments Download
M chrome/browser/prefs/pref_model_associator.cc View 14 chunks +37 lines, -32 lines 0 comments Download
M chrome/browser/prefs/pref_service.h View 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/prefs/pref_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_service.h View 9 chunks +28 lines, -23 lines 0 comments Download
M chrome/browser/search_engines/template_url_service.cc View 33 chunks +77 lines, -65 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_sync_unittest.cc View 88 chunks +199 lines, -189 lines 0 comments Download
M chrome/browser/sync/backend_migrator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/failed_datatypes_handler.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/app_notification_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/bookmark_model_associator.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/change_processor_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_controller.h View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_controller_mock.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_error_handler_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_mock.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/extension_setting_data_type_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/fake_data_type_controller.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.h View 1 chunk +9 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/fake_generic_change_processor.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.h View 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_mock.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.h View 1 2 4 chunks +16 lines, -13 lines 0 comments Download
M chrome/browser/sync/glue/generic_change_processor.cc View 28 chunks +56 lines, -54 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/model_association_manager_unittest.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/model_associator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/model_associator_mock.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller.cc View 12 chunks +18 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc View 6 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.h View 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller.cc View 11 chunks +15 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc View 7 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/password_change_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_data_type_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/password_model_associator.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/password_model_associator.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/session_change_processor.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_model_associator.h View 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 1 9 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.h View 4 chunks +11 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor.cc View 5 chunks +13 lines, -12 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_mock.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_ref.h View 1 chunk +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_ref.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_data_type_controller_unittest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/theme_model_associator.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.h View 4 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller.cc View 8 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/sync/glue/ui_data_type_controller_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory.h View 5 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_impl.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_components_factory_mock.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_preference_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_session_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_startup_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.h View 8 chunks +21 lines, -17 lines 0 comments Download
M chrome/browser/webdata/autocomplete_syncable_service.cc View 17 chunks +40 lines, -34 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.h View 5 chunks +18 lines, -15 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service.cc View 12 chunks +36 lines, -28 lines 0 comments Download
M chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc View 9 chunks +25 lines, -23 lines 0 comments Download
M sync/api/fake_syncable_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/fake_syncable_service.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_change.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_change.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_change_processor.h View 2 chunks +6 lines, -2 lines 0 comments Download
M sync/api/sync_change_processor.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M sync/api/sync_change_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/api/sync_data.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_data.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_error.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_error.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_error_factory.h View 2 chunks +4 lines, -1 line 0 comments Download
M sync/api/sync_error_factory.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M sync/api/sync_error_factory_mock.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/sync_error_factory_mock.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/api/sync_error_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/syncable_service.h View 2 chunks +4 lines, -0 lines 0 comments Download
M sync/api/syncable_service.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
akalin
+tim for sync/ and chrome/browser/sync +asargent for chrome/browser/extensions +mnissler for chrome/browser/prefs +pkasting for chrome/browser/search_engines +isherman ...
8 years, 6 months ago (2012-06-26 00:10:18 UTC) #1
Ilya Sherman
LGTM Why is the namespace named csync rather than just sync?
8 years, 6 months ago (2012-06-26 01:06:03 UTC) #2
Mattias Nissler (ping if slow)
chrome/browser/prefs LGTM, but I'm with Ilya when it comes to the csync name: Why is ...
8 years, 6 months ago (2012-06-26 09:09:34 UTC) #3
akalin
On 2012/06/26 09:09:34, Mattias Nissler wrote: > chrome/browser/prefs LGTM, but I'm with Ilya when it ...
8 years, 6 months ago (2012-06-26 16:59:10 UTC) #4
asargent_no_longer_on_chrome
extensions files LGTM Looks like you accidentally included a double space in some search and ...
8 years, 6 months ago (2012-06-26 18:08:17 UTC) #5
akalin
Used sed to clean up the double spaces tim, pkasting, ping! https://chromiumcodereview.appspot.com/10662035/diff/1/chrome/browser/extensions/extension_service.h File chrome/browser/extensions/extension_service.h (right): ...
8 years, 6 months ago (2012-06-26 20:28:28 UTC) #6
akalin
-timsteele, +rlaroque
8 years, 6 months ago (2012-06-27 00:32:00 UTC) #7
rlarocque
LGTM with some very minor nits. http://codereview.chromium.org/10662035/diff/11001/chrome/browser/sync/glue/generic_change_processor.h File chrome/browser/sync/glue/generic_change_processor.h (right): http://codereview.chromium.org/10662035/diff/11001/chrome/browser/sync/glue/generic_change_processor.h#newcode24 chrome/browser/sync/glue/generic_change_processor.h:24: } // namespace ...
8 years, 6 months ago (2012-06-27 01:32:52 UTC) #8
akalin
TBRing pkasting since the searchengine changes are pretty minor http://codereview.chromium.org/10662035/diff/11001/chrome/browser/sync/glue/generic_change_processor.h File chrome/browser/sync/glue/generic_change_processor.h (right): http://codereview.chromium.org/10662035/diff/11001/chrome/browser/sync/glue/generic_change_processor.h#newcode24 chrome/browser/sync/glue/generic_change_processor.h:24: ...
8 years, 6 months ago (2012-06-27 01:40:08 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10662035/23005
8 years, 6 months ago (2012-06-27 01:40:39 UTC) #10
commit-bot: I haz the power
8 years, 6 months ago (2012-06-27 03:15:55 UTC) #11
Change committed as 144385

Powered by Google App Engine
This is Rietveld 408576698