1. cd501a7 Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single storage namespace by [email protected] · 11 years ago
  2. e76ac738 Revert 282900 "Revert 282890 "[fsp] Add an option for mounting i..." by [email protected] · 11 years ago
  3. 2df37901 Revert 282890 "[fsp] Add an option for mounting in R/W mode." by [email protected] · 11 years ago
  4. ba28fc47 [fsp] Add an option for mounting in R/W mode. by [email protected] · 11 years ago
  5. a2e4ee2 Add a DiskMountManager method to refresh mount entries in addition to devices. by [email protected] · 11 years ago
  6. d52c2a1b Cut reference from MountedDiskMonitor to DiskMountManager. by [email protected] · 11 years ago
  7. 100313e [fsp] Rename file_system_name to display_name for consistency. by [email protected] · 11 years ago
  8. 8721b554 Files.app: Show surprise-unplug warning on kDiskRemoved event rather than kDeviceRemoved. by [email protected] · 11 years ago
  9. 9947dec Implement snapshotting for non-Drive non-local file systems. by [email protected] · 11 years ago
  10. 5e5cf78 A few cleaning up in file manager C++ code. by [email protected] · 11 years ago
  11. 3ecc6a12 Flip the flag and enable MTP support by default. by [email protected] · 11 years ago
  12. 03dfc57b Use .volume_label property for notifying MTP volume labels. by [email protected] · 11 years ago
  13. cdb25c7 Files.app: Retrieve disk label name from mount path. by [email protected] · 11 years ago
  14. 1156ebf Multi-Profile in Files.app: always mount per-profile "Downloads" folder. by [email protected] · 11 years ago
  15. f0dbab9 [fsp] Let extensions decide about the file system id. by [email protected] · 11 years ago
  16. 72c95ecb [fsp] Implement UI for provided file systems in Files app. by [email protected] · 11 years ago
  17. f9357a44 Turning on MultiProfile by default for ChromeOS by [email protected] · 11 years ago
  18. bcc70c4 Files.app+MTP: Simply show the device model name as a label of the volume. by [email protected] · 11 years ago
  19. 7f03f10 Nitpicking fixes for Files.app code. by [email protected] · 11 years ago
  20. 911c3a6 UMA stats for MTP file system in Chrome OS Files.app. by [email protected] · 11 years ago
  21. 2968bc0b Files.app: Do not mount MTP volumes if policy disables external storages. by [email protected] · 11 years ago
  22. bee0df31 Mount MTP devices in Chrome OS Files.app. by [email protected] · 11 years ago
  23. 57799a8 Introduce weak pointer for file_manager::VolumeManager (and some clean up.) by [email protected] · 11 years ago
  24. 81aedd7 Files.app: Show a notification when devices are hard unplugged. by [email protected] · 11 years ago
  25. 41259a7 [fsp] Decouple file_service_provider::Service. by [email protected] · 11 years ago
  26. 582f60b [fsp] Add requestUnmount() method together with the request manager. by [email protected] · 11 years ago
  27. 8370cc3 Minor clean up for Files.app code. by [email protected] · 11 years ago
  28. b966474 Files.app: add MTP volume type. by [email protected] · 11 years ago
  29. 22094639 [fsp] Introduce file_system_provider::Service class for the FileSystemProvider API. by [email protected] · 11 years ago
  30. 55b5594 Accept the DISK_CHANGED event and force mounting. by [email protected] · 11 years ago
  31. c262c47 Files.app: Add tests to copy a file from/to a fake USB volume. by [email protected] · 11 years ago
  32. 4fef343 Do not initialize the volume manager for sign in profiles. by [email protected] · 11 years ago
  33. 0ee0f64 Respect disabling removable devices policy for enterprise users. by [email protected] · 11 years ago
  34. 0fa422a Create file systems restricted to volumes. by [email protected] · 11 years ago
  35. 37d8ea29 Files.app: filter out zip archives mounted in other profiles. by [email protected] · 12 years ago
  36. b2593b3 Keep track of the list of currently mounted volumes in C++-side VolumeManager. by [email protected] · 12 years ago
  37. a852f5d Custom Downloads path for testing code must be injected via VolumeManager. by [email protected] · 12 years ago
  38. 36d3bae List each privet filesystem on the local network as a single volume by [email protected] · 12 years ago
  39. c60c76f Random cleanup for c/b/cros/extensions/file_manager. by [email protected] · 12 years ago
  40. ca6e099f Preparation for changing mount path for Drive folder to profile-wise different one. by [email protected] · 12 years ago
  41. a50f26978 Mount "Downloads" directory to different mount point name for each profile. by [email protected] · 12 years ago
  42. 3979df9 Files.app: Treat zip archives correctly as readonly. by [email protected] · 12 years ago
  43. 1aef5249 Chrome OS: Extract "Downloads" folder mounting code into one place. by [email protected] · 12 years ago
  44. eab6105d Stub for Privet file system by [email protected] · 12 years ago
  45. b7ffcac5 Change initial download path preference on Chrome OS to multi-profile aware source. by [email protected] · 12 years ago
  46. 68adf18 Reland: Misc cleanup in Drive/Files.app C++ code. by [email protected] · 12 years ago
  47. 1230851 Revert of https://codereview.chromium.org/114963002/ by [email protected] · 12 years ago
  48. 1768138 Misc cleanup in Drive/Files.app C++ code. by [email protected] · 12 years ago
  49. 12794ba Add mount option parameter to ExternalMountPoints::RegisterFileSystem. by [email protected] · 12 years ago
  50. 318779a Remove LOG(INFO) from Files.app/Drive code. by [email protected] · 12 years ago
  51. 45afb77 file_manager: Generate volume IDs in VolumeManager by [email protected] · 12 years ago
  52. bd084380 Add migration code for 'Downloads' path change for multi profile support. by [email protected] · 12 years ago
  53. c7326c9 Chrome OS: add 'Downloads' folder at each profile. by [email protected] · 12 years ago
  54. 0f52671e Remove MOUNT_TYPE_GOOGLE_DRIVE. by [email protected] · 12 years ago
  55. 8673a76 Refactor private APIs for Volume related code. by [email protected] · 12 years ago
  56. b3436138 Return Drive mount point by getMountPoints. by [email protected] · 12 years ago
  57. 8653ea0 Move OnFileSystemMounted/BeingUnmounted to VolumeManager. by [email protected] · 12 years ago
  58. ffd49a5 Move OnExternalStorageDisabledChanged from EventRouter to VolumeManager. by [email protected] · 12 years ago
  59. 0ef72b9 Move OnMountEvent implementation from EventRouter to VolumeManager. by [email protected] · 12 years ago
  60. 0130137 Move VolumeManager to c/b/chromeos/file_manager by [email protected] · 12 years ago[Renamed (96%) from chrome/browser/chromeos/extensions/file_manager/volume_manager.cc]
  61. 1e0b89a Extract OnDiskEvent and OnFormatEvent logic part from EventRouter to VolumeManager. by [email protected] · 12 years ago
  62. 6848760 Move OnDeviceEvent from EventRouter to VolumeManager. by [email protected] · 12 years ago
  63. 69f7345 Introduce VolumeManager. by [email protected] · 12 years ago