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

Issue 1231673002: Sandbox: remove raw handles from SharedMemIPCServer::ServerControl (Closed)

Created:
5 years, 5 months ago by rvargas (doing something else)
Modified:
5 years, 5 months ago
Reviewers:
cpu_(ooo_6.6-7.5), Nico
CC:
chromium-reviews, wfh+watch_chromium.org, rickyz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Sandbox: remove raw handles from SharedMemIPCServer::ServerControl BUG=426577 Committed: https://crrev.com/b94b2e421bf8afe1691831e64ed3cb5043c05e16 Cr-Commit-Position: refs/heads/master@{#338139}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -24 lines) Patch
M sandbox/win/src/ipc_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M sandbox/win/src/sharedmem_ipc_server.h View 3 chunks +5 lines, -3 lines 0 comments Download
M sandbox/win/src/sharedmem_ipc_server.cc View 4 chunks +15 lines, -17 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 10 (3 generated)
rvargas (doing something else)
5 years, 5 months ago (2015-07-08 23:58:15 UTC) #2
cpu_(ooo_6.6-7.5)
lgtm https://codereview.chromium.org/1231673002/diff/1/sandbox/win/src/sharedmem_ipc_server.cc File sandbox/win/src/sharedmem_ipc_server.cc (right): https://codereview.chromium.org/1231673002/diff/1/sandbox/win/src/sharedmem_ipc_server.cc#newcode395 sandbox/win/src/sharedmem_ipc_server.cc:395: } maybe check() the return of set event?
5 years, 5 months ago (2015-07-09 16:51:53 UTC) #3
rvargas (doing something else)
thanks. https://codereview.chromium.org/1231673002/diff/1/sandbox/win/src/sharedmem_ipc_server.cc File sandbox/win/src/sharedmem_ipc_server.cc (right): https://codereview.chromium.org/1231673002/diff/1/sandbox/win/src/sharedmem_ipc_server.cc#newcode395 sandbox/win/src/sharedmem_ipc_server.cc:395: } On 2015/07/09 16:51:53, cpu wrote: > maybe ...
5 years, 5 months ago (2015-07-09 18:14:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1231673002/1
5 years, 5 months ago (2015-07-09 19:36:40 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 5 months ago (2015-07-09 20:58:39 UTC) #7
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/b94b2e421bf8afe1691831e64ed3cb5043c05e16 Cr-Commit-Position: refs/heads/master@{#338139}
5 years, 5 months ago (2015-07-09 21:00:35 UTC) #8
Nico
5 years, 5 months ago (2015-07-09 23:00:49 UTC) #10
Message was sent while issue was closed.
Style plugin says:

In file included from ../../sandbox/win/src/handle_policy.cc:10:
In file included from ../..\sandbox/win/src/broker_services.h:18:
../..\sandbox/win/src/sharedmem_ipc_server.h(76,3) :  error: [chromium-style]
Complex class/struct needs an explicit out-of-line constructor.
  struct ServerControl {
  ^
../..\sandbox/win/src/sharedmem_ipc_server.h(76,3) :  error: [chromium-style]
Complex class/struct needs an explicit out-of-line destructor.
2 errors generated.

Powered by Google App Engine
This is Rietveld 408576698