[Webkit-unassigned] [Bug 79226] [GTK] Implement print preview in WebKit2 GTK+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 08:34:45 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=79226

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Unfortunately this is not that easy in WebKit2 model. We run the dialog in the ui process, but the print operation in the web process. So we use the unix print dialog manually, and a custom print operation in the web process. So, the UI process simply collects the options form the print dialog, and the web process does the actual printing to a file that is sent to the printer with GtkPrintJob

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160216/9942bdd1/attachment.html>


More information about the webkit-unassigned mailing list