[webkit-dev] Isolated world tests

Adam Barth abarth at webkit.org
Tue Jul 7 09:39:54 PDT 2009


On Mon, Jul 6, 2009 at 6:02 PM, Maciej Stachowiak<mjs at apple.com> wrote:
> I was going to reply to Adam's last comment, and point out that (a)
> his reasons for implementing for V8 only sound reasonable, but (b) I think
> JSC-based ports may want the functionality in the near if not immediate
> future, and would that change his mind on the right way to do the work?

Given the discussion on this thread, I think we should implement
isolated worlds in the V8 bindings first, adding the tests to
LayoutTests/http/tests/security/isolatedWorlds.  Once we get that in
reasonable shape, we can work on the JSC implementation.

Currently, isolated worlds is on the critical path to releasing chrome
extensions.  Switching on the feature might break some extensions that
are relying on direct access to the page's JavaScript.  We'd like to
turn the feature on as soon as possible to stabilize the extension
platform prior to release.  There doesn't appear to be a similar
schedule pressure on the JSC implementation.

I want to be clear that I'm not promising to do the JSC implementation
all myself.  I'll certainly help, but the work will be prioritized
with my other WebKit contributions.

Adam


More information about the webkit-dev mailing list