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

Issue 10826072: Implement browser side of PPB_Printing resource. (Closed)

Created:
8 years, 4 months ago by raymes
Modified:
8 years, 2 months ago
Reviewers:
brettw
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Implement browser side of PPB_Printing resource. This adds the browser side implementation of PPB_Printing as well as a unittest for PepperPrintingHost and a PPAPI browser_test for PPB_Printing::GetDefaultPrintSettings. BUG=138333 TEST=content_unittests/browser_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159150

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Total comments: 28

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+541 lines, -20 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_test.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/browser_ppapi_host_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A content/browser/renderer_host/pepper/pepper_print_settings_manager.h View 1 2 3 4 5 6 7 8 1 chunk +47 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_print_settings_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +97 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_printing_host.h View 1 2 3 4 5 6 7 8 1 chunk +49 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_printing_host.cc View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 14 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/cpp/dev/printing_dev.h View 3 chunks +7 lines, -4 lines 0 comments Download
M ppapi/cpp/dev/printing_dev.cc View 1 2 3 4 5 6 7 8 3 chunks +26 lines, -10 lines 0 comments Download
M ppapi/host/dispatch_host_message.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_dispatcher.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/printing_resource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
A ppapi/tests/test_printing.h View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -0 lines 0 comments Download
A ppapi/tests/test_printing.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +64 lines, -0 lines 0 comments Download
M ppapi/thunk/enter.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
raymes
8 years, 3 months ago (2012-09-18 20:58:22 UTC) #1
brettw
This looks nice. I have a bunch of style nits and only one real comment ...
8 years, 3 months ago (2012-09-18 21:41:38 UTC) #2
raymes
Thanks for the quick review http://codereview.chromium.org/10826072/diff/15002/.gitmodules File .gitmodules (right): http://codereview.chromium.org/10826072/diff/15002/.gitmodules#newcode1 .gitmodules:1: [submodule "breakpad/src"] On 2012/09/18 ...
8 years, 3 months ago (2012-09-18 23:43:57 UTC) #3
brettw
lgtm
8 years, 3 months ago (2012-09-18 23:58:40 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/10826072/35021
8 years, 2 months ago (2012-09-27 19:48:27 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 2 months ago (2012-09-27 20:21:39 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/10826072/41003
8 years, 2 months ago (2012-09-27 21:00:20 UTC) #7
commit-bot: I haz the power
8 years, 2 months ago (2012-09-27 23:30:42 UTC) #8
Change committed as 159150

Powered by Google App Engine
This is Rietveld 408576698