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