This is a newer version of: http://codereview.chromium.org/9158005/ Sorry, I had lost my old client and ...
8 years, 6 months ago
(2012-06-25 23:56:11 UTC)
#1
This is a newer version of:
http://codereview.chromium.org/9158005/
Sorry, I had lost my old client and wasn't sure how to reuse
issue numbers. Would you guys be able to review this?
Mark, as for your comment about using
GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE) in the old
CL, I thought I would split the usage out to a different CL.
jvoung (off chromium)
On 2012/06/25 23:56:11, jvoung (chromium) wrote: > This is a newer version of: > http://codereview.chromium.org/9158005/ ...
8 years, 5 months ago
(2012-06-27 19:52:00 UTC)
#2
On 2012/06/25 23:56:11, jvoung (chromium) wrote:
> This is a newer version of:
> http://codereview.chromium.org/9158005/
>
> Sorry, I had lost my old client and wasn't sure how to reuse
> issue numbers. Would you guys be able to review this?
>
>
> Mark, as for your comment about using
> GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE) in the old
> CL, I thought I would split the usage out to a different CL.
For reference, example plumbing to use this is in:
http://codereview.chromium.org/10689012/
jvoung (off chromium)
On 2012/06/27 19:52:00, jvoung (chromium) wrote: > On 2012/06/25 23:56:11, jvoung (chromium) wrote: > > ...
8 years, 5 months ago
(2012-06-29 19:47:28 UTC)
#3
On 2012/06/27 19:52:00, jvoung (chromium) wrote:
> On 2012/06/25 23:56:11, jvoung (chromium) wrote:
> > This is a newer version of:
> > http://codereview.chromium.org/9158005/
> >
> > Sorry, I had lost my old client and wasn't sure how to reuse
> > issue numbers. Would you guys be able to review this?
> >
> >
> > Mark, as for your comment about using
> > GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE) in the old
> > CL, I thought I would split the usage out to a different CL.
>
> For reference, example plumbing to use this is in:
>
> http://codereview.chromium.org/10689012/
Is this approach okay, or should I look in the fewer-IPC version you suggested
earlier?
jvoung (off chromium)
On 2012/06/29 19:47:28, jvoung (chromium) wrote: > On 2012/06/27 19:52:00, jvoung (chromium) wrote: > > ...
8 years, 5 months ago
(2012-07-10 18:35:14 UTC)
#4
On 2012/06/29 19:47:28, jvoung (chromium) wrote:
> On 2012/06/27 19:52:00, jvoung (chromium) wrote:
> > On 2012/06/25 23:56:11, jvoung (chromium) wrote:
> > > This is a newer version of:
> > > http://codereview.chromium.org/9158005/
> > >
> > > Sorry, I had lost my old client and wasn't sure how to reuse
> > > issue numbers. Would you guys be able to review this?
> > >
> > >
> > > Mark, as for your comment about using
> > > GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE) in the old
> > > CL, I thought I would split the usage out to a different CL.
> >
> > For reference, example plumbing to use this is in:
> >
> > http://codereview.chromium.org/10689012/
>
> Is this approach okay, or should I look in the fewer-IPC version you suggested
> earlier?
Should I ask Brett to review?
sehr
On 2012/07/10 18:35:14, jvoung (chromium) wrote: > On 2012/06/29 19:47:28, jvoung (chromium) wrote: > > ...
8 years, 5 months ago
(2012-07-11 16:35:35 UTC)
#5
On 2012/07/10 18:35:14, jvoung (chromium) wrote:
> On 2012/06/29 19:47:28, jvoung (chromium) wrote:
> > On 2012/06/27 19:52:00, jvoung (chromium) wrote:
> > > On 2012/06/25 23:56:11, jvoung (chromium) wrote:
> > > > This is a newer version of:
> > > > http://codereview.chromium.org/9158005/
> > > >
> > > > Sorry, I had lost my old client and wasn't sure how to reuse
> > > > issue numbers. Would you guys be able to review this?
> > > >
> > > >
> > > > Mark, as for your comment about using
> > > > GetBrowserInterface(PPB_NACL_PRIVATE_INTERFACE) in the old
> > > > CL, I thought I would split the usage out to a different CL.
> > >
> > > For reference, example plumbing to use this is in:
> > >
> > > http://codereview.chromium.org/10689012/
> >
> > Is this approach okay, or should I look in the fewer-IPC version you
suggested
> > earlier?
>
> Should I ask Brett to review?
Sounds right to add brettw.
jvoung (off chromium)
Could you take a look then, Brett? Thanks!
8 years, 5 months ago
(2012-07-11 23:18:04 UTC)
#6
Oops. We went through this in person and I'm okay with it from a security ...
8 years, 5 months ago
(2012-07-19 22:35:45 UTC)
#10
Oops. We went through this in person and I'm okay with it from a security
perspective. lgtm
jvoung (off chromium)
np thanks -- brettw, is the rest okay?
8 years, 5 months ago
(2012-07-20 18:10:32 UTC)
#11
np thanks -- brettw, is the rest okay?
brettw
lgtm http://codereview.chromium.org/10662006/diff/17003/chrome/browser/nacl_host/pnacl_file_host_unittest.cc File chrome/browser/nacl_host/pnacl_file_host_unittest.cc (right): http://codereview.chromium.org/10662006/diff/17003/chrome/browser/nacl_host/pnacl_file_host_unittest.cc#newcode18 chrome/browser/nacl_host/pnacl_file_host_unittest.cc:18: class PnaclFileHostTest : public ::testing::Test { Since this ...
8 years, 5 months ago
(2012-07-23 18:09:02 UTC)
#12
Issue 10662006: Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.
(Closed)
Created 8 years, 6 months ago by jvoung (off chromium)
Modified 8 years, 5 months ago
Reviewers: Mark Seaborn, sehr, brettw, DO NOT USE (jschuh)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 14