[Webkit-unassigned] [Bug 123261] New: [GTK] Deprecate public dispatch_event method in objects implementing EventTarget interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 03:21:18 PDT 2013


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

           Summary: [GTK] Deprecate public dispatch_event method in
                    objects implementing EventTarget interface
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Bindings
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: xan.lopez at gmail.com, gns at gnome.org


The interface function should be used instead. add/remove_event_listener methods are not duplicated also because they are skipped by the script generator because they receive an EventListener as argument. We need a special case for dispatch_event that is currently generated twice, a public version using the object type as first parameter and the private one used to implement the interface receiving the interface type as first argument.

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