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

Issue 602193004: Refactoring: Let ChannelPosix adopt ScopedFD. (Closed)

Created:
6 years, 2 months ago by Hajime Morrita
Modified:
6 years, 2 months ago
Reviewers:
agl, jam
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Refactoring: Let ChannelPosix adopt ScopedFD. This gets rid of raw close() call usign base::ScopedFD. Ownership of FDs become clearer. This is a preparation for kiling base::FileDescriptor. R=jam@chromium.org, agl@chromium.org BUG=415294 Committed: https://crrev.com/ce44fef5fd60dd2be5c587d4b084bdcd36adcee4 Cr-Commit-Position: refs/heads/master@{#297285}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -94 lines) Patch
M ipc/ipc_channel_posix.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M ipc/ipc_channel_posix.cc View 1 23 chunks +85 lines, -89 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Hajime Morrita
6 years, 2 months ago (2014-09-25 20:14:48 UTC) #1
jam
I'm not a good reviewer here as I'm not familiar with that file.
6 years, 2 months ago (2014-09-25 22:45:23 UTC) #2
agl
LGTM with nits. https://codereview.chromium.org/602193004/diff/1/ipc/ipc_channel_posix.cc File ipc/ipc_channel_posix.cc (right): https://codereview.chromium.org/602193004/diff/1/ipc/ipc_channel_posix.cc#newcode260 ipc/ipc_channel_posix.cc:260: int local_pipe_fd; This can be moved ...
6 years, 2 months ago (2014-09-25 22:55:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602193004/20001
6 years, 2 months ago (2014-09-29 20:01:56 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 6f2689b07f0de1cb8da3d330ad555892aca64d59
6 years, 2 months ago (2014-09-29 22:26:05 UTC) #6
commit-bot: I haz the power
6 years, 2 months ago (2014-09-29 22:26:54 UTC) #7
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ce44fef5fd60dd2be5c587d4b084bdcd36adcee4
Cr-Commit-Position: refs/heads/master@{#297285}

Powered by Google App Engine
This is Rietveld 408576698