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

Issue 371873003: [SyncFS] Implement methods to handle TrackerIDSet by FileID (Closed)

Created:
6 years, 5 months ago by peria
Modified:
6 years, 5 months ago
Reviewers:
nhiroki, tzik
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Project:
chromium
Visibility:
Public.

Description

[SyncFS] Implement methods to handle TrackerIDSet by FileID Most methods simulate TrackerIDSet structure on LevelDB entries. GetTrackerIDSetByPrefix() builds up a real TrackerIDSet to get gathered information. BUG=347425 TEST=./unit_tests --gtest_filter="MetadataDatabaseIndexOnDiskTest*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282305

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Work for nits #

Messages

Total messages: 7 (0 generated)
peria
PTL.
6 years, 5 months ago (2014-07-09 04:55:30 UTC) #1
tzik
https://codereview.chromium.org/371873003/diff/140001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc File chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc (right): https://codereview.chromium.org/371873003/diff/140001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc#newcode89 chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc:89: oss << kTrackerIDByFileIDKeyPrefix << file_id << '\x00'; s/'\x00'/'\0'/? Doesn't ...
6 years, 5 months ago (2014-07-09 06:39:46 UTC) #2
peria
https://codereview.chromium.org/371873003/diff/140001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc File chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc (right): https://codereview.chromium.org/371873003/diff/140001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc#newcode89 chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc:89: oss << kTrackerIDByFileIDKeyPrefix << file_id << '\x00'; On 2014/07/09 ...
6 years, 5 months ago (2014-07-09 07:34:50 UTC) #3
tzik
lgtm
6 years, 5 months ago (2014-07-10 03:52:27 UTC) #4
peria
The CQ bit was checked by peria@chromium.org
6 years, 5 months ago (2014-07-10 03:53:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/371873003/160001
6 years, 5 months ago (2014-07-10 03:55:25 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 11:06:57 UTC) #7
Message was sent while issue was closed.
Change committed as 282305

Powered by Google App Engine
This is Rietveld 408576698