1. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  2. dd436eb Reduce pass by value for FilePath. by finnur@chromium.org · 13 years ago
  3. 02073db FilePath: remove .ToWStringHack() by evan@chromium.org · 13 years ago
  4. 24e9fac Change other usages of .size() to .empty() when applicable. by erg@google.com · 13 years ago
  5. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  6. fc31f79 FilePath: add a convertor to ASCII by evan@chromium.org · 13 years ago
  7. 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 13 years ago
  8. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  9. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  10. ebdafcc Remove an unneeded Mac include. by thomasvl@chromium.org · 14 years ago
  11. 3ce2c37 Move scoped_cftyperef from base to base/mac, use the new namespace, and name it by brettw@chromium.org · 14 years ago
  12. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  13. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  14. 9f4640e FBTF: Remove unneeded headers from base/ (part 1) by thestig@chromium.org · 14 years ago
  15. 8eeabf0 Fix file_path build. by brettw@chromium.org · 14 years ago
  16. e099489 Fix Windows build by qualifying the namespace. by brettw@chromium.org · 14 years ago
  17. 99a42e7 Treat multiple extensions like .tar.gz as a single extension. by estade@chromium.org · 14 years ago
  18. a364472 Remove more definitions from header files. by erg@chromium.org · 14 years ago
  19. 65049b1 Add a method for normalizing path separators on Windows. by tony@chromium.org · 14 years ago
  20. 2a48aca Support reordering of Browser Actions within the container. Currently does not support dragging to/from the chevron menu. by finnur@chromium.org · 14 years ago
  21. b801ee3 Get rid of FilePath::AppendAndResolveRelative(). by mad@chromium.org · 15 years ago
  22. 7cde031 Fix for bug 10876 that resulted in some refactoring: by rolandsteiner@chromium.org · 15 years ago
  23. 755ea26 Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  24. f85323d Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  25. 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
  26. 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
  27. cc4f7b3 Minimize dependency of user scripts. by mad@chromium.org · 15 years ago
  28. af9f62a Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] by mark@chromium.org · 15 years ago
  29. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  30. 48dc54c Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for by cevans@chromium.org · 15 years ago
  31. aca9749 Reliability test porting: stringy stuff. by estade@chromium.org · 15 years ago
  32. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  33. 724cf54 make FilePath:IsParent use case-insensitive compare for drive letters on windows by rafaelw@chromium.org · 15 years ago
  34. 8c3a9b3 Allow extension extensions to be case-insensitive. by avi@chromium.org · 15 years ago
  35. 465facc Move PathComponents from file_util to FilePath, add FilePath::IsParent() by rafaelw@chromium.org · 15 years ago
  36. 043b646 Move a few functions commonly called with char* to StringPiece. by deanm@chromium.org · 15 years ago
  37. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  38. c51bf5f Adds AppendASCII which will append an ASCII path component. by erikkay@google.com · 16 years ago
  39. a4dbdf2 Move Contains() method to file_utils, stop relying on in extensions_protocol by aa@chromium.org · 16 years ago
  40. 985d420 Add implementations of various extension related methods (derived from file_util): by erikkay@google.com · 16 years ago
  41. 84f04ea Move plugins to FilePaths, some cleanup by avi@google.com · 16 years ago
  42. d872d68 Keep trying to undo 7564. by estade@chromium.org · 16 years ago
  43. 26d5b64 Unbreak unit tests. Revert r7564. by estade@chromium.org · 16 years ago
  44. b22fdc1 Reverting 7423. by erikkay@google.com · 16 years ago
  45. 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
  46. 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
  47. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 16 years ago
  48. fac7b26 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  49. f9b1cfb Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  50. d27f782 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  51. cf2df27 Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  52. aac8f05 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  53. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 16 years ago
  54. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago
  55. 6380e26 Add a FilePath object Review URL: http://codereview.chromium.org/6025 by mark@chromium.org · 16 years ago