1. 7765732 Revert "Treat '...' as a non-parent path component outside of Windows." by davidben · 9 years ago
  2. a751231 Treat '...' as a non-parent path component outside of Windows. by davidben · 9 years ago
  3. bbc8f45 Remove legacy StartsWithASCII function. by brettw · 9 years ago
  4. a09d607 Replace base::str[n]casecmp with helper functions. by brettw · 9 years ago
  5. e1daa97 Write new Starts/EndsWith and convert FilePath functions to StringPiece. by brettw · 9 years ago
  6. 36c0d63 Testing: Fixed printing FilePaths when a test fails comparing them. by mgiuca · 9 years ago
  7. 38180d2 Generalizing conditional compilation logic for systems with native utf8 locale. by halliwell · 10 years ago
  8. dd7aaa0 Cleanup: Better constify some strings in base. by thestig · 10 years ago
  9. f0c7ccf Downloading a file with ".tar.bz" extension mulitple times resulted in incorrect filename where ordinal number was suffixed to "tar" instead of filename as below. by arun87.kumar · 10 years ago
  10. 191e32e win: Fix a 64bit warning. by thakis@chromium.org · 10 years ago
  11. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  12. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  13. 89f697b Move IsStringUTF8/ASCII to base namespace by brettw@chromium.org · 10 years ago
  14. b58eb01 GN: Move towards only using / on Windows by scottmg@chromium.org · 11 years ago
  15. 18c0702 Move UTF16ToASCII, remove WideToASCII. by brettw@chromium.org · 11 years ago
  16. 64a720a Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file selector by davidben@chromium.org · 11 years ago
  17. 8abcc0c Fix chrome upload with content uri by qinmin@chromium.org · 11 years ago
  18. 94f7f26 Revert 235752 "Fix chrome upload with content uri" by qinmin@chromium.org · 11 years ago
  19. 9076751 Fix chrome upload with content uri by qinmin@chromium.org · 11 years ago
  20. 0e503a0 Remove FromWStringHack(). by limasdf@gmail.com · 11 years ago
  21. c926e11 mac: Remove ScopedCFTypeRef from base::mac::. by thakis@chromium.org · 11 years ago
  22. 1aead73 Add FilePath::{As,From}UTF16Unsafe by darin@chromium.org · 11 years ago
  23. 94bd573 Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  24. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  25. def6ed8 split file path constants out for split link by scottmg@chromium.org · 11 years ago
  26. ab41a00 Make Windows traversal checking handle pathological cases by jschuh@chromium.org · 11 years ago
  27. c918d99 Revert 200603 "Make Windows traversal checking handle pathologic..." by rouslan@chromium.org · 11 years ago
  28. efdf51e Make Windows traversal checking handle pathological cases by jschuh@chromium.org · 11 years ago
  29. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 12 years ago
  30. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  31. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 12 years ago
  32. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 12 years ago
  33. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 12 years ago
  34. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago[Renamed (99%) from base/file_path.cc]
  35. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  36. e110caf Revert 182032 by brettw@chromium.org · 12 years ago
  37. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 12 years ago
  38. 1f67a91 Move sys_string_conversions to base/strings. by brettw@chromium.org · 12 years ago
  39. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  40. 1bce3cd PrintTo for FilePath -- Pretty-print when comparing FilePaths in gtest by gab@chromium.org · 12 years ago
  41. f8395de foo (1).user.js, not foo.user (1).js. by aa@chromium.org · 12 years ago
  42. 9a980f7 Add an AddExtension() method in FilePath by rdevlin.cronin@chromium.org · 12 years ago
  43. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  44. bc0e402 Define FilePath::NormalizePathSeparators on all platforms by kinuko@chromium.org · 13 years ago
  45. efba417 Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe(). by satorux@chromium.org · 13 years ago
  46. 62ff6cc FilePath: remove some functions that aren't really used. by evan@chromium.org · 13 years ago
  47. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 14 years ago
  48. dd436eb Reduce pass by value for FilePath. by finnur@chromium.org · 14 years ago
  49. 02073db FilePath: remove .ToWStringHack() by evan@chromium.org · 14 years ago
  50. 24e9fac Change other usages of .size() to .empty() when applicable. by erg@google.com · 14 years ago
  51. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  52. fc31f79 FilePath: add a convertor to ASCII by evan@chromium.org · 14 years ago
  53. 1ae6e0d FilePath: Remove much of ToWStringHack, adding a LossyDisplayName() by evan@chromium.org · 14 years ago
  54. f3389d0 Change UTF8ToUTF16 to accept const StringPiece&. by suzhe@google.com · 14 years ago
  55. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  56. ebdafcc Remove an unneeded Mac include. by thomasvl@chromium.org · 14 years ago
  57. 3ce2c37 Move scoped_cftyperef from base to base/mac, use the new namespace, and name it by brettw@chromium.org · 14 years ago
  58. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  59. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  60. 9f4640e FBTF: Remove unneeded headers from base/ (part 1) by thestig@chromium.org · 14 years ago
  61. 8eeabf0 Fix file_path build. by brettw@chromium.org · 14 years ago
  62. e099489 Fix Windows build by qualifying the namespace. by brettw@chromium.org · 14 years ago
  63. 99a42e7 Treat multiple extensions like .tar.gz as a single extension. by estade@chromium.org · 14 years ago
  64. a364472 Remove more definitions from header files. by erg@chromium.org · 14 years ago
  65. 65049b1 Add a method for normalizing path separators on Windows. by tony@chromium.org · 14 years ago
  66. 2a48aca Support reordering of Browser Actions within the container. Currently does not support dragging to/from the chevron menu. by finnur@chromium.org · 15 years ago
  67. b801ee3 Get rid of FilePath::AppendAndResolveRelative(). by mad@chromium.org · 15 years ago
  68. 7cde031 Fix for bug 10876 that resulted in some refactoring: by rolandsteiner@chromium.org · 15 years ago
  69. 755ea26 Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  70. f85323d Commit patch set from http://codereview.chromium.org/149796 by rolandsteiner@chromium.org · 15 years ago
  71. 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
  72. 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
  73. cc4f7b3 Minimize dependency of user scripts. by mad@chromium.org · 15 years ago
  74. af9f62a Set OS X cache directory to ~/Library/Caches/[app name]/[profile name] by mark@chromium.org · 15 years ago
  75. b84e9bd Move StringPiece into the base namespace. It is colliding by tony@chromium.org · 15 years ago
  76. 48dc54c Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for by cevans@chromium.org · 15 years ago
  77. aca9749 Reliability test porting: stringy stuff. by estade@chromium.org · 15 years ago
  78. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  79. 724cf54 make FilePath:IsParent use case-insensitive compare for drive letters on windows by rafaelw@chromium.org · 15 years ago
  80. 8c3a9b3 Allow extension extensions to be case-insensitive. by avi@chromium.org · 15 years ago
  81. 465facc Move PathComponents from file_util to FilePath, add FilePath::IsParent() by rafaelw@chromium.org · 15 years ago
  82. 043b646 Move a few functions commonly called with char* to StringPiece. by deanm@chromium.org · 15 years ago
  83. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 16 years ago
  84. c51bf5f Adds AppendASCII which will append an ASCII path component. by erikkay@google.com · 16 years ago
  85. a4dbdf2 Move Contains() method to file_utils, stop relying on in extensions_protocol by aa@chromium.org · 16 years ago
  86. 985d420 Add implementations of various extension related methods (derived from file_util): by erikkay@google.com · 16 years ago
  87. 84f04ea Move plugins to FilePaths, some cleanup by avi@google.com · 16 years ago
  88. d872d68 Keep trying to undo 7564. by estade@chromium.org · 16 years ago
  89. 26d5b64 Unbreak unit tests. Revert r7564. by estade@chromium.org · 16 years ago
  90. b22fdc1 Reverting 7423. by erikkay@google.com · 16 years ago
  91. 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
  92. 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
  93. 5cb7935 Move file enumeration to filepaths. by avi@google.com · 16 years ago
  94. fac7b26 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  95. f9b1cfb Backing out r6315 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  96. d27f782 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  97. cf2df27 Backing out r6299 due to DirectoryWatcherTest.SubDir (base_unittests) failure by mark@chromium.org · 16 years ago
  98. aac8f05 Make FilePath::Append accept FilePath parameter. Patch by Paweł Hajdan jr by mark@chromium.org · 16 years ago
  99. 97e3782 Remove file_util::kPathSeparator from posix. by estade@chromium.org · 16 years ago
  100. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago