1. 9d594d1 Revert 157667 - Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by wjia@chromium.org · 12 years ago
  2. 4011fea Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  3. 8f45209 Add new method OverrideAndCreateIfNeeded to PathService. by pastarmovj@chromium.org · 12 years ago
  4. 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
  5. 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
  6. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 13 years ago
  7. da5f34c Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  8. 252a508 Revert "Options2: Pull the trigger." by jhawkins@chromium.org · 13 years ago
  9. 232be06 Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  10. 864905a Revert 114236 - Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  11. b34bfb4 Options2: Pull the trigger. by jhawkins@chromium.org · 13 years ago
  12. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  13. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  14. 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
  15. e18fdd3 Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug of broken contracts by kushi.p@gmail.com · 13 years ago
  16. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  17. 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
  18. 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
  19. 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
  20. 9d2c3a4 windows: remove PathService::Get() that uses wstrings by evan@chromium.org · 14 years ago
  21. 366266c Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  22. 2b8e30b Revert 67191 - chrome_paths: refactor and sanitize cache directory handling by viettrungluu@chromium.org · 14 years ago
  23. 2980298 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  24. 9e3973b Revert "chrome_paths: refactor and sanitize cache directory handling" by evan@chromium.org · 14 years ago
  25. 9ec2773 chrome_paths: refactor and sanitize cache directory handling by evan@chromium.org · 14 years ago
  26. be56479 linux: fix cache corruption when using multiple --user-data-dir by evan@chromium.org · 14 years ago
  27. 26faa10 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  28. 2fa9481 Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by rvargas@google.com · 14 years ago
  29. 84342a7 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  30. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  31. 2b64352 Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by glen@chromium.org · 14 years ago
  32. e6137c6 Fix CheckFalseTest.CheckFails on Linux after my change to ui_test. by phajdan.jr@chromium.org · 14 years ago
  33. c136509 posix: refactor duplicated path-handling code by evan@chromium.org · 15 years ago
  34. 08945ec Make all paths passed to --user-data-dir absolute. by erg@google.com · 15 years ago
  35. 7b4227b Deprecate PathService::Get(..., wstring*) and use FilePath instead. by evan@chromium.org · 15 years ago
  36. 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
  37. 36fe221 Landing the patch of Thiago Farina. See http://codereview.chromium.org/183025 by jcampan@chromium.org · 15 years ago
  38. cce10e7 On Linux, the path to the exe is used to fork renderer processes. by jcampan@chromium.org · 15 years ago
  39. 53d2b76 POSIX: Make --user-data-dir work when it doesn't exist. by agl@chromium.org · 15 years ago
  40. 665cfcf Reverting 14152. by thestig@chromium.org · 15 years ago
  41. 7d51c55 Stop using and remove deprecated file_util::TrimTrailingSeparator(). by thestig@chromium.org · 15 years ago
  42. 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
  43. 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
  44. 3e9d5d7 Move more code to using FilePath. by evanm@google.com · 16 years ago
  45. 874d167 Begin the first small step towards using FilePath everywhere: by evanm@google.com · 16 years ago
  46. 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
  47. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  48. 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
  49. 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
  50. 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
  51. 3620e4c recursive_mutex by erikkay@google.com · 16 years ago
  52. 9fc57d0 * add base_paths_mac.mm to mac port by erikkay@google.com · 16 years ago
  53. 15cfc7f Improve PathServiceTest test by verifying that the returned path exists. by maruel@google.com · 16 years ago
  54. 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
  55. ac68ba2 Mac changes to the path service. by avi@google.com · 16 years ago
  56. 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
  57. 3f4a732 Add base to the repository. by initial.commit · 16 years ago