summaryrefslogtreecommitdiffstats
path: root/components/storage_monitor
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* Replace ToLower calls to the new formatbrettw2015-08-101-1/+1
* Update SplitString calls in componentsbrettw2015-07-231-3/+3
* Fix pointer truncation in component_unittests.wfh2015-07-213-8/+8
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-1/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Move WriteInto to base namespace.Brett Wilson2015-07-072-17/+18
* Fix some case-insensitive cases for StartsWith.brettw2015-07-011-1/+2
* Add dependency on mtp_storage_info_proto to storage_monitor_test_support.amistry2015-07-011-0/+1
* Reland: Add a test to exercise GalleryWatchManager::OnRemoveableStorageDetached.reillyg2015-06-202-1/+21
* Revert of Add a test to exercise GalleryWatchManager::OnRemoveableStorageDeta...scottmg2015-06-192-21/+1
* Add a test to exercise GalleryWatchManager::OnRemoveableStorageDetached.reillyg2015-06-192-1/+21
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+3
* Get latest available space by calling GetStorageInfoFromDevice of mtpd.yawano2015-06-022-0/+11
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-5/+0
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in components/stor...pranay.kumar2015-05-203-6/+7
* win: Fix all plugin warnings in components/.thakis2015-05-013-6/+14
* Update {virtual,override} to follow C++11 style in components.nick2015-04-286-23/+20
* favor DCHECK_CURRENTLY_ON for better logs in components/ (part 2)mostynb2015-04-235-26/+26
* Implement CreateDirectory.yawano2015-03-312-0/+12
* favor DCHECK_CURRENTLY_ON for better logs in components/mostynb2015-03-254-23/+23
* Remove uses of KillProcess()rvargas2015-03-181-1/+2
* Introduce UdevDeviceGetSysattrValue, which is the same asagoode2015-03-181-2/+2
* Implement MoveFileLocal (with rename operation).yawano2015-03-172-0/+12
* Implement DeleteFile and DeleteDirectory.yawano2015-03-102-2/+14
* Move GetUdevDevicePropertyValue from components/storage_monitor to device/ude...agoode2015-03-063-23/+12
* Implement CopyFileFromLocal of MTPDeviceAsyncDelegate.yawano2015-03-052-0/+14
* Hotlist Slow: Remove extra thread pool created by VolumeMountWatcherWin.tommycli2015-03-035-33/+16
* Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.reillyg2015-02-091-2/+2
* Update {virtual,override,final} to follow C++11 style in components, round 2.dcheng2015-01-232-33/+29
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+6
* Update {virtual,override,final} for components/ to follow C++11 style.dcheng2015-01-132-7/+3
* Update storage_monitor to use the new version of LaunchProcess.rvargas2015-01-121-6/+6
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-1/+1
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-1/+1
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-1/+1
* gn format //componentsscottmg2014-12-031-3/+1
* Linux: Dynamically load libudev.thestig2014-11-222-12/+14
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-11-211-2/+2
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-11-131-7/+5
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-297-46/+46
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-2/+1
* Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud...thestig2014-10-243-6/+6
* Standardize usage of virtual/override/final in components/dcheng2014-10-215-35/+27
* Type conversion fixes, components/ edition.pkasting2014-10-172-3/+4
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0619-69/+69