|
Get printing working in Aura.
Splits printing_context_cairo into gtk and no system dialog versions. No system dialog versions are used in Chrome OS and Aura.
BUG=http://code.google.com/p/chromium-os/issues/detail?id=13915
TEST=Build Chrome with Aura. Hit ctrl-p from any web page. Print preview page should come up and should be able to print via Cloud Print.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109059
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+380 lines, -390 lines) |
Patch |
 |
M |
chrome/browser/chrome_browser_main_posix.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_dialog_gtk.h
|
View
|
1
2
3
4
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/printing/print_dialog_gtk.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
printing/print_dialog_gtk_interface.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
printing/printed_document_cairo.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
printing/printing.gyp
|
View
|
1
2
3
4
5
6
|
5 chunks |
+31 lines, -17 lines |
0 comments
|
Download
|
 |
D |
printing/printing_context_aura.cc
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
printing/printing_context_cairo.h
|
View
|
1
2
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
M |
printing/printing_context_cairo.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -237 lines |
0 comments
|
Download
|
 |
A + |
printing/printing_context_gtk.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
A |
printing/printing_context_gtk.cc
|
View
|
1
2
3
|
1 chunk |
+157 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
printing/printing_context_no_system_dialog.h
|
View
|
1
2
3
|
3 chunks |
+8 lines, -23 lines |
0 comments
|
Download
|
 |
A |
printing/printing_context_no_system_dialog.cc
|
View
|
1
2
3
|
1 chunk |
+158 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|