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

Issue 9455083: Proxy the PPP_Printing interface (Closed)

Created:
8 years, 10 months ago by brettw
Modified:
8 years, 9 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Adds a printing proxy and example. This adds a printing example. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124149

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+394 lines, -9 lines) Patch
M ppapi/api/dev/ppp_printing_dev.idl View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/c/dev/ppp_printing_dev.h View 2 chunks +2 lines, -2 lines 0 comments Download
A ppapi/examples/printing/README.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
A ppapi/examples/printing/printing.cc View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 3 chunks +24 lines, -0 lines 0 comments Download
A ppapi/proxy/ppp_printing_proxy.h View 1 chunk +56 lines, -0 lines 0 comments Download
A ppapi/proxy/ppp_printing_proxy.cc View 1 1 chunk +181 lines, -0 lines 0 comments Download
M ppapi/shared_impl/api_id.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/resource_tracker.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource_tracker.cc View 1 3 chunks +14 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
brettw
I still need to do some manual testing but this is pretty straightforward and I ...
8 years, 10 months ago (2012-02-26 18:18:28 UTC) #1
viettrungluu
LGTM w/2 nits. http://codereview.chromium.org/9455083/diff/1/ppapi/proxy/ppp_printing_proxy.cc File ppapi/proxy/ppp_printing_proxy.cc (right): http://codereview.chromium.org/9455083/diff/1/ppapi/proxy/ppp_printing_proxy.cc#newcode33 ppapi/proxy/ppp_printing_proxy.cc:33: memcpy(&settings_string[0], print_settings, sizeof(PP_PrintSettings_Dev)); I suppose this ...
8 years, 10 months ago (2012-02-27 18:58:46 UTC) #2
brettw
This includes an example and fixes the associated bugs. The BeginPrint return value wasn't being ...
8 years, 10 months ago (2012-02-28 00:02:04 UTC) #3
viettrungluu
LGTM, I think? http://codereview.chromium.org/9455083/diff/3002/ppapi/examples/printing/printing.cc File ppapi/examples/printing/printing.cc (right): http://codereview.chromium.org/9455083/diff/3002/ppapi/examples/printing/printing.cc#newcode53 ppapi/examples/printing/printing.cc:53: FillRect(&image, 0, 0, size.width(), size.height(), 0xFFFFFFFF); ...
8 years, 10 months ago (2012-02-28 00:11:43 UTC) #4
viettrungluu
You didn't add anything to build the example.
8 years, 10 months ago (2012-02-28 00:16:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/9455083/15001
8 years, 9 months ago (2012-02-28 21:20:09 UTC) #6
commit-bot: I haz the power
Try job failure for 9455083-15001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 9 months ago (2012-02-28 22:42:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/9455083/15001
8 years, 9 months ago (2012-02-29 05:03:11 UTC) #8
commit-bot: I haz the power
8 years, 9 months ago (2012-02-29 07:54:20 UTC) #9
Change committed as 124149

Powered by Google App Engine
This is Rietveld 408576698