summaryrefslogtreecommitdiffstats
path: root/chromeos/disks
Commit message (Expand)AuthorAgeFilesLines
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-1/+1
* Switch to standard integer types in chromeos/.avi2015-12-216-9/+23
* Refresh the rest of devices even if some devices get errors.hirono2015-08-101-2/+2
* Refresh mount state when suspend is done.hirono2015-07-295-12/+22
* Remove legacy StartsWithASCII function.brettw2015-07-161-3/+3
* Reland: Unmount SD card when the device is suspended.hirono2015-07-022-16/+56
* Revert of Unmount SD card when the device is suspended. (patchset #2 id:60001...finnur2015-06-302-56/+16
* Unmount SD card when the device is suspended.hirono2015-06-302-16/+56
* Unmount USB devices when the machine is being suspended.hirono2015-06-224-2/+223
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-3/+3
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Remove duplicate includes from chromeos/pneubeck2015-02-251-1/+0
* Update {virtual,override,final} to follow C++11 style in chromeos.dcheng2015-01-212-25/+22
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-12/+12
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-271-6/+2
* Read from CrosDisks to determine If a disk is on a removable device.benchan@chromium.org2014-07-225-2/+19
* Add a DiskMountManager method to refresh mount entries in addition to devices.kinaba@chromium.org2014-07-114-30/+97
* Add EnumerateMountEntries method in CrosDisksClient.kinaba@chromium.org2014-05-161-16/+15
* Use cros-disks Format DBus call instead of deprecated FormatDevice.benchan@chromium.org2014-05-062-127/+49
* Observe cros-disks FormatCompleted signal instead of FormattingFinished.benchan@chromium.org2014-05-062-56/+48
* On some Chrome OS devices there are drives that appear removable to the user ...haven@chromium.org2014-03-302-10/+18
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-021-2/+2
* ChromeOS: Remove MockDBusThreadManager.pneubeck@chromium.org2013-11-101-2/+4
* dbus: Rename MockDBusTreadManagerWithoutGMock to FakeDBusThreadManagersatorux@chromium.org2013-10-221-7/+5
* Replace mountType by volumeType on fileBrowserPrivate APIs.hidehiko@chromium.org2013-09-092-39/+0
* Use a direct include of the message_loop header in chromeos/.avi@chromium.org2013-07-172-2/+2
* chromeos: Remove unused 'type' argument from CrosDisksClient::Mounthashimoto@chromium.org2013-07-121-1/+0
* chromeos: Remove |device_path| argument from CrosDiskClient::FormatDeviceCall...hashimoto@chromium.org2013-07-031-3/+3
* chromeos: Change CrosDisksClient::Unmount's callback type to base::Closurehashimoto@chromium.org2013-07-021-4/+12
* Use a direct include of strings headers in chromeos/.avi@chromium.org2013-06-112-2/+2
* chromeos: Use base::MessageLoop.xhwang@chromium.org2013-05-291-1/+1
* Use MockDBusThreadManagerWithoutGMock for DiskMountManagerTestharuki@chromium.org2013-05-141-97/+104
* Add callback to DiskMountManager::UnmountPathtbarzic@chromium.org2013-03-145-44/+62
* Rename RemovableDeviceNotifications=>StorageMonitortommycli@chromium.org2013-03-041-2/+2
* Use base::Callback for UnmountDeviceRecursivelyCallbackType.hidehiko@chromium.org2013-02-214-57/+68
* Drive: Rename GData to Drive in extension JS APIyoshiki@chromium.org2012-11-281-4/+4
* Fix leak in DiskMountManagertbarzic@chromium.org2012-11-211-0/+2
* Try 2 - [Media Gallery][ChromeOS] Improve device media gallery names.kmadhusu@chromium.org2012-11-152-6/+15
* Small refactoring in DiskMountManager (event reporting; format method).tbarzic@chromium.org2012-11-155-157/+816
* Revert 167606 - [Media Gallery][ChromeOS] Improve device media gallery names.hbono@chromium.org2012-11-142-15/+6
* [Media Gallery][ChromeOS] Improve device media gallery names.kmadhusu@chromium.org2012-11-142-6/+15
* Do lazy unmount only when the disk has been physically removed.tbarzic@chromium.org2012-10-104-20/+34
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* [Chrome OS] Construct device label and unique id using vendor and product det...kmadhusu@chromium.org2012-09-172-5/+7
* When unmounting, unmount all mounts thaty are mounted from unmounting disk.tbarzic@chromium.org2012-09-151-0/+19
* Populate vendor and product information of devices reported by CrosDisks.benchan@google.com2012-09-133-0/+52
* chromeos: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-301-2/+4
* chromeos: Move src/chrome/browser/chromeos/disks to src/chromeoshashimoto@chromium.org2012-08-264-0/+1269