Bug 76536

Summary: [GTK] Add webkit_print_operation_print() to WebKit2 GTK+ API
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, xan.lopez
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 76448    
Bug Blocks: 75544    
Attachments:
Description Flags
Patch gustavo: review+

Description Carlos Garcia Campos 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)
Comment 1 Carlos Garcia Campos 2012-01-18 05:54:56 PST
Created attachment 122908 [details]
Patch
Comment 2 Gustavo Noronha (kov) 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 ;)
Comment 3 Carlos Garcia Campos 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.
Comment 4 Carlos Garcia Campos 2012-02-17 06:26:17 PST
Committed r108068: <http://trac.webkit.org/changeset/108068>