summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-6/+6
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-2/+3
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-11/+7
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-70/+20
* Remove the Chrome Frame preprocessor define in chrome_constants.cc and deal w...robertshield@chromium.org2009-10-281-0/+10
* Use $XDG_CACHE_HOME for the cache on Linux. This only works for the default p...thestig@chromium.org2009-08-111-0/+14
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-4/+0
* Adds some ifdefs so that test_shell can be compiled on linuxsky@chromium.org2009-04-101-0/+4
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Instead of appending "Downloads" to the user document directory, let each pla...estade@chromium.org2009-02-281-0/+20
* Use xdg_user_dir_lookup to lookup directories. (try 2)thestig@chromium.org2009-02-271-20/+42
* Reverting 10555.thestig@chromium.org2009-02-271-42/+20
* Use xdg_user_dir_lookup to lookup directories.thestig@chromium.org2009-02-271-20/+42
* Final step needed to get be able to download things on linux.estade@chromium.org2009-02-241-19/+31
* Obey the XDG base directory spec and use ~/.config/chromium on Linux.evan@chromium.org2009-02-231-12/+18
* Fix some obvious not implemented linux bits so we can crash latertc@google.com2009-02-041-3/+18
* Factor out platform specific chrome_paths calls into platform specific files.tc@google.com2009-02-031-0/+31