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
/
process_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
1
-18
/
+0
*
Finish splitting base/process_util.h by moving the remaining routines to base...
rsesek@chromium.org
2013-07-17
1
-273
/
+5
*
Split ProcessHandle and its related routines into base/process/process_handle.h.
rsesek@chromium.org
2013-07-15
1
-69
/
+1
*
Split out process killing functions from base/process_util.h into base/proces...
rsesek@chromium.org
2013-07-10
1
-121
/
+1
*
Split memory-related routines out of base/process_util.h into base/process/me...
rsesek@chromium.org
2013-06-28
1
-51
/
+1
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Split ProcessIterator and friends out of base/process_util.h into base/proces...
rsesek@chromium.org
2013-05-31
1
-154
/
+1
*
Split ProcessMetrics out of base/process_util.h and into base/process/process...
rsesek@chromium.org
2013-05-23
1
-206
/
+1
*
Revert r187343
rsleevi@chromium.org
2013-05-14
1
-7
/
+3
*
Limit the number of pending requests to the max number of file descriptors.
simonjam@chromium.org
2013-05-09
1
-0
/
+4
*
[Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.
rsesek@chromium.org
2013-04-11
1
-40
/
+0
*
Revert 193486 "[Mac] Remove base::LaunchSynchronize and rewrite ..."
rsesek@chromium.org
2013-04-11
1
-0
/
+40
*
[Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.
rsesek@chromium.org
2013-04-10
1
-40
/
+0
*
GTTF: Add debugging code for flaky test server startup issues.
phajdan.jr@chromium.org
2013-03-11
1
-13
/
+23
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
[Android] Make content_shell_apk and chromium_testshell components friendly.
yfriedman@chromium.org
2013-02-22
1
-1
/
+1
*
base: add GetNumberOfThreads() to Linux and Android.
jln@chromium.org
2013-02-06
1
-0
/
+6
*
Add stdin_handle and stdout_handle in base::LaunchOptions.
sergeyu@chromium.org
2013-01-05
1
-1
/
+15
*
Linux: inform the Zygote when it's waiting on a dead process
jln@chromium.org
2012-12-06
1
-0
/
+9
*
Revert 168239 - Extract SIGPIPE ignoring code to a common place.
dmichael@google.com
2012-11-16
1
-6
/
+0
*
Extract SIGPIPE ignoring code to a common place.
phajdan.jr@chromium.org
2012-11-16
1
-0
/
+6
*
Move FileDescriptorShuffle to base/posix. This file is very posix-specific.
brettw@chromium.org
2012-11-09
1
-1
/
+4
*
Create ash memory monitor
davemoore@chromium.org
2012-11-05
1
-0
/
+4
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-5
/
+0
*
Revert 165244 - Create ash memory monitor
brettw@chromium.org
2012-10-31
1
-4
/
+0
*
Create ash memory monitor
davemoore@chromium.org
2012-10-31
1
-0
/
+4
*
unchecked_malloc() for Skia on OSX.
shess@chromium.org
2012-09-19
1
-5
/
+14
*
Cleanup: Add a const variable for /proc/self/exe.
thestig@chromium.org
2012-09-15
1
-0
/
+5
*
Add a flag force_breakaway_from_job_ to the base::LaunchOptions structure for...
ananta@chromium.org
2012-09-14
1
-1
/
+7
*
Make printf and LOG output to cmd console for Windows
jbates@chromium.org
2012-08-22
1
-1
/
+7
*
Revert 152432 - Make printf and LOG output to cmd console for Windows
jbates@chromium.org
2012-08-21
1
-7
/
+1
*
Make printf and LOG output to cmd console for Windows
jbates@chromium.org
2012-08-20
1
-1
/
+7
*
Fix CleanupProcesses() interface to use TimeDelta.
tedvessenes@gmail.com
2012-07-31
1
-1
/
+1
*
Remove old test timeout and process waiting function interfaces.
tedvessenes@gmail.com
2012-07-26
1
-9
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Add minimal support for process_utils on iOS
stuartmorgan@chromium.org
2012-07-11
1
-4
/
+6
*
Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions.
tedvessenes@gmail.com
2012-07-08
1
-0
/
+7
*
Fix base::GetModuleFromAddress() not to increment the module's reference count,
alexeypa@chromium.org
2012-05-16
1
-1
/
+2
*
Reverting r133134 - Make sure that base::MessagePumpForUI from different modu...
alexeypa@chromium.org
2012-05-16
1
-2
/
+1
*
[cros] Fix udevadm command line for camera presence detection.
ivankr@chromium.org
2012-04-26
1
-0
/
+6
*
Make sure that base::MessagePumpForUI from different modules are isolated fro...
alexeypa@chromium.org
2012-04-20
1
-1
/
+2
*
cros: Record UMA stats for tab discards in low memory conditions
jamescook@chromium.org
2012-04-18
1
-3
/
+5
*
Add additional base::TimeDelta interface for WaitForChildProcess()
tedvessenes@gmail.com
2012-03-31
1
-0
/
+3
*
Fix shared_library build break on Chrome OS caused by r128351.
yusukes@google.com
2012-03-23
1
-1
/
+1
*
Linux: Report the failed memory allocation size on OOM crashes.
thestig@chromium.org
2012-03-23
1
-0
/
+4
*
Add comments and fix a potential leak in LaunchProcess.
erikwright@chromium.org
2012-03-15
1
-2
/
+6
*
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...
thestig@chromium.org
2012-02-24
1
-8
/
+7
*
Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...
joi@chromium.org
2012-02-10
1
-0
/
+5
*
[ChromeOS] Add option to set controlling terminal when launching process.
tbarzic@chromium.org
2012-01-21
1
-1
/
+10
*
use os_bsd and OS_BSD and add some OS_FREEBSD conditions
robert.nagy@gmail.com
2011-12-04
1
-4
/
+4
[next]