[Webkit-unassigned] [Bug 75543] [GTK] Add webkit_web_view_run_javascript() to WebKit2 GTK+

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 04:14:31 PDT 2012


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #126740|0                           |1
        is obsolete|                            |
 Attachment #132244|                            |review?
               Flag|                            |




--- Comment #16 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-03-16 04:14:30 PST ---
Created an attachment (id=132244)
 --> (https://bugs.webkit.org/attachment.cgi?id=132244&action=review)
New patch

This patch adds WebKitJavascriptResult boxed type containing information about the result, the JSGlobalContextRef and the JSValueRef. That WebKitJavascriptResult is returned by webkit_web_view_run_javascript_finish(). I've left the exceptions out for now, for the reasons explained in previous comments. When bugs #79482 and #79918 are fixed, we can try to add the exception information to the WebKitJavascriptResult using the console, or just document that user should use the ::console-message signal to monitor script exceptions.

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