[Webkit-unassigned] [Bug 17171] New: [Gtk] script-confirm and script-prompt signals are not binding-friendly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 03:11:04 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17171

           Summary: [Gtk] script-confirm and script-prompt signals are not
                    binding-friendly
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmalonzo at gmail.com


Currently the script-prompt signal requires the callback to return the text (or
NULL) value once it's finish/called using one of its pointer argument which is
not going to work with the python bindings. Ditto with script-confirm which
requires the callback to return the boolean value through its "confirmed"
parameter.

There should probably have an API for returning values to WebKit.


-- 
Configure bugmail: http://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