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

Issue 397031: Launch processes asynchronously so as not to block the UI thread. For now, re... (Closed)

Created:
11 years, 1 month ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, Erik does not do reviews, jam, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin (slow to review)
Visibility:
Public.

Description

Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. (relanding 32203) BUG=6844 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=32264

Patch Set 1 #

Patch Set 2 : sync #

Patch Set 3 : return 0 instead of -1 if zygote couldn't launch renderer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -341 lines) Patch
M base/process_util_posix.cc View 1 chunk +2 lines, -4 lines 0 comments Download
A + chrome/browser/child_process_launcher.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/child_process_launcher.cc View 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_browsertest.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 3 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.h View 1 8 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 22 chunks +120 lines, -264 lines 0 comments Download
M chrome/browser/renderer_host/mock_render_process_host.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/mock_render_process_host.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_process_host.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/visitedlink_event_listener.cc View 1 1 chunk +1 line, -9 lines 0 comments Download
M chrome/browser/visitedlink_master.h View 1 1 chunk +1 line, -7 lines 0 comments Download
M chrome/browser/visitedlink_master.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/visitedlink_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/zygote_host_linux.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/zygote_host_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/notification_type.h View 1 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
11 years, 1 month ago (2009-11-18 02:27:50 UTC) #1
Evan Martin
11 years, 1 month ago (2009-11-18 02:28:52 UTC) #2
LGTM on the process_util bits, rest carrying over previous lgtm

Powered by Google App Engine
This is Rietveld 408576698