RESOLVED FIXED Bug 76536
[GTK] Add webkit_print_operation_print() to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=76536
Summary [GTK] Add webkit_print_operation_print() to WebKit2 GTK+ API
Carlos Garcia Campos
Reported 2012-01-18 05:51:14 PST
To be able to print without showing the printing dialog, using current print settings and page setup (or default values if settings and page setup are not set)
Attachments
Patch (10.46 KB, patch)
2012-01-18 05:54 PST, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2012-01-18 05:54:56 PST
Gustavo Noronha (kov)
Comment 2 2012-02-17 06:14:56 PST
Comment on attachment 122908 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122908&action=review OK > Source/WebKit2/UIProcess/API/gtk/tests/TestPrinting.cpp:122 > + g_signal_connect(printOperation.get(), "done", G_CALLBACK(testPrintOperationPrintDone), test); Will need change, though you know that ;)
Carlos Garcia Campos
Comment 3 2012-02-17 06:16:21 PST
(In reply to comment #2) > (From update of attachment 122908 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=122908&action=review > > OK > > > Source/WebKit2/UIProcess/API/gtk/tests/TestPrinting.cpp:122 > > + g_signal_connect(printOperation.get(), "done", G_CALLBACK(testPrintOperationPrintDone), test); > > Will need change, though you know that ;) This part of the other patch, that's also why the other depends on this one.
Carlos Garcia Campos
Comment 4 2012-02-17 06:26:17 PST
Note You need to log in before you can comment on or make changes to this bug.