1. 1a64720 ReadDirectory should return NOT_A_DIRECTORY error if the target is a file by [email protected] · 12 years ago
  2. 4e7e388 FileUtilHelper cleanup: reduce the number of GetFileInfo calls by [email protected] · 12 years ago
  3. 403ada8 Cleanup: Remove using statements from webkit/fileapi header files. by [email protected] · 12 years ago
  4. 8eee1b6 Accumulate FileSystemUsageCache updates to improve write performance. by [email protected] · 12 years ago
  5. 4e1c7e5 webkit: Update the calls from RunAllPending() to RunUntilIdle(). by [email protected] · 12 years ago
  6. 9eaa331b Remove the old-sandbox-to-new-sandbox migration code. The only users of the old sandbox are those who used the filesystem in apps 1.5 years ago, and haven't loaded those apps since. by [email protected] · 12 years ago
  7. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  8. b9566e7c Lint fixes in webkit/fileapi by [email protected] · 13 years ago
  9. c4e6f9c Add FileChangeObserver to track changes in local file system by [email protected] · 13 years ago
  10. 13f92f6e Remove FileSystemFileUtil::{Directory,Path}Exists by [email protected] · 13 years ago
  11. dc57ec8 Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to avoid it blocks other I/O. by [email protected] · 13 years ago
  12. 02a6054 Renamed FileSystemOperation to LocalFileSystemOperation. by [email protected] · 13 years ago
  13. 281bc5b Remove unused fields found by clang's new Wunused-private-fields. by [email protected] · 13 years ago
  14. 949f25a Reduce the number of CrackFileSystemURL by [email protected] · 13 years ago
  15. 3ed847a6 Move all webkit/fileapi tests to content_unittests by [email protected] · 13 years ago
  16. 7d78be1 CreateOrOpen() with TRUNCATED flag should decrease the quota usage. by [email protected] · 13 years ago
  17. 3cfc10f Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by by [email protected] · 13 years ago
  18. 022d270 Convert some FileWriter tests to use TestMountPointProvider. by [email protected] · 13 years ago
  19. 294dd031 Merge QuotaFileUtil into ObfuscatedFileUtil by [email protected] · 13 years ago
  20. ecdfd6c5 Merge QuotaFileUtil::Truncate to ObfuscatedFileUtil::Truncate by [email protected] · 13 years ago
  21. a393891 Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDirectory() by [email protected] · 13 years ago
  22. aa437fa Add FileUtileHelper and split out FileSystemFileUtil::Delete by [email protected] · 13 years ago
  23. 45ea0fbbb Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move by [email protected] · 13 years ago
  24. 08f8feb Move src/dest info out of FileSystemOperationContext by [email protected] · 13 years ago
  25. 7e077f9 Cleanup: Use FilePath::LossyDisplayName() and FromUTF8Unsafe() in fileapi by [email protected] · 13 years ago
  26. d9034ed2 Define FilePath::NormalizePathSeparators on all platforms by [email protected] · 13 years ago
  27. f83b5b7 Cleanup: factor out common test sets under fileapi/ by [email protected] · 13 years ago
  28. e7e4673 Cleanup: Removing FileSystemPathManager by [email protected] · 13 years ago
  29. fad625e2f Update mtime of directory when containing entry changed. by [email protected] · 13 years ago
  30. 4d99be5 Use base::Callback in Quota related code. by [email protected] · 14 years ago
  31. 34161bb Fix for build error while building using 'make' (Complete build). by [email protected] · 14 years ago
  32. 81484d7 Obsoleting --unlimited-quota-for-files by [email protected] · 14 years ago
  33. 7878ece [Refactor] to rename and re-layer the file_util stack layers. by [email protected] · 14 years ago[Renamed (75%) from webkit/fileapi/obfuscated_file_system_file_util_unittest.cc]
  34. 9dfdc0e3 Don't abort reading directory when a backing file lost. by [email protected] · 14 years ago
  35. 3458333 Handle inconsistency between DB and Files by [email protected] · 14 years ago
  36. 2517cfa Fix OFSFU's Touch to match the other FSFU subclasses. by [email protected] · 14 years ago
  37. 0c5ebe3 Simplify directory path accounting. by [email protected] · 14 years ago
  38. 480fc059 Revert 95973 - Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtil by [email protected] · 14 years ago
  39. 57fa75bc Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtil by [email protected] · 14 years ago
  40. b0e2a4f Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUtils. by [email protected] · 14 years ago
  41. ccb14ed Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlying *FileUtil. by [email protected] · 14 years ago
  42. 81b7f66 Enable cross-filesystem moves and copies. by [email protected] · 14 years ago
  43. 2ef92d2b Remove ctime and atime checks to reduce flakiness. by [email protected] · 14 years ago
  44. fcc2d5f Integrated obfuscation with quota; all unit tests now pass with or without the flag that turns on obfuscation. by [email protected] · 14 years ago
  45. 6b93115 Code to migrate a single directory from the old sandbox to the new. by [email protected] · 14 years ago
  46. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  47. c7a4a10f This integrates the obfuscated filesystem, but keeps it turned off with a flag. by [email protected] · 14 years ago
  48. 89ee427 A few small cleanup items from TODOs in the Obfuscated filesystem code--unit tests and one data type change. by [email protected] · 14 years ago
  49. d4905e2e ObfuscatedFileSystemFileUtil class by [email protected] · 14 years ago