[Webkit-unassigned] [Bug 24221] New: [GTK] Do not emit load-finished when being disposed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 27 00:52:38 PST 2009


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

           Summary: [GTK] Do not emit load-finished when being disposed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


webkit_web_view_stop_load() is called from dispose() on WebKitWebView. This
eventually calls postProgressFinishedNotification in FrameLoaderClientGtk,
which emits load-finished. Add a 'disposing' flag to WebView that we can check
here, so we avoid emitting signals on objects on their way to be destroyed.
This fixes a bunch of critical warnings when closing a loading WebView.


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



More information about the webkit-unassigned mailing list