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

Issue 10544085: Added PPB function to return default print settings (Closed)

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

Description

This returns the default print settings for the default printer. Currently this just returns some generic values until it is hooked up to the chrome printing code. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142232

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 23

Patch Set 6 : . #

Patch Set 7 : . #

Total comments: 2

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -85 lines) Patch
A ppapi/api/dev/pp_print_settings_dev.idl View 1 2 3 4 5 1 chunk +45 lines, -0 lines 0 comments Download
A ppapi/api/dev/ppb_printing_dev.idl View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
M ppapi/api/dev/ppp_printing_dev.idl View 1 2 3 4 5 2 chunks +2 lines, -39 lines 0 comments Download
A ppapi/c/dev/pp_print_settings_dev.h View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
A ppapi/c/dev/ppb_printing_dev.h View 1 2 3 4 5 1 chunk +49 lines, -0 lines 0 comments Download
M ppapi/c/dev/ppp_printing_dev.h View 1 2 3 4 5 2 chunks +3 lines, -46 lines 0 comments Download
M ppapi/cpp/dev/printing_dev.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/cpp/dev/printing_dev.cc View 1 2 3 4 5 6 7 3 chunks +14 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 3 chunks +18 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 1 2 3 4 5 3 chunks +38 lines, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_instance_api.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_printing_thunk.cc View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
raymes
If you are too busy, please let me know and I can nag someone else.
8 years, 6 months ago (2012-06-12 21:38:28 UTC) #1
yzshen1
https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl File ppapi/api/dev/pp_print_settings_dev.idl (right): https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl#newcode35 ppapi/api/dev/pp_print_settings_dev.idl:35: /** This is the size of the printable area ...
8 years, 6 months ago (2012-06-12 23:14:34 UTC) #2
raymes
https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl File ppapi/api/dev/pp_print_settings_dev.idl (right): https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl#newcode35 ppapi/api/dev/pp_print_settings_dev.idl:35: /** This is the size of the printable area ...
8 years, 6 months ago (2012-06-13 18:23:46 UTC) #3
yzshen1
LGTM with a few nits. Thanks! https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl File ppapi/api/dev/pp_print_settings_dev.idl (right): https://chromiumcodereview.appspot.com/10544085/diff/10001/ppapi/api/dev/pp_print_settings_dev.idl#newcode41 ppapi/api/dev/pp_print_settings_dev.idl:41: PP_PrintScalingOption_Dev print_scaling_option; Okay. ...
8 years, 6 months ago (2012-06-14 05:01:38 UTC) #4
raymes
https://chromiumcodereview.appspot.com/10544085/diff/7024/ppapi/cpp/dev/printing_dev.cc File ppapi/cpp/dev/printing_dev.cc (right): https://chromiumcodereview.appspot.com/10544085/diff/7024/ppapi/cpp/dev/printing_dev.cc#newcode90 ppapi/cpp/dev/printing_dev.cc:90: const InstanceHandle& instance_handle, On 2012/06/14 05:01:38, yzshen1 wrote: > ...
8 years, 6 months ago (2012-06-14 17:30:49 UTC) #5
viettrungluu
lgtm
8 years, 6 months ago (2012-06-14 19:19:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/10544085/2006
8 years, 6 months ago (2012-06-14 19:32:16 UTC) #7
commit-bot: I haz the power
8 years, 6 months ago (2012-06-14 21:15:52 UTC) #8
Change committed as 142232

Powered by Google App Engine
This is Rietveld 408576698