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