[Webkit-unassigned] [Bug 94315] New: [GTK] Add destroy notify for register_uri_scheme

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 02:01:37 PDT 2012


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

           Summary: [GTK] Add destroy notify for register_uri_scheme
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jessevdk at gnome.org
                CC: cgarcia at igalia.com


For introspection to work correctly, a destroy notify needs to be added to register_uri_scheme so that bindings know when to finalize the userdata. I've added a patch which adds the destroy notify and calls it when the uri handler is finalized. I really don't know much about webkit so it might well be that this doesn't work correctly (I don't know if those objects in HashMap get copied or not), but it's a start :)

--- Comment #1 from Jesse van den Kieboom <jessevdk at gnome.org>  2012-08-17 02:02:11 PST ---
Created an attachment (id=159050)
 --> (https://bugs.webkit.org/attachment.cgi?id=159050&action=review)
Add destroy notify

-- 
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