Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Issue 8880: Port GetProcessCount(), KillProcesses(), and CleanupProcesses().... (Closed)

Created:
12 years, 1 month ago by dank
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Port GetProcessCount(), KillProcesses(), and CleanupProcesses(). Also switch to fork() from vfork(), since strace on my box doesn't support vfork! It's deprecated, anyway. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4315

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+272 lines, -5 lines) Patch
M base/process_util.h View 1 2 3 chunks +19 lines, -4 lines 0 comments Download
M base/process_util_linux.cc View 1 2 4 chunks +218 lines, -1 line 0 comments Download
M base/process_util_unittest.cc View 1 2 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dank
Needed this for net/url_request/url_request_unittest.h. It's a rough port, good enough for unit tests but not ...
12 years, 1 month ago (2008-10-29 18:30:12 UTC) #1
Evan Stade
some style nits
12 years, 1 month ago (2008-10-30 19:10:25 UTC) #2
Evan Stade
http://codereview.chromium.org/8880/diff/7/11 File base/process_util_linux.cc (right): http://codereview.chromium.org/8880/diff/7/11#newcode13 Line 13: is this extra line intentional? http://codereview.chromium.org/8880/diff/7/11#newcode75 Line 75: ...
12 years, 1 month ago (2008-10-30 19:12:49 UTC) #3
agl
http://codereview.chromium.org/8880/diff/7/11 File base/process_util_linux.cc (right): http://codereview.chromium.org/8880/diff/7/11#newcode71 Line 71: int status = kill(process_id, SIGTERM); I think you ...
12 years, 1 month ago (2008-10-30 19:30:18 UTC) #4
agl
12 years, 1 month ago (2008-10-30 20:22:45 UTC) #5
Yep, I'll all happy. LGTM.


AGL

Powered by Google App Engine
This is Rietveld 408576698