| Commit message (Expand) | Author | Age | Files | Lines |
* | favor DCHECK_CURRENTLY_ON for better logs in components/ (part 2) | mostynb | 2015-04-23 | 5 | -26/+26 |
* | Implement CreateDirectory. | yawano | 2015-03-31 | 2 | -0/+12 |
* | favor DCHECK_CURRENTLY_ON for better logs in components/ | mostynb | 2015-03-25 | 4 | -23/+23 |
* | Remove uses of KillProcess() | rvargas | 2015-03-18 | 1 | -1/+2 |
* | Introduce UdevDeviceGetSysattrValue, which is the same as | agoode | 2015-03-18 | 1 | -2/+2 |
* | Implement MoveFileLocal (with rename operation). | yawano | 2015-03-17 | 2 | -0/+12 |
* | Implement DeleteFile and DeleteDirectory. | yawano | 2015-03-10 | 2 | -2/+14 |
* | Move GetUdevDevicePropertyValue from components/storage_monitor to device/ude... | agoode | 2015-03-06 | 3 | -23/+12 |
* | Implement CopyFileFromLocal of MTPDeviceAsyncDelegate. | yawano | 2015-03-05 | 2 | -0/+14 |
* | Hotlist Slow: Remove extra thread pool created by VolumeMountWatcherWin. | tommycli | 2015-03-03 | 5 | -33/+16 |
* | Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile. | reillyg | 2015-02-09 | 1 | -2/+2 |
* | Update {virtual,override,final} to follow C++11 style in components, round 2. | dcheng | 2015-01-23 | 2 | -33/+29 |
* | Instrumenting all wndprocs to find jank. | vadimt | 2015-01-17 | 1 | -0/+6 |
* | Update {virtual,override,final} for components/ to follow C++11 style. | dcheng | 2015-01-13 | 2 | -7/+3 |
* | Update storage_monitor to use the new version of LaunchProcess. | rvargas | 2015-01-12 | 1 | -6/+6 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-05 | 1 | -1/+1 |
* | Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ... | rfevang | 2014-12-03 | 1 | -1/+1 |
* | Upgrade the windows specific version of LaunchProcess to avoid raw handles. | rvargas | 2014-12-03 | 1 | -1/+1 |
* | gn format //components | scottmg | 2014-12-03 | 1 | -3/+1 |
* | Linux: Dynamically load libudev. | thestig | 2014-11-22 | 2 | -12/+14 |
* | Remove implicit conversions from scoped_refptr to T* in components/ | dcheng | 2014-11-21 | 1 | -2/+2 |
* | Remove implicit conversions from scoped_refptr to T* in components/ | dcheng | 2014-11-13 | 1 | -7/+5 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-29 | 7 | -46/+46 |
* | Add a few missing overrides found by a new clang warning. | thakis | 2014-10-29 | 1 | -2/+1 |
* | Cleanup: Merge device/udev_linux/udev.{cc,h} into device/udev_linux/scoped_ud... | thestig | 2014-10-24 | 3 | -6/+6 |
* | Standardize usage of virtual/override/final in components/ | dcheng | 2014-10-21 | 5 | -35/+27 |
* | Type conversion fixes, components/ edition. | pkasting | 2014-10-17 | 2 | -3/+4 |
* | replace OVERRIDE and FINAL with override and final in components/ | mostynb | 2014-10-06 | 19 | -69/+69 |
* | Remove implicit HANDLE conversions from components. | rvargas | 2014-09-30 | 1 | -5/+5 |
* | Code re-factor related to WeakPtrFactory in src/component module | kulkarni.a | 2014-09-18 | 2 | -4/+4 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a... | thestig | 2014-09-10 | 7 | -7/+7 |
* | Refactoring the WeakPtrFactory usage, Member variables should appear before t... | mohan.reddy | 2014-09-10 | 1 | -3/+3 |
* | Move StringToLowerASCII to base namespace | brettw@chromium.org | 2014-08-07 | 2 | -2/+2 |
* | Media Galleries: Omit ById in various method names, since all operations are ... | thestig@chromium.org | 2014-08-05 | 2 | -15/+14 |
* | Media Galleries: Change Linux MTP implementation to handle large directory li... | thestig@chromium.org | 2014-07-31 | 1 | -1/+3 |
* | GN: Add //ui/base/ime, fix up printing on mac | jamesr@chromium.org | 2014-07-23 | 1 | -1/+1 |
* | GN Windows build fixes | brettw@chromium.org | 2014-07-22 | 1 | -1/+2 |
* | Read from CrosDisks to determine If a disk is on a removable device. | benchan@chromium.org | 2014-07-22 | 1 | -1/+2 |
* | Revert 283946 "GN fixes for the Windows build." | vitalybuka@chromium.org | 2014-07-18 | 1 | -2/+1 |
* | GN fixes for the Windows build. | brettw@chromium.org | 2014-07-18 | 1 | -1/+2 |
* | Devices: Remove MTP functions that use file paths. | thestig@chromium.org | 2014-07-17 | 2 | -35/+0 |
* | Add GN build file for components/storage_monitor | rlarocque@chromium.org | 2014-07-14 | 1 | -0/+116 |
* | Consolidate SDK forwards in sdk_forward_declarations.h. | avi@chromium.org | 2014-06-07 | 1 | -13/+1 |
* | Linux: Unify udev scopers. | thestig@chromium.org | 2014-06-03 | 4 | -25/+7 |
* | Fill |model_name| and |vendor_name| fields of StorageInfo for MTP devices. | kinaba@chromium.org | 2014-05-13 | 3 | -8/+29 |
* | Move IsStringUTF8/ASCII to base namespace | brettw@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Add notification for media changed, and notify volume mount watcher when it o... | krb@chromium.org | 2014-04-29 | 4 | -0/+65 |
* | Mount MTP devices in Chrome OS Files.app. | kinaba@chromium.org | 2014-04-28 | 2 | -0/+8 |
* | On some Chrome OS devices there are drives that appear removable to the user ... | haven@chromium.org | 2014-03-30 | 1 | -2/+10 |
* | Change media galleries to external file system type to add toURL support | vandebo@chromium.org | 2014-03-28 | 2 | -1/+3 |