[Webkit-unassigned] [Bug 151134] JS builtins should use secured functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 02:47:01 PST 2015


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

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
Ultimately, we might want to run built-in scripts in an isolated world with separate DOM prototypes and constructors.

We would be able to use them on DOM C++ instances (which would have a JS wrapper for user scripts and a JS wrapper for built-in scripts). Cost might be ok?
We would then be able to write JS code much more cleanly than we are now.

One issue though is for pure JS objects, like promises and streams.
I am not sure how we can handle these properly and efficiently.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151112/0b81d621/attachment.html>


More information about the webkit-unassigned mailing list