summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Consolidate declarations of XDG variables.thestig@chromium.org2012-06-131-14/+17
* Cleanup: Remove unused parameter in base::nix::GetXDGUserDirectory(). Make su...thestig@chromium.org2012-06-041-9/+4
* Add PathService::Get(chrome::DIR_USER_PICTURES).thestig@chromium.org2012-05-171-1/+21
* Make sure only the main browser process and service processes are allowed to ...pastarmovj@chromium.org2012-05-091-0/+7
* Revert 135321 - Make sure only the main browser process and service proceses ...pastarmovj@chromium.org2012-05-041-7/+0
* Make sure only the main browser process and service proceses are allowed to c...pastarmovj@chromium.org2012-05-041-0/+7
* Linux: Use the same safe downloads logic as Windows. (try 2)thestig@chromium.org2012-04-281-16/+7
* Revert 134362 - Linux: Use the same safe downloads logic as Windows.yoz@chromium.org2012-04-271-7/+16
* Linux: Use the same safe downloads logic as Windows.thestig@chromium.org2012-04-271-16/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Cleanup: Make chrome paths code more consistent and use more constants when p...thestig@chromium.org2011-02-171-10/+22
* Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...viettrungluu@chromium.org2010-11-241-0/+27
* Revert 67191 - chrome_paths: refactor and sanitize cache directory handlingviettrungluu@chromium.org2010-11-241-27/+0
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-241-0/+27
* Revert "chrome_paths: refactor and sanitize cache directory handling"evan@chromium.org2010-11-231-27/+0
* chrome_paths: refactor and sanitize cache directory handlingevan@chromium.org2010-11-231-0/+27
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-6/+6
* 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