summaryrefslogtreecommitdiffstats
path: root/components/storage_monitor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove implicit HANDLE conversions from components.rvargas2014-09-301-5/+5
* Code re-factor related to WeakPtrFactory in src/component modulekulkarni.a2014-09-182-4/+4
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-107-7/+7
* Refactoring the WeakPtrFactory usage, Member variables should appear before t...mohan.reddy2014-09-101-3/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-2/+2
* Media Galleries: Omit ById in various method names, since all operations are ...thestig@chromium.org2014-08-052-15/+14
* Media Galleries: Change Linux MTP implementation to handle large directory li...thestig@chromium.org2014-07-311-1/+3
* GN: Add //ui/base/ime, fix up printing on macjamesr@chromium.org2014-07-231-1/+1
* GN Windows build fixesbrettw@chromium.org2014-07-221-1/+2
* Read from CrosDisks to determine If a disk is on a removable device.benchan@chromium.org2014-07-221-1/+2
* Revert 283946 "GN fixes for the Windows build."vitalybuka@chromium.org2014-07-181-2/+1
* GN fixes for the Windows build.brettw@chromium.org2014-07-181-1/+2
* Devices: Remove MTP functions that use file paths.thestig@chromium.org2014-07-172-35/+0
* Add GN build file for components/storage_monitorrlarocque@chromium.org2014-07-141-0/+116
* Consolidate SDK forwards in sdk_forward_declarations.h.avi@chromium.org2014-06-071-13/+1
* Linux: Unify udev scopers.thestig@chromium.org2014-06-034-25/+7
* Fill |model_name| and |vendor_name| fields of StorageInfo for MTP devices.kinaba@chromium.org2014-05-133-8/+29
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Add notification for media changed, and notify volume mount watcher when it o...krb@chromium.org2014-04-294-0/+65
* Mount MTP devices in Chrome OS Files.app.kinaba@chromium.org2014-04-282-0/+8
* On some Chrome OS devices there are drives that appear removable to the user ...haven@chromium.org2014-03-301-2/+10
* Change media galleries to external file system type to add toURL supportvandebo@chromium.org2014-03-282-1/+3