|
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
Total comments: 28
|
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
|
Total messages: 8 (0 generated)
|