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

Issue 10815087: Change NaClIPCAdapter to save translated descriptors to the rewritten message. (Closed)

Created:
8 years, 5 months ago by bbudge
Modified:
8 years, 5 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Change NaClIPCAdapter to save translated descriptors to the rewritten message. BUG=116317 TEST=manual TBR=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148431

Patch Set 1 : #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -48 lines) Patch
M chrome/nacl/nacl_ipc_adapter.h View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/nacl/nacl_ipc_adapter.cc View 1 2 3 11 chunks +56 lines, -42 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bbudge
8 years, 5 months ago (2012-07-25 00:05:47 UTC) #1
bbudge
On 2012/07/25 00:05:47, bbudge1 wrote: Fix Windows compile error.
8 years, 5 months ago (2012-07-25 01:15:56 UTC) #2
dmichael (off chromium)
http://codereview.chromium.org/10815087/diff/14001/chrome/nacl/nacl_ipc_adapter.cc File chrome/nacl/nacl_ipc_adapter.cc (right): http://codereview.chromium.org/10815087/diff/14001/chrome/nacl/nacl_ipc_adapter.cc#newcode148 chrome/nacl/nacl_ipc_adapter.cc:148: int desc_count() const { return static_cast<int>(descs_.size()); } why not ...
8 years, 5 months ago (2012-07-25 16:00:40 UTC) #3
bbudge
http://codereview.chromium.org/10815087/diff/14001/chrome/nacl/nacl_ipc_adapter.cc File chrome/nacl/nacl_ipc_adapter.cc (right): http://codereview.chromium.org/10815087/diff/14001/chrome/nacl/nacl_ipc_adapter.cc#newcode148 chrome/nacl/nacl_ipc_adapter.cc:148: int desc_count() const { return static_cast<int>(descs_.size()); } On 2012/07/25 ...
8 years, 5 months ago (2012-07-25 16:54:14 UTC) #4
dmichael (off chromium)
LGTM, though I'm hoping mseaborn can check the NaClDesc reference counting stuff.
8 years, 5 months ago (2012-07-25 17:14:01 UTC) #5
Mark Seaborn
8 years, 5 months ago (2012-07-25 22:09:41 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698