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

Issue 11106009: drive: Add the local largest changestamp to chrome:drive-internals (Closed)

Created:
8 years, 2 months ago by satorux1
Modified:
8 years, 2 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik+watch_chromium.org, arv (Not doing code reviews), oshima+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

drive: Add the local largest changestamp to chrome:drive-internals This information would be useful to invetigate issues where the local file system metadata is out of sync. Along the way, replace SetString() with SetDouble() for the largest changestamp values. The largest change stamp should be small enough to fit in double without losing precision. BUG=155473 TEST="Largetst Changestamp (local)" is added in chrome:drive-internals Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162118

Patch Set 1 #

Total comments: 10

Patch Set 2 : rebase #

Total comments: 1

Patch Set 3 : address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -13 lines) Patch
M chrome/browser/chromeos/drive/drive_file_system.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system.cc View 1 2 1 chunk +6 lines, -0 lines 2 comments Download
M chrome/browser/chromeos/drive/drive_file_system_interface.h View 1 2 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/mock_drive_file_system.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.html View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.js View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 2 4 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
satorux1
8 years, 2 months ago (2012-10-12 08:41:48 UTC) #1
Haruki Sato
https://codereview.chromium.org/11106009/diff/1/chrome/browser/chromeos/drive/drive_file_system.h File chrome/browser/chromeos/drive/drive_file_system.h (right): https://codereview.chromium.org/11106009/diff/1/chrome/browser/chromeos/drive/drive_file_system.h#newcode138 chrome/browser/chromeos/drive/drive_file_system.h:138: virtual DriveResourceMetadata* GetResourceMetadata() OVERRIDE { Is this overriding something? ...
8 years, 2 months ago (2012-10-15 07:10:29 UTC) #2
Zachary Kuznia
The changes to move and remove operation shouldn't be needed once you rebase, since they're ...
8 years, 2 months ago (2012-10-15 09:36:55 UTC) #3
satorux1
http://codereview.chromium.org/11106009/diff/1/chrome/browser/chromeos/drive/drive_file_system.h File chrome/browser/chromeos/drive/drive_file_system.h (right): http://codereview.chromium.org/11106009/diff/1/chrome/browser/chromeos/drive/drive_file_system.h#newcode138 chrome/browser/chromeos/drive/drive_file_system.h:138: virtual DriveResourceMetadata* GetResourceMetadata() OVERRIDE { On 2012/10/15 07:10:29, Haruki ...
8 years, 2 months ago (2012-10-16 05:02:56 UTC) #4
Zachary Kuznia
https://codereview.chromium.org/11106009/diff/5008/chrome/browser/chromeos/drive/drive_file_system.cc File chrome/browser/chromeos/drive/drive_file_system.cc (right): https://codereview.chromium.org/11106009/diff/5008/chrome/browser/chromeos/drive/drive_file_system.cc#newcode2654 chrome/browser/chromeos/drive/drive_file_system.cc:2654: DriveFileSystemMetadata DriveFileSystem::GetMetadata() const { Since you're only returning the ...
8 years, 2 months ago (2012-10-16 07:19:11 UTC) #5
satorux1
https://codereview.chromium.org/11106009/diff/5008/chrome/browser/chromeos/drive/drive_file_system.cc File chrome/browser/chromeos/drive/drive_file_system.cc (right): https://codereview.chromium.org/11106009/diff/5008/chrome/browser/chromeos/drive/drive_file_system.cc#newcode2654 chrome/browser/chromeos/drive/drive_file_system.cc:2654: DriveFileSystemMetadata DriveFileSystem::GetMetadata() const { On 2012/10/16 07:19:12, Zachary Kuznia ...
8 years, 2 months ago (2012-10-16 07:37:16 UTC) #6
Zachary Kuznia
lgtm
8 years, 2 months ago (2012-10-16 08:00:13 UTC) #7
Haruki Sato
lgtm
8 years, 2 months ago (2012-10-16 08:24:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/satorux@chromium.org/11106009/5008
8 years, 2 months ago (2012-10-16 08:44:43 UTC) #9
commit-bot: I haz the power
8 years, 2 months ago (2012-10-16 10:35:48 UTC) #10
Change committed as 162118

Powered by Google App Engine
This is Rietveld 408576698