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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 17:33:23 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23675|review?                     |review-
               Flag|                            |




------- Comment #2 from alp at nuanti.com  2008-09-22 17:33 PDT -------
(From update of attachment 23675)
Antonin,

webkit_web_view_execute_script() was intended for very simple uses only. For
anyone needing return values, it's probably more appropriate to use the
JavaScriptCore API directly or use the gjs GObject/JavaScript bridge (developed
externally to WebKit at the moment).

Even if we have to add a new convenience function like this, I'd prefer not to
change webkit_web_view_execute_script() but add a new function clearly named
for the purpose.

If you're interested in further JavaScript integration in the API, you could
investigate what it would take to get gjs merged into WebKit so we can do more
integration.

Marking r- because at the very least this will need a new function (along with
documentation). Would be interested to hear the thoughts of others on this.


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