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

Issue 7714041: Update proxy for PPP_Printing_Dev to deal with new QuerySupportedFormats (Closed)

Created:
9 years, 4 months ago by dmichael (off chromium)
Modified:
9 years, 3 months ago
CC:
native-client-reviews_googlegroups.com, polina
Visibility:
Public.

Description

Update proxy for PPP_Printing_Dev to deal with new QuerySupportedFormats BUG=80696 TEST=it compiles :-/ (printing seems to be broken already)

Patch Set 1 #

Total comments: 9

Patch Set 2 : Fixes based on review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -63 lines) Patch
M src/shared/ppapi_proxy/browser_ppp_printing.cc View 1 chunk +7 lines, -22 lines 0 comments Download
M src/shared/ppapi_proxy/plugin_ppp_printing_rpc_server.cc View 1 2 chunks +5 lines, -21 lines 0 comments Download
M src/shared/ppapi_proxy/ppp_printing.srpc View 1 chunk +1 line, -2 lines 0 comments Download
M src/shared/ppapi_proxy/ppp_rpc_client.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M src/shared/ppapi_proxy/ppp_rpc_server.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/trusted/plugin/plugin.cc View 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dmichael (off chromium)
This isn't ready to land yet... but I want to send this out as an ...
9 years, 4 months ago (2011-08-24 17:57:45 UTC) #1
elijahtaylor (use chromium)
http://codereview.chromium.org/7714041/diff/1/src/shared/ppapi_proxy/browser_ppp_printing.cc File src/shared/ppapi_proxy/browser_ppp_printing.cc (right): http://codereview.chromium.org/7714041/diff/1/src/shared/ppapi_proxy/browser_ppp_printing.cc#newcode10 src/shared/ppapi_proxy/browser_ppp_printing.cc:10: #include "native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h" Is this include kosher? I see in ...
9 years, 4 months ago (2011-08-24 20:08:23 UTC) #2
dmichael (off chromium)
Comments addressed; sorry for not proof-reading. Note I don't think I'll be able to do ...
9 years, 4 months ago (2011-08-24 21:21:30 UTC) #3
elijahtaylor (use chromium)
LGTM given: you check with Polina on the include issue, and the other CL lands ...
9 years, 4 months ago (2011-08-24 21:55:28 UTC) #4
dmichael (off chromium)
9 years, 3 months ago (2011-08-29 20:23:35 UTC) #5
On 2011/08/24 21:55:28, elijahtaylor wrote:
> LGTM given: you check with Polina on the include issue,
I couldn't get a hold of Polina today, but I had already vetted this in a prior
CL reviewed by sehr for input events.
> and the other CL lands
> and all other caveats of DEPS rolling etc happens
Since the proxy moved in to Chromium, the DEPS isn't happening. I rolled this
change in to the chrome CL:
http://codereview.chromium.org/7718004/
> 
>
http://codereview.chromium.org/7714041/diff/1/src/shared/ppapi_proxy/browser_...
> File src/shared/ppapi_proxy/browser_ppp_printing.cc (right):
> 
>
http://codereview.chromium.org/7714041/diff/1/src/shared/ppapi_proxy/browser_...
> src/shared/ppapi_proxy/browser_ppp_printing.cc:10: #include
> "native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h"
> On 2011/08/24 21:21:30, dmichael wrote:
> > On 2011/08/24 20:08:23, elijahtaylor wrote:
> > > Is this include kosher?  I see in other files:
> > > 
> > > #include "srpcgen/ppp_rpc.h"
> > 
> > I would contend that all the other code is wrong :-)
> > 
> > The 'srpcgen/ppp_rpc.h' is a relative path, which goes against guidelines
and
> > triggers a pre-submit warning.
> 
> How very enlightened :P
> 
> Can you check with Polina on this and get her take on it?  There may be a
valid
> reason why it *should* be the other way despite style guidelines.
As mentioned, I'd vetted this with sehr@ previously. If there was a reason at
the time the first file was written that way, the reason's no longer valid. That
CL is here:
http://codereview.chromium.org/7395005
Though I think the include conversation was over IM.

Powered by Google App Engine
This is Rietveld 408576698