1. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  2. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  3. 99b198e Move path functions from file_util to FilePath object. by brettw@chromium.org · 11 years ago
  4. e888849 ifdef OS_NAME -> if defined(OS_NAME) ifndef OS_NAME -> if !defined(OS_NAME) by dbeam@chromium.org · 11 years ago
  5. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  6. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  7. e110caf Revert 182032 by brettw@chromium.org · 11 years ago
  8. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  9. 5a75b7e Disable cache in PathService. by vitalybuka@chromium.org · 11 years ago
  10. 487eb9c Remove ".." from PathService take #2. by maruel@chromium.org · 12 years ago
  11. 5dce41a Add PathService::RemoveOverride to clear path overrides. by pastarmovj@chromium.org · 12 years ago
  12. 97fc1e6 Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  13. 9d594d1 Revert 157667 - Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by wjia@chromium.org · 12 years ago
  14. 4011fea Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  15. 8f45209 Add new method OverrideAndCreateIfNeeded to PathService. by pastarmovj@chromium.org · 12 years ago
  16. be42a7a Revert 135321 - Make sure only the main browser process and service proceses are allowed to create the profile directory. by pastarmovj@chromium.org · 12 years ago
  17. fd9710a Make sure only the main browser process and service proceses are allowed to create the profile directory. by pastarmovj@chromium.org · 12 years ago
  18. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 13 years ago
  19. da5f34c Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  20. 252a508 Revert "Options2: Pull the trigger." by jhawkins@chromium.org · 13 years ago
  21. 232be06 Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  22. 864905a Revert 114236 - Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  23. b34bfb4 Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  24. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  25. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  26. d23fe1a Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http://codereview.chromium.org/6688056/ ), r=me. by pkasting@chromium.org · 13 years ago
  27. e18fdd3 Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug of broken contracts by kushi.p@gmail.com · 13 years ago
  28. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  29. 2940ad1 Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by satish@chromium.org · 14 years ago
  30. b12ca46 Revert 68932 - Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by satish@chromium.org · 14 years ago
  31. 91e60ba Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by satish@chromium.org · 14 years ago
  32. 9d2c3a4 windows: remove PathService::Get() that uses wstrings by evan@chromium.org · 14 years ago
  33. 366266c Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  34. 2b8e30b Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  35. 2980298 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  36. 9e3973b Revert "chrome_paths: refactor and sanitize cache directory handling" by evan@chromium.org · 14 years ago
  37. 9ec2773 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  38. be56479 linux: fix cache corruption when using multiple --user-data-dir by evan@chromium.org · 14 years ago
  39. 26faa10 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  40. 2fa9481 Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by rvargas@google.com · 14 years ago
  41. 84342a7 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  42. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  43. 2b64352 Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by glen@chromium.org · 14 years ago
  44. e6137c6 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  45. c136509 posix: refactor duplicated path-handling code by evan@chromium.org · 15 years ago
  46. 08945ec Make all paths passed to --user-data-dir absolute. by erg@google.com · 15 years ago
  47. 7b4227b Deprecate PathService::Get(..., wstring*) and use FilePath instead. by evan@chromium.org · 15 years ago
  48. 4f5d833 Quick fix to use file_util::SetCurrentDirectory method instead of the PathService method, also avoids the conflict with the the windows function. by erikkay@chromium.org · 15 years ago
  49. 36fe221 Landing the patch of Thiago Farina. See http://codereview.chromium.org/183025 by jcampan@chromium.org · 15 years ago
  50. cce10e7 On Linux, the path to the exe is used to fork renderer processes. by jcampan@chromium.org · 15 years ago
  51. 53d2b76 POSIX: Make --user-data-dir work when it doesn't exist. by agl@chromium.org · 15 years ago
  52. 665cfcf Reverting 14152. by thestig@chromium.org · 15 years ago
  53. 7d51c55 Stop using and remove deprecated file_util::TrimTrailingSeparator(). by thestig@chromium.org · 15 years ago
  54. 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
  55. 234a632 Instead of appending "Downloads" to the user document directory, let each platform specify its own downloads directory. by estade@chromium.org · 15 years ago
  56. 3e9d5d7 Move more code to using FilePath. by evanm@google.com · 16 years ago
  57. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago
  58. 733df6b CreateDirectory() should check if an existing path is actually a directory before skipping it. Also update a couple instances and comments to reflect current behaviour (see also http://codereview.chromium.org/1681). by mmoss@google.com · 16 years ago
  59. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  60. 564ef6d For some reason, when I changed PathData to be a singleton (r722) Purify started noticing the leak that had existed in this data structure all along. Now we clean up the heap objects correctly. by erikkay@google.com · 16 years ago
  61. e41d3b3 To pass string_util_unittest, we need the ICU data file. To get the ICU data file, we need some of PathService, which brings along with it a bunch of other needed functions. So here are a bunch of stubs, along with another file's worth of passing tests. (Based on a patch from Dean.) by evanm@google.com · 16 years ago
  62. a3ff275 I accidentally committed file_version_info. Since comments were relatively minor, I created a new CL rather than reverting the old one. by erikkay@google.com · 16 years ago
  63. 3620e4c recursive_mutex by erikkay@google.com · 16 years ago
  64. 9fc57d0 * add base_paths_mac.mm to mac port by erikkay@google.com · 16 years ago
  65. 15cfc7f Improve PathServiceTest test by verifying that the returned path exists. by maruel@google.com · 16 years ago
  66. 1d4507f Refactoring file_util into file_util and file_util_win. Also fix windows dependencies in path_service.cc. by erikkay@google.com · 16 years ago
  67. ac68ba2 Mac changes to the path service. by avi@google.com · 16 years ago
  68. c7980ee refactor base_paths so that windows-specific paths are pulled out into their own file. Note that some of the same path key names will exist in other platform-specific files. For example, base_paths_mac.mm will have FILE_EXE and DIR_APP_DATA (among others). by erikkay@google.com · 16 years ago
  69. 3f4a732 Add base to the repository. by initial.commit · 16 years ago