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

Issue 1146273002: Make ChildProcessHost::DoLaunch() not touch a random set of things on a different thread. (Closed)

Created:
5 years, 7 months ago by viettrungluu
Modified:
5 years, 7 months ago
Reviewers:
yzshen1
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Make ChildProcessHost::DoLaunch() not touch a random set of things on a different thread. (AFAICT, everything was "safe", except for the race condition noted in OutOfProcessNativeRunner::~OutOfProcessNativeRunner(). That race condition still exists, but at least now it's more predictable and not as bad, and it should now be possible to fix Join().) R=yzshen@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/d5e2131d2dfde88dc4740eeec458941a7984232a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -23 lines) Patch
M shell/child_process_host.h View 3 chunks +7 lines, -4 lines 0 comments Download
M shell/child_process_host.cc View 6 chunks +30 lines, -16 lines 0 comments Download
M shell/child_process_host_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
viettrungluu
5 years, 7 months ago (2015-05-20 22:28:42 UTC) #1
yzshen1
lgtm
5 years, 7 months ago (2015-05-20 23:16:23 UTC) #2
viettrungluu
5 years, 7 months ago (2015-05-20 23:35:09 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d5e2131d2dfde88dc4740eeec458941a7984232a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698