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

Issue 1210053007: Remove unused untrusted implementations of NaClSendDatagram() and others (Closed)

Created:
5 years, 5 months ago by Mark Seaborn
Modified:
5 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

Remove unused untrusted implementations of NaClSendDatagram() and others In trusted code, NaClSendDatagram() and NaClReceiveDatagram() are part of the internal layers of IMC, on top of which higher-level NaClDesc passing is implemented. It does not make sense to have untrusted implementations of these, and they are not used anyway. Their presence was confusing to someone new to this code (see https://groups.google.com/d/msg/native-client-discuss/5B5LFptZTyM/fI48VK4PDhUJ). We can also remove some other unused definitions from this file. BUG=none TEST=build Committed: https://chromium.googlesource.com/native_client/src/native_client/+/b1a5d2159561eaffcc24151d0ac7cf39cf7d37ba

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -68 lines) Patch
M src/shared/imc/nacl/nacl_imc.cc View 2 chunks +1 line, -68 lines 2 comments Download

Messages

Total messages: 8 (2 generated)
Mark Seaborn
5 years, 5 months ago (2015-07-08 15:28:32 UTC) #2
jvoung (off chromium)
https://codereview.chromium.org/1210053007/diff/1/src/shared/imc/nacl/nacl_imc.cc File src/shared/imc/nacl/nacl_imc.cc (right): https://codereview.chromium.org/1210053007/diff/1/src/shared/imc/nacl/nacl_imc.cc#newcode18 src/shared/imc/nacl/nacl_imc.cc:18: int NaClSocketPair(NaClHandle pair[2]) { It wasn't clear to me ...
5 years, 5 months ago (2015-07-08 17:20:10 UTC) #3
Mark Seaborn
https://codereview.chromium.org/1210053007/diff/1/src/shared/imc/nacl/nacl_imc.cc File src/shared/imc/nacl/nacl_imc.cc (right): https://codereview.chromium.org/1210053007/diff/1/src/shared/imc/nacl/nacl_imc.cc#newcode18 src/shared/imc/nacl/nacl_imc.cc:18: int NaClSocketPair(NaClHandle pair[2]) { On 2015/07/08 17:20:10, jvoung wrote: ...
5 years, 5 months ago (2015-07-08 17:40:13 UTC) #4
jvoung (off chromium)
lgtm
5 years, 5 months ago (2015-07-08 17:58:40 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1210053007/1
5 years, 5 months ago (2015-07-08 18:01:07 UTC) #7
commit-bot: I haz the power
5 years, 5 months ago (2015-07-08 21:58:04 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/native_client/src/native_client/+/b1a5d2159...

Powered by Google App Engine
This is Rietveld 408576698