1. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  2. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  3. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  4. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  5. 06a553b Move file_util_proxy to base/files. by brettw@chromium.org · 12 years ago[Renamed (99%) from base/file_util_proxy.cc]
  6. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  7. 81f6e03 Cleanup: Deprecate FileUtilProxy::RelayFileTask by kinuko@chromium.org · 12 years ago
  8. 98e7067 Cleanup: IWYU for base/file_util_proxy.h. by thestig@chromium.org · 12 years ago
  9. 20e2efc Convert MessageLoopProxy to TaskRunner in FileUtilProxy by kinuko@chromium.org · 12 years ago
  10. 6d02597 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by battre@chromium.org · 12 years ago
  11. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  12. 9c033e2 Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Truncate/Copy/Move by kinuko@chromium.org · 13 years ago
  13. 51520d5 Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delete/Touch/Truncate/Copy/Move by joi@chromium.org · 13 years ago
  14. 73cdeae Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delete/Touch/Truncate/Copy/Move by kinuko@chromium.org · 13 years ago
  15. 42e9d8c Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  16. d250f59 Revert 108639 - again it seems to have broken Mac layout tests by kinuko@chromium.org · 13 years ago
  17. 2afafcf Original issue with review is: http://codereview.chromium.org/8424006/ by kinuko@chromium.org · 13 years ago
  18. 702fb4e Revert 108258 - broke Mac LayoutTests. by kinuko@chromium.org · 13 years ago
  19. c94b145 Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  20. ccadc2e Reimplementing FileUtilProxy using PostTaskAndReply by kinuko@chromium.org · 13 years ago
  21. 4f65c99 Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback by kinuko@chromium.org · 13 years ago
  22. c14280a base::Bind: Final cleanup in file_util_proxy.cc. by jhawkins@chromium.org · 13 years ago
  23. 162de39 base::Bind: Convert FileUtilProxy::StatusCallback. by jhawkins@chromium.org · 13 years ago
  24. 553ef50 base::Bind: Convert FileUtilProxy::WriteCallback. by jhawkins@chromium.org · 13 years ago
  25. d08a33e base::Bind: Convert FileUtilProxy::ReadCallback. by jhawkins@chromium.org · 13 years ago
  26. e13cc44 base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. by jhawkins@chromium.org · 13 years ago
  27. 56771f0 base::Bind: Convert FileUtilProxy::GetFileInfoCallback. by jhawkins@chromium.org · 13 years ago
  28. 70bffc1 base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. by jhawkins@chromium.org · 13 years ago
  29. d90c4f5 base::Bind: Convert FileUtilProxy::CreateTemporaryCallback. by jhawkins@chromium.org · 13 years ago
  30. 3a6573d base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. by jhawkins@chromium.org · 13 years ago
  31. 6e168d3 Fix a small leak in FileUtilProxy by kinuko@chromium.org · 13 years ago
  32. 21d251f Adding checks to guard against buffer overruns in QuotaFileIO::Write and base::FileUtilProxy::Write by sanga@chromium.org · 13 years ago
  33. f5cff13 Adding guards against heap overflow in PPB_FileIO::Read by sanga@chromium.org · 13 years ago
  34. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  35. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 13 years ago
  36. 09987c3 Adding FileUtilProxy::Entry::{size,last_modified_time}, by tzik@chromium.org · 13 years ago
  37. f56dab2 Support creating temporary files for sync file operations. by noelutz@google.com · 13 years ago
  38. 899d4e0 Initialize RelayWrite member. by finnur@chromium.org · 13 years ago
  39. 44a9973 Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. by darin@chromium.org · 13 years ago
  40. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  41. 4871068 Moving Entry from base::file_util_proxy namespace to within class base::FileUtilProxy by kkanetkar@chromium.org · 14 years ago
  42. 850eb6d Rename FileUtilProxy::Create to EnsureFileExists by kinuko@chromium.org · 14 years ago
  43. af334b2 Return NOT_FOUND error for an attempt to create a file under nonexistent directory. by kinuko@chromium.org · 14 years ago
  44. a122bcf Make sure we close the file_handle when we create (but not open) a new file by kinuko@chromium.org · 14 years ago
  45. 1a07804 Reapply 61613 that was reverted for false valgrind alarm. by kinuko@chromium.org · 14 years ago
  46. 31583c3 Revert 61613 - possible culprit for valgrind error. (Support removeRecursively and new copy/move) by kinuko@chromium.org · 14 years ago
  47. f24721f Second try for support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 14 years ago
  48. 335bd35 Revert 61480 - Support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 14 years ago
  49. 7f245d1 Marks Test{Move,Copy}FailureContainsPath FAILS on Windows, also makes a fix attempt for the failure. by kinuko@chromium.org · 14 years ago
  50. 171e5ac Support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 14 years ago
  51. 6a65222 Second try at submitting 61462. by ericu@google.com · 14 years ago
  52. c99cb61 Revert 61462 - Add truncate and cancel for FileWriter; write and more tests will come in later CLs. by ericu@google.com · 14 years ago
  53. 4a75bfb Add truncate and cancel for FileWriter; write and more tests will come in later CLs. by ericu@google.com · 14 years ago
  54. d719ede file_util_proxy: fix a typo that caused us to ignore a path. by evan@chromium.org · 14 years ago
  55. 12c2e2b Adding a FileUtilProxy::TouchFile() method that takes a FilePath as an by dumi@chromium.org · 14 years ago
  56. 2391598 Adding some functions that operate on file handles. by dumi@chromium.org · 14 years ago
  57. d6df7c5 Revert 59007 - Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 14 years ago
  58. fea699f Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 14 years ago
  59. c483d79 Add recursive flag to file_util_proxy::CreateDirectory. by kinuko@chromium.org · 14 years ago
  60. 97ae261 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by dumi@chromium.org · 14 years ago
  61. 83604d1 Change file_util_proxy::Entry::isDirectory to is_directory. by kinuko@chromium.org · 14 years ago
  62. 3a3bdea Changes for browser-side implementation for file api. by kkanetkar@chromium.org · 14 years ago
  63. 50f197d Add an optional parameter to CreatePlatformFile() to report the type by dumi@chromium.org · 14 years ago
  64. 9ed1f9d Support handling blob URL and resolve blob references in upload data. by jianli@chromium.org · 14 years ago
  65. 6dedd6d Change the FileUtilProxy callbacks to report error codes instead of booleans. by dumi@chromium.org · 14 years ago
  66. c980e40 Moving file_system_proxy to base/ and changing it to work with MessageLoopProxies instead of ChromeThreads. by dumi@chromium.org · 14 years ago