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

Issue 12211084: [Media Galleries] Populate volume metadata in ChromeOS/Linux (Closed)

Created:
7 years, 10 months ago by Greg Billock
Modified:
7 years, 9 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Media Galleries] Populate volume metadata in ChromeOS/Linux R=vandebo@chromium.org BUG=166248 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186835

Patch Set 1 #

Total comments: 14

Patch Set 2 : Add mac impl #

Patch Set 3 : Add windows impl #

Patch Set 4 : Windows work #

Patch Set 5 : Add windows tests. #

Patch Set 6 : Add linux -- get volume metadata; use StorageInfo #

Patch Set 7 : Merge to head #

Patch Set 8 : Rebase to head #

Patch Set 9 : Restrict to linux/chromeos #

Patch Set 10 : Reset header file #

Total comments: 15

Patch Set 11 : Use constructor #

Patch Set 12 : Rebase #

Patch Set 13 : Add larger constructor, put linux data structures back #

Total comments: 4

Patch Set 14 : Fix linux problems #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -101 lines) Patch
M chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/storage_monitor/storage_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -9 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +37 lines, -14 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 10 chunks +73 lines, -61 lines 0 comments Download
M chrome/browser/storage_monitor/storage_monitor_linux_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +22 lines, -6 lines 0 comments Download
M chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Greg Billock
7 years, 10 months ago (2013-02-08 01:28:59 UTC) #1
vandebo (ex-Chrome)
https://codereview.chromium.org/12211084/diff/1/chrome/browser/system_monitor/removable_storage_notifications.h File chrome/browser/system_monitor/removable_storage_notifications.h (right): https://codereview.chromium.org/12211084/diff/1/chrome/browser/system_monitor/removable_storage_notifications.h#newcode29 chrome/browser/system_monitor/removable_storage_notifications.h:29: StorageInfo(const std::string& id, This constructor implies that sometimes the ...
7 years, 10 months ago (2013-02-08 02:03:31 UTC) #2
Greg Billock
Thanks, Steve. I think the main issue to figure out is approach -- should I ...
7 years, 10 months ago (2013-02-08 16:42:02 UTC) #3
vandebo (ex-Chrome)
As we discussed, it's probably easier to change prefs first. https://codereview.chromium.org/12211084/diff/1/chrome/browser/system_monitor/removable_storage_notifications.h File chrome/browser/system_monitor/removable_storage_notifications.h (right): https://codereview.chromium.org/12211084/diff/1/chrome/browser/system_monitor/removable_storage_notifications.h#newcode29 ...
7 years, 10 months ago (2013-02-08 23:20:35 UTC) #4
Greg Billock
On 2013/02/08 23:20:35, vandebo wrote: > As we discussed, it's probably easier to change prefs ...
7 years, 9 months ago (2013-02-27 23:30:42 UTC) #5
vandebo (ex-Chrome)
https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc File chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc#newcode268 chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc:268: object_info.total_size_in_bytes = storage_size_in_bytes; This is weird.... The constructor is ...
7 years, 9 months ago (2013-03-01 22:21:48 UTC) #6
Greg Billock
https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc File chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc#newcode268 chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc:268: object_info.total_size_in_bytes = storage_size_in_bytes; On 2013/03/01 22:21:48, vandebo wrote: > ...
7 years, 9 months ago (2013-03-05 19:20:55 UTC) #7
vandebo (ex-Chrome)
https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc File chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc#newcode268 chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc:268: object_info.total_size_in_bytes = storage_size_in_bytes; On 2013/03/05 19:20:55, Greg Billock wrote: ...
7 years, 9 months ago (2013-03-06 01:34:54 UTC) #8
Greg Billock
https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc File chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/12211084/diff/34008/chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc#newcode268 chrome/browser/storage_monitor/removable_device_notifications_chromeos.cc:268: object_info.total_size_in_bytes = storage_size_in_bytes; On 2013/03/06 01:34:54, vandebo wrote: > ...
7 years, 9 months ago (2013-03-06 23:24:25 UTC) #9
vandebo (ex-Chrome)
LGTM https://codereview.chromium.org/12211084/diff/51001/chrome/browser/storage_monitor/storage_info.h File chrome/browser/storage_monitor/storage_info.h (right): https://codereview.chromium.org/12211084/diff/51001/chrome/browser/storage_monitor/storage_info.h#newcode15 chrome/browser/storage_monitor/storage_info.h:15: StorageInfo(const std::string& id, Is this one staying just ...
7 years, 9 months ago (2013-03-06 23:39:12 UTC) #10
Greg Billock
https://codereview.chromium.org/12211084/diff/51001/chrome/browser/storage_monitor/storage_info.h File chrome/browser/storage_monitor/storage_info.h (right): https://codereview.chromium.org/12211084/diff/51001/chrome/browser/storage_monitor/storage_info.h#newcode15 chrome/browser/storage_monitor/storage_info.h:15: StorageInfo(const std::string& id, On 2013/03/06 23:39:12, vandebo wrote: > ...
7 years, 9 months ago (2013-03-07 21:06:06 UTC) #11
vandebo (ex-Chrome)
LGTM
7 years, 9 months ago (2013-03-07 21:07:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/12211084/55001
7 years, 9 months ago (2013-03-07 21:31:50 UTC) #13
commit-bot: I haz the power
7 years, 9 months ago (2013-03-08 01:17:21 UTC) #14
Message was sent while issue was closed.
Change committed as 186835

Powered by Google App Engine
This is Rietveld 408576698