1. d08a33e base::Bind: Convert FileUtilProxy::ReadCallback. by jhawkins@chromium.org · 14 years ago
  2. e13cc44 base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. by jhawkins@chromium.org · 14 years ago
  3. 56771f0 base::Bind: Convert FileUtilProxy::GetFileInfoCallback. by jhawkins@chromium.org · 14 years ago
  4. 70bffc1 base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. by jhawkins@chromium.org · 14 years ago
  5. d90c4f5 base::Bind: Convert FileUtilProxy::CreateTemporaryCallback. by jhawkins@chromium.org · 14 years ago
  6. 3a6573d base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. by jhawkins@chromium.org · 14 years ago
  7. 6e168d3 Fix a small leak in FileUtilProxy by kinuko@chromium.org · 14 years ago
  8. 21d251f Adding checks to guard against buffer overruns in QuotaFileIO::Write and base::FileUtilProxy::Write by sanga@chromium.org · 14 years ago
  9. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 14 years ago
  10. 09987c3 Adding FileUtilProxy::Entry::{size,last_modified_time}, by tzik@chromium.org · 14 years ago
  11. f56dab2 Support creating temporary files for sync file operations. by noelutz@google.com · 14 years ago
  12. f7b5ad9 iwyu: Use callback_old.h where appropriate, part 1. by jhawkins@chromium.org · 14 years ago
  13. c3b6518 Base: Last set of files to use BASE_API (for base.dll) by rvargas@google.com · 14 years ago
  14. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  15. 44a9973 Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. by darin@chromium.org · 15 years ago
  16. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 15 years ago
  17. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 15 years ago
  18. 4871068 Moving Entry from base::file_util_proxy namespace to within class base::FileUtilProxy by kkanetkar@chromium.org · 15 years ago
  19. 850eb6d Rename FileUtilProxy::Create to EnsureFileExists by kinuko@chromium.org · 15 years ago
  20. a122bcf Make sure we close the file_handle when we create (but not open) a new file by kinuko@chromium.org · 15 years ago
  21. 1a07804 Reapply 61613 that was reverted for false valgrind alarm. by kinuko@chromium.org · 15 years ago
  22. 31583c3 Revert 61613 - possible culprit for valgrind error. (Support removeRecursively and new copy/move) by kinuko@chromium.org · 15 years ago
  23. f24721f Second try for support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 15 years ago
  24. 335bd35 Revert 61480 - Support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 15 years ago
  25. 171e5ac Support removeRecursively and new copy/move behaviors added to the spec recently. by kinuko@chromium.org · 15 years ago
  26. 6a65222 Second try at submitting 61462. by ericu@google.com · 15 years ago
  27. c99cb61 Revert 61462 - Add truncate and cancel for FileWriter; write and more tests will come in later CLs. by ericu@google.com · 15 years ago
  28. 4a75bfb Add truncate and cancel for FileWriter; write and more tests will come in later CLs. by ericu@google.com · 15 years ago
  29. 12c2e2b Adding a FileUtilProxy::TouchFile() method that takes a FilePath as an by dumi@chromium.org · 15 years ago
  30. 2391598 Adding some functions that operate on file handles. by dumi@chromium.org · 15 years ago
  31. d6df7c5 Revert 59007 - Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 15 years ago
  32. fea699f Adding some utility functions that work on file handles, and adding by dumi@chromium.org · 15 years ago
  33. c483d79 Add recursive flag to file_util_proxy::CreateDirectory. by kinuko@chromium.org · 15 years ago
  34. 97ae261 Moving file_util::FileInfo to base::PlatformFileInfo, and adding the by dumi@chromium.org · 15 years ago
  35. 83604d1 Change file_util_proxy::Entry::isDirectory to is_directory. by kinuko@chromium.org · 15 years ago
  36. 3a3bdea Changes for browser-side implementation for file api. by kkanetkar@chromium.org · 15 years ago
  37. 50f197d Add an optional parameter to CreatePlatformFile() to report the type by dumi@chromium.org · 15 years ago
  38. 9ed1f9d Support handling blob URL and resolve blob references in upload data. by jianli@chromium.org · 15 years ago
  39. 6dedd6d Change the FileUtilProxy callbacks to report error codes instead of booleans. by dumi@chromium.org · 15 years ago
  40. c980e40 Moving file_system_proxy to base/ and changing it to work with MessageLoopProxies instead of ChromeThreads. by dumi@chromium.org · 15 years ago