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

Issue 938453002: Remove base::WaitForSingleProcess (Closed)

Created:
5 years, 10 months ago by rvargas (doing something else)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, cbentzel+watch_chromium.org, tfarina, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove base::WaitForSingleProcess BUG=417532 Committed: https://crrev.com/2f70a1515d5f3e6ea3525c079743bfbcb0818b98 Cr-Commit-Position: refs/heads/master@{#317690}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : check exit code #

Total comments: 2

Patch Set 4 : cl format :( #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -172 lines) Patch
M apps/load_and_launch_browsertest.cc View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M base/debug/stack_trace_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/process/kill.h View 1 chunk +0 lines, -6 lines 0 comments Download
M base/process/kill_posix.cc View 1 3 chunks +109 lines, -116 lines 0 comments Download
M base/process/kill_win.cc View 1 4 chunks +6 lines, -11 lines 0 comments Download
M base/process/process.h View 1 chunk +2 lines, -0 lines 0 comments Download
M base/process/process_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M base/process/process_util_unittest.cc View 4 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/apps/app_shim/app_shim_interactive_uitest_mac.mm View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/process_singleton_browsertest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/service_process/service_process_control_browsertest.cc View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/utility/importer/firefox_importer_unittest_utils_mac.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ipc/ipc_test_base.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M net/test/spawned_test_server/local_test_server.cc View 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 19 (5 generated)
rvargas (doing something else)
Lei, PTAL Note that I'm implying that all POSIX callers of WaitForExit* should have been ...
5 years, 10 months ago (2015-02-18 02:35:15 UTC) #2
Lei Zhang
https://codereview.chromium.org/938453002/diff/20001/base/process/kill_win.cc File base/process/kill_win.cc (left): https://codereview.chromium.org/938453002/diff/20001/base/process/kill_win.cc#oldcode229 base/process/kill_win.cc:229: return WaitForExitCodeWithTimeout(handle, &exit_code, wait) && exit_code == 0; On ...
5 years, 10 months ago (2015-02-18 02:49:45 UTC) #3
Lei Zhang
Otherwise looking good. https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc File ipc/ipc_test_base.cc (right): https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc#newcode147 ipc/ipc_test_base.cc:147: base::TimeDelta::FromSeconds(5), &exit_code); nit: Indentation looks funny. ...
5 years, 10 months ago (2015-02-18 03:07:43 UTC) #4
rvargas (doing something else)
Thanks, +kalman -> apps +tsepez -> ipc +ttuttle -> net https://codereview.chromium.org/938453002/diff/20001/base/process/kill_win.cc File base/process/kill_win.cc (left): https://codereview.chromium.org/938453002/diff/20001/base/process/kill_win.cc#oldcode229 ...
5 years, 10 months ago (2015-02-18 23:17:58 UTC) #6
not at google - send to devlin
apps lgtm
5 years, 10 months ago (2015-02-18 23:19:37 UTC) #7
Lei Zhang
lgtm https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc File ipc/ipc_test_base.cc (right): https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc#newcode147 ipc/ipc_test_base.cc:147: base::TimeDelta::FromSeconds(5), &exit_code); On 2015/02/18 23:17:58, rvargas wrote: > ...
5 years, 10 months ago (2015-02-18 23:48:31 UTC) #8
Tom Sepez
LGTM % comment. https://codereview.chromium.org/938453002/diff/40001/ipc/ipc_test_base.cc File ipc/ipc_test_base.cc (right): https://codereview.chromium.org/938453002/diff/40001/ipc/ipc_test_base.cc#newcode145 ipc/ipc_test_base.cc:145: int exit_code; do we want to ...
5 years, 10 months ago (2015-02-18 23:49:53 UTC) #9
rvargas (doing something else)
Thanks https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc File ipc/ipc_test_base.cc (right): https://codereview.chromium.org/938453002/diff/20001/ipc/ipc_test_base.cc#newcode147 ipc/ipc_test_base.cc:147: base::TimeDelta::FromSeconds(5), &exit_code); On 2015/02/18 23:48:31, Lei Zhang (Soon ...
5 years, 10 months ago (2015-02-19 02:01:04 UTC) #11
rvargas (doing something else)
ttuttle: ping
5 years, 10 months ago (2015-02-21 01:31:51 UTC) #12
rvargas (doing something else)
-ttuttle +rtenneti for net
5 years, 10 months ago (2015-02-23 22:52:53 UTC) #14
ramant (doing other things)
net/ code LGTM
5 years, 10 months ago (2015-02-23 23:02:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/938453002/60001
5 years, 10 months ago (2015-02-23 23:08:24 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-24 00:29:10 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-24 00:30:08 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2f70a1515d5f3e6ea3525c079743bfbcb0818b98
Cr-Commit-Position: refs/heads/master@{#317690}

Powered by Google App Engine
This is Rietveld 408576698