From 1931d6226d12382abfbff8bf5b91eda248f32b0b Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 26 Mar 2019 22:06:32 -0600 Subject: Add chromium-73 patches Add patches from the debian project, refreshed from chromium-73. Do not need GCC-6 fixes, as we have updated to GCC-8. Signed-off-by: Kenny Ballou --- patches/www-client/chromium-73.0.3683.75/ps-print.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/www-client/chromium-73.0.3683.75/ps-print.patch (limited to 'patches/www-client/chromium-73.0.3683.75/ps-print.patch') diff --git a/patches/www-client/chromium-73.0.3683.75/ps-print.patch b/patches/www-client/chromium-73.0.3683.75/ps-print.patch new file mode 100644 index 0000000..18c74d1 --- /dev/null +++ b/patches/www-client/chromium-73.0.3683.75/ps-print.patch @@ -0,0 +1,13 @@ +description: add postscript (ps) printing capability +author: Salvatore Bonaccorso + +--- a/chrome/browser/ui/libgtkui/print_dialog_gtk.cc ++++ b/chrome/browser/ui/libgtkui/print_dialog_gtk.cc +@@ -333,6 +333,7 @@ void PrintDialogGtk::ShowDialog( + // Since we only generate PDF, only show printers that support PDF. + // TODO(thestig) Add more capabilities to support? + GtkPrintCapabilities cap = static_cast( ++ GTK_PRINT_CAPABILITY_GENERATE_PS | + GTK_PRINT_CAPABILITY_GENERATE_PDF | + GTK_PRINT_CAPABILITY_PAGE_SET | + GTK_PRINT_CAPABILITY_COPIES | -- cgit v1.2.1