Bug 76536 - [GTK] Add webkit_print_operation_print() to WebKit2 GTK+ API
Summary: [GTK] Add webkit_print_operation_print() to WebKit2 GTK+ API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on: 76448
Blocks: 75544
  Show dependency treegraph
 
Reported: 2012-01-18 05:51 PST by Carlos Garcia Campos
Modified: 2012-02-17 06:26 PST (History)
2 users (show)

See Also:


Attachments
Patch (10.46 KB, patch)
2012-01-18 05:54 PST, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>