summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/cros_disks_client.cc
Commit message (Expand)AuthorAgeFilesLines
* chromeos: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-1/+0
* Update {virtual,override,final} to follow C++11 style in chromeos/dbus.dcheng2015-01-161-25/+23
* Merge CrosDisksClientStubImpl into FakeCrosDisksClientsatorux2014-10-301-183/+2
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-061-20/+20
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in ash/, athe...thestig2014-09-101-1/+1
* Read from CrosDisks to determine If a disk is on a removable device.benchan@chromium.org2014-07-221-0/+7
* Add EnumerateMountEntries method in CrosDisksClient.kinaba@chromium.org2014-05-161-12/+77
* Use cros-disks Format DBus call instead of deprecated FormatDevice.benchan@chromium.org2014-05-061-23/+19
* Observe cros-disks FormatCompleted signal instead of FormattingFinished.benchan@chromium.org2014-05-061-11/+48
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-3/+3
* Update cros_disks_client to work with Unmount method returning status.tbarzic@chromium.org2013-09-191-0/+17
* Split construction and initialization of DBus clients.pneubeck@chromium.org2013-08-271-9/+11
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* chromeos: Remove unused 'type' argument from CrosDisksClient::Mounthashimoto@chromium.org2013-07-121-7/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* chromeos: Use dbus::PopDataAsValue to initialize DiskInfohashimoto@chromium.org2013-07-091-90/+50
* chromeos: Replace base::Callback<void()> typedefs in CrosDisksClient with bas...hashimoto@chromium.org2013-07-041-17/+17
* chromeos: Remove |device_path| argument from CrosDiskClient::FormatDeviceCall...hashimoto@chromium.org2013-07-031-4/+2
* chromeos: Change CrosDisksClient::Unmount's callback type to base::Closurehashimoto@chromium.org2013-07-021-13/+10
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-4/+2
* Use a direct include of strings headers in chromeos/.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* chromeos: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-1/+1
* chromeos: Fix malfunctioning CrosDisksClientStubImpl::Unmounthashimoto@chromium.org2013-03-071-18/+15
* chromeos: Implement fake archive mount functionality to CrosDisksClienthashimoto@chromium.org2013-03-051-7/+152
* chromeos: Use /tmp as mount root directory for stubs.hashimoto@chromium.org2013-03-041-0/+16
* Small refactoring in DiskMountManager (event reporting; format method).tbarzic@chromium.org2012-11-151-7/+7
* Cleanup: Fix a typo that got copied into many files.thestig@chromium.org2012-10-221-2/+2
* Do lazy unmount only when the disk has been physically removed.tbarzic@chromium.org2012-10-101-8/+15
* cros_disks_client: Add "lazy" unmount option.hshi@google.com2012-09-211-0/+1
* Populate vendor and product information of devices reported by CrosDisks.benchan@google.com2012-09-131-0/+20
* Cleaning up weak_ptr_factory destruction order.gdk@chromium.org2012-09-071-0/+3
* chromeos: Add dbus MTPDClient.thestig@chromium.org2012-08-071-3/+5
* In order to manage device media gallery permissions, use a device id that is ...kmadhusu@chromium.org2012-07-311-0/+1
* Update CrosDisksClient to recognize the DVD device type.benchan@chromium.org2012-05-041-4/+2
* gdata: Apply correct mount label when mounting archives in GDatahshi@google.com2012-04-301-0/+11
* gdata: Support opening zip file on Google Docs.hshi@google.com2012-04-251-1/+3
* chromeos: Convert D-Bus client classes' callback arguments to const referencehashimoto@chromium.org2012-04-111-36/+38
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-0/+566