Sign in
chromium
/
chromium
/
src
/
09dee82dc3d2911dc3d0004a75f20ca31285f5d3
/
base
/
linux_util.cc
5043a89
Remove SCM_CREDENTIALS fallback code from breakpad
by
[email protected]
· 11 years ago
50ec6b23
Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad"
by
[email protected]
· 11 years ago
dd33ee49
Remove unneeded kFindInodeSwitch
by
[email protected]
· 11 years ago
c0ccd2c
Remove SCM_CREDENTIALS fallback code from breakpad
by
[email protected]
· 11 years ago
8af69c6c
Move TrimWhitespace to the base namespace.
by
[email protected]
· 11 years ago
b264eab
Move Posix file utils to the base namespace.
by
[email protected]
· 12 years ago
dd4b5126
Update include paths in base for base/process changes.
by
[email protected]
· 12 years ago
d529cb0
Use a direct include of strings headers in base/.
by
[email protected]
· 12 years ago
b8453cc
Reland: Fix errors when building android with coverage=1
by
[email protected]
· 12 years ago
7f52f3c1
Revert 204556 "Fix errors when building android with coverage=1"
by
[email protected]
· 12 years ago
acf9a37
Fix errors when building android with coverage=1
by
[email protected]
· 12 years ago
72659888
Revert 204547 "Fix errors when building android with coverage=1"
by
[email protected]
· 12 years ago
42b1fe7
Fix errors when building android with coverage=1
by
[email protected]
· 12 years ago
604eb05
base: Convert scoped_arrays to the new scoped_ptr style.
by
[email protected]
· 13 years ago
cbf0d1d
Set linux distro to CHROMEOS_RELEASE_DESCRIPTION on ChromeOS
by
[email protected]
· 13 years ago
a73ed20
Create a new SetuidSandboxClient class.
by
[email protected]
· 13 years ago
84a1ab5a
Include linux_util for android.
by
[email protected]
· 13 years ago
46e9acad
Cleanup: Move some const char definitions to the .cc file. (try 2)
by
[email protected]
· 13 years ago
ee2635269
Revert 141810 - Cleanup: Move some const char definitions to the .cc file.
by
[email protected]
· 13 years ago
eef23ec
Cleanup: Move some const char definitions to the .cc file.
by
[email protected]
· 13 years ago
da9ccfb
Cleanup: Remove static storage for variables in an unnamed namespace.
by
[email protected]
· 14 years ago
69c88e1
Remove obsolete usage of TOUCH_UI.
by
[email protected]
· 14 years ago
09996cf
Differentiate TOUCH_UI builds in crash reporting.
by
[email protected]
· 14 years ago
6984152
Remove the remaining exit time destructors from base for linux and chromeos.
by
[email protected]
· 14 years ago
a42d463
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
2f4a8e1
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
da7d86e
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
by
[email protected]
· 14 years ago
167ec82
OpenBSD patches for base and build, part 2
by
[email protected]
· 14 years ago
cb7d53e
Always search TIDs for the crashing processes.
by
[email protected]
· 14 years ago
60ea605
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
20305ec
Remove obsolete base/lock.h and fix up callers to use the new header file and
by
[email protected]
· 15 years ago
dc8caba
Rename all methods accessing Singleton<T> as GetInstance().
by
[email protected]
· 15 years ago
a141675
Cleanup some duplicated includes.
by
[email protected]
· 15 years ago
6dde9d7
Make crash reporting client_id accessible through child_process_logging.
by
[email protected]
· 15 years ago
76b90d31
base: Rename EnvVarGetter to Environment.
by
[email protected]
· 15 years ago
66218314
Linux: Guess the thread id for crashing renderers in a different PID namespace.
by
[email protected]
· 15 years ago
7cd70c3
Move non-linux specific code from base/linux_util to app/gtk_util from sprewell
by
[email protected]
· 15 years ago
1c65785
bsd: refactor XDG bits of linux_util into a shared file.
by
[email protected]
· 15 years ago
11991c3
GTK: Improve xfce detection.
by
[email protected]
· 15 years ago
9bc8cff
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
[email protected]
· 15 years ago
88c50ab
GTK: Turn on the GTK+ integration by default.
by
[email protected]
· 15 years ago
66700d4
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
by
[email protected]
· 15 years ago
9e9b6e8e
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers.
by
[email protected]
· 16 years ago
b8ecd144
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
by
[email protected]
· 16 years ago
85ebe8f
Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode().
by
[email protected]
· 16 years ago
94aa5bb1
Trim the lsb_release output in GetLinuxDistro.
by
[email protected]
· 16 years ago
78f6f51
Simplify GetLinuxDistro() for Chrome OS.
by
[email protected]
· 16 years ago
a4564b2
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
[email protected]
· 16 years ago
19467c0
Make GetLinuxDistro thread-safe.
by
[email protected]
· 16 years ago
c85cfbd
Linux: make the "change proxy settings" button able to start several proxy config utilities.
by
[email protected]
· 16 years ago
d6cb85b
linux: generalize desktop environment guessing to encompass KDE
by
[email protected]
· 16 years ago
87fc168
Try again: Add proxy config (using gnome-network-preferences)
by
[email protected]
· 16 years ago
200e80d
Revert "Add proxy config (using gnome-network-preferences)"
by
[email protected]
· 16 years ago
425be73f
Add proxy config (using gnome-network-preferences)
by
[email protected]
· 16 years ago
912c645
Include output of "lsb_release -d" in crash reports.
by
[email protected]
· 16 years ago
75ae542
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base.
by
[email protected]
· 16 years ago