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

Issue 59193003: [SyncFS] Add RemoteToLocalSyncer skeleton (Closed)

Created:
7 years, 1 month ago by tzik
Modified:
7 years, 1 month ago
Reviewers:
kinuko
CC:
chromium-reviews, nhiroki+watch_chromium.org, kinuko+watch, tzik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[SyncFS] Add RemoteToLocalSyncer skeleton * Implements RemoteToLocalSyncer by the main point * Add necessary functions of MetadataDatabase as skeletons BUG=240165 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233249

Patch Set 1 #

Total comments: 8

Patch Set 2 : split SyncEngine change to another CL #

Patch Set 3 : merge another CL to this #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -3 lines) Patch
M chrome/browser/sync_file_system/drive_backend/metadata_database.h View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.h View 1 2 3 chunks +53 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc View 1 2 3 2 chunks +221 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
tzik
PTL
7 years, 1 month ago (2013-11-05 12:20:49 UTC) #1
kinuko
https://codereview.chromium.org/59193003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.h File chrome/browser/sync_file_system/drive_backend/metadata_database.h (right): https://codereview.chromium.org/59193003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.h#newcode235 chrome/browser/sync_file_system/drive_backend/metadata_database.h:235: void ResolveTrivialDirtiness(int64 tracker_id, Can you add a comment? What's ...
7 years, 1 month ago (2013-11-05 13:36:13 UTC) #2
tzik
https://codereview.chromium.org/59193003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.h File chrome/browser/sync_file_system/drive_backend/metadata_database.h (right): https://codereview.chromium.org/59193003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.h#newcode235 chrome/browser/sync_file_system/drive_backend/metadata_database.h:235: void ResolveTrivialDirtiness(int64 tracker_id, On 2013/11/05 13:36:13, kinuko wrote: > ...
7 years, 1 month ago (2013-11-06 04:56:07 UTC) #3
kinuko
https://codereview.chromium.org/59193003/diff/120001/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc File chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc (right): https://codereview.chromium.org/59193003/diff/120001/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc#newcode103 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc:103: bool unknown_parent = metadata_database()->FindTrackerByTrackerID( hmm, !FindTrackerByTrackerID(...) ?? https://codereview.chromium.org/59193003/diff/120001/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc#newcode169 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc:169: ...
7 years, 1 month ago (2013-11-06 05:23:38 UTC) #4
tzik
Updated! PTAL. https://codereview.chromium.org/59193003/diff/120001/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc File chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc (right): https://codereview.chromium.org/59193003/diff/120001/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc#newcode103 chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc:103: bool unknown_parent = metadata_database()->FindTrackerByTrackerID( On 2013/11/06 05:23:38, ...
7 years, 1 month ago (2013-11-06 05:41:28 UTC) #5
kinuko
Ok, lgtm Let's revisit low-priority one after we have better view for sync flow.
7 years, 1 month ago (2013-11-06 05:46:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/59193003/170001
7 years, 1 month ago (2013-11-06 06:15:21 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=220426
7 years, 1 month ago (2013-11-06 09:23:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/59193003/170001
7 years, 1 month ago (2013-11-06 09:26:02 UTC) #9
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 09:28:00 UTC) #10
Message was sent while issue was closed.
Change committed as 233249

Powered by Google App Engine
This is Rietveld 408576698