1. c979e0c [SystemInfo API] Remove storage.onAvailableCapacityChanged Event and watch APIs. by [email protected] · 12 years ago
  2. 9eca54b3 StorageMonitor: Use a TestStorageMonitor for browser_tests. by [email protected] · 12 years ago
  3. da30598 [SystemInfo API] Refactor StorageInfoProvider Test using TestStorageMonitor by [email protected] · 12 years ago
  4. a93ddbf [StorageMonitor] Remove static access to storage monitor from Linux MTP observer. by [email protected] · 12 years ago
  5. d52426c base: Re-re-apply WeakPtr support for SequencedWorkerPools by [email protected] · 12 years ago
  6. 8e76597 Revert 213906 "base: Re-apply WeakPtr support for SequencedWorke..." by [email protected] · 12 years ago
  7. 5c0b443 base: Re-apply WeakPtr support for SequencedWorkerPools, fixing deadlock by [email protected] · 12 years ago
  8. d950675 [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace. by [email protected] · 12 years ago
  9. b7c91347 Fix remaining leaks in StorageMonitorLinux. by [email protected] · 12 years ago
  10. d09a4ce1c Update include paths in chrome/browser/ for base/process changes. by [email protected] · 12 years ago
  11. 6a14496 Flush the message loop in StorageMonitorLinux tests. by [email protected] · 12 years ago
  12. 87738f7 Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..." by [email protected] · 12 years ago
  13. 8b60ca72 [StorageMonitor] Move StorageMonitor ownership to BrowserProcessImpl by [email protected] · 12 years ago
  14. 643d41a [StorageMonitor] Tighten filter constraints for Mac ImageCapture messages. by [email protected] · 12 years ago
  15. 2fb8c2e Use a direct include of the message_loop header in chrome/browser/, part 10. by [email protected] · 12 years ago
  16. 09a1005 base: Change WeakPtr to use SequenceChecker instead of ThreadChecker. by [email protected] · 12 years ago
  17. dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
  18. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  19. 5ce2668 [SystemInfo API] Implement Storage Eject API by [email protected] · 12 years ago
  20. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  21. 456f3b4 Adjustment for StorageMonitor After SystemInfo Storage API Rewrite by [email protected] · 12 years ago
  22. 5553d5b Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by [email protected] · 12 years ago
  23. 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
  24. cc86ccfe Use a direct include of time headers in chrome/browser/, part 7. by [email protected] · 12 years ago
  25. a852203 mac: Update clients of scoped_nsobject.h. by [email protected] · 12 years ago
  26. 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
  27. cdd539c4 Rename StorageMonitor Initialize function to EnsureInitialized for better understanding. by [email protected] · 12 years ago
  28. e42f99a [MediaGalleries] Mock the app data dir on Windows/Mac by [email protected] · 12 years ago
  29. 1df07220 [MediaGalleries] Move name generation methods to the MediaGalleryPrefInfo object. by [email protected] · 12 years ago
  30. 05e3e73f [MediaGalleries] Move to fully rely on new name generation. by [email protected] · 12 years ago
  31. 300794e2 Refine StorageMonitor storage device getter by [email protected] · 12 years ago
  32. 24a555b6 Use a direct include of strings headers in chrome/browser/r*-s*/. by [email protected] · 12 years ago
  33. e309f31 Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. by [email protected] · 12 years ago
  34. fd7d379 Make some OS X code use "if (weak_ptr)" style by [email protected] · 12 years ago
  35. ec04d3f Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. by [email protected] · 12 years ago
  36. 94542ab Fix OS X use of WeakPtr<T>'s operator T* conversion by [email protected] · 12 years ago
  37. c95bf9e [Media Galleries] Lazily initialize the storage monitor. by [email protected] · 12 years ago
  38. c0f6f34 [MediaGalleries] Some cleanups to MediaFileSystemRegistry and nearby classes. by [email protected] · 12 years ago
  39. 048048dd Cleanup Various bits of Windows StorageMonitor classes. by [email protected] · 12 years ago
  40. 11b9620 Cleanup: Remove unneeded includes of chrome/browser/storage_monitor/media_storage_util.h by [email protected] · 12 years ago
  41. 4272e58f [MediaGalleries] Add temp dir adjustment in windows unit test. by [email protected] · 12 years ago
  42. c40df01 Cleanup: Remove ScopedGenericObj usage in chrome/. by [email protected] · 12 years ago
  43. b3a2509 chrome: Use base::MessageLoop. (Part 3) by [email protected] · 12 years ago
  44. ff7eadd0 StorageMonitor: Make StorageInfo a real class. by [email protected] · 12 years ago
  45. 193854e Add Picasa import hooks into MediaFileSystemRegistry. by [email protected] · 12 years ago
  46. 1b1e46d Picasa import: PicasaFinder infrastructure/stub. by [email protected] · 12 years ago
  47. fb7bc5c StorageMonitor: Remove more conditionals that are always true. by [email protected] · 12 years ago
  48. 7e1dab5 StorageMonitor: Make GetStorageInfoForPath()'s device_info parameter non-optional. by [email protected] · 12 years ago
  49. fff9422 [StorageMonitor] Remove VLOGs; looks like the changes for floppy are working. by [email protected] · 12 years ago
  50. f8c6cc8 Find iTunes library on windows. by [email protected] · 12 years ago
  51. 833ac11 [Media Galleries] Move all name generation to dialog controller. by [email protected] · 12 years ago
  52. 4a93d92 Grab bag of clang fixes for Windows code by [email protected] · 12 years ago
  53. 12561ef [StorageMonitor] Move device id methods to StorageInfo by [email protected] · 12 years ago
  54. b379db5 Remove an unneeded UTF conversion. by [email protected] · 12 years ago
  55. 99e0c823 [Storage Monitor] Check for floppy drives with both X: and \\.\X: forms of device name. by [email protected] · 12 years ago
  56. ffaf732 Cleanup: Remove unneeded base/file_util.h includes in chrome. by [email protected] · 12 years ago
  57. 7138c05 [StorageMonitor] Use StorageInfo in ChromeOS storage monitor internals. by [email protected] · 12 years ago
  58. 5f97569 [StorageMonitor] Add API to eject volumes (win) by [email protected] · 12 years ago
  59. 9be403c [StorageMonitor] Stop setting 'name' in StorageInfo. by [email protected] · 12 years ago
  60. 2921793 [Media Galleries] Support nested directories in Mac PTP. by [email protected] · 12 years ago
  61. fb44196 Revert 198844 "Move sequenced_task_runner to base/task" by [email protected] · 12 years ago
  62. 002c726 Move sequenced_task_runner to base/task by [email protected] · 12 years ago
  63. 8020c93 Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS] by [email protected] · 12 years ago
  64. 43947b47 [Media Galleries] Add infrastructure to find iTunes galleries. by [email protected] · 12 years ago
  65. cbc19090 [StorageMonitor] Fix up Mac initialization by [email protected] · 12 years ago
  66. 9c00909 chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  67. 80e2b76c8 [Media Galleries] Make sure IsDeviceAttached deals with Mac PTP by [email protected] · 12 years ago
  68. e193c5e [StorageMonitor] Add async initialization API. by [email protected] · 12 years ago
  69. efe690e [StorageMonitor] Eject on linux. by [email protected] · 12 years ago
  70. 095a939 [StorageMonitor] Use StorageInfo in Win by [email protected] · 12 years ago
  71. 87c6aae [Media Galleries] Don't read device metadata on GetDeviceInfo call (Windows) by [email protected] · 12 years ago
  72. fb5f3de Cleanup: Simplify GetStorageInfo() in MediaTransferProtocolDeviceObserverLinux. by [email protected] · 12 years ago
  73. bd9cc50d Storage Monitor: Make StorageMonitorLinux own the MediaTransferProtocolManager. by [email protected] · 12 years ago
  74. 01367b3c Add VLOGs temporarily to identify floppy spin issue on windows. by [email protected] · 12 years ago
  75. 4f60d80 Regularize storage monitor creation in Windows. by [email protected] · 12 years ago
  76. 0eadb9b0 Storage Monitor: Change the StorageMonitorCros to live on a single thread. by [email protected] · 12 years ago
  77. 17e9f4f9 [StorageMonitor] Scan fixed volumes on startup. by [email protected] · 12 years ago
  78. 5df479f [Media Galleries] Make MediaGalleriesPreferences an observer to StorageMonitor by [email protected] · 12 years ago
  79. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  80. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  81. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  82. f282ad0 [StorageMonitor] Remove GetStorageSize. by [email protected] · 12 years ago
  83. 0726efb0 Storage Monitor: Remove MediaTransferProtocolDeviceObserverLinux::GetInstance() and access it only from StorageMonitor. by [email protected] · 12 years ago
  84. 9123168 Storage Monitor: Remove deprecated StorageInfo ctor. by [email protected] · 12 years ago
  85. dd61dc15 Storage Monitor: MediaStorageUtil::HasDcim() should take a FilePath. by [email protected] · 12 years ago
  86. a4fec1a Fix leaks in StorageMonitorLinux by moving the FILE thread code to a separate class. by [email protected] · 12 years ago
  87. bb759f2 Use StorageInfo in Mac by [email protected] · 12 years ago
  88. 8b6b5a9 Revert 191782 "Use StorageInfo in Mac" by [email protected] · 12 years ago
  89. d1fd764 Use StorageInfo in Mac by [email protected] · 12 years ago
  90. ae0ea4d Cleanup: In StorageMonitorLinux, use a scoper to call RecordGetDeviceInfoResult() instead of manually calling it on every return path. by [email protected] · 12 years ago
  91. 3268d7b7 Rename sys_string_conversions in chrome. by [email protected] · 12 years ago
  92. 6d4fbe2c [Media Galleries] Ignore Mac PTP volumes mounted with mass storage by [email protected] · 12 years ago
  93. a58b7d0 Cleanup: Simplify Linux StorageMonitor's GetDeviceInfo function. by [email protected] · 12 years ago
  94. 21cd2b4f [SystemInfo API] Add onAttached/onDetached event for systemInfo.storage API by [email protected] · 12 years ago
  95. 6d7ba1a Regularize ownerships and lifecycle for storage monitor platform classes. by [email protected] · 12 years ago
  96. 2d9f195 Eject support for ChromeOS by [email protected] · 12 years ago
  97. 804a3e3f storage_monitor/VolumeMountWatcherWin: Replace Callback members with virtual functions. by [email protected] · 12 years ago
  98. f783c3d Disable drive scan on startup to avoid spinning floppy drives by [email protected] · 12 years ago
  99. 88e8162 Revert 187332 by [email protected] · 12 years ago
  100. 719e27e Consolidate storage_monitor/MediaDeviceNotificationsUtils into MediaStorageUtil. by [email protected] · 12 years ago