summaryrefslogtreecommitdiffstats
path: root/base/nix/xdg_util.cc
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+13
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10735034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147134 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Consolidate declarations of XDG variables.thestig@chromium.org2012-06-131-2/+12
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142014 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unused parameter in base::nix::GetXDGUserDirectory(). Make ↵thestig@chromium.org2012-06-041-7/+13
| | | | | | | | | | sure base::nix::GetXDG* returns FilePaths with the trailing separators stripped. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10499006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140413 0039d316-1c4b-4281-b951-d872f2087c98
* Strip trailing path separators from XDG util results.vandebo@chromium.org2012-06-041-3/+3
| | | | | | | | | | TEST=NONE BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10496007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140398 0039d316-1c4b-4281-b951-d872f2087c98
* Ubuntu: Detect "xubuntu" as DESKTOP_SESSION.erg@google.com2011-03-101-1/+2
| | | | | | | | | BUG=none TEST=On xubuntu lucid, actually detect that we're running xfce. Review URL: http://codereview.chromium.org/6612056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77561 0039d316-1c4b-4281-b951-d872f2087c98
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-0/+85
can't have a namespace called "linux" because it's ifdefed by GCC to be a number. Same for "unix". "x11" was discarded because some future stuff in here will not be related to x11. This also renames base_paths_posix to base_paths_linux since this does not apply to mac, and normally posix applies to mac (this confused me when I had to edit it for the XDG stuff). TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3778007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62848 0039d316-1c4b-4281-b951-d872f2087c98