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

Issue 460503004: [SyncFS] Add last validate time in MDDB ver.4 (Closed)

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

Description

[SyncFS] Add last validate time in MDDB ver.4 BUG=347425 TEST=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289921

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Work for comments #

Total comments: 2

Patch Set 3 : Work for a nit #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -7 lines) Patch
M chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_constants.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc View 1 2 4 chunks +24 lines, -7 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
peria
PTL.
6 years, 4 months ago (2014-08-15 04:40:01 UTC) #1
tzik
https://codereview.chromium.org/460503004/diff/100001/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h File chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h (right): https://codereview.chromium.org/460503004/diff/100001/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h#newcode25 chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h:25: extern const char kLastValidTimeKey[]; s/Valid/Validation/ ? https://codereview.chromium.org/460503004/diff/100001/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 ...
6 years, 4 months ago (2014-08-15 05:22:52 UTC) #2
peria
https://codereview.chromium.org/460503004/diff/100001/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h File chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h (right): https://codereview.chromium.org/460503004/diff/100001/chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h#newcode25 chrome/browser/sync_file_system/drive_backend/drive_backend_constants.h:25: extern const char kLastValidTimeKey[]; On 2014/08/15 05:22:52, tzik wrote: ...
6 years, 4 months ago (2014-08-15 06:17:21 UTC) #3
tzik
lgtm https://codereview.chromium.org/460503004/diff/120001/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/460503004/diff/120001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc#newcode739 chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc:739: if (since_last_check.InDays() >= kThresholdToValidateInDays) { Just in case, ...
6 years, 4 months ago (2014-08-15 06:48:10 UTC) #4
peria
https://codereview.chromium.org/460503004/diff/120001/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/460503004/diff/120001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc#newcode739 chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc:739: if (since_last_check.InDays() >= kThresholdToValidateInDays) { On 2014/08/15 06:48:10, tzik ...
6 years, 4 months ago (2014-08-15 06:57:04 UTC) #5
peria
The CQ bit was checked by peria@chromium.org
6 years, 4 months ago (2014-08-15 07:03:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/460503004/140001
6 years, 4 months ago (2014-08-15 07:06:55 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-15 08:59:07 UTC) #8
nhiroki
lgtm with nit https://codereview.chromium.org/460503004/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/460503004/diff/140001/chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc#newcode84 chrome/browser/sync_file_system/drive_backend/metadata_database_index_on_disk.cc:84: // value: <time_t 'last_valid_time'> I guess ...
6 years, 4 months ago (2014-08-15 11:03:15 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 17:14:41 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (140001) as 289921

Powered by Google App Engine
This is Rietveld 408576698