[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:12:11 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=122801
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #216392|review? |review+
Flag| |
--- Comment #13 from Martin Robinson <mrobinson at webkit.org> 2013-11-08 09:10:57 PST ---
(From update of attachment 216392)
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.
--
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