1. 8054d4e Only set File::[tracing_]path_ when file tracing is enabled. by dbeam · 10 years ago
  2. fe14ece Add granular file tracing. by dbeam · 10 years ago
  3. a13bbb2 Revert of Add granular base::File tracing. (patchset #10 id:490001 of https://codereview.chromium.org/1072133006/) by dbeam · 10 years ago
  4. f8037ff Revert of Revert some other possible suspects of a 0.43% size increase of setup.exe: https://build.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1124563003/) by dbeam · 10 years ago
  5. 95137ad Revert some other possible suspects of a 0.43% size increase of setup.exe: https://build.chromium.org/p/chromium/builders/Win/builds/31562 by Dan Beam · 10 years ago
  6. f6d3ec1 Add granular base::File tracing. by dbeam · 10 years ago
  7. 2cde016 Revert "Intercept base::File Open/Close" by pasko · 10 years ago
  8. 740120e Make unused InitializeUnsafe private and rename to DoInitialize. by dbeam · 10 years ago
  9. e2a95e6 Remove some needless base:: from base::File. by dbeam · 10 years ago
  10. 7eaf477 Add metrics for time elapsed in base::File::Flush(). by tnagel · 10 years ago
  11. f0165d5 Let ImportantFileWriter Use fdatasync by hashimoto · 10 years ago
  12. 98ea39f Add File::Duplicate to duplicate a file handle. by grt · 10 years ago
  13. 2eb6692 Mapping file busy/exists in POSIX File::OSErrorToFileError(). by cmumford · 10 years ago
  14. 63cb679 Intercept base::File Open/Close by pasko · 11 years ago
  15. b746766 Add memory corruption checking to base::File(). by gavinp · 11 years ago
  16. 4826afb Remove base/platform_file.* by rvargas@chromium.org · 11 years ago
  17. ba1a954 net: FileStream cleanup by rvargas@chromium.org · 11 years ago
  18. 6acba39 Require FLAG_WRITE when FLAG_CREATE_ALWAYS is specified by mdempsky@chromium.org · 11 years ago
  19. 527ea31 Base: Make file_util and file use the same code to translate from stat to File::Info by rvargas@chromium.org · 11 years ago
  20. 94f5b7d Implement Read/WriteAtCurrentPos correctly by hashimoto@chromium.org · 11 years ago
  21. 799ba6c net: Update FileStream to use base::File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  22. 536b9a9 Revert 257577 "Revert 257562 "Base: Make base::File use ScopedFD..." by zmo@chromium.org · 11 years ago
  23. 24e1022 Revert 257562 "Base: Make base::File use ScopedFD on POSIX." by zmo@chromium.org · 11 years ago
  24. 7a1780b Base: Make base::File use ScopedFD on POSIX. by rvargas@chromium.org · 11 years ago
  25. d10db2d Base: Don't check for thread restrictions when closing a file doesn't do IO. by rvargas@chromium.org · 11 years ago
  26. 9cce032 Base: Rename File::error() to File::error_details() by rvargas@chromium.org · 12 years ago
  27. e207eae Convert base::MemoryMappedFile to use File instead of PlatformFile. by rvargas@chromium.org · 12 years ago
  28. 12938d7 Base: Move platform_file.* to files/file.* by rvargas@chromium.org · 12 years ago
  29. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 12 years ago
  30. b1ae319 Base: Copy platform_file.* to files/file.* by rvargas@google.com · 12 years ago