1. b801ee3 Get rid of FilePath::AppendAndResolveRelative(). by mad@chromium.org · 15 years ago
  2. 7cde031 Fix for bug 10876 that resulted in some refactoring: by rolandsteiner@chromium.org · 15 years ago
  3. 755ea26 Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  4. f85323d Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  5. 7283507 Revert 30149 - The existing file_util::AbsolutePath() function was already doing what we needed to do in the ExtensionResource class. by tim@chromium.org · 15 years ago
  6. 16e4b9e The existing file_util::AbsolutePath() function was already doing what we needed to do in the ExtensionResource class. by mad@chromium.org · 15 years ago
  7. cc4f7b3 Minimize dependency of user scripts. by mad@chromium.org · 15 years ago
  8. 029a840 Add a comment to file_path.h describing a couple of bits of trivia that came by mark@chromium.org · 15 years ago
  9. af9f62a Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] by mark@chromium.org · 15 years ago
  10. 6e66715 This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR by xji@chromium.org · 15 years ago
  11. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  12. 48dc54c Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for by cevans@chromium.org · 15 years ago
  13. 6211bbd Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by mark@chromium.org · 15 years ago
  14. aca9749 Reliability test porting: stringy stuff. by estade@chromium.org · 15 years ago
  15. 724cf54 make FilePath:IsParent use case-insensitive compare for drive letters on windows by rafaelw@chromium.org · 15 years ago
  16. 8c3a9b3 Allow extension extensions to be case-insensitive. by avi@chromium.org · 15 years ago
  17. 465facc Move PathComponents from file_util to FilePath, add FilePath::IsParent() by rafaelw@chromium.org · 15 years ago
  18. 043b646 Move a few functions commonly called with char* to StringPiece. by deanm@chromium.org · 15 years ago
  19. a30ef7c Clean up icon loader/manager in preparation for porting. by estade@chromium.org · 16 years ago
  20. c51bf5f Adds AppendASCII which will append an ASCII path component. by erikkay@google.com · 16 years ago
  21. a4dbdf2 Move Contains() method to file_utils, stop relying on in extensions_protocol by aa@chromium.org · 16 years ago
  22. 985d420 Add implementations of various extension related methods (derived from file_util): by erikkay@google.com · 16 years ago
  23. ae50894 Convert download manager to FilePath. by estade@chromium.org · 16 years ago
  24. 84f04ea Move plugins to FilePaths, some cleanup by avi@google.com · 16 years ago
  25. d872d68 Keep trying to undo 7564. by estade@chromium.org · 16 years ago
  26. 26d5b64 Unbreak unit tests. Revert r7564. by estade@chromium.org · 16 years ago
  27. 08dd9a2 * switch download manager to using FilePath by estade@chromium.org · 16 years ago
  28. b22fdc1 Reverting 7423. by erikkay@google.com · 16 years ago
  29. b26ec76 Add a method to explicitly request a UTF8 representation of a FilePath. This is for places where you need to use a FilePath in a non-filesystem context (for example, adding a file to an archive file, or constructing a file:// URL). by erikkay@google.com · 16 years ago
  30. 76e5c63 Rather than create a TODO that will never be done, I went ahead and implemented FilePath::Contains(). by aa@chromium.org · 16 years ago
  31. 9d9b24f Include "base/hash_tables.h" instead of hand-picking header files. by avi@google.com · 16 years ago
  32. 4731467 Allow hashmaps and hashsets of FilePath. by avi@google.com · 16 years ago
  33. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 16 years ago
  34. fac7b26 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  35. f9b1cfb Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  36. d27f782 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  37. cf2df27 Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  38. aac8f05 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  39. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 16 years ago
  40. 1958301 Generate a warning if the return value of FilePath::Append is ignored. by agl@chromium.org · 16 years ago
  41. b1d358a Implement some missing file util functions. by estade@chromium.org · 16 years ago
  42. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago
  43. 6380e26 Add a FilePath object Review URL: http://codereview.chromium.org/6025 by mark@chromium.org · 16 years ago