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

Issue 1545553003: Switch to standard integer types in sync/. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, tim+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, pvalenzuela+watch_chromium.org, plaree+watch_chromium.org, albertb+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in sync/. BUG=138542 TBR=zea@chromium.org Committed: https://crrev.com/4856ced07dfda549a142df3a5fa28cbb73bf1865 Cr-Commit-Position: refs/heads/master@{#366533}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1597 lines, -1129 lines) Patch
M sync/android/sync_jni_registrar.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/api/attachments/attachment.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/api/attachments/attachment.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/api/attachments/attachment_id.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/api/attachments/attachment_id.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/api/attachments/attachment_metadata.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/api/attachments/attachment_metadata.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/api/attachments/attachment_metadata_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/api/attachments/attachment_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/api/attachments/attachment_store_backend.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/api/attachments/attachment_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/api/fake_sync_change_processor.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/api/string_ordinal.h View 2 chunks +5 lines, -3 lines 0 comments Download
M sync/api/sync_change_processor_wrapper_for_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/api/sync_data.h View 5 chunks +6 lines, -5 lines 0 comments Download
M sync/api/sync_data.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M sync/api/sync_data_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/api/sync_merge_result.h View 4 chunks +5 lines, -3 lines 0 comments Download
M sync/api/sync_merge_result.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/engine/all_status.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/engine/apply_control_data_updates.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/engine/apply_control_data_updates_unittest.cc View 11 chunks +25 lines, -35 lines 0 comments Download
M sync/engine/backoff_delay_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/engine/backoff_delay_provider.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M sync/engine/commit.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/commit.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/commit_contribution.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/commit_processor.h View 1 chunk +3 lines, -1 line 0 comments Download
M sync/engine/commit_processor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/commit_util.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/commit_util.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M sync/engine/conflict_resolver.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/directory_commit_contribution.h View 3 chunks +6 lines, -2 lines 0 comments Download
M sync/engine/directory_commit_contribution.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M sync/engine/directory_commit_contribution_unittest.cc View 13 chunks +24 lines, -22 lines 0 comments Download
M sync/engine/directory_commit_contributor.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/engine/directory_commit_contributor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/directory_update_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/directory_update_handler.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/directory_update_handler_unittest.cc View 17 chunks +35 lines, -36 lines 0 comments Download
M sync/engine/entity_tracker.h View 5 chunks +13 lines, -11 lines 0 comments Download
M sync/engine/entity_tracker.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M sync/engine/entity_tracker_unittest.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M sync/engine/get_commit_ids.h View 2 chunks +4 lines, -1 line 0 comments Download
M sync/engine/get_commit_ids.cc View 14 chunks +44 lines, -47 lines 0 comments Download
M sync/engine/get_updates_processor.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/get_updates_processor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/get_updates_processor_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/engine/model_type_worker.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/engine/model_type_worker.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M sync/engine/model_type_worker_unittest.cc View 5 chunks +9 lines, -5 lines 0 comments Download
M sync/engine/net/server_connection_manager.h View 3 chunks +9 lines, -6 lines 0 comments Download
M sync/engine/net/server_connection_manager.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M sync/engine/net/url_translator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/engine/non_blocking_type_commit_contribution.h View 3 chunks +6 lines, -3 lines 0 comments Download
M sync/engine/non_blocking_type_commit_contribution.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/engine/process_updates_util.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/process_updates_util.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M sync/engine/sync_scheduler_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/engine/sync_scheduler_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/engine/syncer.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/engine/syncer_proto_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/engine/syncer_proto_util_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/engine/syncer_unittest.cc View 37 chunks +56 lines, -52 lines 0 comments Download
M sync/engine/syncer_util.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/engine/syncer_util.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/engine/syncer_util_unittest.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M sync/engine/update_applicator.h View 2 chunks +5 lines, -3 lines 0 comments Download
M sync/engine/update_applicator.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_downloader_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_service_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_uploader_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/attachments/attachment_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/attachments/on_disk_attachment_store_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/base_node.cc View 5 chunks +12 lines, -10 lines 0 comments Download
M sync/internal_api/change_reorder_buffer.h View 3 chunks +11 lines, -8 lines 0 comments Download
M sync/internal_api/change_reorder_buffer.cc View 6 chunks +19 lines, -17 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/debug_info_event_listener.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/delete_journal.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/events/commit_request_event.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/http_bridge.cc View 7 chunks +16 lines, -10 lines 0 comments Download
M sync/internal_api/http_bridge_unittest.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/js_mutation_event_observer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/internal_api/js_mutation_event_observer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/js_sync_encryption_handler_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/js_sync_encryption_handler_observer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/js_sync_manager_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/js_sync_manager_observer_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/model_type_entity.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M sync/internal_api/model_type_entity_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M sync/internal_api/protocol_event_buffer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/protocol_event_buffer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/protocol_event_buffer_unittest.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_downloader_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_service_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_service_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_service_proxy_for_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_store_frontend.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_uploader.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/attachments/attachment_uploader_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/public/attachments/attachment_util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/attachments/fake_attachment_downloader.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/fake_attachment_uploader.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/in_memory_attachment_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/on_disk_attachment_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/attachments/task_queue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/base/attachment_id_proto.h View 1 chunk +3 lines, -1 line 0 comments Download
M sync/internal_api/public/base/attachment_id_proto.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/public/base/enum_set.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/base/enum_set_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/internal_api/public/base/invalidation_interface.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/base/model_type_test_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/base/node_ordinal.h View 4 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/public/base/node_ordinal.cc View 4 chunks +11 lines, -8 lines 0 comments Download
M sync/internal_api/public/base/node_ordinal_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/base/ordinal.h View 8 chunks +20 lines, -15 lines 0 comments Download
M sync/internal_api/public/base/unique_position.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/base/unique_position.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/public/base/unique_position_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M sync/internal_api/public/base_node.h View 7 chunks +14 lines, -11 lines 0 comments Download
M sync/internal_api/public/base_transaction.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/change_record.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/internal_api/public/change_record_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/internal_api/public/data_batch_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/data_type_association_stats.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/public/delete_journal.h View 3 chunks +5 lines, -3 lines 0 comments Download
M sync/internal_api/public/engine/passive_model_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/engine/polling_constants.h View 1 chunk +5 lines, -3 lines 0 comments Download
M sync/internal_api/public/engine/polling_constants.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M sync/internal_api/public/events/clear_server_data_request_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/clear_server_data_response_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/commit_request_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/commit_response_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/configure_get_updates_request_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/get_updates_response_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/normal_get_updates_request_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/events/poll_get_updates_request_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/http_bridge.h View 2 chunks +7 lines, -3 lines 0 comments Download
M sync/internal_api/public/internal_components_factory_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/model_type_entity.h View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/public/non_blocking_sync_common.h View 5 chunks +8 lines, -6 lines 0 comments Download
M sync/internal_api/public/read_node.h View 3 chunks +6 lines, -3 lines 0 comments Download
M sync/internal_api/public/read_transaction.h View 2 chunks +5 lines, -1 line 0 comments Download
M sync/internal_api/public/sessions/model_neutral_state.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/internal_api/public/sessions/status_counters.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/internal_api/public/sessions/sync_session_snapshot.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/public/sync_manager.h View 3 chunks +9 lines, -10 lines 0 comments Download
M sync/internal_api/public/sync_manager_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/test/fake_sync_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/test/test_entry_factory.h View 4 chunks +26 lines, -23 lines 0 comments Download
M sync/internal_api/public/test/test_internal_components_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/test/test_user_share.h View 1 chunk +3 lines, -1 line 0 comments Download
M sync/internal_api/public/util/immutable.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/util/immutable_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/util/proto_value_ptr_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/public/util/weak_handle.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/write_node.h View 3 chunks +6 lines, -3 lines 0 comments Download
M sync/internal_api/public/write_transaction.h View 2 chunks +6 lines, -2 lines 0 comments Download
M sync/internal_api/read_node.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/read_transaction.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/internal_api/shared_model_type_processor_unittest.cc View 6 chunks +11 lines, -8 lines 0 comments Download
M sync/internal_api/sync_backup_manager.h View 2 chunks +4 lines, -1 line 0 comments Download
M sync/internal_api/sync_backup_manager.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M sync/internal_api/sync_encryption_handler_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/sync_encryption_handler_impl.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M sync/internal_api/sync_encryption_handler_impl_unittest.cc View 12 chunks +15 lines, -14 lines 0 comments Download
M sync/internal_api/sync_manager_impl.h View 3 chunks +6 lines, -3 lines 0 comments Download
M sync/internal_api/sync_manager_impl.cc View 5 chunks +14 lines, -7 lines 0 comments Download
M sync/internal_api/sync_manager_impl_unittest.cc View 33 chunks +71 lines, -70 lines 0 comments Download
M sync/internal_api/sync_rollback_manager.h View 2 chunks +5 lines, -1 line 0 comments Download
M sync/internal_api/sync_rollback_manager.cc View 2 chunks +5 lines, -1 line 0 comments Download
M sync/internal_api/sync_rollback_manager_base.h View 2 chunks +5 lines, -2 lines 0 comments Download
M sync/internal_api/sync_rollback_manager_base.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M sync/internal_api/sync_rollback_manager_unittest.cc View 6 chunks +12 lines, -10 lines 0 comments Download
M sync/internal_api/syncapi_internal.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/internal_api/syncapi_server_connection_manager.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/test/test_entry_factory.cc View 18 chunks +30 lines, -28 lines 0 comments Download
M sync/internal_api/test/test_user_share.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/internal_api/write_node.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/internal_api/write_transaction.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/js/js_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/js/sync_js_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/protocol/proto_enum_conversions.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/protocol/proto_value_conversions.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M sync/sessions/data_type_tracker.h View 1 chunk +3 lines, -1 line 0 comments Download
M sync/sessions/data_type_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/sessions/directory_type_debug_info_emitter.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/sessions/model_type_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/model_type_registry.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/sessions/nudge_tracker.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/sessions/nudge_tracker.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/sessions/nudge_tracker_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/sessions/status_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/sessions/status_controller.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/sessions/sync_session.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/sessions/sync_session_context.h View 2 chunks +4 lines, -1 line 0 comments Download
M sync/syncable/deferred_on_disk_directory_backing_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/directory.h View 16 chunks +20 lines, -17 lines 0 comments Download
M sync/syncable/directory.cc View 18 chunks +27 lines, -25 lines 0 comments Download
M sync/syncable/directory_backing_store.h View 2 chunks +4 lines, -1 line 0 comments Download
M sync/syncable/directory_backing_store.cc View 11 chunks +15 lines, -11 lines 0 comments Download
M sync/syncable/directory_backing_store_unittest.cc View 10 chunks +27 lines, -35 lines 0 comments Download
M sync/syncable/directory_change_delegate.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/syncable/directory_unittest.h View 3 chunks +7 lines, -6 lines 0 comments Download
M sync/syncable/directory_unittest.cc View 19 chunks +35 lines, -35 lines 0 comments Download
M sync/syncable/entry.h View 4 chunks +11 lines, -7 lines 0 comments Download
M sync/syncable/entry.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/syncable/entry_kernel.h View 8 chunks +11 lines, -9 lines 0 comments Download
M sync/syncable/entry_kernel.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/syncable/in_memory_directory_backing_store.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/syncable/invalid_directory_backing_store.h View 1 chunk +2 lines, -1 line 0 comments Download
M sync/syncable/metahandle_set.h View 1 chunk +3 lines, -2 lines 0 comments Download
M sync/syncable/model_neutral_mutable_entry.h View 4 chunks +8 lines, -4 lines 0 comments Download
M sync/syncable/model_neutral_mutable_entry.cc View 7 chunks +12 lines, -9 lines 0 comments Download
M sync/syncable/model_type.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/syncable/mutable_entry.h View 3 chunks +5 lines, -2 lines 0 comments Download
M sync/syncable/mutable_entry.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M sync/syncable/nigori_util.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M sync/syncable/on_disk_directory_backing_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/parent_child_index.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/scoped_kernel_lock.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/scoped_parent_child_index_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/syncable/syncable_base_transaction.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/syncable_base_write_transaction.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/syncable_columns.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/syncable_delete_journal.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/syncable/syncable_delete_journal.cc View 2 chunks +4 lines, -1 line 0 comments Download
M sync/syncable/syncable_enum_conversions.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/syncable/syncable_model_neutral_write_transaction.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/syncable/syncable_read_transaction.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/syncable/syncable_unittest.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M sync/syncable/syncable_util.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/syncable/syncable_util.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/syncable/syncable_write_transaction.h View 5 chunks +8 lines, -4 lines 0 comments Download
M sync/syncable/syncable_write_transaction.cc View 6 chunks +8 lines, -6 lines 0 comments Download
M sync/syncable/write_transaction_info.h View 3 chunks +5 lines, -2 lines 0 comments Download
M sync/syncable/write_transaction_info.cc View 1 chunk +4 lines, -1 line 0 comments Download
M sync/test/callback_counter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/test/engine/fake_model_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/mock_commit_queue.h View 3 chunks +8 lines, -5 lines 0 comments Download
M sync/test/engine/mock_commit_queue.cc View 6 chunks +13 lines, -10 lines 0 comments Download
M sync/test/engine/mock_connection_manager.h View 11 chunks +38 lines, -38 lines 0 comments Download
M sync/test/engine/mock_connection_manager.cc View 15 chunks +30 lines, -28 lines 0 comments Download
M sync/test/engine/mock_model_type_processor.h View 3 chunks +9 lines, -6 lines 0 comments Download
M sync/test/engine/mock_model_type_processor.cc View 6 chunks +12 lines, -9 lines 0 comments Download
M sync/test/engine/mock_nudge_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/single_type_mock_server.h View 3 chunks +9 lines, -5 lines 0 comments Download
M sync/test/engine/single_type_mock_server.cc View 6 chunks +13 lines, -10 lines 0 comments Download
M sync/test/engine/test_directory_setter_upper.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/engine/test_id_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/test/fake_server/android/fake_server_helper_android.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/android/fake_server_helper_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/fake_server/bookmark_entity.h View 4 chunks +7 lines, -6 lines 0 comments Download
M sync/test/fake_server/bookmark_entity.cc View 2 chunks +13 lines, -13 lines 0 comments Download
M sync/test/fake_server/bookmark_entity_builder.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/test/fake_server/entity_builder_factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/test/fake_server/fake_server.h View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/test/fake_server/fake_server.cc View 8 chunks +12 lines, -13 lines 0 comments Download
M sync/test/fake_server/fake_server_entity.h View 4 chunks +6 lines, -5 lines 0 comments Download
M sync/test/fake_server/fake_server_entity.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M sync/test/fake_server/fake_server_http_post_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/test/fake_server/fake_server_verifier.h View 1 chunk +3 lines, -0 lines 0 comments Download
M sync/test/fake_server/fake_server_verifier.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/test/fake_server/permanent_entity.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/permanent_entity.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/tombstone_entity.h View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/tombstone_entity.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/fake_server/unique_client_entity.h View 3 chunks +7 lines, -6 lines 0 comments Download
M sync/test/fake_server/unique_client_entity.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M sync/test/local_sync_test_server.h View 3 chunks +5 lines, -3 lines 0 comments Download
M sync/test/local_sync_test_server.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M sync/test/mock_invalidation.h View 3 chunks +6 lines, -4 lines 0 comments Download
M sync/test/mock_invalidation.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M sync/test/mock_invalidation_tracker.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/test/mock_invalidation_tracker.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sync/test/null_directory_change_delegate.h View 2 chunks +4 lines, -2 lines 0 comments Download
M sync/test/null_directory_change_delegate.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M sync/test/sessions/mock_debug_info_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/test/sessions/test_scoped_session_event_listener.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/test/test_directory_backing_store.cc View 1 chunk +0 lines, -1 line 0 comments Download
M sync/test/trackable_mock_invalidation.h View 2 chunks +3 lines, -1 line 0 comments Download
M sync/test/trackable_mock_invalidation.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M sync/tools/sync_client.cc View 4 chunks +5 lines, -2 lines 0 comments Download
M sync/tools/sync_listen_notifications.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/tools/testserver/run_sync_testserver.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M sync/util/cryptographer.h View 1 chunk +1 line, -0 lines 0 comments Download
M sync/util/cryptographer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/util/extensions_activity.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sync/util/get_session_name.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/util/get_session_name_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M sync/util/get_session_name_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sync/util/nigori.h View 1 chunk +2 lines, -0 lines 0 comments Download
M sync/util/nigori.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M sync/util/time.h View 2 chunks +4 lines, -3 lines 0 comments Download
M sync/util/time.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1545553003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1545553003/1
5 years ago (2015-12-22 02:02:49 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-22 03:14:19 UTC) #3
commit-bot: I haz the power
5 years ago (2015-12-22 03:15:22 UTC) #5
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/4856ced07dfda549a142df3a5fa28cbb73bf1865
Cr-Commit-Position: refs/heads/master@{#366533}

Powered by Google App Engine
This is Rietveld 408576698