GNOME Bugzilla – Bug 642811
[PATCH] Fix crash and infinite loop when printing HTML document
Last modified: 2012-09-03 09:42:33 UTC
This is for the gnome-2-30 branch, if we still care about it. This fixes three different issues: - we don't correctly track the current document (it's not reset to NULL in some cases) - GtkMozEmbed doesn't like a stream associated to no URI - g_input_stream_read_all() is used instead of g_input_stream_read()
Created attachment 181410 [details] [review] Fix crash and infinite loop when printing HTML document
Tihs was really just for the 2.30 branch. It's way too old now to be worth the effort of even typing 'git checkout' ;-)