[Webkit-unassigned] [Bug 20107] Array.push disappeared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 20 04:07:55 PDT 2008


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





------- Comment #6 from david.hansen at gmx.net  2008-07-20 04:07 PDT -------
(In reply to comment #5)
> This means that JS objects cannot be
> used across WebCore and manually created contexts in any way, but this does not
> happen in the test anyway.

Neither in my app, I just pass around strings and JSEvaluateScript() them.

> Soon, I intend to change JSGlobalContextCreate() to use a private instance of
> JSGlobalData for each context, and to introduce a new API to create contexts
> share global data. 

Could you elaborate on that?  Would this allow me to pass around JSObjects from
the context I created using JSGlobalContextCreate() and the WebCore contexts?

I'd be *very* interested in this kind of feature.  In my (far away from usable)
browser I use the JS core API to script the GUI.  I'm now at a point where I
need/want to pass around data.  I'm currently thinking about using GObject
signals and strings.  This just feels so incredible wrong (and is most probably
terrible inefficient)...

If this becomes to far OT I'd be glad to get an answer via mail.


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