Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
27006ec001022eda6a12f062dc3f02d3df9a496d
/
base
/
linux_util.cc
f3ea17c
Cleanup: Remove unneeded path_service.h includes in base and chrome.
by thestig
· 10 years ago
01f3da4
Move file_util to base/files/ directory.
by brettw@chromium.org
· 10 years ago
182cb52
Remove SCM_CREDENTIALS fallback code from breakpad
by mdempsky@chromium.org
· 11 years ago
820a732
Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad"
by piman@chromium.org
· 11 years ago
4b2a1c7
Remove unneeded kFindInodeSwitch
by mdempsky@chromium.org
· 11 years ago
abdf8ed
Remove SCM_CREDENTIALS fallback code from breakpad
by mdempsky@chromium.org
· 11 years ago
55bf332
Move TrimWhitespace to the base namespace.
by brettw@chromium.org
· 11 years ago
2873d9b
Move Posix file utils to the base namespace.
by brettw@chromium.org
· 11 years ago
687756f
Update include paths in base for base/process changes.
by rsesek@chromium.org
· 11 years ago
67d593d
Use a direct include of strings headers in base/.
by avi@chromium.org
· 11 years ago
d7bb984
Reland: Fix errors when building android with coverage=1
by ilevy@chromium.org
· 11 years ago
47942d3
Revert 204556 "Fix errors when building android with coverage=1"
by ilevy@chromium.org
· 11 years ago
4d7181f
Fix errors when building android with coverage=1
by rwalker@codeaurora.org
· 11 years ago
3297bb5
Revert 204547 "Fix errors when building android with coverage=1"
by ilevy@chromium.org
· 11 years ago
0e3b8d3
Fix errors when building android with coverage=1
by rwalker@codeaurora.org
· 11 years ago
15bc41d
base: Convert scoped_arrays to the new scoped_ptr style.
by tfarina@chromium.org
· 12 years ago
088a493
Set linux distro to CHROMEOS_RELEASE_DESCRIPTION on ChromeOS
by rbyers@chromium.org
· 12 years ago
442e146
Create a new SetuidSandboxClient class.
by jln@chromium.org
· 12 years ago
ea12397
Include linux_util for android.
by nileshagrawal@chromium.org
· 12 years ago
ce2f241
Cleanup: Move some const char definitions to the .cc file. (try 2)
by thestig@chromium.org
· 12 years ago
4e2e0bf
Revert 141810 - Cleanup: Move some const char definitions to the .cc file.
by cpu@chromium.org
· 12 years ago
ffa29f7
Cleanup: Move some const char definitions to the .cc file.
by thestig@chromium.org
· 12 years ago
88fbaf6
Cleanup: Remove static storage for variables in an unnamed namespace.
by jhawkins@chromium.org
· 13 years ago
6716159d
Remove obsolete usage of TOUCH_UI.
by saintlou@chromium.org
· 13 years ago
9f23568
Differentiate TOUCH_UI builds in crash reporting.
by rbyers@chromium.org
· 13 years ago
96473bc
Remove the remaining exit time destructors from base for linux and chromeos.
by thakis@chromium.org
· 13 years ago
5faed3c
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 13 years ago
8167d20
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 13 years ago
951e6ff
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by brettw@chromium.org
· 13 years ago
ea54e46
OpenBSD patches for base and build, part 2
by robert.nagy@gmail.com
· 13 years ago
e406ed7
Always search TIDs for the crashing processes.
by kmixter@chromium.org
· 13 years ago
9eb2aa5
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
by david.mike.futcher@gmail.com
· 14 years ago
5c52868
Move some files from base to base/memory.
by levin@chromium.org
· 14 years ago
abe477a
Remove obsolete base/lock.h and fix up callers to use the new header file and
by brettw@chromium.org
· 14 years ago
ce3f487
Rename all methods accessing Singleton<T> as GetInstance().
by satish@chromium.org
· 14 years ago
facf7cd
Cleanup some duplicated includes.
by tfarina@chromium.org
· 14 years ago
8584b6d
Make crash reporting client_id accessible through child_process_logging.
by mnissler@chromium.org
· 14 years ago
6d36c5d
base: Rename EnvVarGetter to Environment.
by tfarina@chromium.org
· 14 years ago
44836d4
Linux: Guess the thread id for crashing renderers in a different PID namespace.
by thestig@chromium.org
· 14 years ago
7acc113
Move non-linux specific code from base/linux_util to app/gtk_util from sprewell
by pvalchev@google.com
· 15 years ago
73aec0e
bsd: refactor XDG bits of linux_util into a shared file.
by evan@chromium.org
· 15 years ago
cb2aae8
GTK: Improve xfce detection.
by erg@chromium.org
· 15 years ago
b6ba943
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated.
by thestig@chromium.org
· 15 years ago
83babea
GTK: Turn on the GTK+ integration by default.
by erg@chromium.org
· 15 years ago
1d919db
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
by pvalchev@google.com
· 15 years ago
eea8306
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers.
by thestig@chromium.org
· 15 years ago
07e183d
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
by mdm@chromium.org
· 15 years ago
2feb1c8
Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode().
by thestig@chromium.org
· 15 years ago
b5299f1
Trim the lsb_release output in GetLinuxDistro.
by thestig@chromium.org
· 15 years ago
9d0e95c
Simplify GetLinuxDistro() for Chrome OS.
by thestig@chromium.org
· 15 years ago
a4096a8
On Linux, Chrome uses lsb_release (a python script) to determine the name of the distro. On Chrome OS, we don't need to do this.
by cmasone@google.com
· 15 years ago
741196d
Make GetLinuxDistro thread-safe.
by thestig@chromium.org
· 15 years ago
6a0e499
Linux: make the "change proxy settings" button able to start several proxy config utilities.
by mdm@chromium.org
· 15 years ago
01e3d87
linux: generalize desktop environment guessing to encompass KDE
by evan@chromium.org
· 15 years ago
625865e
Try again: Add proxy config (using gnome-network-preferences)
by mattm@chromium.org
· 15 years ago
2dcd128
Revert "Add proxy config (using gnome-network-preferences)"
by mattm@chromium.org
· 15 years ago
5766f3e
Add proxy config (using gnome-network-preferences)
by mattm@chromium.org
· 15 years ago
a5a2b6e
Include output of "lsb_release -d" in crash reports.
by thestig@chromium.org
· 15 years ago
e1f4a24
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base.
by sgk@google.com
· 16 years ago