summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* This change enables ExtensionApiTest.WebSocket on Mac again.toyoshim@chromium.org2011-03-091-0/+17
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-3/+79
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-2/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-17/+24
* Recommit 68258 - Mark some functions that wait on other processes as unsafe f...victorw@chromium.org2010-12-041-0/+7
* Revert 68258 - Mark some functions that wait on other processes as unsafe for...victorw@chromium.org2010-12-041-7/+0
* Mark some functions that wait on other processes as unsafe for IO/UI.evan@chromium.org2010-12-041-0/+7
* Revert "base: wait for children to terminate."agl@chromium.org2010-11-291-55/+43
* base: wait for children to terminate.agl@chromium.org2010-11-291-43/+55
* [Mac] Log registers with stackdump in debug crashes.shess@chromium.org2010-11-221-7/+51
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-24/+17
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-17/+24
* process_util: remove a function we don't use anywayevan@chromium.org2010-10-131-5/+0
* Used process_util methods to wait for the service process to die in the Servi...sanjeevr@chromium.org2010-10-121-0/+8
* Cleanup orphaned testserver processes on posix.rsimha@chromium.org2010-09-221-2/+37
* [Mac] Replace the existing browser-child mach ipc with a long-lived listener ...rohitrao@chromium.org2010-09-171-101/+0
* Revert 58576 - Adds logging into fork_and_get_task() to test a hypothesis on ...rohitrao@chromium.org2010-09-041-7/+0
* Adds logging into fork_and_get_task() to test a hypothesis on why WaitForInit...rohitrao@chromium.org2010-09-041-0/+7
* [Mac] Move the reset of signal handlers to be very soon after the fork, befor...rohitrao@chromium.org2010-09-041-6/+16
* Revert 58558 - [Mac] Move the reset of signal handlers to be very soon after ...rohitrao@chromium.org2010-09-031-16/+6
* [Mac] Move the reset of signal handlers to be very soon after the fork, befor...rohitrao@chromium.org2010-09-031-6/+16
* [Mac] Add comment explaining why we create the mach receive port when we do.rohitrao@chromium.org2010-09-021-0/+4
* Header cleanup in base.brettw@chromium.org2010-08-171-1/+1
* Run tests faster.agl@chromium.org2010-08-131-1/+5
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-1/+1
* Revert "Run tests faster."phajdan.jr@chromium.org2010-08-021-5/+1
* Run tests faster.agl@chromium.org2010-08-021-1/+5
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+2
* Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput...viettrungluu@chromium.org2010-07-281-55/+11
* Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u...viettrungluu@chromium.org2010-07-281-11/+55
* Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...viettrungluu@chromium.org2010-07-161-55/+11
* Add and alternative GetAppOutput() to process_util that takes a timeout.viettrungluu@chromium.org2010-07-161-11/+55
* Fix ProcessSingletonWinTest using default profile.mattm@chromium.org2010-06-161-1/+10
* Changed the position of the output->swap() call. This way, even if the comma...maruel@chromium.org2010-06-101-4/+2
* Reset signal handlers in forked children.agl@chromium.org2010-06-021-0/+7
* POSIX: catch more crash-indicating signals for in-process crash dumping.phajdan.jr@chromium.org2010-04-301-3/+6
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-54/+0
* POSIX: In functions where we wait for a process with timeout, increment the a...thestig@chromium.org2010-04-021-14/+24
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-4/+4
* Just need to trigger a buildagl@chromium.org2010-03-191-1/+1
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-161-0/+19
* Noop change to trigger a rebuild.agl@chromium.org2010-03-111-1/+0
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-111-97/+208
* Revert "POSIX: don't allocate memory after forking."agl@chromium.org2010-03-101-210/+97