| Commit message (Expand) | Author | Age | Files | Lines |
* | Read from CrosDisks to determine If a disk is on a removable device. | benchan@chromium.org | 2014-07-22 | 1 | -0/+7 |
* | Add EnumerateMountEntries method in CrosDisksClient. | kinaba@chromium.org | 2014-05-16 | 1 | -12/+77 |
* | Use cros-disks Format DBus call instead of deprecated FormatDevice. | benchan@chromium.org | 2014-05-06 | 1 | -23/+19 |
* | Observe cros-disks FormatCompleted signal instead of FormattingFinished. | benchan@chromium.org | 2014-05-06 | 1 | -11/+48 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move IsRunningOnChromeOS to SysInfo | stevenjb@chromium.org | 2013-09-27 | 1 | -3/+3 |
* | Update cros_disks_client to work with Unmount method returning status. | tbarzic@chromium.org | 2013-09-19 | 1 | -0/+17 |
* | Split construction and initialization of DBus clients. | pneubeck@chromium.org | 2013-08-27 | 1 | -9/+11 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | chromeos: Remove unused 'type' argument from CrosDisksClient::Mount | hashimoto@chromium.org | 2013-07-12 | 1 | -7/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | chromeos: Use dbus::PopDataAsValue to initialize DiskInfo | hashimoto@chromium.org | 2013-07-09 | 1 | -90/+50 |
* | chromeos: Replace base::Callback<void()> typedefs in CrosDisksClient with bas... | hashimoto@chromium.org | 2013-07-04 | 1 | -17/+17 |
* | chromeos: Remove |device_path| argument from CrosDiskClient::FormatDeviceCall... | hashimoto@chromium.org | 2013-07-03 | 1 | -4/+2 |
* | chromeos: Change CrosDisksClient::Unmount's callback type to base::Closure | hashimoto@chromium.org | 2013-07-02 | 1 | -13/+10 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -4/+2 |
* | Use a direct include of strings headers in chromeos/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | chromeos: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 1 | -1/+1 |
* | chromeos: Fix malfunctioning CrosDisksClientStubImpl::Unmount | hashimoto@chromium.org | 2013-03-07 | 1 | -18/+15 |
* | chromeos: Implement fake archive mount functionality to CrosDisksClient | hashimoto@chromium.org | 2013-03-05 | 1 | -7/+152 |
* | chromeos: Use /tmp as mount root directory for stubs. | hashimoto@chromium.org | 2013-03-04 | 1 | -0/+16 |
* | Small refactoring in DiskMountManager (event reporting; format method). | tbarzic@chromium.org | 2012-11-15 | 1 | -7/+7 |
* | Cleanup: Fix a typo that got copied into many files. | thestig@chromium.org | 2012-10-22 | 1 | -2/+2 |
* | Do lazy unmount only when the disk has been physically removed. | tbarzic@chromium.org | 2012-10-10 | 1 | -8/+15 |
* | cros_disks_client: Add "lazy" unmount option. | hshi@google.com | 2012-09-21 | 1 | -0/+1 |
* | Populate vendor and product information of devices reported by CrosDisks. | benchan@google.com | 2012-09-13 | 1 | -0/+20 |
* | Cleaning up weak_ptr_factory destruction order. | gdk@chromium.org | 2012-09-07 | 1 | -0/+3 |
* | chromeos: Add dbus MTPDClient. | thestig@chromium.org | 2012-08-07 | 1 | -3/+5 |
* | In order to manage device media gallery permissions, use a device id that is ... | kmadhusu@chromium.org | 2012-07-31 | 1 | -0/+1 |
* | Update CrosDisksClient to recognize the DVD device type. | benchan@chromium.org | 2012-05-04 | 1 | -4/+2 |
* | gdata: Apply correct mount label when mounting archives in GData | hshi@google.com | 2012-04-30 | 1 | -0/+11 |
* | gdata: Support opening zip file on Google Docs. | hshi@google.com | 2012-04-25 | 1 | -1/+3 |
* | chromeos: Convert D-Bus client classes' callback arguments to const reference | hashimoto@chromium.org | 2012-04-11 | 1 | -36/+38 |
* | Move files inside chrome/browser/chromeos/dbus to chromeos/dbus | hashimoto@chromium.org | 2012-04-06 | 1 | -0/+566 |