[Webkit-unassigned] [Bug 21009] New: [PATCH] webkit_web_view_execute_script returning an execution result value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 15:26:54 PDT 2008


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

           Summary: [PATCH] webkit_web_view_execute_script returning an
                    execution result value
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anton.nonko at gmail.com


This patch makes webkit_web_view_execute_script function to return an execution
result value. The value is returned as an UTF8 string like in other bindings.
The return value is a pointer to gchar null-terminated string or NULL if error
occurred. This pointer is actual before the next call of
webkit_web_view_execute_script for same WebKitWebView object or object
finalizing.
Calling code should not release pointer returned.


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