summaryrefslogtreecommitdiffstats
path: root/base/mime_util_xdg.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: Move base/mime_util* to base/nix. It's not used on any other platform.thestig@chromium.org2011-11-111-675/+0
* Linux: Periodically check for changes to the icon directories and refresh ico...thestig@chromium.org2011-11-111-23/+48
* aura: Make the Linux version of IconLoader not require GTK+.derat@chromium.org2011-11-101-1/+10
* Cleanup: No need to dynamically allocate a couple class members in mime_util_...thestig@chromium.org2011-11-021-25/+16
* Linux: Use the existing desktop environment detection code in mime_util_xdg.c...thestig@chromium.org2011-11-011-6/+13
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-2/+3
* Cleanup: Change a static initializer to a LazyInstance, and add some typedefs.thestig@chromium.org2011-10-281-25/+30
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-2/+2
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-2/+2
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-2/+2
* Avoid abs() of unsigned values.tzik@chromium.org2011-06-151-18/+16
* XDG isn't thread safe. Add a lock around calls to it.tsepez@chromium.org2011-03-301-2/+13
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Linux: Restrict access to xdg-mime functions to the FILE thread.thestig@chromium.org2011-02-081-0/+5
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-12/+15
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-2/+3
* Use file_util::GetHomeDir instead of getenv("HOME").tfarina@chromium.org2010-07-141-3/+3
* Linux: Don't crash when installing an extension if the gtk icon theme inherit...craig.schlenter@chromium.org2010-05-111-1/+2
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-0/+618