[Webkit-unassigned] [Bug 122801] [GTK] [WebKit2] Crash when printing to a file via javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 8 09:27:05 PST 2013


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





--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-11-08 09:25:50 PST ---
(In reply to comment #13)
> (From update of attachment 216392 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=216392&action=review
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:233
> > +    if (!priv->printSettings)
> > +        priv->printSettings = adoptGRef(gtk_print_settings_new());
> > +    gtk_print_unix_dialog_set_settings(printDialog, priv->printSettings.get());
> 
> Okay. Do you mind putting a comment here with a link to the GTK+ bug and a small bit explaining what's going on. I think it will be nice to have if we ever bump the GTK+ requirement, so that we can remove the work-around.

Sure!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list