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

Issue 6714044: Remove g_spawn_async. Use base/process_utils.h instead. (Closed)

Created:
9 years, 9 months ago by Yusuke Sato
Modified:
9 years, 7 months ago
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Remove g_spawn_async. Use base/process_utils.h instead. BUG=chromium-os:12718 TEST=manual, trybot Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78968

Patch Set 1 #

Total comments: 8

Patch Set 2 : review fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -43 lines) Patch
M chrome/browser/chromeos/cros/input_method_library.cc View 1 7 chunks +42 lines, -43 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yusuke Sato
Let's just use base/process_utils.h APIs to avoid the problem in glib...
9 years, 9 months ago (2011-03-21 09:03:54 UTC) #1
Zachary Kuznia
On 2011/03/21 09:03:54, Yusuke Sato wrote: > Let's just use base/process_utils.h APIs to avoid the ...
9 years, 9 months ago (2011-03-21 10:37:30 UTC) #2
Zachary Kuznia
http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc File chrome/browser/chromeos/cros/input_method_library.cc (right): http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc#newcode621 chrome/browser/chromeos/cros/input_method_library.cc:621: g_child_watch_add(base::GetProcId(handle), Perhaps we should add a version of this ...
9 years, 9 months ago (2011-03-21 10:43:52 UTC) #3
satorux1
http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc File chrome/browser/chromeos/cros/input_method_library.cc (right): http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc#newcode621 chrome/browser/chromeos/cros/input_method_library.cc:621: g_child_watch_add(base::GetProcId(handle), On 2011/03/21 10:43:52, Zachary Kuznia wrote: > Perhaps ...
9 years, 9 months ago (2011-03-21 11:52:11 UTC) #4
Yusuke Sato
I don't see any zombies so far probably because g_child_watch_add is used with process_utils. On ...
9 years, 9 months ago (2011-03-21 12:07:57 UTC) #5
Yusuke Sato
Thanks for the review. Please take another look. http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc File chrome/browser/chromeos/cros/input_method_library.cc (right): http://codereview.chromium.org/6714044/diff/1/chrome/browser/chromeos/cros/input_method_library.cc#newcode621 chrome/browser/chromeos/cros/input_method_library.cc:621: g_child_watch_add(base::GetProcId(handle), ...
9 years, 9 months ago (2011-03-21 12:08:17 UTC) #6
Zachary Kuznia
LGTM On 2011/03/21 12:08:17, Yusuke Sato wrote: > Thanks for the review. Please take another ...
9 years, 9 months ago (2011-03-21 12:11:53 UTC) #7
satorux1
9 years, 9 months ago (2011-03-22 05:18:54 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698