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

Issue 717673002: Linux sandbox: introduce BrokerChannel (Closed)

Created:
6 years, 1 month ago by jln (very slow on Chromium)
Modified:
6 years, 1 month ago
Reviewers:
mdempsky
CC:
chromium-reviews, jln+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Linux sandbox: introduce BrokerChannel Introduce a small BrokerChannel class to create the IPC channel for the broker process. Also clean-up ownership of the IPC channel and use scopers. BUG=429028 Committed: https://crrev.com/878dca3cca9b96886ddb4233adb5c7fca779fbcc Cr-Commit-Position: refs/heads/master@{#303602}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename GetPair to CreatePair. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -60 lines) Patch
M sandbox/linux/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_channel.h View 1 1 chunk +31 lines, -0 lines 0 comments Download
A sandbox/linux/syscall_broker/broker_channel.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.h View 3 chunks +6 lines, -2 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_client.cc View 3 chunks +6 lines, -8 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.h View 2 chunks +5 lines, -2 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_host.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.h View 1 chunk +4 lines, -8 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process.cc View 1 5 chunks +13 lines, -34 lines 0 comments Download
M sandbox/linux/syscall_broker/broker_process_unittest.cc View 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
jln (very slow on Chromium)
Matthew, would you mind taking a quick look at this small CL?
6 years, 1 month ago (2014-11-11 05:03:28 UTC) #2
mdempsky
lgtm https://codereview.chromium.org/717673002/diff/1/sandbox/linux/syscall_broker/broker_channel.h File sandbox/linux/syscall_broker/broker_channel.h (right): https://codereview.chromium.org/717673002/diff/1/sandbox/linux/syscall_broker/broker_channel.h#newcode20 sandbox/linux/syscall_broker/broker_channel.h:20: typedef base::ScopedFD EndPoint; Do you plan on adding ...
6 years, 1 month ago (2014-11-11 05:16:13 UTC) #3
jln (very slow on Chromium)
Thanks! https://codereview.chromium.org/717673002/diff/1/sandbox/linux/syscall_broker/broker_channel.h File sandbox/linux/syscall_broker/broker_channel.h (right): https://codereview.chromium.org/717673002/diff/1/sandbox/linux/syscall_broker/broker_channel.h#newcode20 sandbox/linux/syscall_broker/broker_channel.h:20: typedef base::ScopedFD EndPoint; On 2014/11/11 05:16:13, mdempsky (Tokyo ...
6 years, 1 month ago (2014-11-11 05:39:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/717673002/20001
6 years, 1 month ago (2014-11-11 05:40:17 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 1 month ago (2014-11-11 07:44:11 UTC) #7
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 07:45:38 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/878dca3cca9b96886ddb4233adb5c7fca779fbcc
Cr-Commit-Position: refs/heads/master@{#303602}

Powered by Google App Engine
This is Rietveld 408576698