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

Issue 6909016: Allow child processes to abort quitting. (Closed)

Created:
9 years, 7 months ago by Charlie Reis
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org, Matt Perry
Visibility:
Public.

Description

Allow child processes to abort quitting. This is useful if a renderer process starts to quit but is then given more work to do from the browser (e.g., a new RenderView), such that it should no longer quit. BUG=65953 TEST=Call AddRefProcess after ReleaseProcess, before queue is emptied.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1 line) Patch
M base/message_loop.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/message_loop.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/child_process.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/child_thread.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/common/child_thread.cc View 3 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Charlie Reis
This is useful for the window.opener CL I'm working on at http://codereview.chromium.org/6319001/. In that CL, ...
9 years, 7 months ago (2011-05-03 00:41:33 UTC) #1
jam
see all the ChildProcess messages regarding shutdown. This is to avoid the race condition that ...
9 years, 7 months ago (2011-05-03 00:53:29 UTC) #2
Charlie Reis
9 years, 7 months ago (2011-05-04 16:49:07 UTC) #3
On 2011/05/03 00:53:29, John Abd-El-Malek wrote:
> see all the ChildProcess messages regarding shutdown.  This is to avoid the
race
> condition that you're seeing.  The child process only quits if the browser
> process tells is it's ok.
> 
> The browser side is currently only implemented in ChildProcessHost, which is
> used by all processes except the renderer.  So if you implement this in
> BrowserRenderProcessHost, you can reuse the same logic.

Thanks.  I've taken that approach in http://codereview.chromium.org/6927014/.

Powered by Google App Engine
This is Rietveld 408576698