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

Issue 7167017: Fix to bug 75303 (Closed)

Created:
9 years, 6 months ago by abeera
Modified:
9 years, 6 months ago
Visibility:
Public.

Description

Fix to bug 75303 Makes the sun_path an absolute path("/tmp/pipe_name") to allow IPC between processes with different working directories BUG=75303 TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=90400

Patch Set 1 #

Patch Set 2 : git try #

Total comments: 2

Patch Set 3 : Style fixes #

Total comments: 4

Patch Set 4 : Style issues #

Patch Set 5 : alternate fix to bug, earlier broke Mac. #

Total comments: 1

Patch Set 6 : Improved comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -5 lines) Patch
M chrome/common/service_process_util.cc View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/common/service_process_util_linux.cc View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/service_process_util_win.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ipc/ipc_channel_handle.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
abeera
9 years, 6 months ago (2011-06-15 22:43:17 UTC) #1
sanjeevr
http://codereview.chromium.org/7167017/diff/2001/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): http://codereview.chromium.org/7167017/diff/2001/ipc/ipc_channel_posix.cc#newcode148 ipc/ipc_channel_posix.cc:148: PathService::Get(base::DIR_TEMP, &temp_dir); Document why this is needed. http://codereview.chromium.org/7167017/diff/2001/ipc/ipc_channel_posix.cc#newcode149 ipc/ipc_channel_posix.cc:149: ...
9 years, 6 months ago (2011-06-20 21:50:34 UTC) #2
sanjeevr
LGTM with some style nits. Also adding dmac as a reviewer. Dave, can you quickly ...
9 years, 6 months ago (2011-06-20 22:27:26 UTC) #3
dmac
LGTM with some small style nits. http://codereview.chromium.org/7167017/diff/6001/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): http://codereview.chromium.org/7167017/diff/6001/ipc/ipc_channel_posix.cc#newcode236 ipc/ipc_channel_posix.cc:236: //Convert relative path ...
9 years, 6 months ago (2011-06-20 22:30:23 UTC) #4
sanjeevr
LGTM http://codereview.chromium.org/7167017/diff/10001/ipc/ipc_channel_handle.h File ipc/ipc_channel_handle.h (right): http://codereview.chromium.org/7167017/diff/10001/ipc/ipc_channel_handle.h#newcode33 ipc/ipc_channel_handle.h:33: // The name that is passed in should ...
9 years, 6 months ago (2011-06-23 22:34:14 UTC) #5
commit-bot: I haz the power
9 years, 6 months ago (2011-06-24 18:57:25 UTC) #6
Change committed as 90400

Powered by Google App Engine
This is Rietveld 408576698