summaryrefslogtreecommitdiffstats
path: root/base/linux_util.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-1/+1
* Set linux distro to CHROMEOS_RELEASE_DESCRIPTION on ChromeOSrbyers@chromium.org2012-08-151-3/+1
* Create a new SetuidSandboxClient class.jln@chromium.org2012-07-231-5/+0
* Include linux_util for android.nileshagrawal@chromium.org2012-07-181-26/+23
* Cleanup: Move some const char definitions to the .cc file. (try 2)thestig@chromium.org2012-06-131-4/+11
* Revert 141810 - Cleanup: Move some const char definitions to the .cc file.cpu@chromium.org2012-06-131-8/+1
* Cleanup: Move some const char definitions to the .cc file.thestig@chromium.org2012-06-131-1/+8
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-1/+1
* Remove obsolete usage of TOUCH_UI.saintlou@chromium.org2011-11-231-2/+2
* Differentiate TOUCH_UI builds in crash reporting.rbyers@chromium.org2011-11-101-1/+3
* Remove the remaining exit time destructors from base for linux and chromeos.thakis@chromium.org2011-11-091-3/+3
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-7/+7
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-7/+7
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-7/+7
* OpenBSD patches for base and build, part 2robert.nagy@gmail.com2011-10-241-0/+1
* Always search TIDs for the crashing processes.kmixter@chromium.org2011-06-211-1/+8
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Cleanup some duplicated includes.tfarina@chromium.org2010-09-041-1/+0
* Make crash reporting client_id accessible through child_process_logging.mnissler@chromium.org2010-08-261-6/+14
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-1/+0
* Linux: Guess the thread id for crashing renderers in a different PID namespace.thestig@chromium.org2010-07-161-0/+47
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-131-20/+0
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-87/+0
* GTK: Improve xfce detection.erg@chromium.org2010-04-151-5/+5
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-53/+17
* GTK: Turn on the GTK+ integration by default.erg@chromium.org2010-03-261-0/+4
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-1/+3
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-1/+39
* Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).mdm@chromium.org2009-11-251-1/+6
* Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_...thestig@chromium.org2009-10-291-0/+126
* Trim the lsb_release output in GetLinuxDistro.thestig@chromium.org2009-10-211-1/+3
* Simplify GetLinuxDistro() for Chrome OS.thestig@chromium.org2009-10-211-5/+13
* On Linux, Chrome uses lsb_release (a python script) to determine the name of ...cmasone@google.com2009-10-191-0/+4
* Make GetLinuxDistro thread-safe.thestig@chromium.org2009-10-131-8/+61
* Linux: make the "change proxy settings" button able to start several proxy co...mdm@chromium.org2009-08-201-3/+25
* linux: generalize desktop environment guessing to encompass KDEevan@chromium.org2009-07-231-8/+19
* Try again: Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-221-0/+50
* Revert "Add proxy config (using gnome-network-preferences)"mattm@chromium.org2009-07-181-10/+0
* Add proxy config (using gnome-network-preferences)mattm@chromium.org2009-07-171-0/+10
* Include output of "lsb_release -d" in crash reports.thestig@chromium.org2009-07-171-1/+32
* Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in...sgk@google.com2009-04-211-0/+31