Bug 78829

Summary: [GTK] Make sure print operation object is alive until printing finishes in WebKit2
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2012-02-16 10:36:03 PST
I should take a reference when the print operation starts and release with the print callback is emitted. This fixes a crash if the user unrefs the print operation right after calling run_dialog().
Comment 1 Carlos Garcia Campos 2012-02-16 10:40:41 PST
Created attachment 127406 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-02-16 23:26:33 PST
Committed r108040: <http://trac.webkit.org/changeset/108040>