index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
linux_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move file_util to base/files/ directory.
brettw@chromium.org
2014-08-13
1
-1
/
+1
*
Remove SCM_CREDENTIALS fallback code from breakpad
mdempsky@chromium.org
2014-05-14
1
-121
/
+0
*
Revert 270173 "Remove SCM_CREDENTIALS fallback code from breakpad"
piman@chromium.org
2014-05-14
1
-0
/
+121
*
Remove unneeded kFindInodeSwitch
mdempsky@chromium.org
2014-05-13
1
-2
/
+0
*
Remove SCM_CREDENTIALS fallback code from breakpad
mdempsky@chromium.org
2014-05-13
1
-121
/
+0
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Move Posix file utils to the base namespace.
brettw@chromium.org
2013-11-27
1
-2
/
+1
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Reland: Fix errors when building android with coverage=1
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Revert 204556 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
Revert 204547 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
base: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-18
1
-1
/
+1
*
Set linux distro to CHROMEOS_RELEASE_DESCRIPTION on ChromeOS
rbyers@chromium.org
2012-08-15
1
-3
/
+1
*
Create a new SetuidSandboxClient class.
jln@chromium.org
2012-07-23
1
-5
/
+0
*
Include linux_util for android.
nileshagrawal@chromium.org
2012-07-18
1
-26
/
+23
*
Cleanup: Move some const char definitions to the .cc file. (try 2)
thestig@chromium.org
2012-06-13
1
-4
/
+11
*
Revert 141810 - Cleanup: Move some const char definitions to the .cc file.
cpu@chromium.org
2012-06-13
1
-8
/
+1
*
Cleanup: Move some const char definitions to the .cc file.
thestig@chromium.org
2012-06-13
1
-1
/
+8
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-1
/
+1
*
Remove obsolete usage of TOUCH_UI.
saintlou@chromium.org
2011-11-23
1
-2
/
+2
*
Differentiate TOUCH_UI builds in crash reporting.
rbyers@chromium.org
2011-11-10
1
-1
/
+3
*
Remove the remaining exit time destructors from base for linux and chromeos.
thakis@chromium.org
2011-11-09
1
-3
/
+3
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-7
/
+7
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-7
/
+7
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-7
/
+7
*
OpenBSD patches for base and build, part 2
robert.nagy@gmail.com
2011-10-24
1
-0
/
+1
*
Always search TIDs for the crashing processes.
kmixter@chromium.org
2011-06-21
1
-1
/
+8
*
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
david.mike.futcher@gmail.com
2011-04-18
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
Cleanup some duplicated includes.
tfarina@chromium.org
2010-09-04
1
-1
/
+0
*
Make crash reporting client_id accessible through child_process_logging.
mnissler@chromium.org
2010-08-26
1
-6
/
+14
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-1
/
+0
*
Linux: Guess the thread id for crashing renderers in a different PID namespace.
thestig@chromium.org
2010-07-16
1
-0
/
+47
*
Move non-linux specific code from base/linux_util to app/gtk_util
pvalchev@google.com
2010-05-13
1
-20
/
+0
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-87
/
+0
*
GTK: Improve xfce detection.
erg@chromium.org
2010-04-15
1
-5
/
+5
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-53
/
+17
*
GTK: Turn on the GTK+ integration by default.
erg@chromium.org
2010-03-26
1
-0
/
+4
*
BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX
pvalchev@google.com
2010-03-10
1
-1
/
+3
*
Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...
thestig@chromium.org
2009-12-02
1
-1
/
+39
*
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
mdm@chromium.org
2009-11-25
1
-1
/
+6
*
Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_...
thestig@chromium.org
2009-10-29
1
-0
/
+126
*
Trim the lsb_release output in GetLinuxDistro.
thestig@chromium.org
2009-10-21
1
-1
/
+3
*
Simplify GetLinuxDistro() for Chrome OS.
thestig@chromium.org
2009-10-21
1
-5
/
+13
*
On Linux, Chrome uses lsb_release (a python script) to determine the name of ...
cmasone@google.com
2009-10-19
1
-0
/
+4
[next]