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

Issue 1634933007: remoting: Add AttachmentBroker for daemon and desktop processes (Closed)

Created:
4 years, 11 months ago by Sergey Ulanov
Modified:
4 years, 11 months ago
Reviewers:
erikchen, joedow
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

remoting: Add AttachmentBroker for daemon and desktop processes Daemon and desktop processes didn't have attachment brokers, and so the desktop process was failing when trying to pass shared buffer to the network process. BUG=581174 Committed: https://crrev.com/77a444dc8136e3efb8542d6965b3e8f9439c5266 Cr-Commit-Position: refs/heads/master@{#371858}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -6 lines) Patch
M remoting/host/daemon_process.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M remoting/host/desktop_process.h View 2 chunks +4 lines, -0 lines 0 comments Download
M remoting/host/desktop_process.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M remoting/host/win/unprivileged_process_delegate.cc View 1 4 chunks +11 lines, -2 lines 0 comments Download
M remoting/host/win/wts_session_process_delegate.cc View 5 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
Sergey Ulanov
4 years, 11 months ago (2016-01-26 21:35:02 UTC) #3
erikchen
lgtm https://codereview.chromium.org/1634933007/diff/20001/remoting/host/win/unprivileged_process_delegate.cc File remoting/host/win/unprivileged_process_delegate.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/win/unprivileged_process_delegate.cc#newcode410 remoting/host/win/unprivileged_process_delegate.cc:410: channel_.reset(); Should this go through CloseChannel()?
4 years, 11 months ago (2016-01-26 21:40:36 UTC) #4
joedow
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); It looks like this method has different args ...
4 years, 11 months ago (2016-01-26 21:42:51 UTC) #5
erikchen
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); On 2016/01/26 21:42:51, joedow wrote: > It looks ...
4 years, 11 months ago (2016-01-26 21:47:00 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); On 2016/01/26 21:42:51, joedow wrote: > It looks ...
4 years, 11 months ago (2016-01-27 01:38:39 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); On 2016/01/26 21:47:00, erikchen wrote: > On 2016/01/26 ...
4 years, 11 months ago (2016-01-27 01:43:02 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1634933007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1634933007/60001
4 years, 11 months ago (2016-01-27 01:43:48 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/170793)
4 years, 11 months ago (2016-01-27 01:58:21 UTC) #13
erikchen
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); On 2016/01/27 01:43:02, Sergey Ulanov wrote: > On ...
4 years, 11 months ago (2016-01-27 15:16:41 UTC) #14
Sergey Ulanov
https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc File remoting/host/daemon_process.cc (right): https://codereview.chromium.org/1634933007/diff/20001/remoting/host/daemon_process.cc#newcode188 remoting/host/daemon_process.cc:188: IPC::AttachmentBrokerPrivileged::CreateBrokerIfNeeded(); On 2016/01/27 15:16:41, erikchen wrote: > On 2016/01/27 ...
4 years, 11 months ago (2016-01-27 18:29:12 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1634933007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1634933007/80001
4 years, 11 months ago (2016-01-27 18:29:50 UTC) #17
erikchen
still lgtm
4 years, 11 months ago (2016-01-27 18:40:39 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-27 19:00:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1634933007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1634933007/80001
4 years, 11 months ago (2016-01-27 20:26:28 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:80001)
4 years, 11 months ago (2016-01-27 20:37:41 UTC) #23
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 20:38:58 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/77a444dc8136e3efb8542d6965b3e8f9439c5266
Cr-Commit-Position: refs/heads/master@{#371858}

Powered by Google App Engine
This is Rietveld 408576698