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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
Remove LaunchAppAsUser().
evan@chromium.org
2011-07-19
1
-1
/
+3
*
Disable process_util unit test that uses clone() on valgrind bots.
bradchen@google.com
2011-07-19
1
-2
/
+6
*
Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li...
bradchen@google.com
2011-07-15
1
-7
/
+17
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-1
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-12
1
-11
/
+13
*
Added ability to run a command, getting output and exit status on POSIX.
benwells@chromium.org
2011-07-06
1
-0
/
+38
*
GTTF: Initialize TestTimeouts in out-of-process test runner.
phajdan.jr@chromium.org
2011-06-09
1
-6
/
+5
*
Fix one more time the linux tests, in other words giving up on improving the ...
cpu@chromium.org
2011-04-29
1
-10
/
+14
*
fix failing linux tests.
cpu@chromium.org
2011-04-29
1
-0
/
+4
*
Add a more comprehensive background mode for a process.
cpu@chromium.org
2011-04-28
1
-2
/
+19
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
1
-2
/
+2
*
Fix file descriptor leak in base_unittests ProcessUtilTest.LaunchApp. The
mark@chromium.org
2011-01-10
1
-2
/
+5
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-1
/
+0
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-3
/
+3
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-17
/
+155
*
Reconstructing 67000.
bradnelson@google.com
2010-11-23
1
-1
/
+1
*
Reverting 67000.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Switching chrome to use python26 in place of python24.
bradnelson@google.com
2010-11-22
1
-1
/
+1
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
1
-158
/
+17
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
1
-17
/
+158
*
FBTF: Move some heavy, repeatedly emitted symbols to implementation files.
erg@google.com
2010-08-30
1
-0
/
+1
*
Fix gtest warnings when running the process_util_unittest.
levin@chromium.org
2010-08-23
1
-48
/
+109
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
1
-6
/
+7
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-6
/
+4
*
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...
nsylvain@chromium.org
2010-08-09
1
-7
/
+6
*
Cleanup in base. This moves the implementation (and a bunch of header file
brettw@chromium.org
2010-08-09
1
-6
/
+7
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-1
/
+2
*
Add an AppendSwitchASCII to CommandLine, and convert a test to it.
evan@chromium.org
2010-07-30
1
-6
/
+6
*
Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput...
viettrungluu@chromium.org
2010-07-28
1
-74
/
+8
*
Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u...
viettrungluu@chromium.org
2010-07-28
1
-8
/
+74
*
Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...
viettrungluu@chromium.org
2010-07-16
1
-74
/
+8
*
Add and alternative GetAppOutput() to process_util that takes a timeout.
viettrungluu@chromium.org
2010-07-16
1
-8
/
+74
*
Catch OOMs in purgeable memory.
avi@chromium.org
2010-07-01
1
-0
/
+43
*
Revert 51371 - Catch OOMs in purgeable memory.
avi@chromium.org
2010-07-01
1
-43
/
+0
*
Catch OOMs in purgeable memory.
avi@chromium.org
2010-07-01
1
-0
/
+43
*
Minor cleanups of usage of process_util code.
maruel@chromium.org
2010-06-11
1
-14
/
+21
*
Changed the position of the output->swap() call. This way, even if the comma...
maruel@chromium.org
2010-06-10
1
-4
/
+3
*
Patch out posix_memalign in the out-of-memory killer.
avi@chromium.org
2010-05-19
1
-7
/
+19
*
64-bit support for Mac OS X in base_unittests.
mark@chromium.org
2010-05-14
1
-1
/
+11
*
Move common code into process_util.cc.
maruel@chromium.org
2010-04-29
1
-59
/
+69
*
Make DidProcessCrash a bit more solid and accurate on Windows
phajdan.jr@chromium.org
2010-04-06
1
-0
/
+18
*
Die on an OOM situation in many more cases.
avi@chromium.org
2010-03-19
1
-4
/
+42
*
Reverting 41834; ui tests are asploding.
avi@chromium.org
2010-03-17
1
-42
/
+4
*
Die on an OOM situation in many more cases.
avi@chromium.org
2010-03-17
1
-4
/
+42
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-11
1
-0
/
+101
*
Revert "POSIX: don't allocate memory after forking."
agl@chromium.org
2010-03-10
1
-42
/
+0
*
POSIX: don't allocate memory after forking.
agl@chromium.org
2010-03-10
1
-0
/
+42
*
Reland r40289: "Add support for CHECK_* macros.""
willchan@chromium.org
2010-03-02
1
-1
/
+1
[next]