1. 8e5e0e6 Remove old C++03 move emulation code. by dcheng · 9 years ago
  2. 46ee253 Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File. by fdoray · 9 years ago
  3. 02e2a1a Added a comment that File::IsValid can be called outside of file thread. by lukasza · 9 years ago
  4. 7dd135f Remove memory corruption testing from base::File(). by gavinp · 9 years ago
  5. 8054d4e Only set File::[tracing_]path_ when file tracing is enabled. by dbeam · 9 years ago
  6. 9b86e31 Only support seeking file streams from the beginning of the file. by reillyg · 9 years ago
  7. fe14ece Add granular file tracing. by dbeam · 9 years ago
  8. a13bbb2 Revert of Add granular base::File tracing. (patchset #10 id:490001 of https://codereview.chromium.org/1072133006/) by dbeam · 9 years ago
  9. 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 · 9 years ago
  10. 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 · 9 years ago
  11. f6d3ec1 Add granular base::File tracing. by dbeam · 9 years ago
  12. 740120e Make unused InitializeUnsafe private and rename to DoInitialize. by dbeam · 9 years ago
  13. e2a95e6 Remove some needless base:: from base::File. by dbeam · 9 years ago
  14. 7eaf477 Add metrics for time elapsed in base::File::Flush(). by tnagel · 9 years ago
  15. 98ea39f Add File::Duplicate to duplicate a file handle. by grt · 9 years ago
  16. bd4bef3 Update/improve base::File comments. by tnagel · 9 years ago
  17. b746766 Add memory corruption checking to base::File(). by gavinp · 10 years ago
  18. 3247d9a Render base::File::Flush() doc more precise. by tnagel · 10 years ago
  19. a5d9be8 [fsp] Convert base::File::Error to string. by mtomasz@chromium.org · 10 years ago
  20. 527ea31 Base: Make file_util and file use the same code to translate from stat to File::Info by rvargas@chromium.org · 10 years ago
  21. ca704f4 Remove PlatforFile from fileapi/native_file_util by rvargas@chromium.org · 10 years ago
  22. 799ba6c net: Update FileStream to use base::File instead of PlatformFile. by rvargas@chromium.org · 10 years ago
  23. 536b9a9 Revert 257577 "Revert 257562 "Base: Make base::File use ScopedFD..." by zmo@chromium.org · 10 years ago
  24. 24e1022 Revert 257562 "Base: Make base::File use ScopedFD on POSIX." by zmo@chromium.org · 10 years ago
  25. 7a1780b Base: Make base::File use ScopedFD on POSIX. by rvargas@chromium.org · 10 years ago
  26. 43ddb21 Fix IWYU in base/files/file.h by tnagel@chromium.org · 10 years ago
  27. d10db2d Base: Don't check for thread restrictions when closing a file doesn't do IO. by rvargas@chromium.org · 10 years ago
  28. 9cce032 Base: Rename File::error() to File::error_details() by rvargas@chromium.org · 11 years ago
  29. e207eae Convert base::MemoryMappedFile to use File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  30. 12938d7 Base: Move platform_file.* to files/file.* by rvargas@chromium.org · 11 years ago
  31. b1ae319 Base: Copy platform_file.* to files/file.* by rvargas@google.com · 11 years ago