[Webkit-unassigned] [Bug 95937] New: [Gtk] GObject DOM generator should consider conditionals for EventTarget interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 23:46:36 PDT 2012


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

           Summary: [Gtk] GObject DOM generator should consider
                    conditionals for EventTarget interface
           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: jdapena at igalia.com


GObject DOM generator generates the implementation in GObject of the EventTarget interface in method GenerateEventTargetIface. The implementation dumps the hardcoded methods with no check about conditionals.

In the case we add support for BATTERY_STATUS on WebKit GTK, it will break in case BATTERY_STATUS is disabled, as it will generate anyway code depending on battery module.

So support for conditionals is required in this case.

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